|
Liferay 6.1.0-ce-rc1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.dynamicdatamapping.service.persistence.DDMTemplateFinderUtil
public class DDMTemplateFinderUtil
| Constructor Summary | |
|---|---|
DDMTemplateFinderUtil()
|
|
| Method Summary | |
|---|---|
static int |
countByC_G_S_N_D_T_M_L(long companyId,
long groupId,
long structureId,
String[] names,
String[] descriptions,
String[] types,
String[] modes,
String[] languages,
boolean andOperator)
|
static int |
countByC_G_S_N_D_T_M_L(long companyId,
long groupId,
long structureId,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator)
|
static int |
countByKeywords(long companyId,
long groupId,
long structureId,
String keywords,
String type,
String mode)
|
static List<DDMTemplate> |
findByC_G_S_N_D_T_M_L(long companyId,
long groupId,
long structureId,
String[] names,
String[] descriptions,
String[] types,
String[] modes,
String[] languages,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMTemplate> |
findByC_G_S_N_D_T_M_L(long companyId,
long groupId,
long structureId,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<DDMTemplate> |
findByKeywords(long companyId,
long groupId,
long structureId,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
|
static DDMTemplateFinder |
getFinder()
|
void |
setFinder(DDMTemplateFinder finder)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DDMTemplateFinderUtil()
| Method Detail |
|---|
public static int countByKeywords(long companyId,
long groupId,
long structureId,
String keywords,
String type,
String mode)
throws SystemException
SystemException
public static int countByC_G_S_N_D_T_M_L(long companyId,
long groupId,
long structureId,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator)
throws SystemException
SystemException
public static int countByC_G_S_N_D_T_M_L(long companyId,
long groupId,
long structureId,
String[] names,
String[] descriptions,
String[] types,
String[] modes,
String[] languages,
boolean andOperator)
throws SystemException
SystemException
public static List<DDMTemplate> findByKeywords(long companyId,
long groupId,
long structureId,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
SystemException
public static List<DDMTemplate> findByC_G_S_N_D_T_M_L(long companyId,
long groupId,
long structureId,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
SystemException
public static List<DDMTemplate> findByC_G_S_N_D_T_M_L(long companyId,
long groupId,
long structureId,
String[] names,
String[] descriptions,
String[] types,
String[] modes,
String[] languages,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
SystemExceptionpublic static DDMTemplateFinder getFinder()
public void setFinder(DDMTemplateFinder finder)
|
Liferay 6.1.0-ce-rc1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||