Interface CommercePriceListChannelRelPersistence

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

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

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Details

    • findByUuid

      Returns all the commerce price list channel rels where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the matching commerce price list channel rels
    • findByUuid

      List<CommercePriceListChannelRel> findByUuid(String uuid, int start, int end)
      Returns a range of all the commerce price list channel rels 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 CommercePriceListChannelRelModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of commerce price list channel rels
      end - the upper bound of the range of commerce price list channel rels (not inclusive)
      Returns:
      the range of matching commerce price list channel rels
    • findByUuid

      List<CommercePriceListChannelRel> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListChannelRel> orderByComparator)
      Returns an ordered range of all the commerce price list channel rels 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 CommercePriceListChannelRelModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of commerce price list channel rels
      end - the upper bound of the range of commerce price list channel rels (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching commerce price list channel rels
    • findByUuid

      List<CommercePriceListChannelRel> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListChannelRel> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the commerce price list channel rels 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 CommercePriceListChannelRelModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of commerce price list channel rels
      end - the upper bound of the range of commerce price list channel rels (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 list channel rels
    • findByUuid_First

      CommercePriceListChannelRel findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListChannelRel> orderByComparator) throws NoSuchPriceListChannelRelException
      Returns the first commerce price list channel rel 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 channel rel
      Throws:
      NoSuchPriceListChannelRelException - if a matching commerce price list channel rel could not be found
    • fetchByUuid_First

      CommercePriceListChannelRel fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListChannelRel> orderByComparator)
      Returns the first commerce price list channel rel 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 channel rel, or null if a matching commerce price list channel rel could not be found
    • findByUuid_Last

      CommercePriceListChannelRel findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListChannelRel> orderByComparator) throws NoSuchPriceListChannelRelException
      Returns the last commerce price list channel rel 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 channel rel
      Throws:
      NoSuchPriceListChannelRelException - if a matching commerce price list channel rel could not be found
    • fetchByUuid_Last

      CommercePriceListChannelRel fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListChannelRel> orderByComparator)
      Returns the last commerce price list channel rel 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 channel rel, or null if a matching commerce price list channel rel could not be found
    • findByUuid_PrevAndNext

      CommercePriceListChannelRel[] findByUuid_PrevAndNext(long CommercePriceListChannelRelId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListChannelRel> orderByComparator) throws NoSuchPriceListChannelRelException
      Returns the commerce price list channel rels before and after the current commerce price list channel rel in the ordered set where uuid = ?.
      Parameters:
      CommercePriceListChannelRelId - the primary key of the current commerce price list channel rel
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next commerce price list channel rel
      Throws:
      NoSuchPriceListChannelRelException - if a commerce price list channel rel with the primary key could not be found
    • removeByUuid

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

      int countByUuid(String uuid)
      Returns the number of commerce price list channel rels where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the number of matching commerce price list channel rels
    • findByUuid_C

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

      List<CommercePriceListChannelRel> findByUuid_C(String uuid, long companyId, int start, int end)
      Returns a range of all the commerce price list channel rels 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 CommercePriceListChannelRelModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of commerce price list channel rels
      end - the upper bound of the range of commerce price list channel rels (not inclusive)
      Returns:
      the range of matching commerce price list channel rels
    • findByUuid_C

      List<CommercePriceListChannelRel> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListChannelRel> orderByComparator)
      Returns an ordered range of all the commerce price list channel rels 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 CommercePriceListChannelRelModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of commerce price list channel rels
      end - the upper bound of the range of commerce price list channel rels (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching commerce price list channel rels
    • findByUuid_C

      List<CommercePriceListChannelRel> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListChannelRel> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the commerce price list channel rels 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 CommercePriceListChannelRelModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of commerce price list channel rels
      end - the upper bound of the range of commerce price list channel rels (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 list channel rels
    • findByUuid_C_First

      CommercePriceListChannelRel findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListChannelRel> orderByComparator) throws NoSuchPriceListChannelRelException
      Returns the first commerce price list channel rel 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 channel rel
      Throws:
      NoSuchPriceListChannelRelException - if a matching commerce price list channel rel could not be found
    • fetchByUuid_C_First

      CommercePriceListChannelRel fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListChannelRel> orderByComparator)
      Returns the first commerce price list channel rel 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 channel rel, or null if a matching commerce price list channel rel could not be found
    • findByUuid_C_Last

      CommercePriceListChannelRel findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListChannelRel> orderByComparator) throws NoSuchPriceListChannelRelException
      Returns the last commerce price list channel rel 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 channel rel
      Throws:
      NoSuchPriceListChannelRelException - if a matching commerce price list channel rel could not be found
    • fetchByUuid_C_Last

      CommercePriceListChannelRel fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListChannelRel> orderByComparator)
      Returns the last commerce price list channel rel 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 channel rel, or null if a matching commerce price list channel rel could not be found
    • findByUuid_C_PrevAndNext

      CommercePriceListChannelRel[] findByUuid_C_PrevAndNext(long CommercePriceListChannelRelId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListChannelRel> orderByComparator) throws NoSuchPriceListChannelRelException
      Returns the commerce price list channel rels before and after the current commerce price list channel rel in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      CommercePriceListChannelRelId - the primary key of the current commerce price list channel rel
      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 channel rel
      Throws:
      NoSuchPriceListChannelRelException - if a commerce price list channel rel with the primary key could not be found
    • removeByUuid_C

      void removeByUuid_C(String uuid, long companyId)
      Removes all the commerce price list channel rels 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 list channel rels where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the number of matching commerce price list channel rels
    • findByCommercePriceListId

      List<CommercePriceListChannelRel> findByCommercePriceListId(long commercePriceListId)
      Returns all the commerce price list channel rels where commercePriceListId = ?.
      Parameters:
      commercePriceListId - the commerce price list ID
      Returns:
      the matching commerce price list channel rels
    • findByCommercePriceListId

      List<CommercePriceListChannelRel> findByCommercePriceListId(long commercePriceListId, int start, int end)
      Returns a range of all the commerce price list channel rels where commercePriceListId = ?.

      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 CommercePriceListChannelRelModelImpl.

      Parameters:
      commercePriceListId - the commerce price list ID
      start - the lower bound of the range of commerce price list channel rels
      end - the upper bound of the range of commerce price list channel rels (not inclusive)
      Returns:
      the range of matching commerce price list channel rels
    • findByCommercePriceListId

      List<CommercePriceListChannelRel> findByCommercePriceListId(long commercePriceListId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListChannelRel> orderByComparator)
      Returns an ordered range of all the commerce price list channel rels where commercePriceListId = ?.

      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 CommercePriceListChannelRelModelImpl.

      Parameters:
      commercePriceListId - the commerce price list ID
      start - the lower bound of the range of commerce price list channel rels
      end - the upper bound of the range of commerce price list channel rels (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching commerce price list channel rels
    • findByCommercePriceListId

      List<CommercePriceListChannelRel> findByCommercePriceListId(long commercePriceListId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListChannelRel> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the commerce price list channel rels where commercePriceListId = ?.

      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 CommercePriceListChannelRelModelImpl.

      Parameters:
      commercePriceListId - the commerce price list ID
      start - the lower bound of the range of commerce price list channel rels
      end - the upper bound of the range of commerce price list channel rels (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 list channel rels
    • findByCommercePriceListId_First

      CommercePriceListChannelRel findByCommercePriceListId_First(long commercePriceListId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListChannelRel> orderByComparator) throws NoSuchPriceListChannelRelException
      Returns the first commerce price list channel rel in the ordered set where commercePriceListId = ?.
      Parameters:
      commercePriceListId - the commerce price list ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching commerce price list channel rel
      Throws:
      NoSuchPriceListChannelRelException - if a matching commerce price list channel rel could not be found
    • fetchByCommercePriceListId_First

      CommercePriceListChannelRel fetchByCommercePriceListId_First(long commercePriceListId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListChannelRel> orderByComparator)
      Returns the first commerce price list channel rel in the ordered set where commercePriceListId = ?.
      Parameters:
      commercePriceListId - the commerce price list ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching commerce price list channel rel, or null if a matching commerce price list channel rel could not be found
    • findByCommercePriceListId_Last

      CommercePriceListChannelRel findByCommercePriceListId_Last(long commercePriceListId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListChannelRel> orderByComparator) throws NoSuchPriceListChannelRelException
      Returns the last commerce price list channel rel in the ordered set where commercePriceListId = ?.
      Parameters:
      commercePriceListId - the commerce price list ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching commerce price list channel rel
      Throws:
      NoSuchPriceListChannelRelException - if a matching commerce price list channel rel could not be found
    • fetchByCommercePriceListId_Last

      CommercePriceListChannelRel fetchByCommercePriceListId_Last(long commercePriceListId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListChannelRel> orderByComparator)
      Returns the last commerce price list channel rel in the ordered set where commercePriceListId = ?.
      Parameters:
      commercePriceListId - the commerce price list ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching commerce price list channel rel, or null if a matching commerce price list channel rel could not be found
    • findByCommercePriceListId_PrevAndNext

      CommercePriceListChannelRel[] findByCommercePriceListId_PrevAndNext(long CommercePriceListChannelRelId, long commercePriceListId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListChannelRel> orderByComparator) throws NoSuchPriceListChannelRelException
      Returns the commerce price list channel rels before and after the current commerce price list channel rel in the ordered set where commercePriceListId = ?.
      Parameters:
      CommercePriceListChannelRelId - the primary key of the current commerce price list channel rel
      commercePriceListId - the commerce price list ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next commerce price list channel rel
      Throws:
      NoSuchPriceListChannelRelException - if a commerce price list channel rel with the primary key could not be found
    • removeByCommercePriceListId

      void removeByCommercePriceListId(long commercePriceListId)
      Removes all the commerce price list channel rels where commercePriceListId = ? from the database.
      Parameters:
      commercePriceListId - the commerce price list ID
    • countByCommercePriceListId

      int countByCommercePriceListId(long commercePriceListId)
      Returns the number of commerce price list channel rels where commercePriceListId = ?.
      Parameters:
      commercePriceListId - the commerce price list ID
      Returns:
      the number of matching commerce price list channel rels
    • findByCCI_CPI

      CommercePriceListChannelRel findByCCI_CPI(long commerceChannelId, long commercePriceListId) throws NoSuchPriceListChannelRelException
      Returns the commerce price list channel rel where commerceChannelId = ? and commercePriceListId = ? or throws a NoSuchPriceListChannelRelException if it could not be found.
      Parameters:
      commerceChannelId - the commerce channel ID
      commercePriceListId - the commerce price list ID
      Returns:
      the matching commerce price list channel rel
      Throws:
      NoSuchPriceListChannelRelException - if a matching commerce price list channel rel could not be found
    • fetchByCCI_CPI

      CommercePriceListChannelRel fetchByCCI_CPI(long commerceChannelId, long commercePriceListId)
      Returns the commerce price list channel rel where commerceChannelId = ? and commercePriceListId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      commerceChannelId - the commerce channel ID
      commercePriceListId - the commerce price list ID
      Returns:
      the matching commerce price list channel rel, or null if a matching commerce price list channel rel could not be found
    • fetchByCCI_CPI

      CommercePriceListChannelRel fetchByCCI_CPI(long commerceChannelId, long commercePriceListId, boolean useFinderCache)
      Returns the commerce price list channel rel where commerceChannelId = ? and commercePriceListId = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      commerceChannelId - the commerce channel ID
      commercePriceListId - the commerce price list ID
      useFinderCache - whether to use the finder cache
      Returns:
      the matching commerce price list channel rel, or null if a matching commerce price list channel rel could not be found
    • removeByCCI_CPI

      CommercePriceListChannelRel removeByCCI_CPI(long commerceChannelId, long commercePriceListId) throws NoSuchPriceListChannelRelException
      Removes the commerce price list channel rel where commerceChannelId = ? and commercePriceListId = ? from the database.
      Parameters:
      commerceChannelId - the commerce channel ID
      commercePriceListId - the commerce price list ID
      Returns:
      the commerce price list channel rel that was removed
      Throws:
      NoSuchPriceListChannelRelException
    • countByCCI_CPI

      int countByCCI_CPI(long commerceChannelId, long commercePriceListId)
      Returns the number of commerce price list channel rels where commerceChannelId = ? and commercePriceListId = ?.
      Parameters:
      commerceChannelId - the commerce channel ID
      commercePriceListId - the commerce price list ID
      Returns:
      the number of matching commerce price list channel rels
    • cacheResult

      void cacheResult(CommercePriceListChannelRel commercePriceListChannelRel)
      Caches the commerce price list channel rel in the entity cache if it is enabled.
      Parameters:
      commercePriceListChannelRel - the commerce price list channel rel
    • cacheResult

      void cacheResult(List<CommercePriceListChannelRel> commercePriceListChannelRels)
      Caches the commerce price list channel rels in the entity cache if it is enabled.
      Parameters:
      commercePriceListChannelRels - the commerce price list channel rels
    • create

      CommercePriceListChannelRel create(long CommercePriceListChannelRelId)
      Creates a new commerce price list channel rel with the primary key. Does not add the commerce price list channel rel to the database.
      Parameters:
      CommercePriceListChannelRelId - the primary key for the new commerce price list channel rel
      Returns:
      the new commerce price list channel rel
    • remove

      CommercePriceListChannelRel remove(long CommercePriceListChannelRelId) throws NoSuchPriceListChannelRelException
      Removes the commerce price list channel rel with the primary key from the database. Also notifies the appropriate model listeners.
      Parameters:
      CommercePriceListChannelRelId - the primary key of the commerce price list channel rel
      Returns:
      the commerce price list channel rel that was removed
      Throws:
      NoSuchPriceListChannelRelException - if a commerce price list channel rel with the primary key could not be found
    • updateImpl

      CommercePriceListChannelRel updateImpl(CommercePriceListChannelRel commercePriceListChannelRel)
    • findByPrimaryKey

      CommercePriceListChannelRel findByPrimaryKey(long CommercePriceListChannelRelId) throws NoSuchPriceListChannelRelException
      Returns the commerce price list channel rel with the primary key or throws a NoSuchPriceListChannelRelException if it could not be found.
      Parameters:
      CommercePriceListChannelRelId - the primary key of the commerce price list channel rel
      Returns:
      the commerce price list channel rel
      Throws:
      NoSuchPriceListChannelRelException - if a commerce price list channel rel with the primary key could not be found
    • fetchByPrimaryKey

      CommercePriceListChannelRel fetchByPrimaryKey(long CommercePriceListChannelRelId)
      Returns the commerce price list channel rel with the primary key or returns null if it could not be found.
      Parameters:
      CommercePriceListChannelRelId - the primary key of the commerce price list channel rel
      Returns:
      the commerce price list channel rel, or null if a commerce price list channel rel with the primary key could not be found
    • findAll

      Returns all the commerce price list channel rels.
      Returns:
      the commerce price list channel rels
    • findAll

      List<CommercePriceListChannelRel> findAll(int start, int end)
      Returns a range of all the commerce price list channel rels.

      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 CommercePriceListChannelRelModelImpl.

      Parameters:
      start - the lower bound of the range of commerce price list channel rels
      end - the upper bound of the range of commerce price list channel rels (not inclusive)
      Returns:
      the range of commerce price list channel rels
    • findAll

      List<CommercePriceListChannelRel> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListChannelRel> orderByComparator)
      Returns an ordered range of all the commerce price list channel rels.

      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 CommercePriceListChannelRelModelImpl.

      Parameters:
      start - the lower bound of the range of commerce price list channel rels
      end - the upper bound of the range of commerce price list channel rels (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of commerce price list channel rels
    • findAll

      List<CommercePriceListChannelRel> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListChannelRel> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the commerce price list channel rels.

      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 CommercePriceListChannelRelModelImpl.

      Parameters:
      start - the lower bound of the range of commerce price list channel rels
      end - the upper bound of the range of commerce price list channel rels (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 list channel rels
    • removeAll

      void removeAll()
      Removes all the commerce price list channel rels from the database.
    • countAll

      int countAll()
      Returns the number of commerce price list channel rels.
      Returns:
      the number of commerce price list channel rels