TaackFilterService (taack-ui 0.5.5-SNAPSHOT API)
Package: taack.domain

[Groovy] Class TaackFilterService

    • taack.domain.TaackFilterService
    • All Implemented Interfaces and Traits:
      grails.web.api.WebAttributes


      @groovy.transform.CompileStatic
      final class TaackFilterService
      extends java.lang.Object
      implements grails.web.api.WebAttributes

      Service allowing to automatically filter data in a tableFilter. It is typically used in a table block. It uses params given from the UiFilterSpecifier to filter data.

      • Properties Summary

          Properties 
          Type Name and description
          org.hibernate.SessionFactory  sessionFactory
      • Methods Summary

          Methods 
          Type Params Return Type Name and description
          <T extends GormEntity<T>> final taack.domain.TaackFilter.FilterBuilder<T> getBuilder(java.lang.Class<T> cClass)
      • Inherited Methods Summary

          Inherited Methods 
          Methods inherited from class Name
          class java.lang.Object java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
      • Property Detail

        • @org.springframework.beans.factory.annotation.Autowired org.hibernate.SessionFactory sessionFactory

      • Constructor Detail

        • TaackFilterService()

      • Method Detail

        • <T extends GormEntity<T>> final taack.domain.TaackFilter.FilterBuilder<T> getBuilder(java.lang.Class<T> cClass)