com.liferay.portlet.dynamicdatalists.service.persistence
Interface DDLRecordFinder
@ProviderType
public interface DDLRecordFinder
- Author:
- Brian Wing Shun Chan
|
Method Summary |
int |
countByC_S_S(long companyId,
int status,
int scope)
|
int |
countByR_S(long recordSetId,
int status)
|
java.lang.Long[] |
findByC_S_S_MinAndMax(long companyId,
int status,
int scope)
|
java.util.List<DDLRecord> |
findByC_S_S_MinAndMax(long companyId,
int status,
int scope,
long minRecordId,
long maxRecordId)
|
java.util.List<DDLRecord> |
findByC_S_S(long companyId,
int status,
int scope,
int start,
int end,
OrderByComparator orderByComparator)
|
java.util.List<DDLRecord> |
findByR_S(long recordSetId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
|
countByR_S
int countByR_S(long recordSetId,
int status)
throws SystemException
- Throws:
SystemException
countByC_S_S
int countByC_S_S(long companyId,
int status,
int scope)
throws SystemException
- Throws:
SystemException
findByR_S
java.util.List<DDLRecord> findByR_S(long recordSetId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByC_S_S
java.util.List<DDLRecord> findByC_S_S(long companyId,
int status,
int scope,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByC_S_S_MinAndMax
java.lang.Long[] findByC_S_S_MinAndMax(long companyId,
int status,
int scope)
throws SystemException
- Throws:
SystemException
findByC_S_S_MinAndMax
java.util.List<DDLRecord> findByC_S_S_MinAndMax(long companyId,
int status,
int scope,
long minRecordId,
long maxRecordId)
throws SystemException
- Throws:
SystemException