com.liferay.portlet.dynamicdatalists.service.persistence
Class DDLRecordSetFinderImpl
java.lang.Object
com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.dynamicdatalists.model.DDLRecordSet>
com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordSetFinderImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.dao.orm.SessionFactory, com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.dynamicdatalists.model.DDLRecordSet>, com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordSetFinder
public class DDLRecordSetFinderImpl
- extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.dynamicdatalists.model.DDLRecordSet>
- implements com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordSetFinder
- Author:
- Marcellus Tavares, Connor McKay
| 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_N_D_S(long companyId,
long groupId,
java.lang.String name,
java.lang.String description,
int scope,
boolean andOperator)
|
int |
countByKeywords(long companyId,
long groupId,
java.lang.String keywords,
int scope)
|
protected int |
doCountByC_G_N_D_S(long companyId,
long groupId,
java.lang.String[] names,
java.lang.String[] descriptions,
int scope,
boolean andOperator)
|
protected java.util.List<com.liferay.portlet.dynamicdatalists.model.DDLRecordSet> |
doFindByC_G_N_D_S(long companyId,
long groupId,
java.lang.String[] names,
java.lang.String[] descriptions,
int scope,
boolean andOperator,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
java.util.List<com.liferay.portlet.dynamicdatalists.model.DDLRecordSet> |
findByC_G_N_D_S(long companyId,
long groupId,
java.lang.String[] names,
java.lang.String[] descriptions,
int scope,
boolean andOperator,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
java.util.List<com.liferay.portlet.dynamicdatalists.model.DDLRecordSet> |
findByC_G_N_D_S(long companyId,
long groupId,
java.lang.String name,
java.lang.String description,
int scope,
boolean andOperator,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
java.util.List<com.liferay.portlet.dynamicdatalists.model.DDLRecordSet> |
findByKeywords(long companyId,
long groupId,
java.lang.String keywords,
int scope,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
| Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
appendOrderByComparator, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, 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_N_D_S
public static java.lang.String COUNT_BY_C_G_N_D_S
FIND_BY_C_G_N_D_S
public static java.lang.String FIND_BY_C_G_N_D_S
DDLRecordSetFinderImpl
public DDLRecordSetFinderImpl()
countByKeywords
public int countByKeywords(long companyId,
long groupId,
java.lang.String keywords,
int scope)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
countByKeywords in interface com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordSetFinder
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByC_G_N_D_S
public int countByC_G_N_D_S(long companyId,
long groupId,
java.lang.String name,
java.lang.String description,
int scope,
boolean andOperator)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
countByC_G_N_D_S in interface com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordSetFinder
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByKeywords
public java.util.List<com.liferay.portlet.dynamicdatalists.model.DDLRecordSet> findByKeywords(long companyId,
long groupId,
java.lang.String keywords,
int scope,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByKeywords in interface com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordSetFinder
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByC_G_N_D_S
public java.util.List<com.liferay.portlet.dynamicdatalists.model.DDLRecordSet> findByC_G_N_D_S(long companyId,
long groupId,
java.lang.String name,
java.lang.String description,
int scope,
boolean andOperator,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByC_G_N_D_S in interface com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordSetFinder
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByC_G_N_D_S
public java.util.List<com.liferay.portlet.dynamicdatalists.model.DDLRecordSet> findByC_G_N_D_S(long companyId,
long groupId,
java.lang.String[] names,
java.lang.String[] descriptions,
int scope,
boolean andOperator,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByC_G_N_D_S in interface com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordSetFinder
- Throws:
com.liferay.portal.kernel.exception.SystemException
doCountByC_G_N_D_S
protected int doCountByC_G_N_D_S(long companyId,
long groupId,
java.lang.String[] names,
java.lang.String[] descriptions,
int scope,
boolean andOperator)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
doFindByC_G_N_D_S
protected java.util.List<com.liferay.portlet.dynamicdatalists.model.DDLRecordSet> doFindByC_G_N_D_S(long companyId,
long groupId,
java.lang.String[] names,
java.lang.String[] descriptions,
int scope,
boolean andOperator,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException