Liferay 7.0-ce-m3

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


@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<DDLRecord> orderByComparator)
           
 List<DDLRecord> findByR_S(long recordSetId, int status, int start, int end, OrderByComparator<DDLRecord> orderByComparator)
           
 

Method Detail

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,
                          OrderByComparator<DDLRecord> orderByComparator)

findByC_S_S

List<DDLRecord> findByC_S_S(long companyId,
                            int status,
                            int scope,
                            int start,
                            int end,
                            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)

Liferay 7.0-ce-m3