com.liferay.portlet.dynamicdatamapping.service.persistence
Class DDMTemplateFinderImpl
java.lang.Object
com.liferay.portal.service.persistence.impl.BasePersistenceImpl<DDMTemplate>
com.liferay.portlet.dynamicdatamapping.service.persistence.DDMTemplateFinderImpl
- All Implemented Interfaces:
- SessionFactory, BasePersistence<DDMTemplate>, DDMTemplateFinder
public class DDMTemplateFinderImpl
- extends BasePersistenceImpl<DDMTemplate>
- implements DDMTemplateFinder
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 |
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 |
COUNT_BY_C_G_S_N_D_T_M_L
public static final String COUNT_BY_C_G_S_N_D_T_M_L
FIND_BY_C_G_S_N_D_T_M_L
public static final String FIND_BY_C_G_S_N_D_T_M_L
DDMTemplateFinderImpl
public DDMTemplateFinderImpl()
countByKeywords
public int countByKeywords(long companyId,
long groupId,
long structureId,
String keywords,
String type,
String mode)
throws SystemException
- Specified by:
countByKeywords
in interface DDMTemplateFinder
- Throws:
SystemException
countByC_G_S_N_D_T_M_L
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
- Specified by:
countByC_G_S_N_D_T_M_L
in interface DDMTemplateFinder
- Throws:
SystemException
countByC_G_S_N_D_T_M_L
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
- Specified by:
countByC_G_S_N_D_T_M_L
in interface DDMTemplateFinder
- Throws:
SystemException
filterCountByKeywords
public int filterCountByKeywords(long companyId,
long groupId,
long structureId,
String keywords,
String type,
String mode)
throws SystemException
- Specified by:
filterCountByKeywords
in interface DDMTemplateFinder
- Throws:
SystemException
filterCountByC_G_S_N_D_T_M_L
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
- Specified by:
filterCountByC_G_S_N_D_T_M_L
in interface DDMTemplateFinder
- Throws:
SystemException
filterCountByC_G_S_N_D_T_M_L
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
- Specified by:
filterCountByC_G_S_N_D_T_M_L
in interface DDMTemplateFinder
- Throws:
SystemException
filterFindByKeywords
public List<DDMTemplate> filterFindByKeywords(long companyId,
long groupId,
long structureId,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
filterFindByKeywords
in interface DDMTemplateFinder
- Throws:
SystemException
filterFindByC_G_S_N_D_T_M_L
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
- Specified by:
filterFindByC_G_S_N_D_T_M_L
in interface DDMTemplateFinder
- Throws:
SystemException
filterFindByC_G_S_N_D_T_M_L
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
- Specified by:
filterFindByC_G_S_N_D_T_M_L
in interface DDMTemplateFinder
- Throws:
SystemException
findByKeywords
public List<DDMTemplate> findByKeywords(long companyId,
long groupId,
long structureId,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
findByKeywords
in interface DDMTemplateFinder
- Throws:
SystemException
findByC_G_S_N_D_T_M_L
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
- Specified by:
findByC_G_S_N_D_T_M_L
in interface DDMTemplateFinder
- Throws:
SystemException
findByC_G_S_N_D_T_M_L
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
- Specified by:
findByC_G_S_N_D_T_M_L
in interface DDMTemplateFinder
- Throws:
SystemException
doCountByC_G_S_N_D_T_M_L
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
- Throws:
SystemException
doFindByC_G_S_N_D_T_M_L
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
- Throws:
SystemException