com.liferay.portlet.dynamicdatamapping.service.persistence
Class DDMStructureFinderUtil
java.lang.Object
com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructureFinderUtil
public class DDMStructureFinderUtil
- extends java.lang.Object
- Author:
- Brian Wing Shun Chan
|
Method Summary |
static int |
countByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
java.lang.String[] names,
java.lang.String[] descriptions,
java.lang.String[] storageTypes,
int type,
boolean andOperator)
|
static int |
countByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
java.lang.String name,
java.lang.String description,
java.lang.String storageType,
int type,
boolean andOperator)
|
static int |
countByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
java.lang.String keywords)
|
static java.util.List<DDMStructure> |
findByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
java.lang.String[] names,
java.lang.String[] descriptions,
java.lang.String[] storageTypes,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static java.util.List<DDMStructure> |
findByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
java.lang.String name,
java.lang.String description,
java.lang.String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static java.util.List<DDMStructure> |
findByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
java.lang.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 |
DDMStructureFinderUtil
public DDMStructureFinderUtil()
countByKeywords
public static int countByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
java.lang.String keywords)
throws SystemException
- Throws:
SystemException
countByC_G_C_N_D_S_T
public static int countByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
java.lang.String name,
java.lang.String description,
java.lang.String storageType,
int type,
boolean andOperator)
throws SystemException
- Throws:
SystemException
countByC_G_C_N_D_S_T
public static int countByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
java.lang.String[] names,
java.lang.String[] descriptions,
java.lang.String[] storageTypes,
int type,
boolean andOperator)
throws SystemException
- Throws:
SystemException
findByKeywords
public static java.util.List<DDMStructure> findByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
java.lang.String keywords,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByC_G_C_N_D_S_T
public static java.util.List<DDMStructure> findByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
java.lang.String name,
java.lang.String description,
java.lang.String storageType,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByC_G_C_N_D_S_T
public static java.util.List<DDMStructure> findByC_G_C_N_D_S_T(long companyId,
long[] groupIds,
long[] classNameIds,
java.lang.String[] names,
java.lang.String[] descriptions,
java.lang.String[] storageTypes,
int type,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
getFinder
public static DDMStructureFinder getFinder()
setFinder
public void setFinder(DDMStructureFinder finder)