Class DlpPositiveItemDAOImpl

java.lang.Object
org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<org.exoplatform.dlp.domain.DlpPositiveItemEntity,Long>
org.exoplatform.dlp.dao.DlpPositiveItemDAOImpl
All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<org.exoplatform.dlp.domain.DlpPositiveItemEntity,Long>, org.exoplatform.dlp.dao.DlpPositiveItemDAO

public class DlpPositiveItemDAOImpl extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<org.exoplatform.dlp.domain.DlpPositiveItemEntity,Long> implements org.exoplatform.dlp.dao.DlpPositiveItemDAO
  • Field Summary

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

    modelClass
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.exoplatform.dlp.domain.DlpPositiveItemEntity
     
    List<org.exoplatform.dlp.domain.DlpPositiveItemEntity>
    getDlpPositiveItems(int offset, int limit)
     

    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

    Methods inherited from interface org.exoplatform.commons.api.persistence.GenericDAO

    count, create, createAll, delete, deleteAll, deleteAll, find, findAll, update, updateAll
  • Constructor Details

    • DlpPositiveItemDAOImpl

      public DlpPositiveItemDAOImpl()
  • Method Details

    • findDlpPositiveItemByReference

      public org.exoplatform.dlp.domain.DlpPositiveItemEntity findDlpPositiveItemByReference(String itemReference)
      Specified by:
      findDlpPositiveItemByReference in interface org.exoplatform.dlp.dao.DlpPositiveItemDAO
    • getDlpPositiveItems

      public List<org.exoplatform.dlp.domain.DlpPositiveItemEntity> getDlpPositiveItems(int offset, int limit)
      Specified by:
      getDlpPositiveItems in interface org.exoplatform.dlp.dao.DlpPositiveItemDAO