Interface DDLRecordFinder


@ProviderType public interface DDLRecordFinder
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    countByC_S_S(long companyId, int status, int scope)
     
    int
    countByR_S(long recordSetId, int status)
     
    findByC_S_S(long companyId, int status, int scope, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator)
     
    findByC_S_S_MinAndMax(long companyId, int status, int scope)
     
    findByC_S_S_MinAndMax(long companyId, int status, int scope, long minRecordId, long maxRecordId)
     
    findByR_S(long recordSetId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator)
     
  • Method Details

    • countByR_S

      int countByR_S(long recordSetId, int status)
    • countByC_S_S

      int countByC_S_S(long companyId, int status, int scope)
    • findByR_S

      List<DDLRecord> findByR_S(long recordSetId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator)
    • findByC_S_S

      List<DDLRecord> findByC_S_S(long companyId, int status, int scope, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDLRecord> orderByComparator)
    • findByC_S_S_MinAndMax

      Long[] findByC_S_S_MinAndMax(long companyId, int status, int scope)
    • findByC_S_S_MinAndMax

      List<DDLRecord> findByC_S_S_MinAndMax(long companyId, int status, int scope, long minRecordId, long maxRecordId)