com.liferay.portlet.dynamicdatalists.service.persistence
Class DDLRecordFinderUtil

java.lang.Object
  extended by com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordFinderUtil

@ProviderType
public class DDLRecordFinderUtil
extends java.lang.Object

Author:
Brian Wing Shun Chan

Constructor Summary
DDLRecordFinderUtil()
           
 
Method Summary
static int countByC_S_S(long companyId, int status, int scope)
           
static int countByR_S(long recordSetId, int status)
           
static java.lang.Long[] findByC_S_S_MinAndMax(long companyId, int status, int scope)
           
static java.util.List<DDLRecord> findByC_S_S_MinAndMax(long companyId, int status, int scope, long minRecordId, long maxRecordId)
           
static java.util.List<DDLRecord> findByC_S_S(long companyId, int status, int scope, int start, int end, OrderByComparator orderByComparator)
           
static java.util.List<DDLRecord> findByR_S(long recordSetId, int status, int start, int end, OrderByComparator orderByComparator)
           
static DDLRecordFinder getFinder()
           
 void setFinder(DDLRecordFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDLRecordFinderUtil

public DDLRecordFinderUtil()
Method Detail

countByR_S

public static int countByR_S(long recordSetId,
                             int status)
                      throws SystemException
Throws:
SystemException

countByC_S_S

public static int countByC_S_S(long companyId,
                               int status,
                               int scope)
                        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

findByC_S_S

public static java.util.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

public static java.lang.Long[] findByC_S_S_MinAndMax(long companyId,
                                                     int status,
                                                     int scope)
                                              throws SystemException
Throws:
SystemException

findByC_S_S_MinAndMax

public static java.util.List<DDLRecord> findByC_S_S_MinAndMax(long companyId,
                                                              int status,
                                                              int scope,
                                                              long minRecordId,
                                                              long maxRecordId)
                                                       throws SystemException
Throws:
SystemException

getFinder

public static DDLRecordFinder getFinder()

setFinder

public void setFinder(DDLRecordFinder finder)