|
Liferay 6.2.0-ce-rc4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructureFinderUtil
public class DDMStructureFinderUtil
| Constructor Summary | |
|---|---|
DDMStructureFinderUtil()
|
|
| Method Summary | |
|---|---|
static int |
countByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String[] names,
String[] descriptions,
String[] storageTypes,
int type,
boolean andOperator)
|
static int |
countByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator)
|
static int |
countByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords)
|
static int |
filterCountByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String[] names,
String[] descriptions,
String[] storageTypes,
int type,
boolean andOperator)
|
static int |
filterCountByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator)
|
static int |
filterCountByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords)
|
static List<DDMStructure> |
filterFindByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String[] names,
String[] descriptions,
String[] storageTypes,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMStructure> |
filterFindByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMStructure> |
filterFindByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMStructure> |
findByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String[] names,
String[] descriptions,
String[] storageTypes,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMStructure> |
findByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMStructure> |
findByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator orderByComparator)
|
static DDMStructureFinder |
getFinder()
|
void |
setFinder(DDMStructureFinder finder)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DDMStructureFinderUtil()
| Method Detail |
|---|
public static int countByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords)
throws SystemException
SystemException
public static int countByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator)
throws SystemException
SystemException
public static int countByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String[] names,
String[] descriptions,
String[] storageTypes,
int type,
boolean andOperator)
throws SystemException
SystemException
public static int filterCountByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords)
throws SystemException
SystemException
public static int filterCountByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator)
throws SystemException
SystemException
public static int filterCountByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String[] names,
String[] descriptions,
String[] storageTypes,
int type,
boolean andOperator)
throws SystemException
SystemException
public static List<DDMStructure> filterFindByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
SystemException
public static List<DDMStructure> filterFindByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
SystemException
public static List<DDMStructure> filterFindByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String[] names,
String[] descriptions,
String[] storageTypes,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
SystemException
public static List<DDMStructure> findByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
String keywords,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
SystemException
public static List<DDMStructure> findByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String name,
String description,
String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
SystemException
public static List<DDMStructure> findByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
String[] names,
String[] descriptions,
String[] storageTypes,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
SystemExceptionpublic static DDMStructureFinder getFinder()
public void setFinder(DDMStructureFinder finder)
|
Liferay 6.2.0-ce-rc4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||