Class CPConfigurationListUtil
com.liferay.commerce.product.service.persistence.impl.CPConfigurationListPersistenceImpl
and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
cacheResult
(CPConfigurationList cpConfigurationList) Caches the cp configuration list in the entity cache if it is enabled.static void
cacheResult
(List<CPConfigurationList> cpConfigurationLists) Caches the cp configuration lists in the entity cache if it is enabled.static void
static void
clearCache
(CPConfigurationList cpConfigurationList) static int
countAll()
Returns the number of cp configuration lists.static int
countByCompanyId
(long companyId) Returns the number of cp configuration lists where companyId = ?.static int
countByERC_C
(String externalReferenceCode, long companyId) Returns the number of cp configuration lists where externalReferenceCode = ? and companyId = ?.static int
countByG_C
(long[] groupIds, long companyId) Returns the number of cp configuration lists where groupId = any ? and companyId = ?.static int
countByG_C
(long groupId, long companyId) Returns the number of cp configuration lists where groupId = ? and companyId = ?.static int
countByG_C_NotS
(long[] groupIds, long companyId, int status) Returns the number of cp configuration lists where groupId = any ? and companyId = ? and status ≠ ?.static int
countByG_C_NotS
(long groupId, long companyId, int status) Returns the number of cp configuration lists where groupId = ? and companyId = ? and status ≠ ?.static int
countByG_C_S
(long[] groupIds, long companyId, int status) Returns the number of cp configuration lists where groupId = any ? and companyId = ? and status = ?.static int
countByG_C_S
(long groupId, long companyId, int status) Returns the number of cp configuration lists where groupId = ? and companyId = ? and status = ?.static int
countByG_M
(long groupId, boolean master) Returns the number of cp configuration lists where groupId = ? and master = ?.static int
countByLtD_S
(Date displayDate, int status) Returns the number of cp configuration lists where displayDate < ? and status = ?.static int
countByParentCPConfigurationListId
(long parentCPConfigurationListId) Returns the number of cp configuration lists where parentCPConfigurationListId = ?.static int
countByUuid
(String uuid) Returns the number of cp configuration lists where uuid = ?.static int
countByUuid_C
(String uuid, long companyId) Returns the number of cp configuration lists where uuid = ? and companyId = ?.static int
countByUUID_G
(String uuid, long groupId) Returns the number of cp configuration lists where uuid = ? and groupId = ?.static long
countWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static CPConfigurationList
create
(long CPConfigurationListId) Creates a new cp configuration list with the primary key.static 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 = ?.static 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 = ?.static CPConfigurationList
fetchByERC_C
(String externalReferenceCode, long companyId) Returns the cp configuration list where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found.static 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.static 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 = ?.static 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 = ?.static 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 ≠ ?.static 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 ≠ ?.static 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 = ?.static 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 = ?.static CPConfigurationList
fetchByG_M
(long groupId, boolean master) Returns the cp configuration list where groupId = ? and master = ? or returnsnull
if it could not be found.static CPConfigurationList
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.static 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 = ?.static 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 = ?.static CPConfigurationList
fetchByParentCPConfigurationListId
(long parentCPConfigurationListId) Returns the cp configuration list where parentCPConfigurationListId = ? or returnsnull
if it could not be found.static 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.static CPConfigurationList
fetchByPrimaryKey
(long CPConfigurationListId) Returns the cp configuration list with the primary key or returnsnull
if it could not be found.static Map<Serializable,
CPConfigurationList> fetchByPrimaryKeys
(Set<Serializable> primaryKeys) static 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 = ?.static 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 = ?.static 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 = ?.static CPConfigurationList
fetchByUUID_G
(String uuid, long groupId) Returns the cp configuration list where uuid = ? and groupId = ? or returnsnull
if it could not be found.static CPConfigurationList
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.static 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 = ?.static List<CPConfigurationList>
findAll()
Returns all the cp configuration lists.static List<CPConfigurationList>
findAll
(int start, int end) Returns a range of all the cp configuration lists.static 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.static 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.static List<CPConfigurationList>
findByCompanyId
(long companyId) Returns all the cp configuration lists where companyId = ?.static List<CPConfigurationList>
findByCompanyId
(long companyId, int start, int end) Returns a range of all the cp configuration lists where companyId = ?.static 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 = ?.static 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 = ?.static CPConfigurationList
findByCompanyId_First
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the first cp configuration list in the ordered set where companyId = ?.static CPConfigurationList
findByCompanyId_Last
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the last cp configuration list in the ordered set where companyId = ?.static CPConfigurationList[]
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 = ?.static CPConfigurationList
findByERC_C
(String externalReferenceCode, long companyId) Returns the cp configuration list where externalReferenceCode = ? and companyId = ? or throws aNoSuchCPConfigurationListException
if it could not be found.static List<CPConfigurationList>
findByG_C
(long[] groupIds, long companyId) Returns all the cp configuration lists where groupId = any ? and companyId = ?.static List<CPConfigurationList>
findByG_C
(long[] groupIds, long companyId, int start, int end) Returns a range of all the cp configuration lists where groupId = any ? and companyId = ?.static 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 = ?.static 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.static List<CPConfigurationList>
findByG_C
(long groupId, long companyId) Returns all the cp configuration lists where groupId = ? and companyId = ?.static List<CPConfigurationList>
findByG_C
(long groupId, long companyId, int start, int end) Returns a range of all the cp configuration lists where groupId = ? and companyId = ?.static 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 = ?.static 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 = ?.static CPConfigurationList
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 = ?.static CPConfigurationList
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 = ?.static List<CPConfigurationList>
findByG_C_NotS
(long[] groupIds, long companyId, int status) Returns all the cp configuration lists where groupId = any ? and companyId = ? and status ≠ ?.static 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 ≠ ?.static 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 ≠ ?.static 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.static List<CPConfigurationList>
findByG_C_NotS
(long groupId, long companyId, int status) Returns all the cp configuration lists where groupId = ? and companyId = ? and status ≠ ?.static 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 ≠ ?.static 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 ≠ ?.static 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 ≠ ?.static CPConfigurationList
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 ≠ ?.static CPConfigurationList
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 ≠ ?.static CPConfigurationList[]
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 ≠ ?.static CPConfigurationList[]
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 = ?.static List<CPConfigurationList>
findByG_C_S
(long[] groupIds, long companyId, int status) Returns all the cp configuration lists where groupId = any ? and companyId = ? and status = ?.static 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 = ?.static 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 = ?.static 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.static List<CPConfigurationList>
findByG_C_S
(long groupId, long companyId, int status) Returns all the cp configuration lists where groupId = ? and companyId = ? and status = ?.static List<CPConfigurationList>
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 = ?.static 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 = ?.static 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 = ?.static CPConfigurationList
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 = ?.static CPConfigurationList
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 = ?.static CPConfigurationList[]
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 = ?.static CPConfigurationList
findByG_M
(long groupId, boolean master) Returns the cp configuration list where groupId = ? and master = ? or throws aNoSuchCPConfigurationListException
if it could not be found.static List<CPConfigurationList>
findByLtD_S
(Date displayDate, int status) Returns all the cp configuration lists where displayDate < ? and status = ?.static List<CPConfigurationList>
findByLtD_S
(Date displayDate, int status, int start, int end) Returns a range of all the cp configuration lists where displayDate < ? and status = ?.static 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 = ?.static 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 = ?.static CPConfigurationList
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 = ?.static CPConfigurationList
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 = ?.static CPConfigurationList[]
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 = ?.static CPConfigurationList
findByParentCPConfigurationListId
(long parentCPConfigurationListId) Returns the cp configuration list where parentCPConfigurationListId = ? or throws aNoSuchCPConfigurationListException
if it could not be found.static CPConfigurationList
findByPrimaryKey
(long CPConfigurationListId) Returns the cp configuration list with the primary key or throws aNoSuchCPConfigurationListException
if it could not be found.static List<CPConfigurationList>
findByUuid
(String uuid) Returns all the cp configuration lists where uuid = ?.static List<CPConfigurationList>
findByUuid
(String uuid, int start, int end) Returns a range of all the cp configuration lists where uuid = ?.static 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 = ?.static 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 = ?.static List<CPConfigurationList>
findByUuid_C
(String uuid, long companyId) Returns all the cp configuration lists where uuid = ? and companyId = ?.static List<CPConfigurationList>
findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the cp configuration lists where uuid = ? and companyId = ?.static 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 = ?.static 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 = ?.static CPConfigurationList
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 = ?.static CPConfigurationList
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 = ?.static CPConfigurationList[]
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 = ?.static CPConfigurationList
findByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the first cp configuration list in the ordered set where uuid = ?.static CPConfigurationList
findByUUID_G
(String uuid, long groupId) Returns the cp configuration list where uuid = ? and groupId = ? or throws aNoSuchCPConfigurationListException
if it could not be found.static CPConfigurationList
findByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) Returns the last cp configuration list in the ordered set where uuid = ?.static CPConfigurationList[]
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 = ?.static List<CPConfigurationList>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static List<CPConfigurationList>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) static List<CPConfigurationList>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) static CPConfigurationList
remove
(long CPConfigurationListId) Removes the cp configuration list with the primary key from the database.static void
Removes all the cp configuration lists from the database.static void
removeByCompanyId
(long companyId) Removes all the cp configuration lists where companyId = ? from the database.static CPConfigurationList
removeByERC_C
(String externalReferenceCode, long companyId) Removes the cp configuration list where externalReferenceCode = ? and companyId = ? from the database.static void
removeByG_C
(long groupId, long companyId) Removes all the cp configuration lists where groupId = ? and companyId = ? from the database.static 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.static 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.static CPConfigurationList
removeByG_M
(long groupId, boolean master) Removes the cp configuration list where groupId = ? and master = ? from the database.static void
removeByLtD_S
(Date displayDate, int status) Removes all the cp configuration lists where displayDate < ? and status = ? from the database.static CPConfigurationList
removeByParentCPConfigurationListId
(long parentCPConfigurationListId) Removes the cp configuration list where parentCPConfigurationListId = ? from the database.static void
removeByUuid
(String uuid) Removes all the cp configuration lists where uuid = ? from the database.static void
removeByUuid_C
(String uuid, long companyId) Removes all the cp configuration lists where uuid = ? and companyId = ? from the database.static CPConfigurationList
removeByUUID_G
(String uuid, long groupId) Removes the cp configuration list where uuid = ? and groupId = ? from the database.static void
setPersistence
(CPConfigurationListPersistence persistence) static CPConfigurationList
update
(CPConfigurationList cpConfigurationList) static CPConfigurationList
update
(CPConfigurationList cpConfigurationList, com.liferay.portal.kernel.service.ServiceContext serviceContext) static CPConfigurationList
updateImpl
(CPConfigurationList cpConfigurationList)
-
Constructor Details
-
CPConfigurationListUtil
public CPConfigurationListUtil()
-
-
Method Details
-
clearCache
public static void clearCache()- See Also:
-
BasePersistence.clearCache()
-
clearCache
- See Also:
-
BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
-
countWithDynamicQuery
public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.countWithDynamicQuery(DynamicQuery)
-
fetchByPrimaryKeys
public static Map<Serializable,CPConfigurationList> fetchByPrimaryKeys(Set<Serializable> primaryKeys) - See Also:
-
BasePersistence.fetchByPrimaryKeys(Set)
-
findWithDynamicQuery
public static List<CPConfigurationList> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery)
-
findWithDynamicQuery
public static List<CPConfigurationList> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
-
findWithDynamicQuery
public static List<CPConfigurationList> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPConfigurationList> orderByComparator) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
-
update
- See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
-
update
public static CPConfigurationList update(CPConfigurationList cpConfigurationList, com.liferay.portal.kernel.service.ServiceContext serviceContext) - See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
-
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
public static 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
public static 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
public static 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 foundNoSuchCPConfigurationListException
-
fetchByUuid_First
public static 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
public static 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 foundNoSuchCPConfigurationListException
-
fetchByUuid_Last
public static 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
public static 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 foundNoSuchCPConfigurationListException
-
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
public static 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 foundNoSuchCPConfigurationListException
-
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
public static 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
public static List<CPConfigurationList> findByUuid_C(String uuid, long companyId, int start, int end) 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
public static 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
public static 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
public static 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 foundNoSuchCPConfigurationListException
-
fetchByUuid_C_First
public static 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
public static 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 foundNoSuchCPConfigurationListException
-
fetchByUuid_C_Last
public static 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
public static 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 foundNoSuchCPConfigurationListException
-
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
public static 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
public static 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
public static 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 foundNoSuchCPConfigurationListException
-
fetchByCompanyId_First
public static 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
public static 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 foundNoSuchCPConfigurationListException
-
fetchByCompanyId_Last
public static 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
public static 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 foundNoSuchCPConfigurationListException
-
removeByCompanyId
public static void removeByCompanyId(long companyId) Removes all the cp configuration lists where companyId = ? from the database.- Parameters:
companyId
- the company ID
-
countByCompanyId
public static 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
public static 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 foundNoSuchCPConfigurationListException
-
fetchByParentCPConfigurationListId
public static CPConfigurationList fetchByParentCPConfigurationListId(long parentCPConfigurationListId) 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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 foundNoSuchCPConfigurationListException
-
fetchByG_C_First
public static 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
public static 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 foundNoSuchCPConfigurationListException
-
fetchByG_C_Last
public static 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
public static 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 foundNoSuchCPConfigurationListException
-
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
public static List<CPConfigurationList> findByG_C(long[] groupIds, long companyId, int start, int end) 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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 foundNoSuchCPConfigurationListException
-
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
public static 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
public static 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
public static List<CPConfigurationList> findByLtD_S(Date displayDate, int status, int start, int end) 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
public static 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
public static 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
public static 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 foundNoSuchCPConfigurationListException
-
fetchByLtD_S_First
public static 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
public static 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 foundNoSuchCPConfigurationListException
-
fetchByLtD_S_Last
public static 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
public static 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 foundNoSuchCPConfigurationListException
-
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
public static List<CPConfigurationList> 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 = ?.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
public static 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
public static 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
public static 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 foundNoSuchCPConfigurationListException
-
fetchByG_C_S_First
public static 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
public static 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 foundNoSuchCPConfigurationListException
-
fetchByG_C_S_Last
public static 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
public static 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 foundNoSuchCPConfigurationListException
-
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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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 foundNoSuchCPConfigurationListException
-
fetchByG_C_NotS_First
public static 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
public static 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 foundNoSuchCPConfigurationListException
-
fetchByG_C_NotS_Last
public static 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
public static 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 foundNoSuchCPConfigurationListException
-
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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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 foundNoSuchCPConfigurationListException
-
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
public static 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
public static 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
public static CPConfigurationList remove(long CPConfigurationListId) throws NoSuchCPConfigurationListException 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 foundNoSuchCPConfigurationListException
-
updateImpl
-
findByPrimaryKey
public static 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 foundNoSuchCPConfigurationListException
-
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
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
public static 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
public static 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
public static void removeAll()Removes all the cp configuration lists from the database. -
countAll
public static int countAll()Returns the number of cp configuration lists.- Returns:
- the number of cp configuration lists
-
getPersistence
-
setPersistence
-