|
Liferay 6.2.0-ce-m4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordSetFinderUtil
public class DDLRecordSetFinderUtil
| Constructor Summary | |
|---|---|
DDLRecordSetFinderUtil()
|
|
| Method Summary | |
|---|---|
static int |
countByC_G_N_D_S(long companyId,
long groupId,
String name,
String description,
int scope,
boolean andOperator)
|
static int |
countByKeywords(long companyId,
long groupId,
String keywords,
int scope)
|
static List<DDLRecordSet> |
findByC_G_N_D_S(long companyId,
long groupId,
String[] names,
String[] descriptions,
int scope,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDLRecordSet> |
findByC_G_N_D_S(long companyId,
long groupId,
String name,
String description,
int scope,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDLRecordSet> |
findByKeywords(long companyId,
long groupId,
String keywords,
int scope,
int start,
int end,
OrderByComparator orderByComparator)
|
static DDLRecordSetFinder |
getFinder()
|
void |
setFinder(DDLRecordSetFinder finder)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DDLRecordSetFinderUtil()
| Method Detail |
|---|
public static int countByKeywords(long companyId,
long groupId,
String keywords,
int scope)
throws SystemException
SystemException
public static int countByC_G_N_D_S(long companyId,
long groupId,
String name,
String description,
int scope,
boolean andOperator)
throws SystemException
SystemException
public static List<DDLRecordSet> findByKeywords(long companyId,
long groupId,
String keywords,
int scope,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
SystemException
public static List<DDLRecordSet> findByC_G_N_D_S(long companyId,
long groupId,
String name,
String description,
int scope,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
SystemException
public static List<DDLRecordSet> findByC_G_N_D_S(long companyId,
long groupId,
String[] names,
String[] descriptions,
int scope,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
SystemExceptionpublic static DDLRecordSetFinder getFinder()
public void setFinder(DDLRecordSetFinder finder)
|
Liferay 6.2.0-ce-m4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||