|
Liferay 6.1.2-ce-ga3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.persistence.impl.BasePersistenceImpl<DDMTemplate>
com.liferay.portlet.dynamicdatamapping.service.persistence.DDMTemplateFinderImpl
public class DDMTemplateFinderImpl
| Field Summary | |
|---|---|
static String |
COUNT_BY_C_G_S_N_D_T_M_L
|
static String |
FIND_BY_C_G_S_N_D_T_M_L
|
| Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR |
| Constructor Summary | |
|---|---|
DDMTemplateFinderImpl()
|
|
| Method Summary | |
|---|---|
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)
|
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)
|
int |
countByKeywords(long companyId,
long groupId,
long structureId,
String keywords,
String type,
String mode)
|
protected int |
doCountByC_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,
boolean inlineSQLHelper)
|
protected List<DDMTemplate> |
doFindByC_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,
boolean inlineSQLHelper)
|
int |
filterCountByC_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 |
filterCountByC_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 |
filterCountByKeywords(long companyId,
long groupId,
long structureId,
String keywords,
String type,
String mode)
|
List<DDMTemplate> |
filterFindByC_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)
|
List<DDMTemplate> |
filterFindByC_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)
|
List<DDMTemplate> |
filterFindByKeywords(long companyId,
long groupId,
long structureId,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
|
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)
|
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)
|
List<DDMTemplate> |
findByKeywords(long companyId,
long groupId,
long structureId,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
|
| Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
appendOrderByComparator, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getClassLoader, getDataSource, getDB, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, remove, removeImpl, setDataSource, setSessionFactory, unregisterListener, update, update, updateImpl |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String COUNT_BY_C_G_S_N_D_T_M_L
public static final String FIND_BY_C_G_S_N_D_T_M_L
| Constructor Detail |
|---|
public DDMTemplateFinderImpl()
| Method Detail |
|---|
public int countByKeywords(long companyId,
long groupId,
long structureId,
String keywords,
String type,
String mode)
throws SystemException
countByKeywords in interface DDMTemplateFinderSystemException
public 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
countByC_G_S_N_D_T_M_L in interface DDMTemplateFinderSystemException
public 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
countByC_G_S_N_D_T_M_L in interface DDMTemplateFinderSystemException
public int filterCountByKeywords(long companyId,
long groupId,
long structureId,
String keywords,
String type,
String mode)
throws SystemException
filterCountByKeywords in interface DDMTemplateFinderSystemException
public int filterCountByC_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
filterCountByC_G_S_N_D_T_M_L in interface DDMTemplateFinderSystemException
public int filterCountByC_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
filterCountByC_G_S_N_D_T_M_L in interface DDMTemplateFinderSystemException
public List<DDMTemplate> filterFindByKeywords(long companyId,
long groupId,
long structureId,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
filterFindByKeywords in interface DDMTemplateFinderSystemException
public List<DDMTemplate> filterFindByC_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
filterFindByC_G_S_N_D_T_M_L in interface DDMTemplateFinderSystemException
public List<DDMTemplate> filterFindByC_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
filterFindByC_G_S_N_D_T_M_L in interface DDMTemplateFinderSystemException
public List<DDMTemplate> findByKeywords(long companyId,
long groupId,
long structureId,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByKeywords in interface DDMTemplateFinderSystemException
public 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
findByC_G_S_N_D_T_M_L in interface DDMTemplateFinderSystemException
public 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
findByC_G_S_N_D_T_M_L in interface DDMTemplateFinderSystemException
protected int doCountByC_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,
boolean inlineSQLHelper)
throws SystemException
SystemException
protected List<DDMTemplate> doFindByC_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,
boolean inlineSQLHelper)
throws SystemException
SystemException
|
Liferay 6.1.2-ce-ga3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||