Interface CommercePriceModifierRelPersistence

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

@ProviderType public interface CommercePriceModifierRelPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<CommercePriceModifierRel>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CommercePriceModifierRel>
The persistence interface for the commerce price modifier rel service.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    cacheResult(CommercePriceModifierRel commercePriceModifierRel)
    Caches the commerce price modifier rel in the entity cache if it is enabled.
    void
    cacheResult(List<CommercePriceModifierRel> commercePriceModifierRels)
    Caches the commerce price modifier rels in the entity cache if it is enabled.
    int
    Returns the number of commerce price modifier rels.
    int
    countByCN_CPK(long classNameId, long classPK)
    Returns the number of commerce price modifier rels where classNameId = ? and classPK = ?.
    int
    countByCommercePriceModifierId(long commercePriceModifierId)
    Returns the number of commerce price modifier rels where commercePriceModifierId = ?.
    int
    countByCPM_CN(long commercePriceModifierId, long classNameId)
    Returns the number of commerce price modifier rels where commercePriceModifierId = ? and classNameId = ?.
    int
    countByCPM_CN_CPK(long commercePriceModifierId, long classNameId, long classPK)
    Returns the number of commerce price modifier rels where commercePriceModifierId = ? and classNameId = ? and classPK = ?.
    create(long commercePriceModifierRelId)
    Creates a new commerce price modifier rel with the primary key.
    fetchByCN_CPK_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator)
    Returns the first commerce price modifier rel in the ordered set where classNameId = ? and classPK = ?.
    fetchByCN_CPK_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator)
    Returns the last commerce price modifier rel in the ordered set where classNameId = ? and classPK = ?.
    fetchByCommercePriceModifierId_First(long commercePriceModifierId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator)
    Returns the first commerce price modifier rel in the ordered set where commercePriceModifierId = ?.
    fetchByCommercePriceModifierId_Last(long commercePriceModifierId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator)
    Returns the last commerce price modifier rel in the ordered set where commercePriceModifierId = ?.
    fetchByCPM_CN_CPK(long commercePriceModifierId, long classNameId, long classPK)
    Returns the commerce price modifier rel where commercePriceModifierId = ? and classNameId = ? and classPK = ? or returns null if it could not be found.
    fetchByCPM_CN_CPK(long commercePriceModifierId, long classNameId, long classPK, boolean useFinderCache)
    Returns the commerce price modifier rel where commercePriceModifierId = ? and classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByCPM_CN_First(long commercePriceModifierId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator)
    Returns the first commerce price modifier rel in the ordered set where commercePriceModifierId = ? and classNameId = ?.
    fetchByCPM_CN_Last(long commercePriceModifierId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator)
    Returns the last commerce price modifier rel in the ordered set where commercePriceModifierId = ? and classNameId = ?.
    fetchByPrimaryKey(long commercePriceModifierRelId)
    Returns the commerce price modifier rel with the primary key or returns null if it could not be found.
    Returns all the commerce price modifier rels.
    findAll(int start, int end)
    Returns a range of all the commerce price modifier rels.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator)
    Returns an ordered range of all the commerce price modifier rels.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the commerce price modifier rels.
    findByCN_CPK(long classNameId, long classPK)
    Returns all the commerce price modifier rels where classNameId = ? and classPK = ?.
    findByCN_CPK(long classNameId, long classPK, int start, int end)
    Returns a range of all the commerce price modifier rels where classNameId = ? and classPK = ?.
    findByCN_CPK(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator)
    Returns an ordered range of all the commerce price modifier rels where classNameId = ? and classPK = ?.
    findByCN_CPK(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the commerce price modifier rels where classNameId = ? and classPK = ?.
    findByCN_CPK_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator)
    Returns the first commerce price modifier rel in the ordered set where classNameId = ? and classPK = ?.
    findByCN_CPK_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator)
    Returns the last commerce price modifier rel in the ordered set where classNameId = ? and classPK = ?.
    findByCN_CPK_PrevAndNext(long commercePriceModifierRelId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator)
    Returns the commerce price modifier rels before and after the current commerce price modifier rel in the ordered set where classNameId = ? and classPK = ?.
    findByCommercePriceModifierId(long commercePriceModifierId)
    Returns all the commerce price modifier rels where commercePriceModifierId = ?.
    findByCommercePriceModifierId(long commercePriceModifierId, int start, int end)
    Returns a range of all the commerce price modifier rels where commercePriceModifierId = ?.
    findByCommercePriceModifierId(long commercePriceModifierId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator)
    Returns an ordered range of all the commerce price modifier rels where commercePriceModifierId = ?.
    findByCommercePriceModifierId(long commercePriceModifierId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the commerce price modifier rels where commercePriceModifierId = ?.
    findByCommercePriceModifierId_First(long commercePriceModifierId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator)
    Returns the first commerce price modifier rel in the ordered set where commercePriceModifierId = ?.
    findByCommercePriceModifierId_Last(long commercePriceModifierId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator)
    Returns the last commerce price modifier rel in the ordered set where commercePriceModifierId = ?.
    findByCommercePriceModifierId_PrevAndNext(long commercePriceModifierRelId, long commercePriceModifierId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator)
    Returns the commerce price modifier rels before and after the current commerce price modifier rel in the ordered set where commercePriceModifierId = ?.
    findByCPM_CN(long commercePriceModifierId, long classNameId)
    Returns all the commerce price modifier rels where commercePriceModifierId = ? and classNameId = ?.
    findByCPM_CN(long commercePriceModifierId, long classNameId, int start, int end)
    Returns a range of all the commerce price modifier rels where commercePriceModifierId = ? and classNameId = ?.
    findByCPM_CN(long commercePriceModifierId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator)
    Returns an ordered range of all the commerce price modifier rels where commercePriceModifierId = ? and classNameId = ?.
    findByCPM_CN(long commercePriceModifierId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the commerce price modifier rels where commercePriceModifierId = ? and classNameId = ?.
    findByCPM_CN_CPK(long commercePriceModifierId, long classNameId, long classPK)
    Returns the commerce price modifier rel where commercePriceModifierId = ? and classNameId = ? and classPK = ? or throws a NoSuchPriceModifierRelException if it could not be found.
    findByCPM_CN_First(long commercePriceModifierId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator)
    Returns the first commerce price modifier rel in the ordered set where commercePriceModifierId = ? and classNameId = ?.
    findByCPM_CN_Last(long commercePriceModifierId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator)
    Returns the last commerce price modifier rel in the ordered set where commercePriceModifierId = ? and classNameId = ?.
    findByCPM_CN_PrevAndNext(long commercePriceModifierRelId, long commercePriceModifierId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator)
    Returns the commerce price modifier rels before and after the current commerce price modifier rel in the ordered set where commercePriceModifierId = ? and classNameId = ?.
    findByPrimaryKey(long commercePriceModifierRelId)
    Returns the commerce price modifier rel with the primary key or throws a NoSuchPriceModifierRelException if it could not be found.
    remove(long commercePriceModifierRelId)
    Removes the commerce price modifier rel with the primary key from the database.
    void
    Removes all the commerce price modifier rels from the database.
    void
    removeByCN_CPK(long classNameId, long classPK)
    Removes all the commerce price modifier rels where classNameId = ? and classPK = ? from the database.
    void
    removeByCommercePriceModifierId(long commercePriceModifierId)
    Removes all the commerce price modifier rels where commercePriceModifierId = ? from the database.
    void
    removeByCPM_CN(long commercePriceModifierId, long classNameId)
    Removes all the commerce price modifier rels where commercePriceModifierId = ? and classNameId = ? from the database.
    removeByCPM_CN_CPK(long commercePriceModifierId, long classNameId, long classPK)
    Removes the commerce price modifier rel where commercePriceModifierId = ? and classNameId = ? and classPK = ? from the database.
    updateImpl(CommercePriceModifierRel commercePriceModifierRel)
     

    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

    • findByCommercePriceModifierId

      List<CommercePriceModifierRel> findByCommercePriceModifierId(long commercePriceModifierId)
      Returns all the commerce price modifier rels where commercePriceModifierId = ?.
      Parameters:
      commercePriceModifierId - the commerce price modifier ID
      Returns:
      the matching commerce price modifier rels
    • findByCommercePriceModifierId

      List<CommercePriceModifierRel> findByCommercePriceModifierId(long commercePriceModifierId, int start, int end)
      Returns a range of all the commerce price modifier rels where commercePriceModifierId = ?.

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

      Parameters:
      commercePriceModifierId - the commerce price modifier ID
      start - the lower bound of the range of commerce price modifier rels
      end - the upper bound of the range of commerce price modifier rels (not inclusive)
      Returns:
      the range of matching commerce price modifier rels
    • findByCommercePriceModifierId

      List<CommercePriceModifierRel> findByCommercePriceModifierId(long commercePriceModifierId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator)
      Returns an ordered range of all the commerce price modifier rels where commercePriceModifierId = ?.

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

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

      List<CommercePriceModifierRel> findByCommercePriceModifierId(long commercePriceModifierId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the commerce price modifier rels where commercePriceModifierId = ?.

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

      Parameters:
      commercePriceModifierId - the commerce price modifier ID
      start - the lower bound of the range of commerce price modifier rels
      end - the upper bound of the range of commerce price modifier 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 modifier rels
    • findByCommercePriceModifierId_First

      CommercePriceModifierRel findByCommercePriceModifierId_First(long commercePriceModifierId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator) throws NoSuchPriceModifierRelException
      Returns the first commerce price modifier rel in the ordered set where commercePriceModifierId = ?.
      Parameters:
      commercePriceModifierId - the commerce price modifier ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching commerce price modifier rel
      Throws:
      NoSuchPriceModifierRelException - if a matching commerce price modifier rel could not be found
    • fetchByCommercePriceModifierId_First

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

      CommercePriceModifierRel findByCommercePriceModifierId_Last(long commercePriceModifierId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator) throws NoSuchPriceModifierRelException
      Returns the last commerce price modifier rel in the ordered set where commercePriceModifierId = ?.
      Parameters:
      commercePriceModifierId - the commerce price modifier ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching commerce price modifier rel
      Throws:
      NoSuchPriceModifierRelException - if a matching commerce price modifier rel could not be found
    • fetchByCommercePriceModifierId_Last

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

      CommercePriceModifierRel[] findByCommercePriceModifierId_PrevAndNext(long commercePriceModifierRelId, long commercePriceModifierId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator) throws NoSuchPriceModifierRelException
      Returns the commerce price modifier rels before and after the current commerce price modifier rel in the ordered set where commercePriceModifierId = ?.
      Parameters:
      commercePriceModifierRelId - the primary key of the current commerce price modifier rel
      commercePriceModifierId - the commerce price modifier ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next commerce price modifier rel
      Throws:
      NoSuchPriceModifierRelException - if a commerce price modifier rel with the primary key could not be found
    • removeByCommercePriceModifierId

      void removeByCommercePriceModifierId(long commercePriceModifierId)
      Removes all the commerce price modifier rels where commercePriceModifierId = ? from the database.
      Parameters:
      commercePriceModifierId - the commerce price modifier ID
    • countByCommercePriceModifierId

      int countByCommercePriceModifierId(long commercePriceModifierId)
      Returns the number of commerce price modifier rels where commercePriceModifierId = ?.
      Parameters:
      commercePriceModifierId - the commerce price modifier ID
      Returns:
      the number of matching commerce price modifier rels
    • findByCPM_CN

      List<CommercePriceModifierRel> findByCPM_CN(long commercePriceModifierId, long classNameId)
      Returns all the commerce price modifier rels where commercePriceModifierId = ? and classNameId = ?.
      Parameters:
      commercePriceModifierId - the commerce price modifier ID
      classNameId - the class name ID
      Returns:
      the matching commerce price modifier rels
    • findByCPM_CN

      List<CommercePriceModifierRel> findByCPM_CN(long commercePriceModifierId, long classNameId, int start, int end)
      Returns a range of all the commerce price modifier rels where commercePriceModifierId = ? and classNameId = ?.

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

      Parameters:
      commercePriceModifierId - the commerce price modifier ID
      classNameId - the class name ID
      start - the lower bound of the range of commerce price modifier rels
      end - the upper bound of the range of commerce price modifier rels (not inclusive)
      Returns:
      the range of matching commerce price modifier rels
    • findByCPM_CN

      List<CommercePriceModifierRel> findByCPM_CN(long commercePriceModifierId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator)
      Returns an ordered range of all the commerce price modifier rels where commercePriceModifierId = ? and classNameId = ?.

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

      Parameters:
      commercePriceModifierId - the commerce price modifier ID
      classNameId - the class name ID
      start - the lower bound of the range of commerce price modifier rels
      end - the upper bound of the range of commerce price modifier rels (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching commerce price modifier rels
    • findByCPM_CN

      List<CommercePriceModifierRel> findByCPM_CN(long commercePriceModifierId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the commerce price modifier rels where commercePriceModifierId = ? and classNameId = ?.

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

      Parameters:
      commercePriceModifierId - the commerce price modifier ID
      classNameId - the class name ID
      start - the lower bound of the range of commerce price modifier rels
      end - the upper bound of the range of commerce price modifier 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 modifier rels
    • findByCPM_CN_First

      CommercePriceModifierRel findByCPM_CN_First(long commercePriceModifierId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator) throws NoSuchPriceModifierRelException
      Returns the first commerce price modifier rel in the ordered set where commercePriceModifierId = ? and classNameId = ?.
      Parameters:
      commercePriceModifierId - the commerce price modifier ID
      classNameId - the class name ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching commerce price modifier rel
      Throws:
      NoSuchPriceModifierRelException - if a matching commerce price modifier rel could not be found
    • fetchByCPM_CN_First

      CommercePriceModifierRel fetchByCPM_CN_First(long commercePriceModifierId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator)
      Returns the first commerce price modifier rel in the ordered set where commercePriceModifierId = ? and classNameId = ?.
      Parameters:
      commercePriceModifierId - the commerce price modifier ID
      classNameId - the class name ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching commerce price modifier rel, or null if a matching commerce price modifier rel could not be found
    • findByCPM_CN_Last

      CommercePriceModifierRel findByCPM_CN_Last(long commercePriceModifierId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator) throws NoSuchPriceModifierRelException
      Returns the last commerce price modifier rel in the ordered set where commercePriceModifierId = ? and classNameId = ?.
      Parameters:
      commercePriceModifierId - the commerce price modifier ID
      classNameId - the class name ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching commerce price modifier rel
      Throws:
      NoSuchPriceModifierRelException - if a matching commerce price modifier rel could not be found
    • fetchByCPM_CN_Last

      CommercePriceModifierRel fetchByCPM_CN_Last(long commercePriceModifierId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator)
      Returns the last commerce price modifier rel in the ordered set where commercePriceModifierId = ? and classNameId = ?.
      Parameters:
      commercePriceModifierId - the commerce price modifier ID
      classNameId - the class name ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching commerce price modifier rel, or null if a matching commerce price modifier rel could not be found
    • findByCPM_CN_PrevAndNext

      CommercePriceModifierRel[] findByCPM_CN_PrevAndNext(long commercePriceModifierRelId, long commercePriceModifierId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator) throws NoSuchPriceModifierRelException
      Returns the commerce price modifier rels before and after the current commerce price modifier rel in the ordered set where commercePriceModifierId = ? and classNameId = ?.
      Parameters:
      commercePriceModifierRelId - the primary key of the current commerce price modifier rel
      commercePriceModifierId - the commerce price modifier ID
      classNameId - the class name ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next commerce price modifier rel
      Throws:
      NoSuchPriceModifierRelException - if a commerce price modifier rel with the primary key could not be found
    • removeByCPM_CN

      void removeByCPM_CN(long commercePriceModifierId, long classNameId)
      Removes all the commerce price modifier rels where commercePriceModifierId = ? and classNameId = ? from the database.
      Parameters:
      commercePriceModifierId - the commerce price modifier ID
      classNameId - the class name ID
    • countByCPM_CN

      int countByCPM_CN(long commercePriceModifierId, long classNameId)
      Returns the number of commerce price modifier rels where commercePriceModifierId = ? and classNameId = ?.
      Parameters:
      commercePriceModifierId - the commerce price modifier ID
      classNameId - the class name ID
      Returns:
      the number of matching commerce price modifier rels
    • findByCN_CPK

      List<CommercePriceModifierRel> findByCN_CPK(long classNameId, long classPK)
      Returns all the commerce price modifier rels where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the matching commerce price modifier rels
    • findByCN_CPK

      List<CommercePriceModifierRel> findByCN_CPK(long classNameId, long classPK, int start, int end)
      Returns a range of all the commerce price modifier rels where classNameId = ? and classPK = ?.

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

      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      start - the lower bound of the range of commerce price modifier rels
      end - the upper bound of the range of commerce price modifier rels (not inclusive)
      Returns:
      the range of matching commerce price modifier rels
    • findByCN_CPK

      List<CommercePriceModifierRel> findByCN_CPK(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator)
      Returns an ordered range of all the commerce price modifier rels where classNameId = ? and classPK = ?.

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

      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      start - the lower bound of the range of commerce price modifier rels
      end - the upper bound of the range of commerce price modifier rels (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching commerce price modifier rels
    • findByCN_CPK

      List<CommercePriceModifierRel> findByCN_CPK(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the commerce price modifier rels where classNameId = ? and classPK = ?.

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

      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      start - the lower bound of the range of commerce price modifier rels
      end - the upper bound of the range of commerce price modifier 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 modifier rels
    • findByCN_CPK_First

      CommercePriceModifierRel findByCN_CPK_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator) throws NoSuchPriceModifierRelException
      Returns the first commerce price modifier rel in the ordered set where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching commerce price modifier rel
      Throws:
      NoSuchPriceModifierRelException - if a matching commerce price modifier rel could not be found
    • fetchByCN_CPK_First

      CommercePriceModifierRel fetchByCN_CPK_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator)
      Returns the first commerce price modifier rel in the ordered set where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching commerce price modifier rel, or null if a matching commerce price modifier rel could not be found
    • findByCN_CPK_Last

      CommercePriceModifierRel findByCN_CPK_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator) throws NoSuchPriceModifierRelException
      Returns the last commerce price modifier rel in the ordered set where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching commerce price modifier rel
      Throws:
      NoSuchPriceModifierRelException - if a matching commerce price modifier rel could not be found
    • fetchByCN_CPK_Last

      CommercePriceModifierRel fetchByCN_CPK_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator)
      Returns the last commerce price modifier rel in the ordered set where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching commerce price modifier rel, or null if a matching commerce price modifier rel could not be found
    • findByCN_CPK_PrevAndNext

      CommercePriceModifierRel[] findByCN_CPK_PrevAndNext(long commercePriceModifierRelId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator) throws NoSuchPriceModifierRelException
      Returns the commerce price modifier rels before and after the current commerce price modifier rel in the ordered set where classNameId = ? and classPK = ?.
      Parameters:
      commercePriceModifierRelId - the primary key of the current commerce price modifier rel
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next commerce price modifier rel
      Throws:
      NoSuchPriceModifierRelException - if a commerce price modifier rel with the primary key could not be found
    • removeByCN_CPK

      void removeByCN_CPK(long classNameId, long classPK)
      Removes all the commerce price modifier rels where classNameId = ? and classPK = ? from the database.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
    • countByCN_CPK

      int countByCN_CPK(long classNameId, long classPK)
      Returns the number of commerce price modifier rels where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the number of matching commerce price modifier rels
    • findByCPM_CN_CPK

      CommercePriceModifierRel findByCPM_CN_CPK(long commercePriceModifierId, long classNameId, long classPK) throws NoSuchPriceModifierRelException
      Returns the commerce price modifier rel where commercePriceModifierId = ? and classNameId = ? and classPK = ? or throws a NoSuchPriceModifierRelException if it could not be found.
      Parameters:
      commercePriceModifierId - the commerce price modifier ID
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the matching commerce price modifier rel
      Throws:
      NoSuchPriceModifierRelException - if a matching commerce price modifier rel could not be found
    • fetchByCPM_CN_CPK

      CommercePriceModifierRel fetchByCPM_CN_CPK(long commercePriceModifierId, long classNameId, long classPK)
      Returns the commerce price modifier rel where commercePriceModifierId = ? and classNameId = ? and classPK = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      commercePriceModifierId - the commerce price modifier ID
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the matching commerce price modifier rel, or null if a matching commerce price modifier rel could not be found
    • fetchByCPM_CN_CPK

      CommercePriceModifierRel fetchByCPM_CN_CPK(long commercePriceModifierId, long classNameId, long classPK, boolean useFinderCache)
      Returns the commerce price modifier rel where commercePriceModifierId = ? and classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      commercePriceModifierId - the commerce price modifier ID
      classNameId - the class name ID
      classPK - the class pk
      useFinderCache - whether to use the finder cache
      Returns:
      the matching commerce price modifier rel, or null if a matching commerce price modifier rel could not be found
    • removeByCPM_CN_CPK

      CommercePriceModifierRel removeByCPM_CN_CPK(long commercePriceModifierId, long classNameId, long classPK) throws NoSuchPriceModifierRelException
      Removes the commerce price modifier rel where commercePriceModifierId = ? and classNameId = ? and classPK = ? from the database.
      Parameters:
      commercePriceModifierId - the commerce price modifier ID
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the commerce price modifier rel that was removed
      Throws:
      NoSuchPriceModifierRelException
    • countByCPM_CN_CPK

      int countByCPM_CN_CPK(long commercePriceModifierId, long classNameId, long classPK)
      Returns the number of commerce price modifier rels where commercePriceModifierId = ? and classNameId = ? and classPK = ?.
      Parameters:
      commercePriceModifierId - the commerce price modifier ID
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the number of matching commerce price modifier rels
    • cacheResult

      void cacheResult(CommercePriceModifierRel commercePriceModifierRel)
      Caches the commerce price modifier rel in the entity cache if it is enabled.
      Parameters:
      commercePriceModifierRel - the commerce price modifier rel
    • cacheResult

      void cacheResult(List<CommercePriceModifierRel> commercePriceModifierRels)
      Caches the commerce price modifier rels in the entity cache if it is enabled.
      Parameters:
      commercePriceModifierRels - the commerce price modifier rels
    • create

      CommercePriceModifierRel create(long commercePriceModifierRelId)
      Creates a new commerce price modifier rel with the primary key. Does not add the commerce price modifier rel to the database.
      Parameters:
      commercePriceModifierRelId - the primary key for the new commerce price modifier rel
      Returns:
      the new commerce price modifier rel
    • remove

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

      CommercePriceModifierRel updateImpl(CommercePriceModifierRel commercePriceModifierRel)
    • findByPrimaryKey

      CommercePriceModifierRel findByPrimaryKey(long commercePriceModifierRelId) throws NoSuchPriceModifierRelException
      Returns the commerce price modifier rel with the primary key or throws a NoSuchPriceModifierRelException if it could not be found.
      Parameters:
      commercePriceModifierRelId - the primary key of the commerce price modifier rel
      Returns:
      the commerce price modifier rel
      Throws:
      NoSuchPriceModifierRelException - if a commerce price modifier rel with the primary key could not be found
    • fetchByPrimaryKey

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

      Returns all the commerce price modifier rels.
      Returns:
      the commerce price modifier rels
    • findAll

      List<CommercePriceModifierRel> findAll(int start, int end)
      Returns a range of all the commerce price modifier 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 CommercePriceModifierRelModelImpl.

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

      List<CommercePriceModifierRel> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator)
      Returns an ordered range of all the commerce price modifier 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 CommercePriceModifierRelModelImpl.

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

      List<CommercePriceModifierRel> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the commerce price modifier 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 CommercePriceModifierRelModelImpl.

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

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

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