com.liferay.portlet.dynamicdatalists.service.persistence
Class DDLRecordFinderUtil
java.lang.Object
com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordFinderUtil
@ProviderType
public class DDLRecordFinderUtil
- extends Object
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
|
Method Summary |
static int |
countByC_S_S(long companyId,
int status,
int scope)
|
static int |
countByR_S(long recordSetId,
int status)
|
static Long[] |
findByC_S_S_MinAndMax(long companyId,
int status,
int scope)
|
static List<DDLRecord> |
findByC_S_S_MinAndMax(long companyId,
int status,
int scope,
long minRecordId,
long maxRecordId)
|
static List<DDLRecord> |
findByC_S_S(long companyId,
int status,
int scope,
int start,
int end,
OrderByComparator<DDLRecord> orderByComparator)
|
static List<DDLRecord> |
findByR_S(long recordSetId,
int status,
int start,
int end,
OrderByComparator<DDLRecord> 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 |
DDLRecordFinderUtil
public DDLRecordFinderUtil()
countByR_S
public static int countByR_S(long recordSetId,
int status)
countByC_S_S
public static int countByC_S_S(long companyId,
int status,
int scope)
findByR_S
public static List<DDLRecord> findByR_S(long recordSetId,
int status,
int start,
int end,
OrderByComparator<DDLRecord> orderByComparator)
findByC_S_S
public static List<DDLRecord> findByC_S_S(long companyId,
int status,
int scope,
int start,
int end,
OrderByComparator<DDLRecord> orderByComparator)
findByC_S_S_MinAndMax
public static Long[] findByC_S_S_MinAndMax(long companyId,
int status,
int scope)
findByC_S_S_MinAndMax
public static List<DDLRecord> findByC_S_S_MinAndMax(long companyId,
int status,
int scope,
long minRecordId,
long maxRecordId)
getFinder
public static DDLRecordFinder getFinder()
setFinder
public void setFinder(DDLRecordFinder finder)