com.liferay.portlet.dynamicdatalists.service.persistence.impl
Class DDLRecordSetFinderImpl
java.lang.Object
com.liferay.portal.service.persistence.impl.BasePersistenceImpl<DDLRecordSet>
com.liferay.portlet.dynamicdatalists.service.persistence.impl.DDLRecordSetFinderImpl
- All Implemented Interfaces:
- SessionFactory, BasePersistence<DDLRecordSet>, DDLRecordSetFinder
public class DDLRecordSetFinderImpl
- extends BasePersistenceImpl<DDLRecordSet>
- implements DDLRecordSetFinder
| Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, NULL_SAFE_STRING_COMPARATOR, 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_N_D_S(long companyId,
long groupId,
String name,
String description,
int scope,
boolean andOperator)
|
int |
countByKeywords(long companyId,
long groupId,
String keywords,
int scope)
|
protected int |
doCountByC_G_N_D_S(long companyId,
long groupId,
String[] names,
String[] descriptions,
int scope,
boolean andOperator,
boolean inlineSQLHelper)
|
protected int |
doCountByKeywords(long companyId,
long groupId,
String keywords,
int scope,
boolean inlineSQLHelper)
|
protected List<DDLRecordSet> |
doFindByC_G_N_D_S(long companyId,
long groupId,
String[] names,
String[] descriptions,
int scope,
boolean andOperator,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator,
boolean inlineSQLHelper)
|
int |
filterCountByC_G_N_D_S(long companyId,
long groupId,
String name,
String description,
int scope,
boolean andOperator)
|
int |
filterCountByKeywords(long companyId,
long groupId,
String keywords,
int scope)
|
List<DDLRecordSet> |
filterFindByC_G_N_D_S(long companyId,
long groupId,
String[] names,
String[] descriptions,
int scope,
boolean andOperator,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
|
List<DDLRecordSet> |
filterFindByC_G_N_D_S(long companyId,
long groupId,
String name,
String description,
int scope,
boolean andOperator,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
|
List<DDLRecordSet> |
filterFindByKeywords(long companyId,
long groupId,
String keywords,
int scope,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
|
List<DDLRecordSet> |
findByC_G_N_D_S(long companyId,
long groupId,
String[] names,
String[] descriptions,
int scope,
boolean andOperator,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
|
List<DDLRecordSet> |
findByC_G_N_D_S(long companyId,
long groupId,
String name,
String description,
int scope,
boolean andOperator,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
|
List<DDLRecordSet> |
findByKeywords(long companyId,
long groupId,
String keywords,
int scope,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
|
| Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
appendOrderByComparator, appendOrderByComparator, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, fetchByPrimaryKeys, 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_C_G_N_D_S
public static final String COUNT_BY_C_G_N_D_S
FIND_BY_C_G_N_D_S
public static final String FIND_BY_C_G_N_D_S
DDLRecordSetFinderImpl
public DDLRecordSetFinderImpl()
countByKeywords
public int countByKeywords(long companyId,
long groupId,
String keywords,
int scope)
- Specified by:
countByKeywords in interface DDLRecordSetFinder
countByC_G_N_D_S
public int countByC_G_N_D_S(long companyId,
long groupId,
String name,
String description,
int scope,
boolean andOperator)
- Specified by:
countByC_G_N_D_S in interface DDLRecordSetFinder
filterCountByKeywords
public int filterCountByKeywords(long companyId,
long groupId,
String keywords,
int scope)
- Specified by:
filterCountByKeywords in interface DDLRecordSetFinder
filterCountByC_G_N_D_S
public int filterCountByC_G_N_D_S(long companyId,
long groupId,
String name,
String description,
int scope,
boolean andOperator)
- Specified by:
filterCountByC_G_N_D_S in interface DDLRecordSetFinder
filterFindByKeywords
public List<DDLRecordSet> filterFindByKeywords(long companyId,
long groupId,
String keywords,
int scope,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
- Specified by:
filterFindByKeywords in interface DDLRecordSetFinder
filterFindByC_G_N_D_S
public List<DDLRecordSet> filterFindByC_G_N_D_S(long companyId,
long groupId,
String name,
String description,
int scope,
boolean andOperator,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
- Specified by:
filterFindByC_G_N_D_S in interface DDLRecordSetFinder
filterFindByC_G_N_D_S
public List<DDLRecordSet> filterFindByC_G_N_D_S(long companyId,
long groupId,
String[] names,
String[] descriptions,
int scope,
boolean andOperator,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
- Specified by:
filterFindByC_G_N_D_S in interface DDLRecordSetFinder
findByKeywords
public List<DDLRecordSet> findByKeywords(long companyId,
long groupId,
String keywords,
int scope,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
- Specified by:
findByKeywords in interface DDLRecordSetFinder
findByC_G_N_D_S
public List<DDLRecordSet> findByC_G_N_D_S(long companyId,
long groupId,
String name,
String description,
int scope,
boolean andOperator,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
- Specified by:
findByC_G_N_D_S in interface DDLRecordSetFinder
findByC_G_N_D_S
public List<DDLRecordSet> findByC_G_N_D_S(long companyId,
long groupId,
String[] names,
String[] descriptions,
int scope,
boolean andOperator,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator)
- Specified by:
findByC_G_N_D_S in interface DDLRecordSetFinder
doCountByC_G_N_D_S
protected int doCountByC_G_N_D_S(long companyId,
long groupId,
String[] names,
String[] descriptions,
int scope,
boolean andOperator,
boolean inlineSQLHelper)
doCountByKeywords
protected int doCountByKeywords(long companyId,
long groupId,
String keywords,
int scope,
boolean inlineSQLHelper)
doFindByC_G_N_D_S
protected List<DDLRecordSet> doFindByC_G_N_D_S(long companyId,
long groupId,
String[] names,
String[] descriptions,
int scope,
boolean andOperator,
int start,
int end,
OrderByComparator<DDLRecordSet> orderByComparator,
boolean inlineSQLHelper)