Class FilterFieldDAO

  • All Implemented Interfaces:
    org.exoplatform.commons.api.persistence.GenericDAO<FilterFieldEntity,​java.lang.Long>

    public class FilterFieldDAO
    extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<FilterFieldEntity,​java.lang.Long>

    FilterFieldDAO class.

    Version:
    $Id: $Id
    Author:
    Krout MedAmine
    • Field Summary

      • Fields inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl

        modelClass
    • Constructor Summary

      Constructors 
      Constructor Description
      FilterFieldDAO()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<FilterFieldEntity> getFieldsByFilter​(java.lang.Long filerId)
      getFieldsByFilter.
      • Methods inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl

        count, create, createAll, delete, deleteAll, deleteAll, find, findAll, getEntityManager, getHibernateDialect, isMSSQLDialect, isOrcaleDialect, update, updateAll
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FilterFieldDAO

        public FilterFieldDAO()
    • Method Detail

      • getFieldsByFilter

        public java.util.List<FilterFieldEntity> getFieldsByFilter​(java.lang.Long filerId)

        getFieldsByFilter.

        Parameters:
        filerId - a Long object.
        Returns:
        a List object.