Interface CPConfigurationListPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<CPConfigurationList>
,com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CPConfigurationList>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(CPConfigurationList cpConfigurationList) Caches the cp configuration list in the entity cache if it is enabled.void
cacheResult
(List<CPConfigurationList> cpConfigurationLists) Caches the cp configuration lists in the entity cache if it is enabled.int
countAll()
Returns the number of cp configuration lists.int
countByCompanyId
(long companyId) Returns the number of cp configuration lists where companyId = ?.int
countByERC_C
(String externalReferenceCode, long companyId) Returns the number of cp configuration lists where externalReferenceCode = ? and companyId = ?.int
countByG_C
(long[] groupIds, long companyId) Returns the number of cp configuration lists where groupId = any ? and companyId = ?.int
countByG_C
(long groupId, long companyId) Returns the number of cp configuration lists where groupId = ? and companyId = ?.int
countByG_C_NotS
(long[] groupIds, long companyId, int status) Returns the number of cp configuration lists where groupId = any ? and companyId = ? and status ≠ ?.int
countByG_C_NotS
(long groupId, long companyId, int status) Returns the number of cp configuration lists where groupId = ? and companyId = ? and status ≠ ?.int
countByG_C_S
(long[] groupIds, long companyId, int status) Returns the number of cp configuration lists where groupId = any ? and companyId = ? and status = ?.int
countByG_C_S
(long groupId, long companyId, int status) Returns the number of cp configuration lists where groupId = ? and companyId = ? and status = ?.int
countByG_M
(long groupId, boolean master) Returns the number of cp configuration lists where groupId = ? and master = ?.int
countByLtD_S
(Date displayDate, int status) Returns the number of cp configuration lists where displayDate < ? and status = ?.int
countByParentCPConfigurationListId
(long parentCPConfigurationListId) Returns the number of cp configuration lists where parentCPConfigurationListId = ?.int
countByUuid
(String uuid) Returns the number of cp configuration lists where uuid = ?.int
countByUuid_C
(String uuid, long companyId) Returns the number of cp configuration lists where uuid = ? and companyId = ?.int
countByUUID_G
(String uuid, long groupId) Returns the number of cp configuration lists where uuid = ? and groupId = ?.create
(long CPConfigurationListId) Creates a new cp configuration list with the primary key.fetchByCompanyId_First
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the first cp configuration list in the ordered set where companyId = ?.fetchByCompanyId_Last
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the last cp configuration list in the ordered set where companyId = ?.fetchByERC_C
(String externalReferenceCode, long companyId) Returns the cp configuration list where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found.fetchByERC_C
(String externalReferenceCode, long companyId, boolean useFinderCache) Returns the cp configuration list where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByG_C_First
(long groupId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the first cp configuration list in the ordered set where groupId = ? and companyId = ?.fetchByG_C_Last
(long groupId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the last cp configuration list in the ordered set where groupId = ? and companyId = ?.fetchByG_C_NotS_First
(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the first cp configuration list in the ordered set where groupId = ? and companyId = ? and status ≠ ?.fetchByG_C_NotS_Last
(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the last cp configuration list in the ordered set where groupId = ? and companyId = ? and status ≠ ?.fetchByG_C_S_First
(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the first cp configuration list in the ordered set where groupId = ? and companyId = ? and status = ?.fetchByG_C_S_Last
(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the last cp configuration list in the ordered set where groupId = ? and companyId = ? and status = ?.fetchByG_M
(long groupId, boolean master) Returns the cp configuration list where groupId = ? and master = ? or returnsnull
if it could not be found.fetchByG_M
(long groupId, boolean master, boolean useFinderCache) Returns the cp configuration list where groupId = ? and master = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByLtD_S_First
(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the first cp configuration list in the ordered set where displayDate < ? and status = ?.fetchByLtD_S_Last
(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the last cp configuration list in the ordered set where displayDate < ? and status = ?.fetchByParentCPConfigurationListId
(long parentCPConfigurationListId) Returns the cp configuration list where parentCPConfigurationListId = ? or returnsnull
if it could not be found.fetchByParentCPConfigurationListId
(long parentCPConfigurationListId, boolean useFinderCache) Returns the cp configuration list where parentCPConfigurationListId = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByPrimaryKey
(long CPConfigurationListId) Returns the cp configuration list with the primary key or returnsnull
if it could not be found.fetchByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the first cp configuration list in the ordered set where uuid = ? and companyId = ?.fetchByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the last cp configuration list in the ordered set where uuid = ? and companyId = ?.fetchByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the first cp configuration list in the ordered set where uuid = ?.fetchByUUID_G
(String uuid, long groupId) Returns the cp configuration list where uuid = ? and groupId = ? or returnsnull
if it could not be found.fetchByUUID_G
(String uuid, long groupId, boolean useFinderCache) Returns the cp configuration list where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the last cp configuration list in the ordered set where uuid = ?.findAll()
Returns all the cp configuration lists.findAll
(int start, int end) Returns a range of all the cp configuration lists.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns an ordered range of all the cp configuration lists.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cp configuration lists.findByCompanyId
(long companyId) Returns all the cp configuration lists where companyId = ?.findByCompanyId
(long companyId, int start, int end) Returns a range of all the cp configuration lists where companyId = ?.findByCompanyId
(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns an ordered range of all the cp configuration lists where companyId = ?.findByCompanyId
(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cp configuration lists where companyId = ?.findByCompanyId_First
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the first cp configuration list in the ordered set where companyId = ?.findByCompanyId_Last
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the last cp configuration list in the ordered set where companyId = ?.findByCompanyId_PrevAndNext
(long CPConfigurationListId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the cp configuration lists before and after the current cp configuration list in the ordered set where companyId = ?.findByERC_C
(String externalReferenceCode, long companyId) Returns the cp configuration list where externalReferenceCode = ? and companyId = ? or throws aNoSuchCPConfigurationListException
if it could not be found.findByG_C
(long[] groupIds, long companyId) Returns all the cp configuration lists where groupId = any ? and companyId = ?.findByG_C
(long[] groupIds, long companyId, int start, int end) Returns a range of all the cp configuration lists where groupId = any ? and companyId = ?.findByG_C
(long[] groupIds, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns an ordered range of all the cp configuration lists where groupId = any ? and companyId = ?.findByG_C
(long[] groupIds, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cp configuration lists where groupId = ? and companyId = ?, optionally using the finder cache.findByG_C
(long groupId, long companyId) Returns all the cp configuration lists where groupId = ? and companyId = ?.findByG_C
(long groupId, long companyId, int start, int end) Returns a range of all the cp configuration lists where groupId = ? and companyId = ?.findByG_C
(long groupId, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns an ordered range of all the cp configuration lists where groupId = ? and companyId = ?.findByG_C
(long groupId, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cp configuration lists where groupId = ? and companyId = ?.findByG_C_First
(long groupId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the first cp configuration list in the ordered set where groupId = ? and companyId = ?.findByG_C_Last
(long groupId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the last cp configuration list in the ordered set where groupId = ? and companyId = ?.findByG_C_NotS
(long[] groupIds, long companyId, int status) Returns all the cp configuration lists where groupId = any ? and companyId = ? and status ≠ ?.findByG_C_NotS
(long[] groupIds, long companyId, int status, int start, int end) Returns a range of all the cp configuration lists where groupId = any ? and companyId = ? and status ≠ ?.findByG_C_NotS
(long[] groupIds, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns an ordered range of all the cp configuration lists where groupId = any ? and companyId = ? and status ≠ ?.findByG_C_NotS
(long[] groupIds, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cp configuration lists where groupId = ? and companyId = ? and status ≠ ?, optionally using the finder cache.findByG_C_NotS
(long groupId, long companyId, int status) Returns all the cp configuration lists where groupId = ? and companyId = ? and status ≠ ?.findByG_C_NotS
(long groupId, long companyId, int status, int start, int end) Returns a range of all the cp configuration lists where groupId = ? and companyId = ? and status ≠ ?.findByG_C_NotS
(long groupId, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns an ordered range of all the cp configuration lists where groupId = ? and companyId = ? and status ≠ ?.findByG_C_NotS
(long groupId, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cp configuration lists where groupId = ? and companyId = ? and status ≠ ?.findByG_C_NotS_First
(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the first cp configuration list in the ordered set where groupId = ? and companyId = ? and status ≠ ?.findByG_C_NotS_Last
(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the last cp configuration list in the ordered set where groupId = ? and companyId = ? and status ≠ ?.findByG_C_NotS_PrevAndNext
(long CPConfigurationListId, long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the cp configuration lists before and after the current cp configuration list in the ordered set where groupId = ? and companyId = ? and status ≠ ?.findByG_C_PrevAndNext
(long CPConfigurationListId, long groupId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the cp configuration lists before and after the current cp configuration list in the ordered set where groupId = ? and companyId = ?.findByG_C_S
(long[] groupIds, long companyId, int status) Returns all the cp configuration lists where groupId = any ? and companyId = ? and status = ?.findByG_C_S
(long[] groupIds, long companyId, int status, int start, int end) Returns a range of all the cp configuration lists where groupId = any ? and companyId = ? and status = ?.findByG_C_S
(long[] groupIds, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns an ordered range of all the cp configuration lists where groupId = any ? and companyId = ? and status = ?.findByG_C_S
(long[] groupIds, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cp configuration lists where groupId = ? and companyId = ? and status = ?, optionally using the finder cache.findByG_C_S
(long groupId, long companyId, int status) Returns all the cp configuration lists where groupId = ? and companyId = ? and status = ?.findByG_C_S
(long groupId, long companyId, int status, int start, int end) Returns a range of all the cp configuration lists where groupId = ? and companyId = ? and status = ?.findByG_C_S
(long groupId, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns an ordered range of all the cp configuration lists where groupId = ? and companyId = ? and status = ?.findByG_C_S
(long groupId, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cp configuration lists where groupId = ? and companyId = ? and status = ?.findByG_C_S_First
(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the first cp configuration list in the ordered set where groupId = ? and companyId = ? and status = ?.findByG_C_S_Last
(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the last cp configuration list in the ordered set where groupId = ? and companyId = ? and status = ?.findByG_C_S_PrevAndNext
(long CPConfigurationListId, long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the cp configuration lists before and after the current cp configuration list in the ordered set where groupId = ? and companyId = ? and status = ?.findByG_M
(long groupId, boolean master) Returns the cp configuration list where groupId = ? and master = ? or throws aNoSuchCPConfigurationListException
if it could not be found.findByLtD_S
(Date displayDate, int status) Returns all the cp configuration lists where displayDate < ? and status = ?.findByLtD_S
(Date displayDate, int status, int start, int end) Returns a range of all the cp configuration lists where displayDate < ? and status = ?.findByLtD_S
(Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns an ordered range of all the cp configuration lists where displayDate < ? and status = ?.findByLtD_S
(Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cp configuration lists where displayDate < ? and status = ?.findByLtD_S_First
(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the first cp configuration list in the ordered set where displayDate < ? and status = ?.findByLtD_S_Last
(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the last cp configuration list in the ordered set where displayDate < ? and status = ?.findByLtD_S_PrevAndNext
(long CPConfigurationListId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the cp configuration lists before and after the current cp configuration list in the ordered set where displayDate < ? and status = ?.findByParentCPConfigurationListId
(long parentCPConfigurationListId) Returns the cp configuration list where parentCPConfigurationListId = ? or throws aNoSuchCPConfigurationListException
if it could not be found.findByPrimaryKey
(long CPConfigurationListId) Returns the cp configuration list with the primary key or throws aNoSuchCPConfigurationListException
if it could not be found.findByUuid
(String uuid) Returns all the cp configuration lists where uuid = ?.findByUuid
(String uuid, int start, int end) Returns a range of all the cp configuration lists where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns an ordered range of all the cp configuration lists where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cp configuration lists where uuid = ?.findByUuid_C
(String uuid, long companyId) Returns all the cp configuration lists where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the cp configuration lists where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns an ordered range of all the cp configuration lists where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cp configuration lists where uuid = ? and companyId = ?.findByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the first cp configuration list in the ordered set where uuid = ? and companyId = ?.findByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the last cp configuration list in the ordered set where uuid = ? and companyId = ?.findByUuid_C_PrevAndNext
(long CPConfigurationListId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the cp configuration lists before and after the current cp configuration list in the ordered set where uuid = ? and companyId = ?.findByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the first cp configuration list in the ordered set where uuid = ?.findByUUID_G
(String uuid, long groupId) Returns the cp configuration list where uuid = ? and groupId = ? or throws aNoSuchCPConfigurationListException
if it could not be found.findByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the last cp configuration list in the ordered set where uuid = ?.findByUuid_PrevAndNext
(long CPConfigurationListId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the cp configuration lists before and after the current cp configuration list in the ordered set where uuid = ?.remove
(long CPConfigurationListId) Removes the cp configuration list with the primary key from the database.void
Removes all the cp configuration lists from the database.void
removeByCompanyId
(long companyId) Removes all the cp configuration lists where companyId = ? from the database.removeByERC_C
(String externalReferenceCode, long companyId) Removes the cp configuration list where externalReferenceCode = ? and companyId = ? from the database.void
removeByG_C
(long groupId, long companyId) Removes all the cp configuration lists where groupId = ? and companyId = ? from the database.void
removeByG_C_NotS
(long groupId, long companyId, int status) Removes all the cp configuration lists where groupId = ? and companyId = ? and status ≠ ? from the database.void
removeByG_C_S
(long groupId, long companyId, int status) Removes all the cp configuration lists where groupId = ? and companyId = ? and status = ? from the database.removeByG_M
(long groupId, boolean master) Removes the cp configuration list where groupId = ? and master = ? from the database.void
removeByLtD_S
(Date displayDate, int status) Removes all the cp configuration lists where displayDate < ? and status = ? from the database.removeByParentCPConfigurationListId
(long parentCPConfigurationListId) Removes the cp configuration list where parentCPConfigurationListId = ? from the database.void
removeByUuid
(String uuid) Removes all the cp configuration lists where uuid = ? from the database.void
removeByUuid_C
(String uuid, long companyId) Removes all the cp configuration lists where uuid = ? and companyId = ? from the database.removeByUUID_G
(String uuid, long groupId) Removes the cp configuration list where uuid = ? and groupId = ? from the database.updateImpl
(CPConfigurationList cpConfigurationList) Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, removeByFunction, setDataSource, unregisterListener, update, update
Methods inherited from interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence
getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
-
Method Details
-
findByUuid
Returns all the cp configuration lists where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching cp configuration lists
-
findByUuid
Returns a range of all the cp configuration lists where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPConfigurationListModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of cp configuration listsend
- the upper bound of the range of cp configuration lists (not inclusive)- Returns:
- the range of matching cp configuration lists
-
findByUuid
List<CPConfigurationList> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns an ordered range of all the cp configuration lists where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPConfigurationListModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of cp configuration listsend
- the upper bound of the range of cp configuration lists (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching cp configuration lists
-
findByUuid
List<CPConfigurationList> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cp configuration lists where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPConfigurationListModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of cp configuration listsend
- the upper bound of the range of cp configuration lists (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching cp configuration lists
-
findByUuid_First
CPConfigurationList findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) throws NoSuchCPConfigurationListException Returns the first cp configuration list in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cp configuration list
- Throws:
NoSuchCPConfigurationListException
- if a matching cp configuration list could not be found
-
fetchByUuid_First
CPConfigurationList fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the first cp configuration list in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cp configuration list, or
null
if a matching cp configuration list could not be found
-
findByUuid_Last
CPConfigurationList findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) throws NoSuchCPConfigurationListException Returns the last cp configuration list in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cp configuration list
- Throws:
NoSuchCPConfigurationListException
- if a matching cp configuration list could not be found
-
fetchByUuid_Last
CPConfigurationList fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the last cp configuration list in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cp configuration list, or
null
if a matching cp configuration list could not be found
-
findByUuid_PrevAndNext
CPConfigurationList[] findByUuid_PrevAndNext(long CPConfigurationListId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) throws NoSuchCPConfigurationListException Returns the cp configuration lists before and after the current cp configuration list in the ordered set where uuid = ?.- Parameters:
CPConfigurationListId
- the primary key of the current cp configuration listuuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next cp configuration list
- Throws:
NoSuchCPConfigurationListException
- if a cp configuration list with the primary key could not be found
-
removeByUuid
Removes all the cp configuration lists where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of cp configuration lists where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching cp configuration lists
-
findByUUID_G
CPConfigurationList findByUUID_G(String uuid, long groupId) throws NoSuchCPConfigurationListException Returns the cp configuration list where uuid = ? and groupId = ? or throws aNoSuchCPConfigurationListException
if it could not be found.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching cp configuration list
- Throws:
NoSuchCPConfigurationListException
- if a matching cp configuration list could not be found
-
fetchByUUID_G
Returns the cp configuration list where uuid = ? and groupId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching cp configuration list, or
null
if a matching cp configuration list could not be found
-
fetchByUUID_G
Returns the cp configuration list where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
uuid
- the uuidgroupId
- the group IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching cp configuration list, or
null
if a matching cp configuration list could not be found
-
removeByUUID_G
CPConfigurationList removeByUUID_G(String uuid, long groupId) throws NoSuchCPConfigurationListException Removes the cp configuration list where uuid = ? and groupId = ? from the database.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the cp configuration list that was removed
- Throws:
NoSuchCPConfigurationListException
-
countByUUID_G
Returns the number of cp configuration lists where uuid = ? and groupId = ?.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the number of matching cp configuration lists
-
findByUuid_C
Returns all the cp configuration lists where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching cp configuration lists
-
findByUuid_C
Returns a range of all the cp configuration lists where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPConfigurationListModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of cp configuration listsend
- the upper bound of the range of cp configuration lists (not inclusive)- Returns:
- the range of matching cp configuration lists
-
findByUuid_C
List<CPConfigurationList> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns an ordered range of all the cp configuration lists where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPConfigurationListModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of cp configuration listsend
- the upper bound of the range of cp configuration lists (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching cp configuration lists
-
findByUuid_C
List<CPConfigurationList> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cp configuration lists where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPConfigurationListModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of cp configuration listsend
- the upper bound of the range of cp configuration lists (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching cp configuration lists
-
findByUuid_C_First
CPConfigurationList findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) throws NoSuchCPConfigurationListException Returns the first cp configuration list in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cp configuration list
- Throws:
NoSuchCPConfigurationListException
- if a matching cp configuration list could not be found
-
fetchByUuid_C_First
CPConfigurationList fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the first cp configuration list in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cp configuration list, or
null
if a matching cp configuration list could not be found
-
findByUuid_C_Last
CPConfigurationList findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) throws NoSuchCPConfigurationListException Returns the last cp configuration list in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cp configuration list
- Throws:
NoSuchCPConfigurationListException
- if a matching cp configuration list could not be found
-
fetchByUuid_C_Last
CPConfigurationList fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the last cp configuration list in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cp configuration list, or
null
if a matching cp configuration list could not be found
-
findByUuid_C_PrevAndNext
CPConfigurationList[] findByUuid_C_PrevAndNext(long CPConfigurationListId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) throws NoSuchCPConfigurationListException Returns the cp configuration lists before and after the current cp configuration list in the ordered set where uuid = ? and companyId = ?.- Parameters:
CPConfigurationListId
- the primary key of the current cp configuration listuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next cp configuration list
- Throws:
NoSuchCPConfigurationListException
- if a cp configuration list with the primary key could not be found
-
removeByUuid_C
Removes all the cp configuration lists where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of cp configuration lists where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching cp configuration lists
-
findByCompanyId
Returns all the cp configuration lists where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the matching cp configuration lists
-
findByCompanyId
Returns a range of all the cp configuration lists where companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPConfigurationListModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of cp configuration listsend
- the upper bound of the range of cp configuration lists (not inclusive)- Returns:
- the range of matching cp configuration lists
-
findByCompanyId
List<CPConfigurationList> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns an ordered range of all the cp configuration lists where companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPConfigurationListModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of cp configuration listsend
- the upper bound of the range of cp configuration lists (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching cp configuration lists
-
findByCompanyId
List<CPConfigurationList> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cp configuration lists where companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPConfigurationListModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of cp configuration listsend
- the upper bound of the range of cp configuration lists (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching cp configuration lists
-
findByCompanyId_First
CPConfigurationList findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) throws NoSuchCPConfigurationListException Returns the first cp configuration list in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cp configuration list
- Throws:
NoSuchCPConfigurationListException
- if a matching cp configuration list could not be found
-
fetchByCompanyId_First
CPConfigurationList fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the first cp configuration list in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cp configuration list, or
null
if a matching cp configuration list could not be found
-
findByCompanyId_Last
CPConfigurationList findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) throws NoSuchCPConfigurationListException Returns the last cp configuration list in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cp configuration list
- Throws:
NoSuchCPConfigurationListException
- if a matching cp configuration list could not be found
-
fetchByCompanyId_Last
CPConfigurationList fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the last cp configuration list in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cp configuration list, or
null
if a matching cp configuration list could not be found
-
findByCompanyId_PrevAndNext
CPConfigurationList[] findByCompanyId_PrevAndNext(long CPConfigurationListId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) throws NoSuchCPConfigurationListException Returns the cp configuration lists before and after the current cp configuration list in the ordered set where companyId = ?.- Parameters:
CPConfigurationListId
- the primary key of the current cp configuration listcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next cp configuration list
- Throws:
NoSuchCPConfigurationListException
- if a cp configuration list with the primary key could not be found
-
removeByCompanyId
void removeByCompanyId(long companyId) Removes all the cp configuration lists where companyId = ? from the database.- Parameters:
companyId
- the company ID
-
countByCompanyId
int countByCompanyId(long companyId) Returns the number of cp configuration lists where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the number of matching cp configuration lists
-
findByParentCPConfigurationListId
CPConfigurationList findByParentCPConfigurationListId(long parentCPConfigurationListId) throws NoSuchCPConfigurationListException Returns the cp configuration list where parentCPConfigurationListId = ? or throws aNoSuchCPConfigurationListException
if it could not be found.- Parameters:
parentCPConfigurationListId
- the parent cp configuration list ID- Returns:
- the matching cp configuration list
- Throws:
NoSuchCPConfigurationListException
- if a matching cp configuration list could not be found
-
fetchByParentCPConfigurationListId
Returns the cp configuration list where parentCPConfigurationListId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
parentCPConfigurationListId
- the parent cp configuration list ID- Returns:
- the matching cp configuration list, or
null
if a matching cp configuration list could not be found
-
fetchByParentCPConfigurationListId
CPConfigurationList fetchByParentCPConfigurationListId(long parentCPConfigurationListId, boolean useFinderCache) Returns the cp configuration list where parentCPConfigurationListId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
parentCPConfigurationListId
- the parent cp configuration list IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching cp configuration list, or
null
if a matching cp configuration list could not be found
-
removeByParentCPConfigurationListId
CPConfigurationList removeByParentCPConfigurationListId(long parentCPConfigurationListId) throws NoSuchCPConfigurationListException Removes the cp configuration list where parentCPConfigurationListId = ? from the database.- Parameters:
parentCPConfigurationListId
- the parent cp configuration list ID- Returns:
- the cp configuration list that was removed
- Throws:
NoSuchCPConfigurationListException
-
countByParentCPConfigurationListId
int countByParentCPConfigurationListId(long parentCPConfigurationListId) Returns the number of cp configuration lists where parentCPConfigurationListId = ?.- Parameters:
parentCPConfigurationListId
- the parent cp configuration list ID- Returns:
- the number of matching cp configuration lists
-
findByG_C
Returns all the cp configuration lists where groupId = ? and companyId = ?.- Parameters:
groupId
- the group IDcompanyId
- the company ID- Returns:
- the matching cp configuration lists
-
findByG_C
Returns a range of all the cp configuration lists where groupId = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPConfigurationListModelImpl
.- Parameters:
groupId
- the group IDcompanyId
- the company IDstart
- the lower bound of the range of cp configuration listsend
- the upper bound of the range of cp configuration lists (not inclusive)- Returns:
- the range of matching cp configuration lists
-
findByG_C
List<CPConfigurationList> findByG_C(long groupId, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns an ordered range of all the cp configuration lists where groupId = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPConfigurationListModelImpl
.- Parameters:
groupId
- the group IDcompanyId
- the company IDstart
- the lower bound of the range of cp configuration listsend
- the upper bound of the range of cp configuration lists (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching cp configuration lists
-
findByG_C
List<CPConfigurationList> findByG_C(long groupId, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cp configuration lists where groupId = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPConfigurationListModelImpl
.- Parameters:
groupId
- the group IDcompanyId
- the company IDstart
- the lower bound of the range of cp configuration listsend
- the upper bound of the range of cp configuration lists (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching cp configuration lists
-
findByG_C_First
CPConfigurationList findByG_C_First(long groupId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) throws NoSuchCPConfigurationListException Returns the first cp configuration list in the ordered set where groupId = ? and companyId = ?.- Parameters:
groupId
- the group IDcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cp configuration list
- Throws:
NoSuchCPConfigurationListException
- if a matching cp configuration list could not be found
-
fetchByG_C_First
CPConfigurationList fetchByG_C_First(long groupId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the first cp configuration list in the ordered set where groupId = ? and companyId = ?.- Parameters:
groupId
- the group IDcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cp configuration list, or
null
if a matching cp configuration list could not be found
-
findByG_C_Last
CPConfigurationList findByG_C_Last(long groupId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) throws NoSuchCPConfigurationListException Returns the last cp configuration list in the ordered set where groupId = ? and companyId = ?.- Parameters:
groupId
- the group IDcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cp configuration list
- Throws:
NoSuchCPConfigurationListException
- if a matching cp configuration list could not be found
-
fetchByG_C_Last
CPConfigurationList fetchByG_C_Last(long groupId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the last cp configuration list in the ordered set where groupId = ? and companyId = ?.- Parameters:
groupId
- the group IDcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cp configuration list, or
null
if a matching cp configuration list could not be found
-
findByG_C_PrevAndNext
CPConfigurationList[] findByG_C_PrevAndNext(long CPConfigurationListId, long groupId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) throws NoSuchCPConfigurationListException Returns the cp configuration lists before and after the current cp configuration list in the ordered set where groupId = ? and companyId = ?.- Parameters:
CPConfigurationListId
- the primary key of the current cp configuration listgroupId
- the group IDcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next cp configuration list
- Throws:
NoSuchCPConfigurationListException
- if a cp configuration list with the primary key could not be found
-
findByG_C
Returns all the cp configuration lists where groupId = any ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPConfigurationListModelImpl
.- Parameters:
groupIds
- the group IDscompanyId
- the company ID- Returns:
- the matching cp configuration lists
-
findByG_C
Returns a range of all the cp configuration lists where groupId = any ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPConfigurationListModelImpl
.- Parameters:
groupIds
- the group IDscompanyId
- the company IDstart
- the lower bound of the range of cp configuration listsend
- the upper bound of the range of cp configuration lists (not inclusive)- Returns:
- the range of matching cp configuration lists
-
findByG_C
List<CPConfigurationList> findByG_C(long[] groupIds, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns an ordered range of all the cp configuration lists where groupId = any ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPConfigurationListModelImpl
.- Parameters:
groupIds
- the group IDscompanyId
- the company IDstart
- the lower bound of the range of cp configuration listsend
- the upper bound of the range of cp configuration lists (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching cp configuration lists
-
findByG_C
List<CPConfigurationList> findByG_C(long[] groupIds, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cp configuration lists where groupId = ? and companyId = ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPConfigurationListModelImpl
.- Parameters:
groupIds
- the group IDscompanyId
- the company IDstart
- the lower bound of the range of cp configuration listsend
- the upper bound of the range of cp configuration lists (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching cp configuration lists
-
removeByG_C
void removeByG_C(long groupId, long companyId) Removes all the cp configuration lists where groupId = ? and companyId = ? from the database.- Parameters:
groupId
- the group IDcompanyId
- the company ID
-
countByG_C
int countByG_C(long groupId, long companyId) Returns the number of cp configuration lists where groupId = ? and companyId = ?.- Parameters:
groupId
- the group IDcompanyId
- the company ID- Returns:
- the number of matching cp configuration lists
-
countByG_C
int countByG_C(long[] groupIds, long companyId) Returns the number of cp configuration lists where groupId = any ? and companyId = ?.- Parameters:
groupIds
- the group IDscompanyId
- the company ID- Returns:
- the number of matching cp configuration lists
-
findByG_M
CPConfigurationList findByG_M(long groupId, boolean master) throws NoSuchCPConfigurationListException Returns the cp configuration list where groupId = ? and master = ? or throws aNoSuchCPConfigurationListException
if it could not be found.- Parameters:
groupId
- the group IDmaster
- the master- Returns:
- the matching cp configuration list
- Throws:
NoSuchCPConfigurationListException
- if a matching cp configuration list could not be found
-
fetchByG_M
Returns the cp configuration list where groupId = ? and master = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
groupId
- the group IDmaster
- the master- Returns:
- the matching cp configuration list, or
null
if a matching cp configuration list could not be found
-
fetchByG_M
Returns the cp configuration list where groupId = ? and master = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
groupId
- the group IDmaster
- the masteruseFinderCache
- whether to use the finder cache- Returns:
- the matching cp configuration list, or
null
if a matching cp configuration list could not be found
-
removeByG_M
CPConfigurationList removeByG_M(long groupId, boolean master) throws NoSuchCPConfigurationListException Removes the cp configuration list where groupId = ? and master = ? from the database.- Parameters:
groupId
- the group IDmaster
- the master- Returns:
- the cp configuration list that was removed
- Throws:
NoSuchCPConfigurationListException
-
countByG_M
int countByG_M(long groupId, boolean master) Returns the number of cp configuration lists where groupId = ? and master = ?.- Parameters:
groupId
- the group IDmaster
- the master- Returns:
- the number of matching cp configuration lists
-
findByLtD_S
Returns all the cp configuration lists where displayDate < ? and status = ?.- Parameters:
displayDate
- the display datestatus
- the status- Returns:
- the matching cp configuration lists
-
findByLtD_S
Returns a range of all the cp configuration lists where displayDate < ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPConfigurationListModelImpl
.- Parameters:
displayDate
- the display datestatus
- the statusstart
- the lower bound of the range of cp configuration listsend
- the upper bound of the range of cp configuration lists (not inclusive)- Returns:
- the range of matching cp configuration lists
-
findByLtD_S
List<CPConfigurationList> findByLtD_S(Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns an ordered range of all the cp configuration lists where displayDate < ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPConfigurationListModelImpl
.- Parameters:
displayDate
- the display datestatus
- the statusstart
- the lower bound of the range of cp configuration listsend
- the upper bound of the range of cp configuration lists (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching cp configuration lists
-
findByLtD_S
List<CPConfigurationList> findByLtD_S(Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cp configuration lists where displayDate < ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPConfigurationListModelImpl
.- Parameters:
displayDate
- the display datestatus
- the statusstart
- the lower bound of the range of cp configuration listsend
- the upper bound of the range of cp configuration lists (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching cp configuration lists
-
findByLtD_S_First
CPConfigurationList findByLtD_S_First(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) throws NoSuchCPConfigurationListException Returns the first cp configuration list in the ordered set where displayDate < ? and status = ?.- Parameters:
displayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cp configuration list
- Throws:
NoSuchCPConfigurationListException
- if a matching cp configuration list could not be found
-
fetchByLtD_S_First
CPConfigurationList fetchByLtD_S_First(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the first cp configuration list in the ordered set where displayDate < ? and status = ?.- Parameters:
displayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cp configuration list, or
null
if a matching cp configuration list could not be found
-
findByLtD_S_Last
CPConfigurationList findByLtD_S_Last(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) throws NoSuchCPConfigurationListException Returns the last cp configuration list in the ordered set where displayDate < ? and status = ?.- Parameters:
displayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cp configuration list
- Throws:
NoSuchCPConfigurationListException
- if a matching cp configuration list could not be found
-
fetchByLtD_S_Last
CPConfigurationList fetchByLtD_S_Last(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the last cp configuration list in the ordered set where displayDate < ? and status = ?.- Parameters:
displayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cp configuration list, or
null
if a matching cp configuration list could not be found
-
findByLtD_S_PrevAndNext
CPConfigurationList[] findByLtD_S_PrevAndNext(long CPConfigurationListId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) throws NoSuchCPConfigurationListException Returns the cp configuration lists before and after the current cp configuration list in the ordered set where displayDate < ? and status = ?.- Parameters:
CPConfigurationListId
- the primary key of the current cp configuration listdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next cp configuration list
- Throws:
NoSuchCPConfigurationListException
- if a cp configuration list with the primary key could not be found
-
removeByLtD_S
Removes all the cp configuration lists where displayDate < ? and status = ? from the database.- Parameters:
displayDate
- the display datestatus
- the status
-
countByLtD_S
Returns the number of cp configuration lists where displayDate < ? and status = ?.- Parameters:
displayDate
- the display datestatus
- the status- Returns:
- the number of matching cp configuration lists
-
findByG_C_S
Returns all the cp configuration lists where groupId = ? and companyId = ? and status = ?.- Parameters:
groupId
- the group IDcompanyId
- the company IDstatus
- the status- Returns:
- the matching cp configuration lists
-
findByG_C_S
Returns a range of all the cp configuration lists where groupId = ? and companyId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPConfigurationListModelImpl
.- Parameters:
groupId
- the group IDcompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of cp configuration listsend
- the upper bound of the range of cp configuration lists (not inclusive)- Returns:
- the range of matching cp configuration lists
-
findByG_C_S
List<CPConfigurationList> findByG_C_S(long groupId, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns an ordered range of all the cp configuration lists where groupId = ? and companyId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPConfigurationListModelImpl
.- Parameters:
groupId
- the group IDcompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of cp configuration listsend
- the upper bound of the range of cp configuration lists (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching cp configuration lists
-
findByG_C_S
List<CPConfigurationList> findByG_C_S(long groupId, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cp configuration lists where groupId = ? and companyId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPConfigurationListModelImpl
.- Parameters:
groupId
- the group IDcompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of cp configuration listsend
- the upper bound of the range of cp configuration lists (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching cp configuration lists
-
findByG_C_S_First
CPConfigurationList findByG_C_S_First(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) throws NoSuchCPConfigurationListException Returns the first cp configuration list in the ordered set where groupId = ? and companyId = ? and status = ?.- Parameters:
groupId
- the group IDcompanyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cp configuration list
- Throws:
NoSuchCPConfigurationListException
- if a matching cp configuration list could not be found
-
fetchByG_C_S_First
CPConfigurationList fetchByG_C_S_First(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the first cp configuration list in the ordered set where groupId = ? and companyId = ? and status = ?.- Parameters:
groupId
- the group IDcompanyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cp configuration list, or
null
if a matching cp configuration list could not be found
-
findByG_C_S_Last
CPConfigurationList findByG_C_S_Last(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) throws NoSuchCPConfigurationListException Returns the last cp configuration list in the ordered set where groupId = ? and companyId = ? and status = ?.- Parameters:
groupId
- the group IDcompanyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cp configuration list
- Throws:
NoSuchCPConfigurationListException
- if a matching cp configuration list could not be found
-
fetchByG_C_S_Last
CPConfigurationList fetchByG_C_S_Last(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the last cp configuration list in the ordered set where groupId = ? and companyId = ? and status = ?.- Parameters:
groupId
- the group IDcompanyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cp configuration list, or
null
if a matching cp configuration list could not be found
-
findByG_C_S_PrevAndNext
CPConfigurationList[] findByG_C_S_PrevAndNext(long CPConfigurationListId, long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) throws NoSuchCPConfigurationListException Returns the cp configuration lists before and after the current cp configuration list in the ordered set where groupId = ? and companyId = ? and status = ?.- Parameters:
CPConfigurationListId
- the primary key of the current cp configuration listgroupId
- the group IDcompanyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next cp configuration list
- Throws:
NoSuchCPConfigurationListException
- if a cp configuration list with the primary key could not be found
-
findByG_C_S
Returns all the cp configuration lists where groupId = any ? and companyId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPConfigurationListModelImpl
.- Parameters:
groupIds
- the group IDscompanyId
- the company IDstatus
- the status- Returns:
- the matching cp configuration lists
-
findByG_C_S
List<CPConfigurationList> findByG_C_S(long[] groupIds, long companyId, int status, int start, int end) Returns a range of all the cp configuration lists where groupId = any ? and companyId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPConfigurationListModelImpl
.- Parameters:
groupIds
- the group IDscompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of cp configuration listsend
- the upper bound of the range of cp configuration lists (not inclusive)- Returns:
- the range of matching cp configuration lists
-
findByG_C_S
List<CPConfigurationList> findByG_C_S(long[] groupIds, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns an ordered range of all the cp configuration lists where groupId = any ? and companyId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPConfigurationListModelImpl
.- Parameters:
groupIds
- the group IDscompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of cp configuration listsend
- the upper bound of the range of cp configuration lists (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching cp configuration lists
-
findByG_C_S
List<CPConfigurationList> findByG_C_S(long[] groupIds, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cp configuration lists where groupId = ? and companyId = ? and status = ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPConfigurationListModelImpl
.- Parameters:
groupIds
- the group IDscompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of cp configuration listsend
- the upper bound of the range of cp configuration lists (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching cp configuration lists
-
removeByG_C_S
void removeByG_C_S(long groupId, long companyId, int status) Removes all the cp configuration lists where groupId = ? and companyId = ? and status = ? from the database.- Parameters:
groupId
- the group IDcompanyId
- the company IDstatus
- the status
-
countByG_C_S
int countByG_C_S(long groupId, long companyId, int status) Returns the number of cp configuration lists where groupId = ? and companyId = ? and status = ?.- Parameters:
groupId
- the group IDcompanyId
- the company IDstatus
- the status- Returns:
- the number of matching cp configuration lists
-
countByG_C_S
int countByG_C_S(long[] groupIds, long companyId, int status) Returns the number of cp configuration lists where groupId = any ? and companyId = ? and status = ?.- Parameters:
groupIds
- the group IDscompanyId
- the company IDstatus
- the status- Returns:
- the number of matching cp configuration lists
-
findByG_C_NotS
Returns all the cp configuration lists where groupId = ? and companyId = ? and status ≠ ?.- Parameters:
groupId
- the group IDcompanyId
- the company IDstatus
- the status- Returns:
- the matching cp configuration lists
-
findByG_C_NotS
List<CPConfigurationList> findByG_C_NotS(long groupId, long companyId, int status, int start, int end) Returns a range of all the cp configuration lists where groupId = ? and companyId = ? and status ≠ ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPConfigurationListModelImpl
.- Parameters:
groupId
- the group IDcompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of cp configuration listsend
- the upper bound of the range of cp configuration lists (not inclusive)- Returns:
- the range of matching cp configuration lists
-
findByG_C_NotS
List<CPConfigurationList> findByG_C_NotS(long groupId, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns an ordered range of all the cp configuration lists where groupId = ? and companyId = ? and status ≠ ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPConfigurationListModelImpl
.- Parameters:
groupId
- the group IDcompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of cp configuration listsend
- the upper bound of the range of cp configuration lists (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching cp configuration lists
-
findByG_C_NotS
List<CPConfigurationList> findByG_C_NotS(long groupId, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cp configuration lists where groupId = ? and companyId = ? and status ≠ ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPConfigurationListModelImpl
.- Parameters:
groupId
- the group IDcompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of cp configuration listsend
- the upper bound of the range of cp configuration lists (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching cp configuration lists
-
findByG_C_NotS_First
CPConfigurationList findByG_C_NotS_First(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) throws NoSuchCPConfigurationListException Returns the first cp configuration list in the ordered set where groupId = ? and companyId = ? and status ≠ ?.- Parameters:
groupId
- the group IDcompanyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cp configuration list
- Throws:
NoSuchCPConfigurationListException
- if a matching cp configuration list could not be found
-
fetchByG_C_NotS_First
CPConfigurationList fetchByG_C_NotS_First(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the first cp configuration list in the ordered set where groupId = ? and companyId = ? and status ≠ ?.- Parameters:
groupId
- the group IDcompanyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching cp configuration list, or
null
if a matching cp configuration list could not be found
-
findByG_C_NotS_Last
CPConfigurationList findByG_C_NotS_Last(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) throws NoSuchCPConfigurationListException Returns the last cp configuration list in the ordered set where groupId = ? and companyId = ? and status ≠ ?.- Parameters:
groupId
- the group IDcompanyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cp configuration list
- Throws:
NoSuchCPConfigurationListException
- if a matching cp configuration list could not be found
-
fetchByG_C_NotS_Last
CPConfigurationList fetchByG_C_NotS_Last(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the last cp configuration list in the ordered set where groupId = ? and companyId = ? and status ≠ ?.- Parameters:
groupId
- the group IDcompanyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching cp configuration list, or
null
if a matching cp configuration list could not be found
-
findByG_C_NotS_PrevAndNext
CPConfigurationList[] findByG_C_NotS_PrevAndNext(long CPConfigurationListId, long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) throws NoSuchCPConfigurationListException Returns the cp configuration lists before and after the current cp configuration list in the ordered set where groupId = ? and companyId = ? and status ≠ ?.- Parameters:
CPConfigurationListId
- the primary key of the current cp configuration listgroupId
- the group IDcompanyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next cp configuration list
- Throws:
NoSuchCPConfigurationListException
- if a cp configuration list with the primary key could not be found
-
findByG_C_NotS
Returns all the cp configuration lists where groupId = any ? and companyId = ? and status ≠ ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPConfigurationListModelImpl
.- Parameters:
groupIds
- the group IDscompanyId
- the company IDstatus
- the status- Returns:
- the matching cp configuration lists
-
findByG_C_NotS
List<CPConfigurationList> findByG_C_NotS(long[] groupIds, long companyId, int status, int start, int end) Returns a range of all the cp configuration lists where groupId = any ? and companyId = ? and status ≠ ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPConfigurationListModelImpl
.- Parameters:
groupIds
- the group IDscompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of cp configuration listsend
- the upper bound of the range of cp configuration lists (not inclusive)- Returns:
- the range of matching cp configuration lists
-
findByG_C_NotS
List<CPConfigurationList> findByG_C_NotS(long[] groupIds, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns an ordered range of all the cp configuration lists where groupId = any ? and companyId = ? and status ≠ ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPConfigurationListModelImpl
.- Parameters:
groupIds
- the group IDscompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of cp configuration listsend
- the upper bound of the range of cp configuration lists (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching cp configuration lists
-
findByG_C_NotS
List<CPConfigurationList> findByG_C_NotS(long[] groupIds, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cp configuration lists where groupId = ? and companyId = ? and status ≠ ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPConfigurationListModelImpl
.- Parameters:
groupIds
- the group IDscompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of cp configuration listsend
- the upper bound of the range of cp configuration lists (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching cp configuration lists
-
removeByG_C_NotS
void removeByG_C_NotS(long groupId, long companyId, int status) Removes all the cp configuration lists where groupId = ? and companyId = ? and status ≠ ? from the database.- Parameters:
groupId
- the group IDcompanyId
- the company IDstatus
- the status
-
countByG_C_NotS
int countByG_C_NotS(long groupId, long companyId, int status) Returns the number of cp configuration lists where groupId = ? and companyId = ? and status ≠ ?.- Parameters:
groupId
- the group IDcompanyId
- the company IDstatus
- the status- Returns:
- the number of matching cp configuration lists
-
countByG_C_NotS
int countByG_C_NotS(long[] groupIds, long companyId, int status) Returns the number of cp configuration lists where groupId = any ? and companyId = ? and status ≠ ?.- Parameters:
groupIds
- the group IDscompanyId
- the company IDstatus
- the status- Returns:
- the number of matching cp configuration lists
-
findByERC_C
CPConfigurationList findByERC_C(String externalReferenceCode, long companyId) throws NoSuchCPConfigurationListException Returns the cp configuration list where externalReferenceCode = ? and companyId = ? or throws aNoSuchCPConfigurationListException
if it could not be found.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company ID- Returns:
- the matching cp configuration list
- Throws:
NoSuchCPConfigurationListException
- if a matching cp configuration list could not be found
-
fetchByERC_C
Returns the cp configuration list where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company ID- Returns:
- the matching cp configuration list, or
null
if a matching cp configuration list could not be found
-
fetchByERC_C
CPConfigurationList fetchByERC_C(String externalReferenceCode, long companyId, boolean useFinderCache) Returns the cp configuration list where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching cp configuration list, or
null
if a matching cp configuration list could not be found
-
removeByERC_C
CPConfigurationList removeByERC_C(String externalReferenceCode, long companyId) throws NoSuchCPConfigurationListException Removes the cp configuration list where externalReferenceCode = ? and companyId = ? from the database.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company ID- Returns:
- the cp configuration list that was removed
- Throws:
NoSuchCPConfigurationListException
-
countByERC_C
Returns the number of cp configuration lists where externalReferenceCode = ? and companyId = ?.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company ID- Returns:
- the number of matching cp configuration lists
-
cacheResult
Caches the cp configuration list in the entity cache if it is enabled.- Parameters:
cpConfigurationList
- the cp configuration list
-
cacheResult
Caches the cp configuration lists in the entity cache if it is enabled.- Parameters:
cpConfigurationLists
- the cp configuration lists
-
create
Creates a new cp configuration list with the primary key. Does not add the cp configuration list to the database.- Parameters:
CPConfigurationListId
- the primary key for the new cp configuration list- Returns:
- the new cp configuration list
-
remove
Removes the cp configuration list with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
CPConfigurationListId
- the primary key of the cp configuration list- Returns:
- the cp configuration list that was removed
- Throws:
NoSuchCPConfigurationListException
- if a cp configuration list with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
CPConfigurationList findByPrimaryKey(long CPConfigurationListId) throws NoSuchCPConfigurationListException Returns the cp configuration list with the primary key or throws aNoSuchCPConfigurationListException
if it could not be found.- Parameters:
CPConfigurationListId
- the primary key of the cp configuration list- Returns:
- the cp configuration list
- Throws:
NoSuchCPConfigurationListException
- if a cp configuration list with the primary key could not be found
-
fetchByPrimaryKey
Returns the cp configuration list with the primary key or returnsnull
if it could not be found.- Parameters:
CPConfigurationListId
- the primary key of the cp configuration list- Returns:
- the cp configuration list, or
null
if a cp configuration list with the primary key could not be found
-
findAll
List<CPConfigurationList> findAll()Returns all the cp configuration lists.- Returns:
- the cp configuration lists
-
findAll
Returns a range of all the cp configuration lists.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPConfigurationListModelImpl
.- Parameters:
start
- the lower bound of the range of cp configuration listsend
- the upper bound of the range of cp configuration lists (not inclusive)- Returns:
- the range of cp configuration lists
-
findAll
List<CPConfigurationList> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns an ordered range of all the cp configuration lists.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPConfigurationListModelImpl
.- Parameters:
start
- the lower bound of the range of cp configuration listsend
- the upper bound of the range of cp configuration lists (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of cp configuration lists
-
findAll
List<CPConfigurationList> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the cp configuration lists.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCPConfigurationListModelImpl
.- Parameters:
start
- the lower bound of the range of cp configuration listsend
- the upper bound of the range of cp configuration lists (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of cp configuration lists
-
removeAll
void removeAll()Removes all the cp configuration lists from the database. -
countAll
int countAll()Returns the number of cp configuration lists.- Returns:
- the number of cp configuration lists
-