Liferay 6.1.2-ce-ga3

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


public interface DDLRecordFinder


Method Summary
 int countByR_S(long recordSetId, int status)
           
 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

findByR_S

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

Liferay 6.1.2-ce-ga3