Interface DDLRecordFinder
@ProviderType
public interface DDLRecordFinder
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionint
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) Long[]
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
-
findByC_S_S
-
findByC_S_S_MinAndMax
-
findByC_S_S_MinAndMax
-