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


public interface DDLRecordFinder

Author:
Brian Wing Shun Chan

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

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