Liferay 6.2-ce-ga5

com.liferay.portlet.dynamicdatalists.service.persistence
Interface DDLRecordFinder

All Known Implementing Classes:
DDLRecordFinderImpl

@ProviderType
public interface DDLRecordFinder


Method Summary
 int countByC_S_S(long companyId, int status, int scope)
           
 int countByR_S(long recordSetId, int status)
           
 Long[] findByC_S_S_MinAndMax(long companyId, int status, int scope)
           
 List<DDLRecord> findByC_S_S_MinAndMax(long companyId, int status, int scope, long minRecordId, long maxRecordId)
           
 List<DDLRecord> findByC_S_S(long companyId, int status, int scope, int start, int end, OrderByComparator orderByComparator)
           
 List<DDLRecord> findByR_S(long recordSetId, int status, int start, int end, OrderByComparator orderByComparator)
           
 

Method Detail

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

List<DDLRecord> findByR_S(long recordSetId,
                          int status,
                          int start,
                          int end,
                          OrderByComparator orderByComparator)
                          throws SystemException
Throws:
SystemException

findByC_S_S

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

Long[] findByC_S_S_MinAndMax(long companyId,
                             int status,
                             int scope)
                             throws SystemException
Throws:
SystemException

findByC_S_S_MinAndMax

List<DDLRecord> findByC_S_S_MinAndMax(long companyId,
                                      int status,
                                      int scope,
                                      long minRecordId,
                                      long maxRecordId)
                                      throws SystemException
Throws:
SystemException

Liferay 6.2-ce-ga5