@ProviderType
public class DDLRecordFinderUtil
extends java.lang.Object
| Constructor and Description |
|---|
DDLRecordFinderUtil() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public static int countByR_S(long recordSetId,
int status)
throws SystemException
SystemExceptionpublic static int countByC_S_S(long companyId,
int status,
int scope)
throws SystemException
SystemExceptionpublic static java.util.List<DDLRecord> findByR_S(long recordSetId, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
SystemExceptionpublic static java.util.List<DDLRecord> findByC_S_S(long companyId, int status, int scope, int start, int end, OrderByComparator orderByComparator) throws SystemException
SystemExceptionpublic static java.lang.Long[] findByC_S_S_MinAndMax(long companyId,
int status,
int scope)
throws SystemException
SystemExceptionpublic static java.util.List<DDLRecord> findByC_S_S_MinAndMax(long companyId, int status, int scope, long minRecordId, long maxRecordId) throws SystemException
SystemExceptionpublic static DDLRecordFinder getFinder()
public void setFinder(DDLRecordFinder finder)