Interface CommercePriceListPersistence

All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<CommercePriceList>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CommercePriceList>

@ProviderType public interface CommercePriceListPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<CommercePriceList>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CommercePriceList>
The persistence interface for the commerce price list service.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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
    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
    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 returns null if it could not be found.
    fetchByERC_C(String externalReferenceCode, long companyId, boolean useFinderCache)
    Returns the commerce price list where externalReferenceCode = ? and companyId = ? or returns null 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 returns null 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 returns null 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 returns null if it could not be found.
    fetchByG_CBPL(long groupId, boolean catalogBasePriceList, boolean useFinderCache)
    Returns the commerce price list where groupId = ? and catalogBasePriceList = ? or returns null 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 returns null if it could not be found.
    fetchByParentCommercePriceListId(long parentCommercePriceListId, boolean useFinderCache)
    Returns the commerce price list where parentCommercePriceListId = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByPrimaryKey(long commercePriceListId)
    Returns the commerce price list with the primary key or returns null 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 returns null if it could not be found.
    fetchByUUID_G(String uuid, long groupId, boolean useFinderCache)
    Returns the commerce price list where uuid = ? and groupId = ? or returns null 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 = ?.
    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.
    findByC_C(long companyId, String commerceCurrencyCode)
    Returns all the commerce price lists where companyId = ? and commerceCurrencyCode = ?.
    findByC_C(long companyId, String commerceCurrencyCode, int start, int end)
    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 a NoSuchPriceListException 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 a NoSuchPriceListException 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 a NoSuchPriceListException 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 a NoSuchPriceListException if it could not be found.
    findByPrimaryKey(long commercePriceListId)
    Returns the commerce price list with the primary key or throws a NoSuchPriceListException if it could not be found.
    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 a NoSuchPriceListException 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
    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

      List<CommercePriceList> findByUuid(String uuid)
      Returns all the commerce price lists where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the matching commerce price lists
    • findByUuid

      List<CommercePriceList> findByUuid(String uuid, int start, int end)
      Returns a range of all the commerce price lists where uuid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of commerce price lists
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of commerce price lists
      end - the upper bound of the range of commerce price lists (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of commerce price lists
      end - the upper bound of the range of commerce price lists (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 uuid
      orderByComparator - the comparator to order the set by (optionally null)
      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 uuid
      orderByComparator - the comparator to order the set by (optionally null)
      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 uuid
      orderByComparator - the comparator to order the set by (optionally null)
      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 uuid
      orderByComparator - the comparator to order the set by (optionally null)
      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 list
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      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

      void removeByUuid(String uuid)
      Removes all the commerce price lists where uuid = ? from the database.
      Parameters:
      uuid - the uuid
    • countByUuid

      int countByUuid(String uuid)
      Returns the number of commerce price lists where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the number of matching commerce price lists
    • findByUUID_G

      CommercePriceList findByUUID_G(String uuid, long groupId) throws NoSuchPriceListException
      Returns the commerce price list where uuid = ? and groupId = ? or throws a NoSuchPriceListException if it could not be found.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the matching commerce price list
      Throws:
      NoSuchPriceListException - if a matching commerce price list could not be found
    • fetchByUUID_G

      CommercePriceList fetchByUUID_G(String uuid, long groupId)
      Returns the commerce price list where uuid = ? and groupId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the matching commerce price list, or null if a matching commerce price list could not be found
    • fetchByUUID_G

      CommercePriceList fetchByUUID_G(String uuid, long groupId, boolean useFinderCache)
      Returns the commerce price list where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      useFinderCache - 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

      CommercePriceList removeByUUID_G(String uuid, long groupId) throws NoSuchPriceListException
      Removes the commerce price list where uuid = ? and groupId = ? from the database.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the commerce price list that was removed
      Throws:
      NoSuchPriceListException
    • countByUUID_G

      int countByUUID_G(String uuid, long groupId)
      Returns the number of commerce price lists where uuid = ? and groupId = ?.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the number of matching commerce price lists
    • findByUuid_C

      List<CommercePriceList> findByUuid_C(String uuid, long companyId)
      Returns all the commerce price lists where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the matching commerce price lists
    • findByUuid_C

      List<CommercePriceList> findByUuid_C(String uuid, long companyId, int start, int end)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of commerce price lists
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of commerce price lists
      end - the upper bound of the range of commerce price lists (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of commerce price lists
      end - the upper bound of the range of commerce price lists (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 list
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      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

      void removeByUuid_C(String uuid, long companyId)
      Removes all the commerce price lists where uuid = ? and companyId = ? from the database.
      Parameters:
      uuid - the uuid
      companyId - the company ID
    • countByUuid_C

      int countByUuid_C(String uuid, long companyId)
      Returns the number of commerce price lists where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the number of matching commerce price lists
    • findByCompanyId

      List<CommercePriceList> findByCompanyId(long companyId)
      Returns all the commerce price lists where companyId = ?.
      Parameters:
      companyId - the company ID
      Returns:
      the matching commerce price lists
    • findByCompanyId

      List<CommercePriceList> findByCompanyId(long companyId, int start, int end)
      Returns a range of all the commerce price lists where companyId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      companyId - the company ID
      start - the lower bound of the range of commerce price lists
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      companyId - the company ID
      start - the lower bound of the range of commerce price lists
      end - the upper bound of the range of commerce price lists (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      companyId - the company ID
      start - the lower bound of the range of commerce price lists
      end - the upper bound of the range of commerce price lists (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 list
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 a NoSuchPriceListException 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

      CommercePriceList fetchByParentCommercePriceListId(long parentCommercePriceListId)
      Returns the commerce price list where parentCommercePriceListId = ? or returns null 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 returns null if it could not be found, optionally using the finder cache.
      Parameters:
      parentCommercePriceListId - the parent commerce price list ID
      useFinderCache - 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

      List<CommercePriceList> findByG_C(long groupId, long companyId)
      Returns all the commerce price lists where groupId = ? and companyId = ?.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      Returns:
      the matching commerce price lists
    • findByG_C

      List<CommercePriceList> findByG_C(long groupId, long companyId, int start, int end)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupId - the group ID
      companyId - the company ID
      start - the lower bound of the range of commerce price lists
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupId - the group ID
      companyId - the company ID
      start - the lower bound of the range of commerce price lists
      end - the upper bound of the range of commerce price lists (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupId - the group ID
      companyId - the company ID
      start - the lower bound of the range of commerce price lists
      end - the upper bound of the range of commerce price lists (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 ID
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 list
      groupId - the group ID
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      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

      List<CommercePriceList> filterFindByG_C(long groupId, long companyId)
      Returns all the commerce price lists that the user has permission to view where groupId = ? and companyId = ?.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      Returns:
      the 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)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupId - the group ID
      companyId - the company ID
      start - the lower bound of the range of commerce price lists
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupId - the group ID
      companyId - the company ID
      start - the lower bound of the range of commerce price lists
      end - the upper bound of the range of commerce price lists (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 list
      groupId - the group ID
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      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

      List<CommercePriceList> filterFindByG_C(long[] groupIds, long companyId)
      Returns all the commerce price lists that the user has permission to view where groupId = any ? and companyId = ?.
      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      Returns:
      the 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)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      start - the lower bound of the range of commerce price lists
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      start - the lower bound of the range of commerce price lists
      end - the upper bound of the range of commerce price lists (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching commerce price lists that the user has permission to view
    • findByG_C

      List<CommercePriceList> findByG_C(long[] groupIds, long companyId)
      Returns all the commerce price lists where groupId = any ? and companyId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      Returns:
      the matching commerce price lists
    • findByG_C

      List<CommercePriceList> findByG_C(long[] groupIds, long companyId, int start, int end)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      start - the lower bound of the range of commerce price lists
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      start - the lower bound of the range of commerce price lists
      end - the upper bound of the range of commerce price lists (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      start - the lower bound of the range of commerce price lists
      end - the upper bound of the range of commerce price lists (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 ID
      companyId - 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 ID
      companyId - 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 IDs
      companyId - 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 ID
      companyId - 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 IDs
      companyId - 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 a NoSuchPriceListException if it could not be found.
      Parameters:
      groupId - the group ID
      catalogBasePriceList - 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

      CommercePriceList fetchByG_CBPL(long groupId, boolean catalogBasePriceList)
      Returns the commerce price list where groupId = ? and catalogBasePriceList = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      groupId - the group ID
      catalogBasePriceList - 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

      CommercePriceList fetchByG_CBPL(long groupId, boolean catalogBasePriceList, boolean useFinderCache)
      Returns the commerce price list where groupId = ? and catalogBasePriceList = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      groupId - the group ID
      catalogBasePriceList - the catalog base price list
      useFinderCache - 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 ID
      catalogBasePriceList - 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 ID
      catalogBasePriceList - the catalog base price list
      Returns:
      the number of matching commerce price lists
    • findByC_C

      List<CommercePriceList> findByC_C(long companyId, String commerceCurrencyCode)
      Returns all the commerce price lists where companyId = ? and commerceCurrencyCode = ?.
      Parameters:
      companyId - the company ID
      commerceCurrencyCode - the commerce currency code
      Returns:
      the matching commerce price lists
    • findByC_C

      List<CommercePriceList> findByC_C(long companyId, String commerceCurrencyCode, int start, int end)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      companyId - the company ID
      commerceCurrencyCode - the commerce currency code
      start - the lower bound of the range of commerce price lists
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      companyId - the company ID
      commerceCurrencyCode - the commerce currency code
      start - the lower bound of the range of commerce price lists
      end - the upper bound of the range of commerce price lists (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      companyId - the company ID
      commerceCurrencyCode - the commerce currency code
      start - the lower bound of the range of commerce price lists
      end - the upper bound of the range of commerce price lists (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 ID
      commerceCurrencyCode - the commerce currency code
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      commerceCurrencyCode - the commerce currency code
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      commerceCurrencyCode - the commerce currency code
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      commerceCurrencyCode - the commerce currency code
      orderByComparator - the comparator to order the set by (optionally null)
      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 list
      companyId - the company ID
      commerceCurrencyCode - the commerce currency code
      orderByComparator - the comparator to order the set by (optionally null)
      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

      void removeByC_C(long companyId, String commerceCurrencyCode)
      Removes all the commerce price lists where companyId = ? and commerceCurrencyCode = ? from the database.
      Parameters:
      companyId - the company ID
      commerceCurrencyCode - the commerce currency code
    • countByC_C

      int countByC_C(long companyId, String commerceCurrencyCode)
      Returns the number of commerce price lists where companyId = ? and commerceCurrencyCode = ?.
      Parameters:
      companyId - the company ID
      commerceCurrencyCode - the commerce currency code
      Returns:
      the number of matching commerce price lists
    • findByLtD_S

      List<CommercePriceList> findByLtD_S(Date displayDate, int status)
      Returns all the commerce price lists where displayDate < ? and status = ?.
      Parameters:
      displayDate - the display date
      status - the status
      Returns:
      the matching commerce price lists
    • findByLtD_S

      List<CommercePriceList> findByLtD_S(Date displayDate, int status, int start, int end)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      displayDate - the display date
      status - the status
      start - the lower bound of the range of commerce price lists
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      displayDate - the display date
      status - the status
      start - the lower bound of the range of commerce price lists
      end - the upper bound of the range of commerce price lists (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      displayDate - the display date
      status - the status
      start - the lower bound of the range of commerce price lists
      end - the upper bound of the range of commerce price lists (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 date
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 date
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 date
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 date
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 list
      displayDate - the display date
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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

      void removeByLtD_S(Date displayDate, int status)
      Removes all the commerce price lists where displayDate < ? and status = ? from the database.
      Parameters:
      displayDate - the display date
      status - the status
    • countByLtD_S

      int countByLtD_S(Date displayDate, int status)
      Returns the number of commerce price lists where displayDate < ? and status = ?.
      Parameters:
      displayDate - the display date
      status - the status
      Returns:
      the number of matching commerce price lists
    • findByG_C_S

      List<CommercePriceList> findByG_C_S(long groupId, long companyId, int status)
      Returns all the commerce price lists where groupId = ? and companyId = ? and status = ?.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      status - the status
      Returns:
      the matching commerce price lists
    • findByG_C_S

      List<CommercePriceList> 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 = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupId - the group ID
      companyId - the company ID
      status - the status
      start - the lower bound of the range of commerce price lists
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupId - the group ID
      companyId - the company ID
      status - the status
      start - the lower bound of the range of commerce price lists
      end - the upper bound of the range of commerce price lists (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupId - the group ID
      companyId - the company ID
      status - the status
      start - the lower bound of the range of commerce price lists
      end - the upper bound of the range of commerce price lists (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 ID
      companyId - the company ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      companyId - the company ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      companyId - the company ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      companyId - the company ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 list
      groupId - the group ID
      companyId - the company ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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

      List<CommercePriceList> 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 = ?.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      status - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupId - the group ID
      companyId - the company ID
      status - the status
      start - the lower bound of the range of commerce price lists
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupId - the group ID
      companyId - the company ID
      status - the status
      start - the lower bound of the range of commerce price lists
      end - the upper bound of the range of commerce price lists (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 list
      groupId - the group ID
      companyId - the company ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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

      List<CommercePriceList> 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 = ?.
      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      status - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      status - the status
      start - the lower bound of the range of commerce price lists
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      status - the status
      start - the lower bound of the range of commerce price lists
      end - the upper bound of the range of commerce price lists (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching commerce price lists that the user has permission to view
    • findByG_C_S

      List<CommercePriceList> findByG_C_S(long[] groupIds, long companyId, int status)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      status - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      status - the status
      start - the lower bound of the range of commerce price lists
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      status - the status
      start - the lower bound of the range of commerce price lists
      end - the upper bound of the range of commerce price lists (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      status - the status
      start - the lower bound of the range of commerce price lists
      end - the upper bound of the range of commerce price lists (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 ID
      companyId - the company ID
      status - 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 ID
      companyId - the company ID
      status - 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 IDs
      companyId - the company ID
      status - 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 ID
      companyId - the company ID
      status - 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 IDs
      companyId - the company ID
      status - the status
      Returns:
      the number of matching commerce price lists that the user has permission to view
    • findByG_C_NotS

      List<CommercePriceList> findByG_C_NotS(long groupId, long companyId, int status)
      Returns all the commerce price lists where groupId = ? and companyId = ? and status ≠ ?.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      status - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupId - the group ID
      companyId - the company ID
      status - the status
      start - the lower bound of the range of commerce price lists
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupId - the group ID
      companyId - the company ID
      status - the status
      start - the lower bound of the range of commerce price lists
      end - the upper bound of the range of commerce price lists (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupId - the group ID
      companyId - the company ID
      status - the status
      start - the lower bound of the range of commerce price lists
      end - the upper bound of the range of commerce price lists (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 ID
      companyId - the company ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      companyId - the company ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      companyId - the company ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      companyId - the company ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 list
      groupId - the group ID
      companyId - the company ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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

      List<CommercePriceList> 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 ≠ ?.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      status - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupId - the group ID
      companyId - the company ID
      status - the status
      start - the lower bound of the range of commerce price lists
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupId - the group ID
      companyId - the company ID
      status - the status
      start - the lower bound of the range of commerce price lists
      end - the upper bound of the range of commerce price lists (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 list
      groupId - the group ID
      companyId - the company ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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

      List<CommercePriceList> 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 ≠ ?.
      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      status - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      status - the status
      start - the lower bound of the range of commerce price lists
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      status - the status
      start - the lower bound of the range of commerce price lists
      end - the upper bound of the range of commerce price lists (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching commerce price lists that the user has permission to view
    • findByG_C_NotS

      List<CommercePriceList> findByG_C_NotS(long[] groupIds, long companyId, int status)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      status - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      status - the status
      start - the lower bound of the range of commerce price lists
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      status - the status
      start - the lower bound of the range of commerce price lists
      end - the upper bound of the range of commerce price lists (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      status - the status
      start - the lower bound of the range of commerce price lists
      end - the upper bound of the range of commerce price lists (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 ID
      companyId - the company ID
      status - 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 ID
      companyId - the company ID
      status - 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 IDs
      companyId - the company ID
      status - 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 ID
      companyId - the company ID
      status - 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 IDs
      companyId - the company ID
      status - 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 a NoSuchPriceListException if it could not be found.
      Parameters:
      groupId - the group ID
      catalogBasePriceList - the catalog base price list
      type - the type
      Returns:
      the matching commerce price list
      Throws:
      NoSuchPriceListException - if a matching commerce price list could not be found
    • fetchByG_C_T

      CommercePriceList fetchByG_C_T(long groupId, boolean catalogBasePriceList, String type)
      Returns the commerce price list where groupId = ? and catalogBasePriceList = ? and type = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      groupId - the group ID
      catalogBasePriceList - the catalog base price list
      type - 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 returns null if it could not be found, optionally using the finder cache.
      Parameters:
      groupId - the group ID
      catalogBasePriceList - the catalog base price list
      type - the type
      useFinderCache - 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 ID
      catalogBasePriceList - the catalog base price list
      type - the type
      Returns:
      the commerce price list that was removed
      Throws:
      NoSuchPriceListException
    • countByG_C_T

      int countByG_C_T(long groupId, boolean catalogBasePriceList, String type)
      Returns the number of commerce price lists where groupId = ? and catalogBasePriceList = ? and type = ?.
      Parameters:
      groupId - the group ID
      catalogBasePriceList - the catalog base price list
      type - the type
      Returns:
      the number of matching commerce price lists
    • findByG_C_T_S

      List<CommercePriceList> 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 = ?.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      type - the type
      status - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupId - the group ID
      companyId - the company ID
      type - the type
      status - the status
      start - the lower bound of the range of commerce price lists
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupId - the group ID
      companyId - the company ID
      type - the type
      status - the status
      start - the lower bound of the range of commerce price lists
      end - the upper bound of the range of commerce price lists (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupId - the group ID
      companyId - the company ID
      type - the type
      status - the status
      start - the lower bound of the range of commerce price lists
      end - the upper bound of the range of commerce price lists (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 ID
      companyId - the company ID
      type - the type
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      companyId - the company ID
      type - the type
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      companyId - the company ID
      type - the type
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      companyId - the company ID
      type - the type
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 list
      groupId - the group ID
      companyId - the company ID
      type - the type
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 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 ID
      companyId - the company ID
      type - the type
      status - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupId - the group ID
      companyId - the company ID
      type - the type
      status - the status
      start - the lower bound of the range of commerce price lists
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupId - the group ID
      companyId - the company ID
      type - the type
      status - the status
      start - the lower bound of the range of commerce price lists
      end - the upper bound of the range of commerce price lists (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 list
      groupId - the group ID
      companyId - the company ID
      type - the type
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 IDs
      companyId - the company ID
      type - the type
      status - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      type - the type
      status - the status
      start - the lower bound of the range of commerce price lists
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      type - the type
      status - the status
      start - the lower bound of the range of commerce price lists
      end - the upper bound of the range of commerce price lists (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching commerce price lists that the user has permission to view
    • findByG_C_T_S

      List<CommercePriceList> 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 = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      type - the type
      status - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      type - the type
      status - the status
      start - the lower bound of the range of commerce price lists
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      type - the type
      status - the status
      start - the lower bound of the range of commerce price lists
      end - the upper bound of the range of commerce price lists (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      type - the type
      status - the status
      start - the lower bound of the range of commerce price lists
      end - the upper bound of the range of commerce price lists (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching commerce price lists
    • removeByG_C_T_S

      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.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      type - the type
      status - the status
    • countByG_C_T_S

      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 = ?.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      type - the type
      status - the status
      Returns:
      the number of matching commerce price lists
    • countByG_C_T_S

      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 = ?.
      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      type - the type
      status - the status
      Returns:
      the number of matching commerce price lists
    • filterCountByG_C_T_S

      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 = ?.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      type - the type
      status - the status
      Returns:
      the number of matching commerce price lists that the user has permission to view
    • filterCountByG_C_T_S

      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 = ?.
      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      type - the type
      status - the status
      Returns:
      the number of matching commerce price lists that the user has permission to view
    • findByG_C_T_NotS

      List<CommercePriceList> 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 ≠ ?.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      type - the type
      status - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupId - the group ID
      companyId - the company ID
      type - the type
      status - the status
      start - the lower bound of the range of commerce price lists
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupId - the group ID
      companyId - the company ID
      type - the type
      status - the status
      start - the lower bound of the range of commerce price lists
      end - the upper bound of the range of commerce price lists (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupId - the group ID
      companyId - the company ID
      type - the type
      status - the status
      start - the lower bound of the range of commerce price lists
      end - the upper bound of the range of commerce price lists (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 ID
      companyId - the company ID
      type - the type
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      companyId - the company ID
      type - the type
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      companyId - the company ID
      type - the type
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      companyId - the company ID
      type - the type
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 list
      groupId - the group ID
      companyId - the company ID
      type - the type
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      companyId - the company ID
      type - the type
      status - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupId - the group ID
      companyId - the company ID
      type - the type
      status - the status
      start - the lower bound of the range of commerce price lists
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupId - the group ID
      companyId - the company ID
      type - the type
      status - the status
      start - the lower bound of the range of commerce price lists
      end - the upper bound of the range of commerce price lists (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 list
      groupId - the group ID
      companyId - the company ID
      type - the type
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      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 IDs
      companyId - the company ID
      type - the type
      status - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      type - the type
      status - the status
      start - the lower bound of the range of commerce price lists
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      type - the type
      status - the status
      start - the lower bound of the range of commerce price lists
      end - the upper bound of the range of commerce price lists (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching commerce price lists that the user has permission to view
    • findByG_C_T_NotS

      List<CommercePriceList> 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 ≠ ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      type - the type
      status - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      type - the type
      status - the status
      start - the lower bound of the range of commerce price lists
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      type - the type
      status - the status
      start - the lower bound of the range of commerce price lists
      end - the upper bound of the range of commerce price lists (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      type - the type
      status - the status
      start - the lower bound of the range of commerce price lists
      end - the upper bound of the range of commerce price lists (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching commerce price lists
    • removeByG_C_T_NotS

      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.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      type - the type
      status - the status
    • countByG_C_T_NotS

      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 ≠ ?.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      type - the type
      status - the status
      Returns:
      the number of matching commerce price lists
    • countByG_C_T_NotS

      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 ≠ ?.
      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      type - the type
      status - the status
      Returns:
      the number of matching commerce price lists
    • filterCountByG_C_T_NotS

      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 ≠ ?.
      Parameters:
      groupId - the group ID
      companyId - the company ID
      type - the type
      status - the status
      Returns:
      the number of matching commerce price lists that the user has permission to view
    • filterCountByG_C_T_NotS

      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 ≠ ?.
      Parameters:
      groupIds - the group IDs
      companyId - the company ID
      type - the type
      status - 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 a NoSuchPriceListException if it could not be found.
      Parameters:
      externalReferenceCode - the external reference code
      companyId - the company ID
      Returns:
      the matching commerce price list
      Throws:
      NoSuchPriceListException - if a matching commerce price list could not be found
    • fetchByERC_C

      CommercePriceList fetchByERC_C(String externalReferenceCode, long companyId)
      Returns the commerce price list where externalReferenceCode = ? and companyId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      externalReferenceCode - the external reference code
      companyId - 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 returns null if it could not be found, optionally using the finder cache.
      Parameters:
      externalReferenceCode - the external reference code
      companyId - the company ID
      useFinderCache - 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 code
      companyId - the company ID
      Returns:
      the commerce price list that was removed
      Throws:
      NoSuchPriceListException
    • countByERC_C

      int countByERC_C(String externalReferenceCode, long companyId)
      Returns the number of commerce price lists where externalReferenceCode = ? and companyId = ?.
      Parameters:
      externalReferenceCode - the external reference code
      companyId - the company ID
      Returns:
      the number of matching commerce price lists
    • cacheResult

      void cacheResult(CommercePriceList commercePriceList)
      Caches the commerce price list in the entity cache if it is enabled.
      Parameters:
      commercePriceList - the commerce price list
    • cacheResult

      void cacheResult(List<CommercePriceList> commercePriceLists)
      Caches the commerce price lists in the entity cache if it is enabled.
      Parameters:
      commercePriceLists - the commerce price lists
    • create

      CommercePriceList create(long commercePriceListId)
      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

      CommercePriceList remove(long commercePriceListId) throws NoSuchPriceListException
      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

      CommercePriceList updateImpl(CommercePriceList commercePriceList)
    • findByPrimaryKey

      CommercePriceList findByPrimaryKey(long commercePriceListId) throws NoSuchPriceListException
      Returns the commerce price list with the primary key or throws a NoSuchPriceListException 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

      CommercePriceList fetchByPrimaryKey(long commercePriceListId)
      Returns the commerce price list with the primary key or returns null 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

      Returns all the commerce price lists.
      Returns:
      the commerce price lists
    • findAll

      List<CommercePriceList> findAll(int start, int end)
      Returns a range of all the commerce price lists.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      start - the lower bound of the range of commerce price lists
      end - 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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      start - the lower bound of the range of commerce price lists
      end - the upper bound of the range of commerce price lists (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CommercePriceListModelImpl.

      Parameters:
      start - the lower bound of the range of commerce price lists
      end - the upper bound of the range of commerce price lists (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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