@ProviderType public interface CommercePriceModifierRelPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<CommercePriceModifierRel>
Caching information and settings can be found in portal.properties
CommercePriceModifierRelUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(CommercePriceModifierRel commercePriceModifierRel)
Caches the commerce price modifier rel in the entity cache if it is enabled.
|
void |
cacheResult(java.util.List<CommercePriceModifierRel> commercePriceModifierRels)
Caches the commerce price modifier rels in the entity cache if it is enabled.
|
int |
countAll()
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_CPK(long commercePriceModifierId,
long classNameId,
long classPK)
Returns the number of commerce price modifier rels where commercePriceModifierId = ? and classNameId = ? and classPK = ?.
|
int |
countByCPM_CN(long commercePriceModifierId,
long classNameId)
Returns the number of commerce price modifier rels where commercePriceModifierId = ? and classNameId = ?.
|
CommercePriceModifierRel |
create(long commercePriceModifierRelId)
Creates a new commerce price modifier rel with the primary key.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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. |
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. |
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 = ?.
|
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 = ?.
|
CommercePriceModifierRel |
fetchByPrimaryKey(long commercePriceModifierRelId)
Returns the commerce price modifier rel with the primary key or returns
null if it could not be found. |
java.util.List<CommercePriceModifierRel> |
findAll()
Returns all the commerce price modifier rels.
|
java.util.List<CommercePriceModifierRel> |
findAll(int start,
int end)
Returns a range of all the commerce price modifier rels.
|
java.util.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.
|
java.util.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.
|
CommercePriceModifierRel |
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 = ?.
|
CommercePriceModifierRel |
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 = ?.
|
CommercePriceModifierRel[] |
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 = ?.
|
java.util.List<CommercePriceModifierRel> |
findByCN_CPK(long classNameId,
long classPK)
Returns all the commerce price modifier rels where classNameId = ? and classPK = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
CommercePriceModifierRel |
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 = ?.
|
CommercePriceModifierRel |
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 = ?.
|
CommercePriceModifierRel[] |
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 = ?.
|
java.util.List<CommercePriceModifierRel> |
findByCommercePriceModifierId(long commercePriceModifierId)
Returns all the commerce price modifier rels where commercePriceModifierId = ?.
|
java.util.List<CommercePriceModifierRel> |
findByCommercePriceModifierId(long commercePriceModifierId,
int start,
int end)
Returns a range of all the commerce price modifier rels where commercePriceModifierId = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
CommercePriceModifierRel |
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. |
CommercePriceModifierRel |
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 = ?.
|
CommercePriceModifierRel |
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 = ?.
|
CommercePriceModifierRel[] |
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 = ?.
|
java.util.List<CommercePriceModifierRel> |
findByCPM_CN(long commercePriceModifierId,
long classNameId)
Returns all the commerce price modifier rels where commercePriceModifierId = ? and classNameId = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
CommercePriceModifierRel |
findByPrimaryKey(long commercePriceModifierRelId)
Returns the commerce price modifier rel with the primary key or throws a
NoSuchPriceModifierRelException if it could not be found. |
CommercePriceModifierRel |
remove(long commercePriceModifierRelId)
Removes the commerce price modifier rel with the primary key from the database.
|
void |
removeAll()
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.
|
CommercePriceModifierRel |
removeByCPM_CN_CPK(long commercePriceModifierId,
long classNameId,
long classPK)
Removes the commerce price modifier rel where commercePriceModifierId = ? and classNameId = ? and classPK = ? from the database.
|
void |
removeByCPM_CN(long commercePriceModifierId,
long classNameId)
Removes all the commerce price modifier rels where commercePriceModifierId = ? and classNameId = ? from the database.
|
CommercePriceModifierRel |
updateImpl(CommercePriceModifierRel commercePriceModifierRel) |
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, setDataSource, unregisterListener, update, update
java.util.List<CommercePriceModifierRel> findByCommercePriceModifierId(long commercePriceModifierId)
commercePriceModifierId
- the commerce price modifier IDjava.util.List<CommercePriceModifierRel> findByCommercePriceModifierId(long commercePriceModifierId, int start, int end)
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
.
commercePriceModifierId
- the commerce price modifier IDstart
- the lower bound of the range of commerce price modifier relsend
- the upper bound of the range of commerce price modifier rels (not inclusive)java.util.List<CommercePriceModifierRel> findByCommercePriceModifierId(long commercePriceModifierId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator)
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
.
commercePriceModifierId
- the commerce price modifier IDstart
- the lower bound of the range of commerce price modifier relsend
- the upper bound of the range of commerce price modifier rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CommercePriceModifierRel> findByCommercePriceModifierId(long commercePriceModifierId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator, boolean useFinderCache)
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
.
commercePriceModifierId
- the commerce price modifier IDstart
- the lower bound of the range of commerce price modifier relsend
- 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 cacheCommercePriceModifierRel findByCommercePriceModifierId_First(long commercePriceModifierId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator) throws NoSuchPriceModifierRelException
commercePriceModifierId
- the commerce price modifier IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPriceModifierRelException
- if a matching commerce price modifier rel could not be foundCommercePriceModifierRel fetchByCommercePriceModifierId_First(long commercePriceModifierId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator)
commercePriceModifierId
- the commerce price modifier IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce price modifier rel could not be foundCommercePriceModifierRel findByCommercePriceModifierId_Last(long commercePriceModifierId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator) throws NoSuchPriceModifierRelException
commercePriceModifierId
- the commerce price modifier IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPriceModifierRelException
- if a matching commerce price modifier rel could not be foundCommercePriceModifierRel fetchByCommercePriceModifierId_Last(long commercePriceModifierId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator)
commercePriceModifierId
- the commerce price modifier IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce price modifier rel could not be foundCommercePriceModifierRel[] findByCommercePriceModifierId_PrevAndNext(long commercePriceModifierRelId, long commercePriceModifierId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator) throws NoSuchPriceModifierRelException
commercePriceModifierRelId
- the primary key of the current commerce price modifier relcommercePriceModifierId
- the commerce price modifier IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPriceModifierRelException
- if a commerce price modifier rel with the primary key could not be foundvoid removeByCommercePriceModifierId(long commercePriceModifierId)
commercePriceModifierId
- the commerce price modifier IDint countByCommercePriceModifierId(long commercePriceModifierId)
commercePriceModifierId
- the commerce price modifier IDjava.util.List<CommercePriceModifierRel> findByCPM_CN(long commercePriceModifierId, long classNameId)
commercePriceModifierId
- the commerce price modifier IDclassNameId
- the class name IDjava.util.List<CommercePriceModifierRel> findByCPM_CN(long commercePriceModifierId, long classNameId, int start, int end)
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
.
commercePriceModifierId
- the commerce price modifier IDclassNameId
- the class name IDstart
- the lower bound of the range of commerce price modifier relsend
- the upper bound of the range of commerce price modifier rels (not inclusive)java.util.List<CommercePriceModifierRel> findByCPM_CN(long commercePriceModifierId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator)
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
.
commercePriceModifierId
- the commerce price modifier IDclassNameId
- the class name IDstart
- the lower bound of the range of commerce price modifier relsend
- the upper bound of the range of commerce price modifier rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CommercePriceModifierRel> findByCPM_CN(long commercePriceModifierId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator, boolean useFinderCache)
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
.
commercePriceModifierId
- the commerce price modifier IDclassNameId
- the class name IDstart
- the lower bound of the range of commerce price modifier relsend
- 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 cacheCommercePriceModifierRel findByCPM_CN_First(long commercePriceModifierId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator) throws NoSuchPriceModifierRelException
commercePriceModifierId
- the commerce price modifier IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPriceModifierRelException
- if a matching commerce price modifier rel could not be foundCommercePriceModifierRel fetchByCPM_CN_First(long commercePriceModifierId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator)
commercePriceModifierId
- the commerce price modifier IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce price modifier rel could not be foundCommercePriceModifierRel findByCPM_CN_Last(long commercePriceModifierId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator) throws NoSuchPriceModifierRelException
commercePriceModifierId
- the commerce price modifier IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPriceModifierRelException
- if a matching commerce price modifier rel could not be foundCommercePriceModifierRel fetchByCPM_CN_Last(long commercePriceModifierId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator)
commercePriceModifierId
- the commerce price modifier IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce price modifier rel could not be foundCommercePriceModifierRel[] findByCPM_CN_PrevAndNext(long commercePriceModifierRelId, long commercePriceModifierId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator) throws NoSuchPriceModifierRelException
commercePriceModifierRelId
- the primary key of the current commerce price modifier relcommercePriceModifierId
- the commerce price modifier IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPriceModifierRelException
- if a commerce price modifier rel with the primary key could not be foundvoid removeByCPM_CN(long commercePriceModifierId, long classNameId)
commercePriceModifierId
- the commerce price modifier IDclassNameId
- the class name IDint countByCPM_CN(long commercePriceModifierId, long classNameId)
commercePriceModifierId
- the commerce price modifier IDclassNameId
- the class name IDjava.util.List<CommercePriceModifierRel> findByCN_CPK(long classNameId, long classPK)
classNameId
- the class name IDclassPK
- the class pkjava.util.List<CommercePriceModifierRel> findByCN_CPK(long classNameId, long classPK, int start, int end)
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
.
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of commerce price modifier relsend
- the upper bound of the range of commerce price modifier rels (not inclusive)java.util.List<CommercePriceModifierRel> findByCN_CPK(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator)
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
.
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of commerce price modifier relsend
- the upper bound of the range of commerce price modifier rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CommercePriceModifierRel> findByCN_CPK(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator, boolean useFinderCache)
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
.
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of commerce price modifier relsend
- 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 cacheCommercePriceModifierRel findByCN_CPK_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator) throws NoSuchPriceModifierRelException
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPriceModifierRelException
- if a matching commerce price modifier rel could not be foundCommercePriceModifierRel fetchByCN_CPK_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator)
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce price modifier rel could not be foundCommercePriceModifierRel findByCN_CPK_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator) throws NoSuchPriceModifierRelException
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPriceModifierRelException
- if a matching commerce price modifier rel could not be foundCommercePriceModifierRel fetchByCN_CPK_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator)
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce price modifier rel could not be foundCommercePriceModifierRel[] findByCN_CPK_PrevAndNext(long commercePriceModifierRelId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator) throws NoSuchPriceModifierRelException
commercePriceModifierRelId
- the primary key of the current commerce price modifier relclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPriceModifierRelException
- if a commerce price modifier rel with the primary key could not be foundvoid removeByCN_CPK(long classNameId, long classPK)
classNameId
- the class name IDclassPK
- the class pkint countByCN_CPK(long classNameId, long classPK)
classNameId
- the class name IDclassPK
- the class pkCommercePriceModifierRel findByCPM_CN_CPK(long commercePriceModifierId, long classNameId, long classPK) throws NoSuchPriceModifierRelException
NoSuchPriceModifierRelException
if it could not be found.commercePriceModifierId
- the commerce price modifier IDclassNameId
- the class name IDclassPK
- the class pkNoSuchPriceModifierRelException
- if a matching commerce price modifier rel could not be foundCommercePriceModifierRel fetchByCPM_CN_CPK(long commercePriceModifierId, long classNameId, long classPK)
null
if it could not be found. Uses the finder cache.commercePriceModifierId
- the commerce price modifier IDclassNameId
- the class name IDclassPK
- the class pknull
if a matching commerce price modifier rel could not be foundCommercePriceModifierRel fetchByCPM_CN_CPK(long commercePriceModifierId, long classNameId, long classPK, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.commercePriceModifierId
- the commerce price modifier IDclassNameId
- the class name IDclassPK
- the class pkuseFinderCache
- whether to use the finder cachenull
if a matching commerce price modifier rel could not be foundCommercePriceModifierRel removeByCPM_CN_CPK(long commercePriceModifierId, long classNameId, long classPK) throws NoSuchPriceModifierRelException
commercePriceModifierId
- the commerce price modifier IDclassNameId
- the class name IDclassPK
- the class pkNoSuchPriceModifierRelException
int countByCPM_CN_CPK(long commercePriceModifierId, long classNameId, long classPK)
commercePriceModifierId
- the commerce price modifier IDclassNameId
- the class name IDclassPK
- the class pkvoid cacheResult(CommercePriceModifierRel commercePriceModifierRel)
commercePriceModifierRel
- the commerce price modifier relvoid cacheResult(java.util.List<CommercePriceModifierRel> commercePriceModifierRels)
commercePriceModifierRels
- the commerce price modifier relsCommercePriceModifierRel create(long commercePriceModifierRelId)
commercePriceModifierRelId
- the primary key for the new commerce price modifier relCommercePriceModifierRel remove(long commercePriceModifierRelId) throws NoSuchPriceModifierRelException
commercePriceModifierRelId
- the primary key of the commerce price modifier relNoSuchPriceModifierRelException
- if a commerce price modifier rel with the primary key could not be foundCommercePriceModifierRel updateImpl(CommercePriceModifierRel commercePriceModifierRel)
CommercePriceModifierRel findByPrimaryKey(long commercePriceModifierRelId) throws NoSuchPriceModifierRelException
NoSuchPriceModifierRelException
if it could not be found.commercePriceModifierRelId
- the primary key of the commerce price modifier relNoSuchPriceModifierRelException
- if a commerce price modifier rel with the primary key could not be foundCommercePriceModifierRel fetchByPrimaryKey(long commercePriceModifierRelId)
null
if it could not be found.commercePriceModifierRelId
- the primary key of the commerce price modifier relnull
if a commerce price modifier rel with the primary key could not be foundjava.util.List<CommercePriceModifierRel> findAll()
java.util.List<CommercePriceModifierRel> findAll(int start, int end)
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
.
start
- the lower bound of the range of commerce price modifier relsend
- the upper bound of the range of commerce price modifier rels (not inclusive)java.util.List<CommercePriceModifierRel> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator)
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
.
start
- the lower bound of the range of commerce price modifier relsend
- the upper bound of the range of commerce price modifier rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CommercePriceModifierRel> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceModifierRel> orderByComparator, boolean useFinderCache)
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
.
start
- the lower bound of the range of commerce price modifier relsend
- 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 cachevoid removeAll()
int countAll()