com.liferay.portlet.dynamicdatalists.service.persistence
Class DDLRecordFinderUtil
java.lang.Object
com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordFinderUtil
public class DDLRecordFinderUtil
- extends java.lang.Object
- Author:
- Brian Wing Shun Chan
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DDLRecordFinderUtil
public DDLRecordFinderUtil()
countByR_S
public static int countByR_S(long recordSetId,
int status)
throws SystemException
- Throws:
SystemException
findByR_S
public static java.util.List<DDLRecord> findByR_S(long recordSetId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
getFinder
public static DDLRecordFinder getFinder()
setFinder
public void setFinder(DDLRecordFinder finder)