Interface DlpOperationDAO

All Superinterfaces:
org.exoplatform.commons.api.persistence.GenericDAO<DlpOperation,Long>

public interface DlpOperationDAO extends org.exoplatform.commons.api.persistence.GenericDAO<DlpOperation,Long>
  • Method Details

    • findAllFirstWithOffset

      List<DlpOperation> findAllFirstWithOffset(int offset, int limit)
    • findByEntityIdAndType

      List<DlpOperation> findByEntityIdAndType(String entityId, String entityType)
    • deleteByEntityId

      int deleteByEntityId(String entityId)