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_C_C_N_D_T_M_L(long companyId,
long[] groupIds,
long[] classNameIds,
long[] classPKs,
String[] names,
String[] descriptions,
String[] types,
String[] modes,
String[] languages,
boolean andOperator)
|
int |
countByC_G_C_C_N_D_T_M_L(long companyId,
long[] groupIds,
long[] classNameIds,
long[] classPKs,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator)
|
int |
countByC_G_C_C_N_D_T_M_L(long companyId,
long groupId,
long classNameId,
long classPK,
String[] names,
String[] descriptions,
String[] types,
String[] modes,
String[] languages,
boolean andOperator)
|
int |
countByC_G_C_C_N_D_T_M_L(long companyId,
long groupId,
long classNameId,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator)
|
int |
countByG_SC(long groupId,
long structureClassNameId)
|
int |
countByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
long[] classPKs,
String keywords,
String type,
String mode)
|
int |
countByKeywords(long companyId,
long groupId,
long classNameId,
long classPK,
String keywords,
String type,
String mode)
|
protected int |
doCountByC_G_C_C_N_D_T_M_L(long companyId,
long[] groupIds,
long[] classNameIds,
long[] classPKs,
String[] names,
String[] descriptions,
String[] types,
String[] modes,
String[] languages,
boolean andOperator,
boolean inlineSQLHelper)
|
protected int |
doCountByG_C_SC(long[] groupIds,
long classNameId,
long structureClassNameId,
boolean inlineSQLHelper)
|
protected List<DDMTemplate> |
doFindByC_G_C_C_N_D_T_M_L(long companyId,
long[] groupIds,
long[] classNameIds,
long[] classPKs,
String[] names,
String[] descriptions,
String[] types,
String[] modes,
String[] languages,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator,
boolean inlineSQLHelper)
|
protected List<DDMTemplate> |
doFindByG_C_SC(long[] groupIds,
long classNameId,
long structureClassNameId,
int start,
int end,
OrderByComparator orderByComparator,
boolean inlineSQLHelper)
|
int |
filterCountByC_G_C_C_N_D_T_M_L(long companyId,
long[] groupIds,
long[] classNameIds,
long[] classPKs,
String[] names,
String[] descriptions,
String[] types,
String[] modes,
String[] languages,
boolean andOperator)
|
int |
filterCountByC_G_C_C_N_D_T_M_L(long companyId,
long[] groupIds,
long[] classNameIds,
long[] classPKs,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator)
|
int |
filterCountByC_G_C_C_N_D_T_M_L(long companyId,
long groupId,
long classNameId,
long classPK,
String[] names,
String[] descriptions,
String[] types,
String[] modes,
String[] languages,
boolean andOperator)
|
int |
filterCountByC_G_C_C_N_D_T_M_L(long companyId,
long groupId,
long classNameId,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator)
|
int |
filterCountByG_SC(long[] groupIds,
long structureClassNameId)
|
int |
filterCountByG_SC(long groupId,
long structureClassNameId)
|
int |
filterCountByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
long[] classPKs,
String keywords,
String type,
String mode)
|
int |
filterCountByKeywords(long companyId,
long groupId,
long classNameId,
long classPK,
String keywords,
String type,
String mode)
|
List<DDMTemplate> |
filterFindByC_G_C_C_N_D_T_M_L(long companyId,
long[] groupIds,
long[] classNameIds,
long[] classPKs,
String[] names,
String[] descriptions,
String[] types,
String[] modes,
String[] languages,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
filterFindByC_G_C_C_N_D_T_M_L(long companyId,
long[] groupIds,
long[] classNameIds,
long[] classPKs,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
filterFindByC_G_C_C_N_D_T_M_L(long companyId,
long groupId,
long classNameId,
long classPK,
String[] names,
String[] descriptions,
String[] types,
String[] modes,
String[] languages,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
filterFindByC_G_C_C_N_D_T_M_L(long companyId,
long groupId,
long classNameId,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
filterFindByG_SC(long[] groupIds,
long structureClassNameId,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
filterFindByG_SC(long groupId,
long structureClassNameId,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
filterFindByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
long[] classPKs,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
filterFindByKeywords(long companyId,
long groupId,
long classNameId,
long classPK,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
findByC_G_C_C_N_D_T_M_L(long companyId,
long[] groupIds,
long[] classNameIds,
long[] classPKs,
String[] names,
String[] descriptions,
String[] types,
String[] modes,
String[] languages,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
findByC_G_C_C_N_D_T_M_L(long companyId,
long[] groupIds,
long[] classNameIds,
long[] classPKs,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
findByC_G_C_C_N_D_T_M_L(long companyId,
long groupId,
long classNameId,
long classPK,
String[] names,
String[] descriptions,
String[] types,
String[] modes,
String[] languages,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
findByC_G_C_C_N_D_T_M_L(long companyId,
long groupId,
long classNameId,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
findByG_SC(long[] groupIds,
long structureClassNameId,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
findByG_SC(long groupId,
long structureClassNameId,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
findByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
long[] classPKs,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
|
List<DDMTemplate> |
findByKeywords(long companyId,
long groupId,
long classNameId,
long classPK,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
|
protected String |
getClassNameIds(long[] classNameIds)
|
protected String |
getClassPKs(long[] classPKs)
|
protected String |
getGroupIds(long[] groupIds)
|
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
appendOrderByComparator, appendOrderByComparator, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getClassLoader, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, remove, removeConjunction, removeImpl, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImpl, updateImpl |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COUNT_BY_G_C_SC
public static final String COUNT_BY_G_C_SC
COUNT_BY_C_G_C_C_N_D_T_M_L
public static final String COUNT_BY_C_G_C_C_N_D_T_M_L
FIND_BY_G_C_SC
public static final String FIND_BY_G_C_SC
FIND_BY_C_G_C_C_N_D_T_M_L
public static final String FIND_BY_C_G_C_C_N_D_T_M_L
DDMTemplateFinderImpl
public DDMTemplateFinderImpl()
countByKeywords
public int countByKeywords(long companyId,
long groupId,
long classNameId,
long classPK,
String keywords,
String type,
String mode)
throws SystemException
- Specified by:
countByKeywords
in interface DDMTemplateFinder
- Throws:
SystemException
countByKeywords
public int countByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
long[] classPKs,
String keywords,
String type,
String mode)
throws SystemException
- Specified by:
countByKeywords
in interface DDMTemplateFinder
- Throws:
SystemException
countByG_SC
public int countByG_SC(long groupId,
long structureClassNameId)
throws SystemException
- Specified by:
countByG_SC
in interface DDMTemplateFinder
- Throws:
SystemException
countByC_G_C_C_N_D_T_M_L
public int countByC_G_C_C_N_D_T_M_L(long companyId,
long groupId,
long classNameId,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator)
throws SystemException
- Specified by:
countByC_G_C_C_N_D_T_M_L
in interface DDMTemplateFinder
- Throws:
SystemException
countByC_G_C_C_N_D_T_M_L
public int countByC_G_C_C_N_D_T_M_L(long companyId,
long groupId,
long classNameId,
long classPK,
String[] names,
String[] descriptions,
String[] types,
String[] modes,
String[] languages,
boolean andOperator)
throws SystemException
- Specified by:
countByC_G_C_C_N_D_T_M_L
in interface DDMTemplateFinder
- Throws:
SystemException
countByC_G_C_C_N_D_T_M_L
public int countByC_G_C_C_N_D_T_M_L(long companyId,
long[] groupIds,
long[] classNameIds,
long[] classPKs,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator)
throws SystemException
- Specified by:
countByC_G_C_C_N_D_T_M_L
in interface DDMTemplateFinder
- Throws:
SystemException
countByC_G_C_C_N_D_T_M_L
public int countByC_G_C_C_N_D_T_M_L(long companyId,
long[] groupIds,
long[] classNameIds,
long[] classPKs,
String[] names,
String[] descriptions,
String[] types,
String[] modes,
String[] languages,
boolean andOperator)
throws SystemException
- Specified by:
countByC_G_C_C_N_D_T_M_L
in interface DDMTemplateFinder
- Throws:
SystemException
filterCountByKeywords
public int filterCountByKeywords(long companyId,
long groupId,
long classNameId,
long classPK,
String keywords,
String type,
String mode)
throws SystemException
- Specified by:
filterCountByKeywords
in interface DDMTemplateFinder
- Throws:
SystemException
filterCountByKeywords
public int filterCountByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
long[] classPKs,
String keywords,
String type,
String mode)
throws SystemException
- Specified by:
filterCountByKeywords
in interface DDMTemplateFinder
- Throws:
SystemException
filterCountByC_G_C_C_N_D_T_M_L
public int filterCountByC_G_C_C_N_D_T_M_L(long companyId,
long groupId,
long classNameId,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator)
throws SystemException
- Specified by:
filterCountByC_G_C_C_N_D_T_M_L
in interface DDMTemplateFinder
- Throws:
SystemException
filterCountByC_G_C_C_N_D_T_M_L
public int filterCountByC_G_C_C_N_D_T_M_L(long companyId,
long groupId,
long classNameId,
long classPK,
String[] names,
String[] descriptions,
String[] types,
String[] modes,
String[] languages,
boolean andOperator)
throws SystemException
- Specified by:
filterCountByC_G_C_C_N_D_T_M_L
in interface DDMTemplateFinder
- Throws:
SystemException
filterCountByC_G_C_C_N_D_T_M_L
public int filterCountByC_G_C_C_N_D_T_M_L(long companyId,
long[] groupIds,
long[] classNameIds,
long[] classPKs,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator)
throws SystemException
- Specified by:
filterCountByC_G_C_C_N_D_T_M_L
in interface DDMTemplateFinder
- Throws:
SystemException
filterCountByC_G_C_C_N_D_T_M_L
public int filterCountByC_G_C_C_N_D_T_M_L(long companyId,
long[] groupIds,
long[] classNameIds,
long[] classPKs,
String[] names,
String[] descriptions,
String[] types,
String[] modes,
String[] languages,
boolean andOperator)
throws SystemException
- Specified by:
filterCountByC_G_C_C_N_D_T_M_L
in interface DDMTemplateFinder
- Throws:
SystemException
filterCountByG_SC
public int filterCountByG_SC(long groupId,
long structureClassNameId)
throws SystemException
- Specified by:
filterCountByG_SC
in interface DDMTemplateFinder
- Throws:
SystemException
filterCountByG_SC
public int filterCountByG_SC(long[] groupIds,
long structureClassNameId)
throws SystemException
- Specified by:
filterCountByG_SC
in interface DDMTemplateFinder
- Throws:
SystemException
filterFindByKeywords
public List<DDMTemplate> filterFindByKeywords(long companyId,
long groupId,
long classNameId,
long classPK,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
filterFindByKeywords
in interface DDMTemplateFinder
- Throws:
SystemException
filterFindByKeywords
public List<DDMTemplate> filterFindByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
long[] classPKs,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
filterFindByKeywords
in interface DDMTemplateFinder
- Throws:
SystemException
filterFindByC_G_C_C_N_D_T_M_L
public List<DDMTemplate> filterFindByC_G_C_C_N_D_T_M_L(long companyId,
long groupId,
long classNameId,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
filterFindByC_G_C_C_N_D_T_M_L
in interface DDMTemplateFinder
- Throws:
SystemException
filterFindByC_G_C_C_N_D_T_M_L
public List<DDMTemplate> filterFindByC_G_C_C_N_D_T_M_L(long companyId,
long groupId,
long classNameId,
long classPK,
String[] names,
String[] descriptions,
String[] types,
String[] modes,
String[] languages,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
filterFindByC_G_C_C_N_D_T_M_L
in interface DDMTemplateFinder
- Throws:
SystemException
filterFindByC_G_C_C_N_D_T_M_L
public List<DDMTemplate> filterFindByC_G_C_C_N_D_T_M_L(long companyId,
long[] groupIds,
long[] classNameIds,
long[] classPKs,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
filterFindByC_G_C_C_N_D_T_M_L
in interface DDMTemplateFinder
- Throws:
SystemException
filterFindByC_G_C_C_N_D_T_M_L
public List<DDMTemplate> filterFindByC_G_C_C_N_D_T_M_L(long companyId,
long[] groupIds,
long[] classNameIds,
long[] classPKs,
String[] names,
String[] descriptions,
String[] types,
String[] modes,
String[] languages,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
filterFindByC_G_C_C_N_D_T_M_L
in interface DDMTemplateFinder
- Throws:
SystemException
filterFindByG_SC
public List<DDMTemplate> filterFindByG_SC(long groupId,
long structureClassNameId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
filterFindByG_SC
in interface DDMTemplateFinder
- Throws:
SystemException
filterFindByG_SC
public List<DDMTemplate> filterFindByG_SC(long[] groupIds,
long structureClassNameId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
filterFindByG_SC
in interface DDMTemplateFinder
- Throws:
SystemException
findByKeywords
public List<DDMTemplate> findByKeywords(long companyId,
long groupId,
long classNameId,
long classPK,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
findByKeywords
in interface DDMTemplateFinder
- Throws:
SystemException
findByKeywords
public List<DDMTemplate> findByKeywords(long companyId,
long[] groupIds,
long[] classNameIds,
long[] classPKs,
String keywords,
String type,
String mode,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
findByKeywords
in interface DDMTemplateFinder
- Throws:
SystemException
findByG_SC
public List<DDMTemplate> findByG_SC(long groupId,
long structureClassNameId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
findByG_SC
in interface DDMTemplateFinder
- Throws:
SystemException
findByG_SC
public List<DDMTemplate> findByG_SC(long[] groupIds,
long structureClassNameId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
findByG_SC
in interface DDMTemplateFinder
- Throws:
SystemException
findByC_G_C_C_N_D_T_M_L
public List<DDMTemplate> findByC_G_C_C_N_D_T_M_L(long companyId,
long groupId,
long classNameId,
long classPK,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
findByC_G_C_C_N_D_T_M_L
in interface DDMTemplateFinder
- Throws:
SystemException
findByC_G_C_C_N_D_T_M_L
public List<DDMTemplate> findByC_G_C_C_N_D_T_M_L(long companyId,
long groupId,
long classNameId,
long classPK,
String[] names,
String[] descriptions,
String[] types,
String[] modes,
String[] languages,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
findByC_G_C_C_N_D_T_M_L
in interface DDMTemplateFinder
- Throws:
SystemException
findByC_G_C_C_N_D_T_M_L
public List<DDMTemplate> findByC_G_C_C_N_D_T_M_L(long companyId,
long[] groupIds,
long[] classNameIds,
long[] classPKs,
String name,
String description,
String type,
String mode,
String language,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
findByC_G_C_C_N_D_T_M_L
in interface DDMTemplateFinder
- Throws:
SystemException
findByC_G_C_C_N_D_T_M_L
public List<DDMTemplate> findByC_G_C_C_N_D_T_M_L(long companyId,
long[] groupIds,
long[] classNameIds,
long[] classPKs,
String[] names,
String[] descriptions,
String[] types,
String[] modes,
String[] languages,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
findByC_G_C_C_N_D_T_M_L
in interface DDMTemplateFinder
- Throws:
SystemException
doCountByG_C_SC
protected int doCountByG_C_SC(long[] groupIds,
long classNameId,
long structureClassNameId,
boolean inlineSQLHelper)
throws SystemException
- Throws:
SystemException
doCountByC_G_C_C_N_D_T_M_L
protected int doCountByC_G_C_C_N_D_T_M_L(long companyId,
long[] groupIds,
long[] classNameIds,
long[] classPKs,
String[] names,
String[] descriptions,
String[] types,
String[] modes,
String[] languages,
boolean andOperator,
boolean inlineSQLHelper)
throws SystemException
- Throws:
SystemException
doFindByG_C_SC
protected List<DDMTemplate> doFindByG_C_SC(long[] groupIds,
long classNameId,
long structureClassNameId,
int start,
int end,
OrderByComparator orderByComparator,
boolean inlineSQLHelper)
throws SystemException
- Throws:
SystemException
doFindByC_G_C_C_N_D_T_M_L
protected List<DDMTemplate> doFindByC_G_C_C_N_D_T_M_L(long companyId,
long[] groupIds,
long[] classNameIds,
long[] classPKs,
String[] names,
String[] descriptions,
String[] types,
String[] modes,
String[] languages,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator,
boolean inlineSQLHelper)
throws SystemException
- Throws:
SystemException
getClassNameIds
protected String getClassNameIds(long[] classNameIds)
getClassPKs
protected String getClassPKs(long[] classPKs)
getGroupIds
protected String getGroupIds(long[] groupIds)