ITaackFilterExtension (taack-ui 0.3.8-SNAPSHOT API)
Package: taack.ui.base.filter

[Groovy] Interface ITaackFilterExtension



  • interface ITaackFilterExtension
    • Methods Summary

        Methods 
        Type Params Return Type Name and description
        abstract java.util.List<EnumOption> enumChoices()
        abstract java.lang.String queryToWherePart(java.lang.Class type, java.lang.String aliasKey, java.lang.String query)
        Construct a string to be added in the where clause to filter data.
    • Method Detail

      • abstract java.util.List<EnumOption> enumChoices()

      • abstract java.lang.String queryToWherePart(java.lang.Class type, java.lang.String aliasKey, java.lang.String query)

        Construct a string to be added in the where clause to filter data. @return

        Parameters:
        type - class this extension applies to
        aliasKey - represent the name of the current field
        query - the query string