Interface CommercePriceListPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<CommercePriceList>
,com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CommercePriceList>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(CommercePriceList commercePriceList) Caches the commerce price list in the entity cache if it is enabled.void
cacheResult
(List<CommercePriceList> commercePriceLists) Caches the commerce price lists in the entity cache if it is enabled.int
countAll()
Returns the number of commerce price lists.int
countByC_C
(long companyId, String commerceCurrencyCode) Returns the number of commerce price lists where companyId = ? and commerceCurrencyCode = ?.int
countByCompanyId
(long companyId) Returns the number of commerce price lists where companyId = ?.int
countByERC_C
(String externalReferenceCode, long companyId) Returns the number of commerce price lists where externalReferenceCode = ? and companyId = ?.int
countByG_C
(long[] groupIds, long companyId) Returns the number of commerce price lists where groupId = any ? and companyId = ?.int
countByG_C
(long groupId, long companyId) Returns the number of commerce price lists where groupId = ? and companyId = ?.int
countByG_C_NotS
(long[] groupIds, long companyId, int status) Returns the number of commerce price lists where groupId = any ? and companyId = ? and status ≠ ?.int
countByG_C_NotS
(long groupId, long companyId, int status) Returns the number of commerce price lists where groupId = ? and companyId = ? and status ≠ ?.int
countByG_C_S
(long[] groupIds, long companyId, int status) Returns the number of commerce price lists where groupId = any ? and companyId = ? and status = ?.int
countByG_C_S
(long groupId, long companyId, int status) Returns the number of commerce price lists where groupId = ? and companyId = ? and status = ?.int
countByG_C_T
(long groupId, boolean catalogBasePriceList, String type) Returns the number of commerce price lists where groupId = ? and catalogBasePriceList = ? and type = ?.int
countByG_C_T_NotS
(long[] groupIds, long companyId, String type, int status) Returns the number of commerce price lists where groupId = any ? and companyId = ? and type = ? and status ≠ ?.int
countByG_C_T_NotS
(long groupId, long companyId, String type, int status) Returns the number of commerce price lists where groupId = ? and companyId = ? and type = ? and status ≠ ?.int
countByG_C_T_S
(long[] groupIds, long companyId, String type, int status) Returns the number of commerce price lists where groupId = any ? and companyId = ? and type = ? and status = ?.int
countByG_C_T_S
(long groupId, long companyId, String type, int status) Returns the number of commerce price lists where groupId = ? and companyId = ? and type = ? and status = ?.int
countByG_CBPL
(long groupId, boolean catalogBasePriceList) Returns the number of commerce price lists where groupId = ? and catalogBasePriceList = ?.int
countByLtD_S
(Date displayDate, int status) Returns the number of commerce price lists where displayDate < ? and status = ?.int
countByParentCommercePriceListId
(long parentCommercePriceListId) Returns the number of commerce price lists where parentCommercePriceListId = ?.int
countByUuid
(String uuid) Returns the number of commerce price lists where uuid = ?.int
countByUuid_C
(String uuid, long companyId) Returns the number of commerce price lists where uuid = ? and companyId = ?.int
countByUUID_G
(String uuid, long groupId) Returns the number of commerce price lists where uuid = ? and groupId = ?.create
(long commercePriceListId) Creates a new commerce price list with the primary key.fetchByC_C_First
(long companyId, String commerceCurrencyCode, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the first commerce price list in the ordered set where companyId = ? and commerceCurrencyCode = ?.fetchByC_C_Last
(long companyId, String commerceCurrencyCode, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the last commerce price list in the ordered set where companyId = ? and commerceCurrencyCode = ?.fetchByCompanyId_First
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the first commerce price list in the ordered set where companyId = ?.fetchByCompanyId_Last
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the last commerce price list in the ordered set where companyId = ?.fetchByERC_C
(String externalReferenceCode, long companyId) Returns the commerce price list where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found.fetchByERC_C
(String externalReferenceCode, long companyId, boolean useFinderCache) Returns the commerce price list where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByG_C_First
(long groupId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the first commerce price list in the ordered set where groupId = ? and companyId = ?.fetchByG_C_Last
(long groupId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the last commerce price list in the ordered set where groupId = ? and companyId = ?.fetchByG_C_NotS_First
(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the first commerce price list in the ordered set where groupId = ? and companyId = ? and status ≠ ?.fetchByG_C_NotS_Last
(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the last commerce price list in the ordered set where groupId = ? and companyId = ? and status ≠ ?.fetchByG_C_S_First
(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the first commerce price list in the ordered set where groupId = ? and companyId = ? and status = ?.fetchByG_C_S_Last
(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the last commerce price list in the ordered set where groupId = ? and companyId = ? and status = ?.fetchByG_C_T
(long groupId, boolean catalogBasePriceList, String type) Returns the commerce price list where groupId = ? and catalogBasePriceList = ? and type = ? or returnsnull
if it could not be found.fetchByG_C_T
(long groupId, boolean catalogBasePriceList, String type, boolean useFinderCache) Returns the commerce price list where groupId = ? and catalogBasePriceList = ? and type = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByG_C_T_NotS_First
(long groupId, long companyId, String type, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the first commerce price list in the ordered set where groupId = ? and companyId = ? and type = ? and status ≠ ?.fetchByG_C_T_NotS_Last
(long groupId, long companyId, String type, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the last commerce price list in the ordered set where groupId = ? and companyId = ? and type = ? and status ≠ ?.fetchByG_C_T_S_First
(long groupId, long companyId, String type, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the first commerce price list in the ordered set where groupId = ? and companyId = ? and type = ? and status = ?.fetchByG_C_T_S_Last
(long groupId, long companyId, String type, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the last commerce price list in the ordered set where groupId = ? and companyId = ? and type = ? and status = ?.fetchByG_CBPL
(long groupId, boolean catalogBasePriceList) Returns the commerce price list where groupId = ? and catalogBasePriceList = ? or returnsnull
if it could not be found.fetchByG_CBPL
(long groupId, boolean catalogBasePriceList, boolean useFinderCache) Returns the commerce price list where groupId = ? and catalogBasePriceList = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByLtD_S_First
(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the first commerce price list in the ordered set where displayDate < ? and status = ?.fetchByLtD_S_Last
(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the last commerce price list in the ordered set where displayDate < ? and status = ?.fetchByParentCommercePriceListId
(long parentCommercePriceListId) Returns the commerce price list where parentCommercePriceListId = ? or returnsnull
if it could not be found.fetchByParentCommercePriceListId
(long parentCommercePriceListId, boolean useFinderCache) Returns the commerce price list where parentCommercePriceListId = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByPrimaryKey
(long commercePriceListId) Returns the commerce price list with the primary key or returnsnull
if it could not be found.fetchByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the first commerce price list in the ordered set where uuid = ? and companyId = ?.fetchByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the last commerce price list in the ordered set where uuid = ? and companyId = ?.fetchByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the first commerce price list in the ordered set where uuid = ?.fetchByUUID_G
(String uuid, long groupId) Returns the commerce price list where uuid = ? and groupId = ? or returnsnull
if it could not be found.fetchByUUID_G
(String uuid, long groupId, boolean useFinderCache) Returns the commerce price list where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the last commerce price list in the ordered set where uuid = ?.int
filterCountByG_C
(long[] groupIds, long companyId) Returns the number of commerce price lists that the user has permission to view where groupId = any ? and companyId = ?.int
filterCountByG_C
(long groupId, long companyId) Returns the number of commerce price lists that the user has permission to view where groupId = ? and companyId = ?.int
filterCountByG_C_NotS
(long[] groupIds, long companyId, int status) Returns the number of commerce price lists that the user has permission to view where groupId = any ? and companyId = ? and status ≠ ?.int
filterCountByG_C_NotS
(long groupId, long companyId, int status) Returns the number of commerce price lists that the user has permission to view where groupId = ? and companyId = ? and status ≠ ?.int
filterCountByG_C_S
(long[] groupIds, long companyId, int status) Returns the number of commerce price lists that the user has permission to view where groupId = any ? and companyId = ? and status = ?.int
filterCountByG_C_S
(long groupId, long companyId, int status) Returns the number of commerce price lists that the user has permission to view where groupId = ? and companyId = ? and status = ?.int
filterCountByG_C_T_NotS
(long[] groupIds, long companyId, String type, int status) Returns the number of commerce price lists that the user has permission to view where groupId = any ? and companyId = ? and type = ? and status ≠ ?.int
filterCountByG_C_T_NotS
(long groupId, long companyId, String type, int status) Returns the number of commerce price lists that the user has permission to view where groupId = ? and companyId = ? and type = ? and status ≠ ?.int
filterCountByG_C_T_S
(long[] groupIds, long companyId, String type, int status) Returns the number of commerce price lists that the user has permission to view where groupId = any ? and companyId = ? and type = ? and status = ?.int
filterCountByG_C_T_S
(long groupId, long companyId, String type, int status) Returns the number of commerce price lists that the user has permission to view where groupId = ? and companyId = ? and type = ? and status = ?.filterFindByG_C
(long[] groupIds, long companyId) Returns all the commerce price lists that the user has permission to view where groupId = any ? and companyId = ?.filterFindByG_C
(long[] groupIds, long companyId, int start, int end) Returns a range of all the commerce price lists that the user has permission to view where groupId = any ? and companyId = ?.filterFindByG_C
(long[] groupIds, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price lists that the user has permission to view where groupId = any ? and companyId = ?.filterFindByG_C
(long groupId, long companyId) Returns all the commerce price lists that the user has permission to view where groupId = ? and companyId = ?.filterFindByG_C
(long groupId, long companyId, int start, int end) Returns a range of all the commerce price lists that the user has permission to view where groupId = ? and companyId = ?.filterFindByG_C
(long groupId, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price lists that the user has permissions to view where groupId = ? and companyId = ?.filterFindByG_C_NotS
(long[] groupIds, long companyId, int status) Returns all the commerce price lists that the user has permission to view where groupId = any ? and companyId = ? and status ≠ ?.filterFindByG_C_NotS
(long[] groupIds, long companyId, int status, int start, int end) Returns a range of all the commerce price lists that the user has permission to view where groupId = any ? and companyId = ? and status ≠ ?.filterFindByG_C_NotS
(long[] groupIds, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price lists that the user has permission to view where groupId = any ? and companyId = ? and status ≠ ?.filterFindByG_C_NotS
(long groupId, long companyId, int status) Returns all the commerce price lists that the user has permission to view where groupId = ? and companyId = ? and status ≠ ?.filterFindByG_C_NotS
(long groupId, long companyId, int status, int start, int end) Returns a range of all the commerce price lists that the user has permission to view where groupId = ? and companyId = ? and status ≠ ?.filterFindByG_C_NotS
(long groupId, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price lists that the user has permissions to view where groupId = ? and companyId = ? and status ≠ ?.filterFindByG_C_NotS_PrevAndNext
(long commercePriceListId, long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the commerce price lists before and after the current commerce price list in the ordered set of commerce price lists that the user has permission to view where groupId = ? and companyId = ? and status ≠ ?.filterFindByG_C_PrevAndNext
(long commercePriceListId, long groupId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the commerce price lists before and after the current commerce price list in the ordered set of commerce price lists that the user has permission to view where groupId = ? and companyId = ?.filterFindByG_C_S
(long[] groupIds, long companyId, int status) Returns all the commerce price lists that the user has permission to view where groupId = any ? and companyId = ? and status = ?.filterFindByG_C_S
(long[] groupIds, long companyId, int status, int start, int end) Returns a range of all the commerce price lists that the user has permission to view where groupId = any ? and companyId = ? and status = ?.filterFindByG_C_S
(long[] groupIds, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price lists that the user has permission to view where groupId = any ? and companyId = ? and status = ?.filterFindByG_C_S
(long groupId, long companyId, int status) Returns all the commerce price lists that the user has permission to view where groupId = ? and companyId = ? and status = ?.filterFindByG_C_S
(long groupId, long companyId, int status, int start, int end) Returns a range of all the commerce price lists that the user has permission to view where groupId = ? and companyId = ? and status = ?.filterFindByG_C_S
(long groupId, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price lists that the user has permissions to view where groupId = ? and companyId = ? and status = ?.filterFindByG_C_S_PrevAndNext
(long commercePriceListId, long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the commerce price lists before and after the current commerce price list in the ordered set of commerce price lists that the user has permission to view where groupId = ? and companyId = ? and status = ?.filterFindByG_C_T_NotS
(long[] groupIds, long companyId, String type, int status) Returns all the commerce price lists that the user has permission to view where groupId = any ? and companyId = ? and type = ? and status ≠ ?.filterFindByG_C_T_NotS
(long[] groupIds, long companyId, String type, int status, int start, int end) Returns a range of all the commerce price lists that the user has permission to view where groupId = any ? and companyId = ? and type = ? and status ≠ ?.filterFindByG_C_T_NotS
(long[] groupIds, long companyId, String type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price lists that the user has permission to view where groupId = any ? and companyId = ? and type = ? and status ≠ ?.filterFindByG_C_T_NotS
(long groupId, long companyId, String type, int status) Returns all the commerce price lists that the user has permission to view where groupId = ? and companyId = ? and type = ? and status ≠ ?.filterFindByG_C_T_NotS
(long groupId, long companyId, String type, int status, int start, int end) Returns a range of all the commerce price lists that the user has permission to view where groupId = ? and companyId = ? and type = ? and status ≠ ?.filterFindByG_C_T_NotS
(long groupId, long companyId, String type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price lists that the user has permissions to view where groupId = ? and companyId = ? and type = ? and status ≠ ?.filterFindByG_C_T_NotS_PrevAndNext
(long commercePriceListId, long groupId, long companyId, String type, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the commerce price lists before and after the current commerce price list in the ordered set of commerce price lists that the user has permission to view where groupId = ? and companyId = ? and type = ? and status ≠ ?.filterFindByG_C_T_S
(long[] groupIds, long companyId, String type, int status) Returns all the commerce price lists that the user has permission to view where groupId = any ? and companyId = ? and type = ? and status = ?.filterFindByG_C_T_S
(long[] groupIds, long companyId, String type, int status, int start, int end) Returns a range of all the commerce price lists that the user has permission to view where groupId = any ? and companyId = ? and type = ? and status = ?.filterFindByG_C_T_S
(long[] groupIds, long companyId, String type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price lists that the user has permission to view where groupId = any ? and companyId = ? and type = ? and status = ?.filterFindByG_C_T_S
(long groupId, long companyId, String type, int status) Returns all the commerce price lists that the user has permission to view where groupId = ? and companyId = ? and type = ? and status = ?.filterFindByG_C_T_S
(long groupId, long companyId, String type, int status, int start, int end) Returns a range of all the commerce price lists that the user has permission to view where groupId = ? and companyId = ? and type = ? and status = ?.filterFindByG_C_T_S
(long groupId, long companyId, String type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price lists that the user has permissions to view where groupId = ? and companyId = ? and type = ? and status = ?.filterFindByG_C_T_S_PrevAndNext
(long commercePriceListId, long groupId, long companyId, String type, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the commerce price lists before and after the current commerce price list in the ordered set of commerce price lists that the user has permission to view where groupId = ? and companyId = ? and type = ? and status = ?.findAll()
Returns all the commerce price lists.findAll
(int start, int end) Returns a range of all the commerce price lists.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price lists.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce price lists.Returns all the commerce price lists where companyId = ? and commerceCurrencyCode = ?.Returns a range of all the commerce price lists where companyId = ? and commerceCurrencyCode = ?.findByC_C
(long companyId, String commerceCurrencyCode, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price lists where companyId = ? and commerceCurrencyCode = ?.findByC_C
(long companyId, String commerceCurrencyCode, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce price lists where companyId = ? and commerceCurrencyCode = ?.findByC_C_First
(long companyId, String commerceCurrencyCode, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the first commerce price list in the ordered set where companyId = ? and commerceCurrencyCode = ?.findByC_C_Last
(long companyId, String commerceCurrencyCode, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the last commerce price list in the ordered set where companyId = ? and commerceCurrencyCode = ?.findByC_C_PrevAndNext
(long commercePriceListId, long companyId, String commerceCurrencyCode, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the commerce price lists before and after the current commerce price list in the ordered set where companyId = ? and commerceCurrencyCode = ?.findByCompanyId
(long companyId) Returns all the commerce price lists where companyId = ?.findByCompanyId
(long companyId, int start, int end) Returns a range of all the commerce price lists where companyId = ?.findByCompanyId
(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price lists where companyId = ?.findByCompanyId
(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce price lists where companyId = ?.findByCompanyId_First
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the first commerce price list in the ordered set where companyId = ?.findByCompanyId_Last
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the last commerce price list in the ordered set where companyId = ?.findByCompanyId_PrevAndNext
(long commercePriceListId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the commerce price lists before and after the current commerce price list in the ordered set where companyId = ?.findByERC_C
(String externalReferenceCode, long companyId) Returns the commerce price list where externalReferenceCode = ? and companyId = ? or throws aNoSuchPriceListException
if it could not be found.findByG_C
(long[] groupIds, long companyId) Returns all the commerce price lists where groupId = any ? and companyId = ?.findByG_C
(long[] groupIds, long companyId, int start, int end) Returns a range of all the commerce price lists where groupId = any ? and companyId = ?.findByG_C
(long[] groupIds, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price lists where groupId = any ? and companyId = ?.findByG_C
(long[] groupIds, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce price lists where groupId = ? and companyId = ?, optionally using the finder cache.findByG_C
(long groupId, long companyId) Returns all the commerce price lists where groupId = ? and companyId = ?.findByG_C
(long groupId, long companyId, int start, int end) Returns a range of all the commerce price lists where groupId = ? and companyId = ?.findByG_C
(long groupId, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price lists where groupId = ? and companyId = ?.findByG_C
(long groupId, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce price lists where groupId = ? and companyId = ?.findByG_C_First
(long groupId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the first commerce price list in the ordered set where groupId = ? and companyId = ?.findByG_C_Last
(long groupId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the last commerce price list in the ordered set where groupId = ? and companyId = ?.findByG_C_NotS
(long[] groupIds, long companyId, int status) Returns all the commerce price lists where groupId = any ? and companyId = ? and status ≠ ?.findByG_C_NotS
(long[] groupIds, long companyId, int status, int start, int end) Returns a range of all the commerce price lists where groupId = any ? and companyId = ? and status ≠ ?.findByG_C_NotS
(long[] groupIds, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price lists where groupId = any ? and companyId = ? and status ≠ ?.findByG_C_NotS
(long[] groupIds, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce price lists where groupId = ? and companyId = ? and status ≠ ?, optionally using the finder cache.findByG_C_NotS
(long groupId, long companyId, int status) Returns all the commerce price lists where groupId = ? and companyId = ? and status ≠ ?.findByG_C_NotS
(long groupId, long companyId, int status, int start, int end) Returns a range of all the commerce price lists where groupId = ? and companyId = ? and status ≠ ?.findByG_C_NotS
(long groupId, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price lists where groupId = ? and companyId = ? and status ≠ ?.findByG_C_NotS
(long groupId, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce price lists where groupId = ? and companyId = ? and status ≠ ?.findByG_C_NotS_First
(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the first commerce price list in the ordered set where groupId = ? and companyId = ? and status ≠ ?.findByG_C_NotS_Last
(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the last commerce price list in the ordered set where groupId = ? and companyId = ? and status ≠ ?.findByG_C_NotS_PrevAndNext
(long commercePriceListId, long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the commerce price lists before and after the current commerce price list in the ordered set where groupId = ? and companyId = ? and status ≠ ?.findByG_C_PrevAndNext
(long commercePriceListId, long groupId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the commerce price lists before and after the current commerce price list in the ordered set where groupId = ? and companyId = ?.findByG_C_S
(long[] groupIds, long companyId, int status) Returns all the commerce price lists where groupId = any ? and companyId = ? and status = ?.findByG_C_S
(long[] groupIds, long companyId, int status, int start, int end) Returns a range of all the commerce price lists where groupId = any ? and companyId = ? and status = ?.findByG_C_S
(long[] groupIds, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price lists where groupId = any ? and companyId = ? and status = ?.findByG_C_S
(long[] groupIds, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce price lists where groupId = ? and companyId = ? and status = ?, optionally using the finder cache.findByG_C_S
(long groupId, long companyId, int status) Returns all the commerce price lists where groupId = ? and companyId = ? and status = ?.findByG_C_S
(long groupId, long companyId, int status, int start, int end) Returns a range of all the commerce price lists where groupId = ? and companyId = ? and status = ?.findByG_C_S
(long groupId, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price lists where groupId = ? and companyId = ? and status = ?.findByG_C_S
(long groupId, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce price lists where groupId = ? and companyId = ? and status = ?.findByG_C_S_First
(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the first commerce price list in the ordered set where groupId = ? and companyId = ? and status = ?.findByG_C_S_Last
(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the last commerce price list in the ordered set where groupId = ? and companyId = ? and status = ?.findByG_C_S_PrevAndNext
(long commercePriceListId, long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the commerce price lists before and after the current commerce price list in the ordered set where groupId = ? and companyId = ? and status = ?.findByG_C_T
(long groupId, boolean catalogBasePriceList, String type) Returns the commerce price list where groupId = ? and catalogBasePriceList = ? and type = ? or throws aNoSuchPriceListException
if it could not be found.findByG_C_T_NotS
(long[] groupIds, long companyId, String type, int status) Returns all the commerce price lists where groupId = any ? and companyId = ? and type = ? and status ≠ ?.findByG_C_T_NotS
(long[] groupIds, long companyId, String type, int status, int start, int end) Returns a range of all the commerce price lists where groupId = any ? and companyId = ? and type = ? and status ≠ ?.findByG_C_T_NotS
(long[] groupIds, long companyId, String type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price lists where groupId = any ? and companyId = ? and type = ? and status ≠ ?.findByG_C_T_NotS
(long[] groupIds, long companyId, String type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce price lists where groupId = ? and companyId = ? and type = ? and status ≠ ?, optionally using the finder cache.findByG_C_T_NotS
(long groupId, long companyId, String type, int status) Returns all the commerce price lists where groupId = ? and companyId = ? and type = ? and status ≠ ?.findByG_C_T_NotS
(long groupId, long companyId, String type, int status, int start, int end) Returns a range of all the commerce price lists where groupId = ? and companyId = ? and type = ? and status ≠ ?.findByG_C_T_NotS
(long groupId, long companyId, String type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price lists where groupId = ? and companyId = ? and type = ? and status ≠ ?.findByG_C_T_NotS
(long groupId, long companyId, String type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce price lists where groupId = ? and companyId = ? and type = ? and status ≠ ?.findByG_C_T_NotS_First
(long groupId, long companyId, String type, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the first commerce price list in the ordered set where groupId = ? and companyId = ? and type = ? and status ≠ ?.findByG_C_T_NotS_Last
(long groupId, long companyId, String type, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the last commerce price list in the ordered set where groupId = ? and companyId = ? and type = ? and status ≠ ?.findByG_C_T_NotS_PrevAndNext
(long commercePriceListId, long groupId, long companyId, String type, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the commerce price lists before and after the current commerce price list in the ordered set where groupId = ? and companyId = ? and type = ? and status ≠ ?.findByG_C_T_S
(long[] groupIds, long companyId, String type, int status) Returns all the commerce price lists where groupId = any ? and companyId = ? and type = ? and status = ?.findByG_C_T_S
(long[] groupIds, long companyId, String type, int status, int start, int end) Returns a range of all the commerce price lists where groupId = any ? and companyId = ? and type = ? and status = ?.findByG_C_T_S
(long[] groupIds, long companyId, String type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price lists where groupId = any ? and companyId = ? and type = ? and status = ?.findByG_C_T_S
(long[] groupIds, long companyId, String type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce price lists where groupId = ? and companyId = ? and type = ? and status = ?, optionally using the finder cache.findByG_C_T_S
(long groupId, long companyId, String type, int status) Returns all the commerce price lists where groupId = ? and companyId = ? and type = ? and status = ?.findByG_C_T_S
(long groupId, long companyId, String type, int status, int start, int end) Returns a range of all the commerce price lists where groupId = ? and companyId = ? and type = ? and status = ?.findByG_C_T_S
(long groupId, long companyId, String type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price lists where groupId = ? and companyId = ? and type = ? and status = ?.findByG_C_T_S
(long groupId, long companyId, String type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce price lists where groupId = ? and companyId = ? and type = ? and status = ?.findByG_C_T_S_First
(long groupId, long companyId, String type, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the first commerce price list in the ordered set where groupId = ? and companyId = ? and type = ? and status = ?.findByG_C_T_S_Last
(long groupId, long companyId, String type, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the last commerce price list in the ordered set where groupId = ? and companyId = ? and type = ? and status = ?.findByG_C_T_S_PrevAndNext
(long commercePriceListId, long groupId, long companyId, String type, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the commerce price lists before and after the current commerce price list in the ordered set where groupId = ? and companyId = ? and type = ? and status = ?.findByG_CBPL
(long groupId, boolean catalogBasePriceList) Returns the commerce price list where groupId = ? and catalogBasePriceList = ? or throws aNoSuchPriceListException
if it could not be found.findByLtD_S
(Date displayDate, int status) Returns all the commerce price lists where displayDate < ? and status = ?.findByLtD_S
(Date displayDate, int status, int start, int end) Returns a range of all the commerce price lists where displayDate < ? and status = ?.findByLtD_S
(Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price lists where displayDate < ? and status = ?.findByLtD_S
(Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce price lists where displayDate < ? and status = ?.findByLtD_S_First
(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the first commerce price list in the ordered set where displayDate < ? and status = ?.findByLtD_S_Last
(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the last commerce price list in the ordered set where displayDate < ? and status = ?.findByLtD_S_PrevAndNext
(long commercePriceListId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the commerce price lists before and after the current commerce price list in the ordered set where displayDate < ? and status = ?.findByParentCommercePriceListId
(long parentCommercePriceListId) Returns the commerce price list where parentCommercePriceListId = ? or throws aNoSuchPriceListException
if it could not be found.findByPrimaryKey
(long commercePriceListId) Returns the commerce price list with the primary key or throws aNoSuchPriceListException
if it could not be found.findByUuid
(String uuid) Returns all the commerce price lists where uuid = ?.findByUuid
(String uuid, int start, int end) Returns a range of all the commerce price lists where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price lists where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce price lists where uuid = ?.findByUuid_C
(String uuid, long companyId) Returns all the commerce price lists where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the commerce price lists where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price lists where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce price lists where uuid = ? and companyId = ?.findByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the first commerce price list in the ordered set where uuid = ? and companyId = ?.findByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the last commerce price list in the ordered set where uuid = ? and companyId = ?.findByUuid_C_PrevAndNext
(long commercePriceListId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the commerce price lists before and after the current commerce price list in the ordered set where uuid = ? and companyId = ?.findByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the first commerce price list in the ordered set where uuid = ?.findByUUID_G
(String uuid, long groupId) Returns the commerce price list where uuid = ? and groupId = ? or throws aNoSuchPriceListException
if it could not be found.findByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the last commerce price list in the ordered set where uuid = ?.findByUuid_PrevAndNext
(long commercePriceListId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the commerce price lists before and after the current commerce price list in the ordered set where uuid = ?.remove
(long commercePriceListId) Removes the commerce price list with the primary key from the database.void
Removes all the commerce price lists from the database.void
removeByC_C
(long companyId, String commerceCurrencyCode) Removes all the commerce price lists where companyId = ? and commerceCurrencyCode = ? from the database.void
removeByCompanyId
(long companyId) Removes all the commerce price lists where companyId = ? from the database.removeByERC_C
(String externalReferenceCode, long companyId) Removes the commerce price list where externalReferenceCode = ? and companyId = ? from the database.void
removeByG_C
(long groupId, long companyId) Removes all the commerce price lists where groupId = ? and companyId = ? from the database.void
removeByG_C_NotS
(long groupId, long companyId, int status) Removes all the commerce price lists where groupId = ? and companyId = ? and status ≠ ? from the database.void
removeByG_C_S
(long groupId, long companyId, int status) Removes all the commerce price lists where groupId = ? and companyId = ? and status = ? from the database.removeByG_C_T
(long groupId, boolean catalogBasePriceList, String type) Removes the commerce price list where groupId = ? and catalogBasePriceList = ? and type = ? from the database.void
removeByG_C_T_NotS
(long groupId, long companyId, String type, int status) Removes all the commerce price lists where groupId = ? and companyId = ? and type = ? and status ≠ ? from the database.void
removeByG_C_T_S
(long groupId, long companyId, String type, int status) Removes all the commerce price lists where groupId = ? and companyId = ? and type = ? and status = ? from the database.removeByG_CBPL
(long groupId, boolean catalogBasePriceList) Removes the commerce price list where groupId = ? and catalogBasePriceList = ? from the database.void
removeByLtD_S
(Date displayDate, int status) Removes all the commerce price lists where displayDate < ? and status = ? from the database.removeByParentCommercePriceListId
(long parentCommercePriceListId) Removes the commerce price list where parentCommercePriceListId = ? from the database.void
removeByUuid
(String uuid) Removes all the commerce price lists where uuid = ? from the database.void
removeByUuid_C
(String uuid, long companyId) Removes all the commerce price lists where uuid = ? and companyId = ? from the database.removeByUUID_G
(String uuid, long groupId) Removes the commerce price list where uuid = ? and groupId = ? from the database.updateImpl
(CommercePriceList commercePriceList) Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, removeByFunction, setDataSource, unregisterListener, update, update
Methods inherited from interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence
getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
-
Method Details
-
findByUuid
Returns all the commerce price lists where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching commerce price lists
-
findByUuid
Returns a range of all the commerce price 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 fromCommercePriceListModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)- Returns:
- the range of matching commerce price lists
-
findByUuid
List<CommercePriceList> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price 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 fromCommercePriceListModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce price lists
-
findByUuid
List<CommercePriceList> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce price 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 fromCommercePriceListModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price 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 commerce price lists
-
findByUuid_First
CommercePriceList findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException Returns the first commerce price list in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce price list
- Throws:
NoSuchPriceListException
- if a matching commerce price list could not be found
-
fetchByUuid_First
CommercePriceList fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the first commerce price list in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce price list, or
null
if a matching commerce price list could not be found
-
findByUuid_Last
CommercePriceList findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException Returns the last commerce price list in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce price list
- Throws:
NoSuchPriceListException
- if a matching commerce price list could not be found
-
fetchByUuid_Last
CommercePriceList fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the last commerce price list in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce price list, or
null
if a matching commerce price list could not be found
-
findByUuid_PrevAndNext
CommercePriceList[] findByUuid_PrevAndNext(long commercePriceListId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException Returns the commerce price lists before and after the current commerce price list in the ordered set where uuid = ?.- Parameters:
commercePriceListId
- the primary key of the current commerce price listuuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next commerce price list
- Throws:
NoSuchPriceListException
- if a commerce price list with the primary key could not be found
-
removeByUuid
Removes all the commerce price lists where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of commerce price lists where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching commerce price lists
-
findByUUID_G
Returns the commerce price list where uuid = ? and groupId = ? or throws aNoSuchPriceListException
if it could not be found.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching commerce price list
- Throws:
NoSuchPriceListException
- if a matching commerce price list could not be found
-
fetchByUUID_G
Returns the commerce price 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 commerce price list, or
null
if a matching commerce price list could not be found
-
fetchByUUID_G
Returns the commerce price 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 commerce price list, or
null
if a matching commerce price list could not be found
-
removeByUUID_G
Removes the commerce price list where uuid = ? and groupId = ? from the database.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the commerce price list that was removed
- Throws:
NoSuchPriceListException
-
countByUUID_G
Returns the number of commerce price lists where uuid = ? and groupId = ?.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the number of matching commerce price lists
-
findByUuid_C
Returns all the commerce price lists where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching commerce price lists
-
findByUuid_C
Returns a range of all the commerce price 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 fromCommercePriceListModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)- Returns:
- the range of matching commerce price lists
-
findByUuid_C
List<CommercePriceList> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price 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 fromCommercePriceListModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce price lists
-
findByUuid_C
List<CommercePriceList> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce price 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 fromCommercePriceListModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price 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 commerce price lists
-
findByUuid_C_First
CommercePriceList findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException Returns the first commerce price 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 commerce price list
- Throws:
NoSuchPriceListException
- if a matching commerce price list could not be found
-
fetchByUuid_C_First
CommercePriceList fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the first commerce price 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 commerce price list, or
null
if a matching commerce price list could not be found
-
findByUuid_C_Last
CommercePriceList findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException Returns the last commerce price 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 commerce price list
- Throws:
NoSuchPriceListException
- if a matching commerce price list could not be found
-
fetchByUuid_C_Last
CommercePriceList fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the last commerce price 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 commerce price list, or
null
if a matching commerce price list could not be found
-
findByUuid_C_PrevAndNext
CommercePriceList[] findByUuid_C_PrevAndNext(long commercePriceListId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException Returns the commerce price lists before and after the current commerce price list in the ordered set where uuid = ? and companyId = ?.- Parameters:
commercePriceListId
- the primary key of the current commerce price listuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next commerce price list
- Throws:
NoSuchPriceListException
- if a commerce price list with the primary key could not be found
-
removeByUuid_C
Removes all the commerce price lists where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of commerce price lists where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching commerce price lists
-
findByCompanyId
Returns all the commerce price lists where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the matching commerce price lists
-
findByCompanyId
Returns a range of all the commerce price 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 fromCommercePriceListModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)- Returns:
- the range of matching commerce price lists
-
findByCompanyId
List<CommercePriceList> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price 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 fromCommercePriceListModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce price lists
-
findByCompanyId
List<CommercePriceList> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce price 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 fromCommercePriceListModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price 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 commerce price lists
-
findByCompanyId_First
CommercePriceList findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException Returns the first commerce price list in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce price list
- Throws:
NoSuchPriceListException
- if a matching commerce price list could not be found
-
fetchByCompanyId_First
CommercePriceList fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the first commerce price list in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce price list, or
null
if a matching commerce price list could not be found
-
findByCompanyId_Last
CommercePriceList findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException Returns the last commerce price list in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce price list
- Throws:
NoSuchPriceListException
- if a matching commerce price list could not be found
-
fetchByCompanyId_Last
CommercePriceList fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the last commerce price list in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce price list, or
null
if a matching commerce price list could not be found
-
findByCompanyId_PrevAndNext
CommercePriceList[] findByCompanyId_PrevAndNext(long commercePriceListId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException Returns the commerce price lists before and after the current commerce price list in the ordered set where companyId = ?.- Parameters:
commercePriceListId
- the primary key of the current commerce price listcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next commerce price list
- Throws:
NoSuchPriceListException
- if a commerce price list with the primary key could not be found
-
removeByCompanyId
void removeByCompanyId(long companyId) Removes all the commerce price lists where companyId = ? from the database.- Parameters:
companyId
- the company ID
-
countByCompanyId
int countByCompanyId(long companyId) Returns the number of commerce price lists where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the number of matching commerce price lists
-
findByParentCommercePriceListId
CommercePriceList findByParentCommercePriceListId(long parentCommercePriceListId) throws NoSuchPriceListException Returns the commerce price list where parentCommercePriceListId = ? or throws aNoSuchPriceListException
if it could not be found.- Parameters:
parentCommercePriceListId
- the parent commerce price list ID- Returns:
- the matching commerce price list
- Throws:
NoSuchPriceListException
- if a matching commerce price list could not be found
-
fetchByParentCommercePriceListId
Returns the commerce price list where parentCommercePriceListId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
parentCommercePriceListId
- the parent commerce price list ID- Returns:
- the matching commerce price list, or
null
if a matching commerce price list could not be found
-
fetchByParentCommercePriceListId
CommercePriceList fetchByParentCommercePriceListId(long parentCommercePriceListId, boolean useFinderCache) Returns the commerce price list where parentCommercePriceListId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
parentCommercePriceListId
- the parent commerce price list IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching commerce price list, or
null
if a matching commerce price list could not be found
-
removeByParentCommercePriceListId
CommercePriceList removeByParentCommercePriceListId(long parentCommercePriceListId) throws NoSuchPriceListException Removes the commerce price list where parentCommercePriceListId = ? from the database.- Parameters:
parentCommercePriceListId
- the parent commerce price list ID- Returns:
- the commerce price list that was removed
- Throws:
NoSuchPriceListException
-
countByParentCommercePriceListId
int countByParentCommercePriceListId(long parentCommercePriceListId) Returns the number of commerce price lists where parentCommercePriceListId = ?.- Parameters:
parentCommercePriceListId
- the parent commerce price list ID- Returns:
- the number of matching commerce price lists
-
findByG_C
Returns all the commerce price lists where groupId = ? and companyId = ?.- Parameters:
groupId
- the group IDcompanyId
- the company ID- Returns:
- the matching commerce price lists
-
findByG_C
Returns a range of all the commerce price 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 fromCommercePriceListModelImpl
.- Parameters:
groupId
- the group IDcompanyId
- the company IDstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)- Returns:
- the range of matching commerce price lists
-
findByG_C
List<CommercePriceList> findByG_C(long groupId, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price 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 fromCommercePriceListModelImpl
.- Parameters:
groupId
- the group IDcompanyId
- the company IDstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce price lists
-
findByG_C
List<CommercePriceList> findByG_C(long groupId, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce price 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 fromCommercePriceListModelImpl
.- Parameters:
groupId
- the group IDcompanyId
- the company IDstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price 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 commerce price lists
-
findByG_C_First
CommercePriceList findByG_C_First(long groupId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException Returns the first commerce price 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 commerce price list
- Throws:
NoSuchPriceListException
- if a matching commerce price list could not be found
-
fetchByG_C_First
CommercePriceList fetchByG_C_First(long groupId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the first commerce price 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 commerce price list, or
null
if a matching commerce price list could not be found
-
findByG_C_Last
CommercePriceList findByG_C_Last(long groupId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException Returns the last commerce price 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 commerce price list
- Throws:
NoSuchPriceListException
- if a matching commerce price list could not be found
-
fetchByG_C_Last
CommercePriceList fetchByG_C_Last(long groupId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the last commerce price 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 commerce price list, or
null
if a matching commerce price list could not be found
-
findByG_C_PrevAndNext
CommercePriceList[] findByG_C_PrevAndNext(long commercePriceListId, long groupId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException Returns the commerce price lists before and after the current commerce price list in the ordered set where groupId = ? and companyId = ?.- Parameters:
commercePriceListId
- the primary key of the current commerce price listgroupId
- the group IDcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next commerce price list
- Throws:
NoSuchPriceListException
- if a commerce price list with the primary key could not be found
-
filterFindByG_C
Returns all the commerce price lists that the user has permission to view where groupId = ? and companyId = ?.- Parameters:
groupId
- the group IDcompanyId
- the company ID- Returns:
- the matching commerce price lists that the user has permission to view
-
filterFindByG_C
Returns a range of all the commerce price lists that the user has permission to view 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 fromCommercePriceListModelImpl
.- Parameters:
groupId
- the group IDcompanyId
- the company IDstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)- Returns:
- the range of matching commerce price lists that the user has permission to view
-
filterFindByG_C
List<CommercePriceList> filterFindByG_C(long groupId, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price lists that the user has permissions to view 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 fromCommercePriceListModelImpl
.- Parameters:
groupId
- the group IDcompanyId
- the company IDstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce price lists that the user has permission to view
-
filterFindByG_C_PrevAndNext
CommercePriceList[] filterFindByG_C_PrevAndNext(long commercePriceListId, long groupId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException Returns the commerce price lists before and after the current commerce price list in the ordered set of commerce price lists that the user has permission to view where groupId = ? and companyId = ?.- Parameters:
commercePriceListId
- the primary key of the current commerce price listgroupId
- the group IDcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next commerce price list
- Throws:
NoSuchPriceListException
- if a commerce price list with the primary key could not be found
-
filterFindByG_C
Returns all the commerce price lists that the user has permission to view where groupId = any ? and companyId = ?.- Parameters:
groupIds
- the group IDscompanyId
- the company ID- Returns:
- the matching commerce price lists that the user has permission to view
-
filterFindByG_C
Returns a range of all the commerce price lists that the user has permission to view 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 fromCommercePriceListModelImpl
.- Parameters:
groupIds
- the group IDscompanyId
- the company IDstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)- Returns:
- the range of matching commerce price lists that the user has permission to view
-
filterFindByG_C
List<CommercePriceList> filterFindByG_C(long[] groupIds, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price lists that the user has permission to view 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 fromCommercePriceListModelImpl
.- Parameters:
groupIds
- the group IDscompanyId
- the company IDstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce price lists that the user has permission to view
-
findByG_C
Returns all the commerce price 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 fromCommercePriceListModelImpl
.- Parameters:
groupIds
- the group IDscompanyId
- the company ID- Returns:
- the matching commerce price lists
-
findByG_C
Returns a range of all the commerce price 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 fromCommercePriceListModelImpl
.- Parameters:
groupIds
- the group IDscompanyId
- the company IDstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)- Returns:
- the range of matching commerce price lists
-
findByG_C
List<CommercePriceList> findByG_C(long[] groupIds, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price 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 fromCommercePriceListModelImpl
.- Parameters:
groupIds
- the group IDscompanyId
- the company IDstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce price lists
-
findByG_C
List<CommercePriceList> findByG_C(long[] groupIds, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce price 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 fromCommercePriceListModelImpl
.- Parameters:
groupIds
- the group IDscompanyId
- the company IDstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price 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 commerce price lists
-
removeByG_C
void removeByG_C(long groupId, long companyId) Removes all the commerce price lists where groupId = ? and companyId = ? from the database.- Parameters:
groupId
- the group IDcompanyId
- the company ID
-
countByG_C
int countByG_C(long groupId, long companyId) Returns the number of commerce price lists where groupId = ? and companyId = ?.- Parameters:
groupId
- the group IDcompanyId
- the company ID- Returns:
- the number of matching commerce price lists
-
countByG_C
int countByG_C(long[] groupIds, long companyId) Returns the number of commerce price lists where groupId = any ? and companyId = ?.- Parameters:
groupIds
- the group IDscompanyId
- the company ID- Returns:
- the number of matching commerce price lists
-
filterCountByG_C
int filterCountByG_C(long groupId, long companyId) Returns the number of commerce price lists that the user has permission to view where groupId = ? and companyId = ?.- Parameters:
groupId
- the group IDcompanyId
- the company ID- Returns:
- the number of matching commerce price lists that the user has permission to view
-
filterCountByG_C
int filterCountByG_C(long[] groupIds, long companyId) Returns the number of commerce price lists that the user has permission to view where groupId = any ? and companyId = ?.- Parameters:
groupIds
- the group IDscompanyId
- the company ID- Returns:
- the number of matching commerce price lists that the user has permission to view
-
findByG_CBPL
CommercePriceList findByG_CBPL(long groupId, boolean catalogBasePriceList) throws NoSuchPriceListException Returns the commerce price list where groupId = ? and catalogBasePriceList = ? or throws aNoSuchPriceListException
if it could not be found.- Parameters:
groupId
- the group IDcatalogBasePriceList
- the catalog base price list- Returns:
- the matching commerce price list
- Throws:
NoSuchPriceListException
- if a matching commerce price list could not be found
-
fetchByG_CBPL
Returns the commerce price list where groupId = ? and catalogBasePriceList = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
groupId
- the group IDcatalogBasePriceList
- the catalog base price list- Returns:
- the matching commerce price list, or
null
if a matching commerce price list could not be found
-
fetchByG_CBPL
Returns the commerce price list where groupId = ? and catalogBasePriceList = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
groupId
- the group IDcatalogBasePriceList
- the catalog base price listuseFinderCache
- whether to use the finder cache- Returns:
- the matching commerce price list, or
null
if a matching commerce price list could not be found
-
removeByG_CBPL
CommercePriceList removeByG_CBPL(long groupId, boolean catalogBasePriceList) throws NoSuchPriceListException Removes the commerce price list where groupId = ? and catalogBasePriceList = ? from the database.- Parameters:
groupId
- the group IDcatalogBasePriceList
- the catalog base price list- Returns:
- the commerce price list that was removed
- Throws:
NoSuchPriceListException
-
countByG_CBPL
int countByG_CBPL(long groupId, boolean catalogBasePriceList) Returns the number of commerce price lists where groupId = ? and catalogBasePriceList = ?.- Parameters:
groupId
- the group IDcatalogBasePriceList
- the catalog base price list- Returns:
- the number of matching commerce price lists
-
findByC_C
Returns all the commerce price lists where companyId = ? and commerceCurrencyCode = ?.- Parameters:
companyId
- the company IDcommerceCurrencyCode
- the commerce currency code- Returns:
- the matching commerce price lists
-
findByC_C
Returns a range of all the commerce price lists where companyId = ? and commerceCurrencyCode = ?.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 fromCommercePriceListModelImpl
.- Parameters:
companyId
- the company IDcommerceCurrencyCode
- the commerce currency codestart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)- Returns:
- the range of matching commerce price lists
-
findByC_C
List<CommercePriceList> findByC_C(long companyId, String commerceCurrencyCode, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price lists where companyId = ? and commerceCurrencyCode = ?.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 fromCommercePriceListModelImpl
.- Parameters:
companyId
- the company IDcommerceCurrencyCode
- the commerce currency codestart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce price lists
-
findByC_C
List<CommercePriceList> findByC_C(long companyId, String commerceCurrencyCode, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce price lists where companyId = ? and commerceCurrencyCode = ?.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 fromCommercePriceListModelImpl
.- Parameters:
companyId
- the company IDcommerceCurrencyCode
- the commerce currency codestart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price 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 commerce price lists
-
findByC_C_First
CommercePriceList findByC_C_First(long companyId, String commerceCurrencyCode, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException Returns the first commerce price list in the ordered set where companyId = ? and commerceCurrencyCode = ?.- Parameters:
companyId
- the company IDcommerceCurrencyCode
- the commerce currency codeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce price list
- Throws:
NoSuchPriceListException
- if a matching commerce price list could not be found
-
fetchByC_C_First
CommercePriceList fetchByC_C_First(long companyId, String commerceCurrencyCode, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the first commerce price list in the ordered set where companyId = ? and commerceCurrencyCode = ?.- Parameters:
companyId
- the company IDcommerceCurrencyCode
- the commerce currency codeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce price list, or
null
if a matching commerce price list could not be found
-
findByC_C_Last
CommercePriceList findByC_C_Last(long companyId, String commerceCurrencyCode, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException Returns the last commerce price list in the ordered set where companyId = ? and commerceCurrencyCode = ?.- Parameters:
companyId
- the company IDcommerceCurrencyCode
- the commerce currency codeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce price list
- Throws:
NoSuchPriceListException
- if a matching commerce price list could not be found
-
fetchByC_C_Last
CommercePriceList fetchByC_C_Last(long companyId, String commerceCurrencyCode, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the last commerce price list in the ordered set where companyId = ? and commerceCurrencyCode = ?.- Parameters:
companyId
- the company IDcommerceCurrencyCode
- the commerce currency codeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce price list, or
null
if a matching commerce price list could not be found
-
findByC_C_PrevAndNext
CommercePriceList[] findByC_C_PrevAndNext(long commercePriceListId, long companyId, String commerceCurrencyCode, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException Returns the commerce price lists before and after the current commerce price list in the ordered set where companyId = ? and commerceCurrencyCode = ?.- Parameters:
commercePriceListId
- the primary key of the current commerce price listcompanyId
- the company IDcommerceCurrencyCode
- the commerce currency codeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next commerce price list
- Throws:
NoSuchPriceListException
- if a commerce price list with the primary key could not be found
-
removeByC_C
Removes all the commerce price lists where companyId = ? and commerceCurrencyCode = ? from the database.- Parameters:
companyId
- the company IDcommerceCurrencyCode
- the commerce currency code
-
countByC_C
Returns the number of commerce price lists where companyId = ? and commerceCurrencyCode = ?.- Parameters:
companyId
- the company IDcommerceCurrencyCode
- the commerce currency code- Returns:
- the number of matching commerce price lists
-
findByLtD_S
Returns all the commerce price lists where displayDate < ? and status = ?.- Parameters:
displayDate
- the display datestatus
- the status- Returns:
- the matching commerce price lists
-
findByLtD_S
Returns a range of all the commerce price 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 fromCommercePriceListModelImpl
.- Parameters:
displayDate
- the display datestatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)- Returns:
- the range of matching commerce price lists
-
findByLtD_S
List<CommercePriceList> findByLtD_S(Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price 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 fromCommercePriceListModelImpl
.- Parameters:
displayDate
- the display datestatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce price lists
-
findByLtD_S
List<CommercePriceList> findByLtD_S(Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce price 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 fromCommercePriceListModelImpl
.- Parameters:
displayDate
- the display datestatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price 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 commerce price lists
-
findByLtD_S_First
CommercePriceList findByLtD_S_First(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException Returns the first commerce price 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 commerce price list
- Throws:
NoSuchPriceListException
- if a matching commerce price list could not be found
-
fetchByLtD_S_First
CommercePriceList fetchByLtD_S_First(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the first commerce price 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 commerce price list, or
null
if a matching commerce price list could not be found
-
findByLtD_S_Last
CommercePriceList findByLtD_S_Last(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException Returns the last commerce price 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 commerce price list
- Throws:
NoSuchPriceListException
- if a matching commerce price list could not be found
-
fetchByLtD_S_Last
CommercePriceList fetchByLtD_S_Last(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the last commerce price 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 commerce price list, or
null
if a matching commerce price list could not be found
-
findByLtD_S_PrevAndNext
CommercePriceList[] findByLtD_S_PrevAndNext(long commercePriceListId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException Returns the commerce price lists before and after the current commerce price list in the ordered set where displayDate < ? and status = ?.- Parameters:
commercePriceListId
- the primary key of the current commerce price listdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next commerce price list
- Throws:
NoSuchPriceListException
- if a commerce price list with the primary key could not be found
-
removeByLtD_S
Removes all the commerce price lists where displayDate < ? and status = ? from the database.- Parameters:
displayDate
- the display datestatus
- the status
-
countByLtD_S
Returns the number of commerce price lists where displayDate < ? and status = ?.- Parameters:
displayDate
- the display datestatus
- the status- Returns:
- the number of matching commerce price lists
-
findByG_C_S
Returns all the commerce price lists where groupId = ? and companyId = ? and status = ?.- Parameters:
groupId
- the group IDcompanyId
- the company IDstatus
- the status- Returns:
- the matching commerce price lists
-
findByG_C_S
Returns a range of all the commerce price 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 fromCommercePriceListModelImpl
.- Parameters:
groupId
- the group IDcompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)- Returns:
- the range of matching commerce price lists
-
findByG_C_S
List<CommercePriceList> findByG_C_S(long groupId, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price 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 fromCommercePriceListModelImpl
.- Parameters:
groupId
- the group IDcompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce price lists
-
findByG_C_S
List<CommercePriceList> findByG_C_S(long groupId, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce price 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 fromCommercePriceListModelImpl
.- Parameters:
groupId
- the group IDcompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price 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 commerce price lists
-
findByG_C_S_First
CommercePriceList findByG_C_S_First(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException Returns the first commerce price 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 commerce price list
- Throws:
NoSuchPriceListException
- if a matching commerce price list could not be found
-
fetchByG_C_S_First
CommercePriceList fetchByG_C_S_First(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the first commerce price 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 commerce price list, or
null
if a matching commerce price list could not be found
-
findByG_C_S_Last
CommercePriceList findByG_C_S_Last(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException Returns the last commerce price 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 commerce price list
- Throws:
NoSuchPriceListException
- if a matching commerce price list could not be found
-
fetchByG_C_S_Last
CommercePriceList fetchByG_C_S_Last(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the last commerce price 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 commerce price list, or
null
if a matching commerce price list could not be found
-
findByG_C_S_PrevAndNext
CommercePriceList[] findByG_C_S_PrevAndNext(long commercePriceListId, long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException Returns the commerce price lists before and after the current commerce price list in the ordered set where groupId = ? and companyId = ? and status = ?.- Parameters:
commercePriceListId
- the primary key of the current commerce price listgroupId
- the group IDcompanyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next commerce price list
- Throws:
NoSuchPriceListException
- if a commerce price list with the primary key could not be found
-
filterFindByG_C_S
Returns all the commerce price lists that the user has permission to view where groupId = ? and companyId = ? and status = ?.- Parameters:
groupId
- the group IDcompanyId
- the company IDstatus
- the status- Returns:
- the matching commerce price lists that the user has permission to view
-
filterFindByG_C_S
List<CommercePriceList> filterFindByG_C_S(long groupId, long companyId, int status, int start, int end) Returns a range of all the commerce price lists that the user has permission to view 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 fromCommercePriceListModelImpl
.- Parameters:
groupId
- the group IDcompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)- Returns:
- the range of matching commerce price lists that the user has permission to view
-
filterFindByG_C_S
List<CommercePriceList> filterFindByG_C_S(long groupId, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price lists that the user has permissions to view 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 fromCommercePriceListModelImpl
.- Parameters:
groupId
- the group IDcompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce price lists that the user has permission to view
-
filterFindByG_C_S_PrevAndNext
CommercePriceList[] filterFindByG_C_S_PrevAndNext(long commercePriceListId, long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException Returns the commerce price lists before and after the current commerce price list in the ordered set of commerce price lists that the user has permission to view where groupId = ? and companyId = ? and status = ?.- Parameters:
commercePriceListId
- the primary key of the current commerce price listgroupId
- the group IDcompanyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next commerce price list
- Throws:
NoSuchPriceListException
- if a commerce price list with the primary key could not be found
-
filterFindByG_C_S
Returns all the commerce price lists that the user has permission to view where groupId = any ? and companyId = ? and status = ?.- Parameters:
groupIds
- the group IDscompanyId
- the company IDstatus
- the status- Returns:
- the matching commerce price lists that the user has permission to view
-
filterFindByG_C_S
List<CommercePriceList> filterFindByG_C_S(long[] groupIds, long companyId, int status, int start, int end) Returns a range of all the commerce price lists that the user has permission to view 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 fromCommercePriceListModelImpl
.- Parameters:
groupIds
- the group IDscompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)- Returns:
- the range of matching commerce price lists that the user has permission to view
-
filterFindByG_C_S
List<CommercePriceList> filterFindByG_C_S(long[] groupIds, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price lists that the user has permission to view 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 fromCommercePriceListModelImpl
.- Parameters:
groupIds
- the group IDscompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce price lists that the user has permission to view
-
findByG_C_S
Returns all the commerce price 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 fromCommercePriceListModelImpl
.- Parameters:
groupIds
- the group IDscompanyId
- the company IDstatus
- the status- Returns:
- the matching commerce price lists
-
findByG_C_S
List<CommercePriceList> findByG_C_S(long[] groupIds, long companyId, int status, int start, int end) Returns a range of all the commerce price 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 fromCommercePriceListModelImpl
.- Parameters:
groupIds
- the group IDscompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)- Returns:
- the range of matching commerce price lists
-
findByG_C_S
List<CommercePriceList> findByG_C_S(long[] groupIds, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price 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 fromCommercePriceListModelImpl
.- Parameters:
groupIds
- the group IDscompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce price lists
-
findByG_C_S
List<CommercePriceList> findByG_C_S(long[] groupIds, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce price 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 fromCommercePriceListModelImpl
.- Parameters:
groupIds
- the group IDscompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price 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 commerce price lists
-
removeByG_C_S
void removeByG_C_S(long groupId, long companyId, int status) Removes all the commerce price lists where groupId = ? and companyId = ? and status = ? from the database.- Parameters:
groupId
- the group IDcompanyId
- the company IDstatus
- the status
-
countByG_C_S
int countByG_C_S(long groupId, long companyId, int status) Returns the number of commerce price lists where groupId = ? and companyId = ? and status = ?.- Parameters:
groupId
- the group IDcompanyId
- the company IDstatus
- the status- Returns:
- the number of matching commerce price lists
-
countByG_C_S
int countByG_C_S(long[] groupIds, long companyId, int status) Returns the number of commerce price lists where groupId = any ? and companyId = ? and status = ?.- Parameters:
groupIds
- the group IDscompanyId
- the company IDstatus
- the status- Returns:
- the number of matching commerce price lists
-
filterCountByG_C_S
int filterCountByG_C_S(long groupId, long companyId, int status) Returns the number of commerce price lists that the user has permission to view where groupId = ? and companyId = ? and status = ?.- Parameters:
groupId
- the group IDcompanyId
- the company IDstatus
- the status- Returns:
- the number of matching commerce price lists that the user has permission to view
-
filterCountByG_C_S
int filterCountByG_C_S(long[] groupIds, long companyId, int status) Returns the number of commerce price lists that the user has permission to view where groupId = any ? and companyId = ? and status = ?.- Parameters:
groupIds
- the group IDscompanyId
- the company IDstatus
- the status- Returns:
- the number of matching commerce price lists that the user has permission to view
-
findByG_C_NotS
Returns all the commerce price lists where groupId = ? and companyId = ? and status ≠ ?.- Parameters:
groupId
- the group IDcompanyId
- the company IDstatus
- the status- Returns:
- the matching commerce price lists
-
findByG_C_NotS
List<CommercePriceList> findByG_C_NotS(long groupId, long companyId, int status, int start, int end) Returns a range of all the commerce price 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 fromCommercePriceListModelImpl
.- Parameters:
groupId
- the group IDcompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)- Returns:
- the range of matching commerce price lists
-
findByG_C_NotS
List<CommercePriceList> findByG_C_NotS(long groupId, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price 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 fromCommercePriceListModelImpl
.- Parameters:
groupId
- the group IDcompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce price lists
-
findByG_C_NotS
List<CommercePriceList> findByG_C_NotS(long groupId, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce price 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 fromCommercePriceListModelImpl
.- Parameters:
groupId
- the group IDcompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price 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 commerce price lists
-
findByG_C_NotS_First
CommercePriceList findByG_C_NotS_First(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException Returns the first commerce price 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 commerce price list
- Throws:
NoSuchPriceListException
- if a matching commerce price list could not be found
-
fetchByG_C_NotS_First
CommercePriceList fetchByG_C_NotS_First(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the first commerce price 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 commerce price list, or
null
if a matching commerce price list could not be found
-
findByG_C_NotS_Last
CommercePriceList findByG_C_NotS_Last(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException Returns the last commerce price 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 commerce price list
- Throws:
NoSuchPriceListException
- if a matching commerce price list could not be found
-
fetchByG_C_NotS_Last
CommercePriceList fetchByG_C_NotS_Last(long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the last commerce price 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 commerce price list, or
null
if a matching commerce price list could not be found
-
findByG_C_NotS_PrevAndNext
CommercePriceList[] findByG_C_NotS_PrevAndNext(long commercePriceListId, long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException Returns the commerce price lists before and after the current commerce price list in the ordered set where groupId = ? and companyId = ? and status ≠ ?.- Parameters:
commercePriceListId
- the primary key of the current commerce price listgroupId
- the group IDcompanyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next commerce price list
- Throws:
NoSuchPriceListException
- if a commerce price list with the primary key could not be found
-
filterFindByG_C_NotS
Returns all the commerce price lists that the user has permission to view where groupId = ? and companyId = ? and status ≠ ?.- Parameters:
groupId
- the group IDcompanyId
- the company IDstatus
- the status- Returns:
- the matching commerce price lists that the user has permission to view
-
filterFindByG_C_NotS
List<CommercePriceList> filterFindByG_C_NotS(long groupId, long companyId, int status, int start, int end) Returns a range of all the commerce price lists that the user has permission to view 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 fromCommercePriceListModelImpl
.- Parameters:
groupId
- the group IDcompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)- Returns:
- the range of matching commerce price lists that the user has permission to view
-
filterFindByG_C_NotS
List<CommercePriceList> filterFindByG_C_NotS(long groupId, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price lists that the user has permissions to view 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 fromCommercePriceListModelImpl
.- Parameters:
groupId
- the group IDcompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce price lists that the user has permission to view
-
filterFindByG_C_NotS_PrevAndNext
CommercePriceList[] filterFindByG_C_NotS_PrevAndNext(long commercePriceListId, long groupId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException Returns the commerce price lists before and after the current commerce price list in the ordered set of commerce price lists that the user has permission to view where groupId = ? and companyId = ? and status ≠ ?.- Parameters:
commercePriceListId
- the primary key of the current commerce price listgroupId
- the group IDcompanyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next commerce price list
- Throws:
NoSuchPriceListException
- if a commerce price list with the primary key could not be found
-
filterFindByG_C_NotS
Returns all the commerce price lists that the user has permission to view where groupId = any ? and companyId = ? and status ≠ ?.- Parameters:
groupIds
- the group IDscompanyId
- the company IDstatus
- the status- Returns:
- the matching commerce price lists that the user has permission to view
-
filterFindByG_C_NotS
List<CommercePriceList> filterFindByG_C_NotS(long[] groupIds, long companyId, int status, int start, int end) Returns a range of all the commerce price lists that the user has permission to view 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 fromCommercePriceListModelImpl
.- Parameters:
groupIds
- the group IDscompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)- Returns:
- the range of matching commerce price lists that the user has permission to view
-
filterFindByG_C_NotS
List<CommercePriceList> filterFindByG_C_NotS(long[] groupIds, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price lists that the user has permission to view 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 fromCommercePriceListModelImpl
.- Parameters:
groupIds
- the group IDscompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce price lists that the user has permission to view
-
findByG_C_NotS
Returns all the commerce price 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 fromCommercePriceListModelImpl
.- Parameters:
groupIds
- the group IDscompanyId
- the company IDstatus
- the status- Returns:
- the matching commerce price lists
-
findByG_C_NotS
List<CommercePriceList> findByG_C_NotS(long[] groupIds, long companyId, int status, int start, int end) Returns a range of all the commerce price 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 fromCommercePriceListModelImpl
.- Parameters:
groupIds
- the group IDscompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)- Returns:
- the range of matching commerce price lists
-
findByG_C_NotS
List<CommercePriceList> findByG_C_NotS(long[] groupIds, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price 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 fromCommercePriceListModelImpl
.- Parameters:
groupIds
- the group IDscompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce price lists
-
findByG_C_NotS
List<CommercePriceList> findByG_C_NotS(long[] groupIds, long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce price 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 fromCommercePriceListModelImpl
.- Parameters:
groupIds
- the group IDscompanyId
- the company IDstatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price 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 commerce price lists
-
removeByG_C_NotS
void removeByG_C_NotS(long groupId, long companyId, int status) Removes all the commerce price lists where groupId = ? and companyId = ? and status ≠ ? from the database.- Parameters:
groupId
- the group IDcompanyId
- the company IDstatus
- the status
-
countByG_C_NotS
int countByG_C_NotS(long groupId, long companyId, int status) Returns the number of commerce price lists where groupId = ? and companyId = ? and status ≠ ?.- Parameters:
groupId
- the group IDcompanyId
- the company IDstatus
- the status- Returns:
- the number of matching commerce price lists
-
countByG_C_NotS
int countByG_C_NotS(long[] groupIds, long companyId, int status) Returns the number of commerce price lists where groupId = any ? and companyId = ? and status ≠ ?.- Parameters:
groupIds
- the group IDscompanyId
- the company IDstatus
- the status- Returns:
- the number of matching commerce price lists
-
filterCountByG_C_NotS
int filterCountByG_C_NotS(long groupId, long companyId, int status) Returns the number of commerce price lists that the user has permission to view where groupId = ? and companyId = ? and status ≠ ?.- Parameters:
groupId
- the group IDcompanyId
- the company IDstatus
- the status- Returns:
- the number of matching commerce price lists that the user has permission to view
-
filterCountByG_C_NotS
int filterCountByG_C_NotS(long[] groupIds, long companyId, int status) Returns the number of commerce price lists that the user has permission to view where groupId = any ? and companyId = ? and status ≠ ?.- Parameters:
groupIds
- the group IDscompanyId
- the company IDstatus
- the status- Returns:
- the number of matching commerce price lists that the user has permission to view
-
findByG_C_T
CommercePriceList findByG_C_T(long groupId, boolean catalogBasePriceList, String type) throws NoSuchPriceListException Returns the commerce price list where groupId = ? and catalogBasePriceList = ? and type = ? or throws aNoSuchPriceListException
if it could not be found.- Parameters:
groupId
- the group IDcatalogBasePriceList
- the catalog base price listtype
- the type- Returns:
- the matching commerce price list
- Throws:
NoSuchPriceListException
- if a matching commerce price list could not be found
-
fetchByG_C_T
Returns the commerce price list where groupId = ? and catalogBasePriceList = ? and type = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
groupId
- the group IDcatalogBasePriceList
- the catalog base price listtype
- the type- Returns:
- the matching commerce price list, or
null
if a matching commerce price list could not be found
-
fetchByG_C_T
CommercePriceList fetchByG_C_T(long groupId, boolean catalogBasePriceList, String type, boolean useFinderCache) Returns the commerce price list where groupId = ? and catalogBasePriceList = ? and type = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
groupId
- the group IDcatalogBasePriceList
- the catalog base price listtype
- the typeuseFinderCache
- whether to use the finder cache- Returns:
- the matching commerce price list, or
null
if a matching commerce price list could not be found
-
removeByG_C_T
CommercePriceList removeByG_C_T(long groupId, boolean catalogBasePriceList, String type) throws NoSuchPriceListException Removes the commerce price list where groupId = ? and catalogBasePriceList = ? and type = ? from the database.- Parameters:
groupId
- the group IDcatalogBasePriceList
- the catalog base price listtype
- the type- Returns:
- the commerce price list that was removed
- Throws:
NoSuchPriceListException
-
countByG_C_T
Returns the number of commerce price lists where groupId = ? and catalogBasePriceList = ? and type = ?.- Parameters:
groupId
- the group IDcatalogBasePriceList
- the catalog base price listtype
- the type- Returns:
- the number of matching commerce price lists
-
findByG_C_T_S
Returns all the commerce price lists where groupId = ? and companyId = ? and type = ? and status = ?.- Parameters:
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the status- Returns:
- the matching commerce price lists
-
findByG_C_T_S
List<CommercePriceList> findByG_C_T_S(long groupId, long companyId, String type, int status, int start, int end) Returns a range of all the commerce price lists where groupId = ? and companyId = ? and type = ? 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 fromCommercePriceListModelImpl
.- Parameters:
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)- Returns:
- the range of matching commerce price lists
-
findByG_C_T_S
List<CommercePriceList> findByG_C_T_S(long groupId, long companyId, String type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price lists where groupId = ? and companyId = ? and type = ? 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 fromCommercePriceListModelImpl
.- Parameters:
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce price lists
-
findByG_C_T_S
List<CommercePriceList> findByG_C_T_S(long groupId, long companyId, String type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce price lists where groupId = ? and companyId = ? and type = ? 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 fromCommercePriceListModelImpl
.- Parameters:
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price 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 commerce price lists
-
findByG_C_T_S_First
CommercePriceList findByG_C_T_S_First(long groupId, long companyId, String type, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException Returns the first commerce price list in the ordered set where groupId = ? and companyId = ? and type = ? and status = ?.- Parameters:
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce price list
- Throws:
NoSuchPriceListException
- if a matching commerce price list could not be found
-
fetchByG_C_T_S_First
CommercePriceList fetchByG_C_T_S_First(long groupId, long companyId, String type, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the first commerce price list in the ordered set where groupId = ? and companyId = ? and type = ? and status = ?.- Parameters:
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce price list, or
null
if a matching commerce price list could not be found
-
findByG_C_T_S_Last
CommercePriceList findByG_C_T_S_Last(long groupId, long companyId, String type, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException Returns the last commerce price list in the ordered set where groupId = ? and companyId = ? and type = ? and status = ?.- Parameters:
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce price list
- Throws:
NoSuchPriceListException
- if a matching commerce price list could not be found
-
fetchByG_C_T_S_Last
CommercePriceList fetchByG_C_T_S_Last(long groupId, long companyId, String type, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the last commerce price list in the ordered set where groupId = ? and companyId = ? and type = ? and status = ?.- Parameters:
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce price list, or
null
if a matching commerce price list could not be found
-
findByG_C_T_S_PrevAndNext
CommercePriceList[] findByG_C_T_S_PrevAndNext(long commercePriceListId, long groupId, long companyId, String type, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException Returns the commerce price lists before and after the current commerce price list in the ordered set where groupId = ? and companyId = ? and type = ? and status = ?.- Parameters:
commercePriceListId
- the primary key of the current commerce price listgroupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next commerce price list
- Throws:
NoSuchPriceListException
- if a commerce price list with the primary key could not be found
-
filterFindByG_C_T_S
Returns all the commerce price lists that the user has permission to view where groupId = ? and companyId = ? and type = ? and status = ?.- Parameters:
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the status- Returns:
- the matching commerce price lists that the user has permission to view
-
filterFindByG_C_T_S
List<CommercePriceList> filterFindByG_C_T_S(long groupId, long companyId, String type, int status, int start, int end) Returns a range of all the commerce price lists that the user has permission to view where groupId = ? and companyId = ? and type = ? 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 fromCommercePriceListModelImpl
.- Parameters:
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)- Returns:
- the range of matching commerce price lists that the user has permission to view
-
filterFindByG_C_T_S
List<CommercePriceList> filterFindByG_C_T_S(long groupId, long companyId, String type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price lists that the user has permissions to view where groupId = ? and companyId = ? and type = ? 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 fromCommercePriceListModelImpl
.- Parameters:
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce price lists that the user has permission to view
-
filterFindByG_C_T_S_PrevAndNext
CommercePriceList[] filterFindByG_C_T_S_PrevAndNext(long commercePriceListId, long groupId, long companyId, String type, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException Returns the commerce price lists before and after the current commerce price list in the ordered set of commerce price lists that the user has permission to view where groupId = ? and companyId = ? and type = ? and status = ?.- Parameters:
commercePriceListId
- the primary key of the current commerce price listgroupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next commerce price list
- Throws:
NoSuchPriceListException
- if a commerce price list with the primary key could not be found
-
filterFindByG_C_T_S
List<CommercePriceList> filterFindByG_C_T_S(long[] groupIds, long companyId, String type, int status) Returns all the commerce price lists that the user has permission to view where groupId = any ? and companyId = ? and type = ? and status = ?.- Parameters:
groupIds
- the group IDscompanyId
- the company IDtype
- the typestatus
- the status- Returns:
- the matching commerce price lists that the user has permission to view
-
filterFindByG_C_T_S
List<CommercePriceList> filterFindByG_C_T_S(long[] groupIds, long companyId, String type, int status, int start, int end) Returns a range of all the commerce price lists that the user has permission to view where groupId = any ? and companyId = ? and type = ? 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 fromCommercePriceListModelImpl
.- Parameters:
groupIds
- the group IDscompanyId
- the company IDtype
- the typestatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)- Returns:
- the range of matching commerce price lists that the user has permission to view
-
filterFindByG_C_T_S
List<CommercePriceList> filterFindByG_C_T_S(long[] groupIds, long companyId, String type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price lists that the user has permission to view where groupId = any ? and companyId = ? and type = ? 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 fromCommercePriceListModelImpl
.- Parameters:
groupIds
- the group IDscompanyId
- the company IDtype
- the typestatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce price lists that the user has permission to view
-
findByG_C_T_S
Returns all the commerce price lists where groupId = any ? and companyId = ? and type = ? 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 fromCommercePriceListModelImpl
.- Parameters:
groupIds
- the group IDscompanyId
- the company IDtype
- the typestatus
- the status- Returns:
- the matching commerce price lists
-
findByG_C_T_S
List<CommercePriceList> findByG_C_T_S(long[] groupIds, long companyId, String type, int status, int start, int end) Returns a range of all the commerce price lists where groupId = any ? and companyId = ? and type = ? 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 fromCommercePriceListModelImpl
.- Parameters:
groupIds
- the group IDscompanyId
- the company IDtype
- the typestatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)- Returns:
- the range of matching commerce price lists
-
findByG_C_T_S
List<CommercePriceList> findByG_C_T_S(long[] groupIds, long companyId, String type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price lists where groupId = any ? and companyId = ? and type = ? 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 fromCommercePriceListModelImpl
.- Parameters:
groupIds
- the group IDscompanyId
- the company IDtype
- the typestatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce price lists
-
findByG_C_T_S
List<CommercePriceList> findByG_C_T_S(long[] groupIds, long companyId, String type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce price lists where groupId = ? and companyId = ? and type = ? 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 fromCommercePriceListModelImpl
.- Parameters:
groupIds
- the group IDscompanyId
- the company IDtype
- the typestatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price 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 commerce price lists
-
removeByG_C_T_S
Removes all the commerce price lists where groupId = ? and companyId = ? and type = ? and status = ? from the database.- Parameters:
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the status
-
countByG_C_T_S
Returns the number of commerce price lists where groupId = ? and companyId = ? and type = ? and status = ?.- Parameters:
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the status- Returns:
- the number of matching commerce price lists
-
countByG_C_T_S
Returns the number of commerce price lists where groupId = any ? and companyId = ? and type = ? and status = ?.- Parameters:
groupIds
- the group IDscompanyId
- the company IDtype
- the typestatus
- the status- Returns:
- the number of matching commerce price lists
-
filterCountByG_C_T_S
Returns the number of commerce price lists that the user has permission to view where groupId = ? and companyId = ? and type = ? and status = ?.- Parameters:
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the status- Returns:
- the number of matching commerce price lists that the user has permission to view
-
filterCountByG_C_T_S
Returns the number of commerce price lists that the user has permission to view where groupId = any ? and companyId = ? and type = ? and status = ?.- Parameters:
groupIds
- the group IDscompanyId
- the company IDtype
- the typestatus
- the status- Returns:
- the number of matching commerce price lists that the user has permission to view
-
findByG_C_T_NotS
Returns all the commerce price lists where groupId = ? and companyId = ? and type = ? and status ≠ ?.- Parameters:
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the status- Returns:
- the matching commerce price lists
-
findByG_C_T_NotS
List<CommercePriceList> findByG_C_T_NotS(long groupId, long companyId, String type, int status, int start, int end) Returns a range of all the commerce price lists where groupId = ? and companyId = ? and type = ? 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 fromCommercePriceListModelImpl
.- Parameters:
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)- Returns:
- the range of matching commerce price lists
-
findByG_C_T_NotS
List<CommercePriceList> findByG_C_T_NotS(long groupId, long companyId, String type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price lists where groupId = ? and companyId = ? and type = ? 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 fromCommercePriceListModelImpl
.- Parameters:
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce price lists
-
findByG_C_T_NotS
List<CommercePriceList> findByG_C_T_NotS(long groupId, long companyId, String type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce price lists where groupId = ? and companyId = ? and type = ? 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 fromCommercePriceListModelImpl
.- Parameters:
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price 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 commerce price lists
-
findByG_C_T_NotS_First
CommercePriceList findByG_C_T_NotS_First(long groupId, long companyId, String type, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException Returns the first commerce price list in the ordered set where groupId = ? and companyId = ? and type = ? and status ≠ ?.- Parameters:
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce price list
- Throws:
NoSuchPriceListException
- if a matching commerce price list could not be found
-
fetchByG_C_T_NotS_First
CommercePriceList fetchByG_C_T_NotS_First(long groupId, long companyId, String type, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the first commerce price list in the ordered set where groupId = ? and companyId = ? and type = ? and status ≠ ?.- Parameters:
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce price list, or
null
if a matching commerce price list could not be found
-
findByG_C_T_NotS_Last
CommercePriceList findByG_C_T_NotS_Last(long groupId, long companyId, String type, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException Returns the last commerce price list in the ordered set where groupId = ? and companyId = ? and type = ? and status ≠ ?.- Parameters:
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce price list
- Throws:
NoSuchPriceListException
- if a matching commerce price list could not be found
-
fetchByG_C_T_NotS_Last
CommercePriceList fetchByG_C_T_NotS_Last(long groupId, long companyId, String type, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns the last commerce price list in the ordered set where groupId = ? and companyId = ? and type = ? and status ≠ ?.- Parameters:
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce price list, or
null
if a matching commerce price list could not be found
-
findByG_C_T_NotS_PrevAndNext
CommercePriceList[] findByG_C_T_NotS_PrevAndNext(long commercePriceListId, long groupId, long companyId, String type, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException Returns the commerce price lists before and after the current commerce price list in the ordered set where groupId = ? and companyId = ? and type = ? and status ≠ ?.- Parameters:
commercePriceListId
- the primary key of the current commerce price listgroupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next commerce price list
- Throws:
NoSuchPriceListException
- if a commerce price list with the primary key could not be found
-
filterFindByG_C_T_NotS
List<CommercePriceList> filterFindByG_C_T_NotS(long groupId, long companyId, String type, int status) Returns all the commerce price lists that the user has permission to view where groupId = ? and companyId = ? and type = ? and status ≠ ?.- Parameters:
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the status- Returns:
- the matching commerce price lists that the user has permission to view
-
filterFindByG_C_T_NotS
List<CommercePriceList> filterFindByG_C_T_NotS(long groupId, long companyId, String type, int status, int start, int end) Returns a range of all the commerce price lists that the user has permission to view where groupId = ? and companyId = ? and type = ? 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 fromCommercePriceListModelImpl
.- Parameters:
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)- Returns:
- the range of matching commerce price lists that the user has permission to view
-
filterFindByG_C_T_NotS
List<CommercePriceList> filterFindByG_C_T_NotS(long groupId, long companyId, String type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price lists that the user has permissions to view where groupId = ? and companyId = ? and type = ? 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 fromCommercePriceListModelImpl
.- Parameters:
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce price lists that the user has permission to view
-
filterFindByG_C_T_NotS_PrevAndNext
CommercePriceList[] filterFindByG_C_T_NotS_PrevAndNext(long commercePriceListId, long groupId, long companyId, String type, int status, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws NoSuchPriceListException Returns the commerce price lists before and after the current commerce price list in the ordered set of commerce price lists that the user has permission to view where groupId = ? and companyId = ? and type = ? and status ≠ ?.- Parameters:
commercePriceListId
- the primary key of the current commerce price listgroupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next commerce price list
- Throws:
NoSuchPriceListException
- if a commerce price list with the primary key could not be found
-
filterFindByG_C_T_NotS
List<CommercePriceList> filterFindByG_C_T_NotS(long[] groupIds, long companyId, String type, int status) Returns all the commerce price lists that the user has permission to view where groupId = any ? and companyId = ? and type = ? and status ≠ ?.- Parameters:
groupIds
- the group IDscompanyId
- the company IDtype
- the typestatus
- the status- Returns:
- the matching commerce price lists that the user has permission to view
-
filterFindByG_C_T_NotS
List<CommercePriceList> filterFindByG_C_T_NotS(long[] groupIds, long companyId, String type, int status, int start, int end) Returns a range of all the commerce price lists that the user has permission to view where groupId = any ? and companyId = ? and type = ? 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 fromCommercePriceListModelImpl
.- Parameters:
groupIds
- the group IDscompanyId
- the company IDtype
- the typestatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)- Returns:
- the range of matching commerce price lists that the user has permission to view
-
filterFindByG_C_T_NotS
List<CommercePriceList> filterFindByG_C_T_NotS(long[] groupIds, long companyId, String type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price lists that the user has permission to view where groupId = any ? and companyId = ? and type = ? 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 fromCommercePriceListModelImpl
.- Parameters:
groupIds
- the group IDscompanyId
- the company IDtype
- the typestatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce price lists that the user has permission to view
-
findByG_C_T_NotS
Returns all the commerce price lists where groupId = any ? and companyId = ? and type = ? 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 fromCommercePriceListModelImpl
.- Parameters:
groupIds
- the group IDscompanyId
- the company IDtype
- the typestatus
- the status- Returns:
- the matching commerce price lists
-
findByG_C_T_NotS
List<CommercePriceList> findByG_C_T_NotS(long[] groupIds, long companyId, String type, int status, int start, int end) Returns a range of all the commerce price lists where groupId = any ? and companyId = ? and type = ? 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 fromCommercePriceListModelImpl
.- Parameters:
groupIds
- the group IDscompanyId
- the company IDtype
- the typestatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)- Returns:
- the range of matching commerce price lists
-
findByG_C_T_NotS
List<CommercePriceList> findByG_C_T_NotS(long[] groupIds, long companyId, String type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price lists where groupId = any ? and companyId = ? and type = ? 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 fromCommercePriceListModelImpl
.- Parameters:
groupIds
- the group IDscompanyId
- the company IDtype
- the typestatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching commerce price lists
-
findByG_C_T_NotS
List<CommercePriceList> findByG_C_T_NotS(long[] groupIds, long companyId, String type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce price lists where groupId = ? and companyId = ? and type = ? 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 fromCommercePriceListModelImpl
.- Parameters:
groupIds
- the group IDscompanyId
- the company IDtype
- the typestatus
- the statusstart
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price 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 commerce price lists
-
removeByG_C_T_NotS
Removes all the commerce price lists where groupId = ? and companyId = ? and type = ? and status ≠ ? from the database.- Parameters:
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the status
-
countByG_C_T_NotS
Returns the number of commerce price lists where groupId = ? and companyId = ? and type = ? and status ≠ ?.- Parameters:
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the status- Returns:
- the number of matching commerce price lists
-
countByG_C_T_NotS
Returns the number of commerce price lists where groupId = any ? and companyId = ? and type = ? and status ≠ ?.- Parameters:
groupIds
- the group IDscompanyId
- the company IDtype
- the typestatus
- the status- Returns:
- the number of matching commerce price lists
-
filterCountByG_C_T_NotS
Returns the number of commerce price lists that the user has permission to view where groupId = ? and companyId = ? and type = ? and status ≠ ?.- Parameters:
groupId
- the group IDcompanyId
- the company IDtype
- the typestatus
- the status- Returns:
- the number of matching commerce price lists that the user has permission to view
-
filterCountByG_C_T_NotS
Returns the number of commerce price lists that the user has permission to view where groupId = any ? and companyId = ? and type = ? and status ≠ ?.- Parameters:
groupIds
- the group IDscompanyId
- the company IDtype
- the typestatus
- the status- Returns:
- the number of matching commerce price lists that the user has permission to view
-
findByERC_C
CommercePriceList findByERC_C(String externalReferenceCode, long companyId) throws NoSuchPriceListException Returns the commerce price list where externalReferenceCode = ? and companyId = ? or throws aNoSuchPriceListException
if it could not be found.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company ID- Returns:
- the matching commerce price list
- Throws:
NoSuchPriceListException
- if a matching commerce price list could not be found
-
fetchByERC_C
Returns the commerce price 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 commerce price list, or
null
if a matching commerce price list could not be found
-
fetchByERC_C
CommercePriceList fetchByERC_C(String externalReferenceCode, long companyId, boolean useFinderCache) Returns the commerce price 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 commerce price list, or
null
if a matching commerce price list could not be found
-
removeByERC_C
CommercePriceList removeByERC_C(String externalReferenceCode, long companyId) throws NoSuchPriceListException Removes the commerce price list where externalReferenceCode = ? and companyId = ? from the database.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company ID- Returns:
- the commerce price list that was removed
- Throws:
NoSuchPriceListException
-
countByERC_C
Returns the number of commerce price lists where externalReferenceCode = ? and companyId = ?.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company ID- Returns:
- the number of matching commerce price lists
-
cacheResult
Caches the commerce price list in the entity cache if it is enabled.- Parameters:
commercePriceList
- the commerce price list
-
cacheResult
Caches the commerce price lists in the entity cache if it is enabled.- Parameters:
commercePriceLists
- the commerce price lists
-
create
Creates a new commerce price list with the primary key. Does not add the commerce price list to the database.- Parameters:
commercePriceListId
- the primary key for the new commerce price list- Returns:
- the new commerce price list
-
remove
Removes the commerce price list with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
commercePriceListId
- the primary key of the commerce price list- Returns:
- the commerce price list that was removed
- Throws:
NoSuchPriceListException
- if a commerce price list with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
Returns the commerce price list with the primary key or throws aNoSuchPriceListException
if it could not be found.- Parameters:
commercePriceListId
- the primary key of the commerce price list- Returns:
- the commerce price list
- Throws:
NoSuchPriceListException
- if a commerce price list with the primary key could not be found
-
fetchByPrimaryKey
Returns the commerce price list with the primary key or returnsnull
if it could not be found.- Parameters:
commercePriceListId
- the primary key of the commerce price list- Returns:
- the commerce price list, or
null
if a commerce price list with the primary key could not be found
-
findAll
List<CommercePriceList> findAll()Returns all the commerce price lists.- Returns:
- the commerce price lists
-
findAll
Returns a range of all the commerce price 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 fromCommercePriceListModelImpl
.- Parameters:
start
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)- Returns:
- the range of commerce price lists
-
findAll
List<CommercePriceList> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) Returns an ordered range of all the commerce price 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 fromCommercePriceListModelImpl
.- Parameters:
start
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of commerce price lists
-
findAll
List<CommercePriceList> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator, boolean useFinderCache) Returns an ordered range of all the commerce price 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 fromCommercePriceListModelImpl
.- Parameters:
start
- the lower bound of the range of commerce price listsend
- the upper bound of the range of commerce price lists (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of commerce price lists
-
removeAll
void removeAll()Removes all the commerce price lists from the database. -
countAll
int countAll()Returns the number of commerce price lists.- Returns:
- the number of commerce price lists
-