@ProviderType public interface CommercePaymentMethodGroupRelQualifierPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<CommercePaymentMethodGroupRelQualifier>
Caching information and settings can be found in portal.properties
CommercePaymentMethodGroupRelQualifierUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(CommercePaymentMethodGroupRelQualifier commercePaymentMethodGroupRelQualifier)
Caches the commerce payment method group rel qualifier in the entity cache if it is enabled.
|
void |
cacheResult(java.util.List<CommercePaymentMethodGroupRelQualifier> commercePaymentMethodGroupRelQualifiers)
Caches the commerce payment method group rel qualifiers in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of commerce payment method group rel qualifiers.
|
int |
countByC_C_C(long classNameId,
long classPK,
long CommercePaymentMethodGroupRelId)
Returns the number of commerce payment method group rel qualifiers where classNameId = ? and classPK = ? and CommercePaymentMethodGroupRelId = ?.
|
int |
countByC_C(long classNameId,
long CommercePaymentMethodGroupRelId)
Returns the number of commerce payment method group rel qualifiers where classNameId = ? and CommercePaymentMethodGroupRelId = ?.
|
int |
countByCommercePaymentMethodGroupRelId(long CommercePaymentMethodGroupRelId)
Returns the number of commerce payment method group rel qualifiers where CommercePaymentMethodGroupRelId = ?.
|
CommercePaymentMethodGroupRelQualifier |
create(long commercePaymentMethodGroupRelQualifierId)
Creates a new commerce payment method group rel qualifier with the primary key.
|
CommercePaymentMethodGroupRelQualifier |
fetchByC_C_C(long classNameId,
long classPK,
long CommercePaymentMethodGroupRelId)
Returns the commerce payment method group rel qualifier where classNameId = ? and classPK = ? and CommercePaymentMethodGroupRelId = ? or returns
null if it could not be found. |
CommercePaymentMethodGroupRelQualifier |
fetchByC_C_C(long classNameId,
long classPK,
long CommercePaymentMethodGroupRelId,
boolean useFinderCache)
Returns the commerce payment method group rel qualifier where classNameId = ? and classPK = ? and CommercePaymentMethodGroupRelId = ? or returns
null if it could not be found, optionally using the finder cache. |
CommercePaymentMethodGroupRelQualifier |
fetchByC_C_First(long classNameId,
long CommercePaymentMethodGroupRelId,
com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> orderByComparator)
Returns the first commerce payment method group rel qualifier in the ordered set where classNameId = ? and CommercePaymentMethodGroupRelId = ?.
|
CommercePaymentMethodGroupRelQualifier |
fetchByC_C_Last(long classNameId,
long CommercePaymentMethodGroupRelId,
com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> orderByComparator)
Returns the last commerce payment method group rel qualifier in the ordered set where classNameId = ? and CommercePaymentMethodGroupRelId = ?.
|
CommercePaymentMethodGroupRelQualifier |
fetchByCommercePaymentMethodGroupRelId_First(long CommercePaymentMethodGroupRelId,
com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> orderByComparator)
Returns the first commerce payment method group rel qualifier in the ordered set where CommercePaymentMethodGroupRelId = ?.
|
CommercePaymentMethodGroupRelQualifier |
fetchByCommercePaymentMethodGroupRelId_Last(long CommercePaymentMethodGroupRelId,
com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> orderByComparator)
Returns the last commerce payment method group rel qualifier in the ordered set where CommercePaymentMethodGroupRelId = ?.
|
CommercePaymentMethodGroupRelQualifier |
fetchByPrimaryKey(long commercePaymentMethodGroupRelQualifierId)
Returns the commerce payment method group rel qualifier with the primary key or returns
null if it could not be found. |
java.util.List<CommercePaymentMethodGroupRelQualifier> |
findAll()
Returns all the commerce payment method group rel qualifiers.
|
java.util.List<CommercePaymentMethodGroupRelQualifier> |
findAll(int start,
int end)
Returns a range of all the commerce payment method group rel qualifiers.
|
java.util.List<CommercePaymentMethodGroupRelQualifier> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> orderByComparator)
Returns an ordered range of all the commerce payment method group rel qualifiers.
|
java.util.List<CommercePaymentMethodGroupRelQualifier> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the commerce payment method group rel qualifiers.
|
CommercePaymentMethodGroupRelQualifier |
findByC_C_C(long classNameId,
long classPK,
long CommercePaymentMethodGroupRelId)
Returns the commerce payment method group rel qualifier where classNameId = ? and classPK = ? and CommercePaymentMethodGroupRelId = ? or throws a
NoSuchPaymentMethodGroupRelQualifierException if it could not be found. |
CommercePaymentMethodGroupRelQualifier |
findByC_C_First(long classNameId,
long CommercePaymentMethodGroupRelId,
com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> orderByComparator)
Returns the first commerce payment method group rel qualifier in the ordered set where classNameId = ? and CommercePaymentMethodGroupRelId = ?.
|
CommercePaymentMethodGroupRelQualifier |
findByC_C_Last(long classNameId,
long CommercePaymentMethodGroupRelId,
com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> orderByComparator)
Returns the last commerce payment method group rel qualifier in the ordered set where classNameId = ? and CommercePaymentMethodGroupRelId = ?.
|
CommercePaymentMethodGroupRelQualifier[] |
findByC_C_PrevAndNext(long commercePaymentMethodGroupRelQualifierId,
long classNameId,
long CommercePaymentMethodGroupRelId,
com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> orderByComparator)
Returns the commerce payment method group rel qualifiers before and after the current commerce payment method group rel qualifier in the ordered set where classNameId = ? and CommercePaymentMethodGroupRelId = ?.
|
java.util.List<CommercePaymentMethodGroupRelQualifier> |
findByC_C(long classNameId,
long CommercePaymentMethodGroupRelId)
Returns all the commerce payment method group rel qualifiers where classNameId = ? and CommercePaymentMethodGroupRelId = ?.
|
java.util.List<CommercePaymentMethodGroupRelQualifier> |
findByC_C(long classNameId,
long CommercePaymentMethodGroupRelId,
int start,
int end)
Returns a range of all the commerce payment method group rel qualifiers where classNameId = ? and CommercePaymentMethodGroupRelId = ?.
|
java.util.List<CommercePaymentMethodGroupRelQualifier> |
findByC_C(long classNameId,
long CommercePaymentMethodGroupRelId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> orderByComparator)
Returns an ordered range of all the commerce payment method group rel qualifiers where classNameId = ? and CommercePaymentMethodGroupRelId = ?.
|
java.util.List<CommercePaymentMethodGroupRelQualifier> |
findByC_C(long classNameId,
long CommercePaymentMethodGroupRelId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the commerce payment method group rel qualifiers where classNameId = ? and CommercePaymentMethodGroupRelId = ?.
|
CommercePaymentMethodGroupRelQualifier |
findByCommercePaymentMethodGroupRelId_First(long CommercePaymentMethodGroupRelId,
com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> orderByComparator)
Returns the first commerce payment method group rel qualifier in the ordered set where CommercePaymentMethodGroupRelId = ?.
|
CommercePaymentMethodGroupRelQualifier |
findByCommercePaymentMethodGroupRelId_Last(long CommercePaymentMethodGroupRelId,
com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> orderByComparator)
Returns the last commerce payment method group rel qualifier in the ordered set where CommercePaymentMethodGroupRelId = ?.
|
CommercePaymentMethodGroupRelQualifier[] |
findByCommercePaymentMethodGroupRelId_PrevAndNext(long commercePaymentMethodGroupRelQualifierId,
long CommercePaymentMethodGroupRelId,
com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> orderByComparator)
Returns the commerce payment method group rel qualifiers before and after the current commerce payment method group rel qualifier in the ordered set where CommercePaymentMethodGroupRelId = ?.
|
java.util.List<CommercePaymentMethodGroupRelQualifier> |
findByCommercePaymentMethodGroupRelId(long CommercePaymentMethodGroupRelId)
Returns all the commerce payment method group rel qualifiers where CommercePaymentMethodGroupRelId = ?.
|
java.util.List<CommercePaymentMethodGroupRelQualifier> |
findByCommercePaymentMethodGroupRelId(long CommercePaymentMethodGroupRelId,
int start,
int end)
Returns a range of all the commerce payment method group rel qualifiers where CommercePaymentMethodGroupRelId = ?.
|
java.util.List<CommercePaymentMethodGroupRelQualifier> |
findByCommercePaymentMethodGroupRelId(long CommercePaymentMethodGroupRelId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> orderByComparator)
Returns an ordered range of all the commerce payment method group rel qualifiers where CommercePaymentMethodGroupRelId = ?.
|
java.util.List<CommercePaymentMethodGroupRelQualifier> |
findByCommercePaymentMethodGroupRelId(long CommercePaymentMethodGroupRelId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the commerce payment method group rel qualifiers where CommercePaymentMethodGroupRelId = ?.
|
CommercePaymentMethodGroupRelQualifier |
findByPrimaryKey(long commercePaymentMethodGroupRelQualifierId)
Returns the commerce payment method group rel qualifier with the primary key or throws a
NoSuchPaymentMethodGroupRelQualifierException if it could not be found. |
CommercePaymentMethodGroupRelQualifier |
remove(long commercePaymentMethodGroupRelQualifierId)
Removes the commerce payment method group rel qualifier with the primary key from the database.
|
void |
removeAll()
Removes all the commerce payment method group rel qualifiers from the database.
|
CommercePaymentMethodGroupRelQualifier |
removeByC_C_C(long classNameId,
long classPK,
long CommercePaymentMethodGroupRelId)
Removes the commerce payment method group rel qualifier where classNameId = ? and classPK = ? and CommercePaymentMethodGroupRelId = ? from the database.
|
void |
removeByC_C(long classNameId,
long CommercePaymentMethodGroupRelId)
Removes all the commerce payment method group rel qualifiers where classNameId = ? and CommercePaymentMethodGroupRelId = ? from the database.
|
void |
removeByCommercePaymentMethodGroupRelId(long CommercePaymentMethodGroupRelId)
Removes all the commerce payment method group rel qualifiers where CommercePaymentMethodGroupRelId = ? from the database.
|
CommercePaymentMethodGroupRelQualifier |
updateImpl(CommercePaymentMethodGroupRelQualifier commercePaymentMethodGroupRelQualifier) |
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<CommercePaymentMethodGroupRelQualifier> findByCommercePaymentMethodGroupRelId(long CommercePaymentMethodGroupRelId)
CommercePaymentMethodGroupRelId
- the commerce payment method group rel IDjava.util.List<CommercePaymentMethodGroupRelQualifier> findByCommercePaymentMethodGroupRelId(long CommercePaymentMethodGroupRelId, 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 CommercePaymentMethodGroupRelQualifierModelImpl
.
CommercePaymentMethodGroupRelId
- the commerce payment method group rel IDstart
- the lower bound of the range of commerce payment method group rel qualifiersend
- the upper bound of the range of commerce payment method group rel qualifiers (not inclusive)java.util.List<CommercePaymentMethodGroupRelQualifier> findByCommercePaymentMethodGroupRelId(long CommercePaymentMethodGroupRelId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> 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 CommercePaymentMethodGroupRelQualifierModelImpl
.
CommercePaymentMethodGroupRelId
- the commerce payment method group rel IDstart
- the lower bound of the range of commerce payment method group rel qualifiersend
- the upper bound of the range of commerce payment method group rel qualifiers (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CommercePaymentMethodGroupRelQualifier> findByCommercePaymentMethodGroupRelId(long CommercePaymentMethodGroupRelId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> 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 CommercePaymentMethodGroupRelQualifierModelImpl
.
CommercePaymentMethodGroupRelId
- the commerce payment method group rel IDstart
- the lower bound of the range of commerce payment method group rel qualifiersend
- the upper bound of the range of commerce payment method group rel qualifiers (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCommercePaymentMethodGroupRelQualifier findByCommercePaymentMethodGroupRelId_First(long CommercePaymentMethodGroupRelId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> orderByComparator) throws NoSuchPaymentMethodGroupRelQualifierException
CommercePaymentMethodGroupRelId
- the commerce payment method group rel IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPaymentMethodGroupRelQualifierException
- if a matching commerce payment method group rel qualifier could not be foundCommercePaymentMethodGroupRelQualifier fetchByCommercePaymentMethodGroupRelId_First(long CommercePaymentMethodGroupRelId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> orderByComparator)
CommercePaymentMethodGroupRelId
- the commerce payment method group rel IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce payment method group rel qualifier could not be foundCommercePaymentMethodGroupRelQualifier findByCommercePaymentMethodGroupRelId_Last(long CommercePaymentMethodGroupRelId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> orderByComparator) throws NoSuchPaymentMethodGroupRelQualifierException
CommercePaymentMethodGroupRelId
- the commerce payment method group rel IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPaymentMethodGroupRelQualifierException
- if a matching commerce payment method group rel qualifier could not be foundCommercePaymentMethodGroupRelQualifier fetchByCommercePaymentMethodGroupRelId_Last(long CommercePaymentMethodGroupRelId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> orderByComparator)
CommercePaymentMethodGroupRelId
- the commerce payment method group rel IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce payment method group rel qualifier could not be foundCommercePaymentMethodGroupRelQualifier[] findByCommercePaymentMethodGroupRelId_PrevAndNext(long commercePaymentMethodGroupRelQualifierId, long CommercePaymentMethodGroupRelId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> orderByComparator) throws NoSuchPaymentMethodGroupRelQualifierException
commercePaymentMethodGroupRelQualifierId
- the primary key of the current commerce payment method group rel qualifierCommercePaymentMethodGroupRelId
- the commerce payment method group rel IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPaymentMethodGroupRelQualifierException
- if a commerce payment method group rel qualifier with the primary key could not be foundvoid removeByCommercePaymentMethodGroupRelId(long CommercePaymentMethodGroupRelId)
CommercePaymentMethodGroupRelId
- the commerce payment method group rel IDint countByCommercePaymentMethodGroupRelId(long CommercePaymentMethodGroupRelId)
CommercePaymentMethodGroupRelId
- the commerce payment method group rel IDjava.util.List<CommercePaymentMethodGroupRelQualifier> findByC_C(long classNameId, long CommercePaymentMethodGroupRelId)
classNameId
- the class name IDCommercePaymentMethodGroupRelId
- the commerce payment method group rel IDjava.util.List<CommercePaymentMethodGroupRelQualifier> findByC_C(long classNameId, long CommercePaymentMethodGroupRelId, 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 CommercePaymentMethodGroupRelQualifierModelImpl
.
classNameId
- the class name IDCommercePaymentMethodGroupRelId
- the commerce payment method group rel IDstart
- the lower bound of the range of commerce payment method group rel qualifiersend
- the upper bound of the range of commerce payment method group rel qualifiers (not inclusive)java.util.List<CommercePaymentMethodGroupRelQualifier> findByC_C(long classNameId, long CommercePaymentMethodGroupRelId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> 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 CommercePaymentMethodGroupRelQualifierModelImpl
.
classNameId
- the class name IDCommercePaymentMethodGroupRelId
- the commerce payment method group rel IDstart
- the lower bound of the range of commerce payment method group rel qualifiersend
- the upper bound of the range of commerce payment method group rel qualifiers (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CommercePaymentMethodGroupRelQualifier> findByC_C(long classNameId, long CommercePaymentMethodGroupRelId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> 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 CommercePaymentMethodGroupRelQualifierModelImpl
.
classNameId
- the class name IDCommercePaymentMethodGroupRelId
- the commerce payment method group rel IDstart
- the lower bound of the range of commerce payment method group rel qualifiersend
- the upper bound of the range of commerce payment method group rel qualifiers (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCommercePaymentMethodGroupRelQualifier findByC_C_First(long classNameId, long CommercePaymentMethodGroupRelId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> orderByComparator) throws NoSuchPaymentMethodGroupRelQualifierException
classNameId
- the class name IDCommercePaymentMethodGroupRelId
- the commerce payment method group rel IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPaymentMethodGroupRelQualifierException
- if a matching commerce payment method group rel qualifier could not be foundCommercePaymentMethodGroupRelQualifier fetchByC_C_First(long classNameId, long CommercePaymentMethodGroupRelId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> orderByComparator)
classNameId
- the class name IDCommercePaymentMethodGroupRelId
- the commerce payment method group rel IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce payment method group rel qualifier could not be foundCommercePaymentMethodGroupRelQualifier findByC_C_Last(long classNameId, long CommercePaymentMethodGroupRelId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> orderByComparator) throws NoSuchPaymentMethodGroupRelQualifierException
classNameId
- the class name IDCommercePaymentMethodGroupRelId
- the commerce payment method group rel IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPaymentMethodGroupRelQualifierException
- if a matching commerce payment method group rel qualifier could not be foundCommercePaymentMethodGroupRelQualifier fetchByC_C_Last(long classNameId, long CommercePaymentMethodGroupRelId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> orderByComparator)
classNameId
- the class name IDCommercePaymentMethodGroupRelId
- the commerce payment method group rel IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce payment method group rel qualifier could not be foundCommercePaymentMethodGroupRelQualifier[] findByC_C_PrevAndNext(long commercePaymentMethodGroupRelQualifierId, long classNameId, long CommercePaymentMethodGroupRelId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> orderByComparator) throws NoSuchPaymentMethodGroupRelQualifierException
commercePaymentMethodGroupRelQualifierId
- the primary key of the current commerce payment method group rel qualifierclassNameId
- the class name IDCommercePaymentMethodGroupRelId
- the commerce payment method group rel IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPaymentMethodGroupRelQualifierException
- if a commerce payment method group rel qualifier with the primary key could not be foundvoid removeByC_C(long classNameId, long CommercePaymentMethodGroupRelId)
classNameId
- the class name IDCommercePaymentMethodGroupRelId
- the commerce payment method group rel IDint countByC_C(long classNameId, long CommercePaymentMethodGroupRelId)
classNameId
- the class name IDCommercePaymentMethodGroupRelId
- the commerce payment method group rel IDCommercePaymentMethodGroupRelQualifier findByC_C_C(long classNameId, long classPK, long CommercePaymentMethodGroupRelId) throws NoSuchPaymentMethodGroupRelQualifierException
NoSuchPaymentMethodGroupRelQualifierException
if it could not be found.classNameId
- the class name IDclassPK
- the class pkCommercePaymentMethodGroupRelId
- the commerce payment method group rel IDNoSuchPaymentMethodGroupRelQualifierException
- if a matching commerce payment method group rel qualifier could not be foundCommercePaymentMethodGroupRelQualifier fetchByC_C_C(long classNameId, long classPK, long CommercePaymentMethodGroupRelId)
null
if it could not be found. Uses the finder cache.classNameId
- the class name IDclassPK
- the class pkCommercePaymentMethodGroupRelId
- the commerce payment method group rel IDnull
if a matching commerce payment method group rel qualifier could not be foundCommercePaymentMethodGroupRelQualifier fetchByC_C_C(long classNameId, long classPK, long CommercePaymentMethodGroupRelId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.classNameId
- the class name IDclassPK
- the class pkCommercePaymentMethodGroupRelId
- the commerce payment method group rel IDuseFinderCache
- whether to use the finder cachenull
if a matching commerce payment method group rel qualifier could not be foundCommercePaymentMethodGroupRelQualifier removeByC_C_C(long classNameId, long classPK, long CommercePaymentMethodGroupRelId) throws NoSuchPaymentMethodGroupRelQualifierException
classNameId
- the class name IDclassPK
- the class pkCommercePaymentMethodGroupRelId
- the commerce payment method group rel IDNoSuchPaymentMethodGroupRelQualifierException
int countByC_C_C(long classNameId, long classPK, long CommercePaymentMethodGroupRelId)
classNameId
- the class name IDclassPK
- the class pkCommercePaymentMethodGroupRelId
- the commerce payment method group rel IDvoid cacheResult(CommercePaymentMethodGroupRelQualifier commercePaymentMethodGroupRelQualifier)
commercePaymentMethodGroupRelQualifier
- the commerce payment method group rel qualifiervoid cacheResult(java.util.List<CommercePaymentMethodGroupRelQualifier> commercePaymentMethodGroupRelQualifiers)
commercePaymentMethodGroupRelQualifiers
- the commerce payment method group rel qualifiersCommercePaymentMethodGroupRelQualifier create(long commercePaymentMethodGroupRelQualifierId)
commercePaymentMethodGroupRelQualifierId
- the primary key for the new commerce payment method group rel qualifierCommercePaymentMethodGroupRelQualifier remove(long commercePaymentMethodGroupRelQualifierId) throws NoSuchPaymentMethodGroupRelQualifierException
commercePaymentMethodGroupRelQualifierId
- the primary key of the commerce payment method group rel qualifierNoSuchPaymentMethodGroupRelQualifierException
- if a commerce payment method group rel qualifier with the primary key could not be foundCommercePaymentMethodGroupRelQualifier updateImpl(CommercePaymentMethodGroupRelQualifier commercePaymentMethodGroupRelQualifier)
CommercePaymentMethodGroupRelQualifier findByPrimaryKey(long commercePaymentMethodGroupRelQualifierId) throws NoSuchPaymentMethodGroupRelQualifierException
NoSuchPaymentMethodGroupRelQualifierException
if it could not be found.commercePaymentMethodGroupRelQualifierId
- the primary key of the commerce payment method group rel qualifierNoSuchPaymentMethodGroupRelQualifierException
- if a commerce payment method group rel qualifier with the primary key could not be foundCommercePaymentMethodGroupRelQualifier fetchByPrimaryKey(long commercePaymentMethodGroupRelQualifierId)
null
if it could not be found.commercePaymentMethodGroupRelQualifierId
- the primary key of the commerce payment method group rel qualifiernull
if a commerce payment method group rel qualifier with the primary key could not be foundjava.util.List<CommercePaymentMethodGroupRelQualifier> findAll()
java.util.List<CommercePaymentMethodGroupRelQualifier> 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 CommercePaymentMethodGroupRelQualifierModelImpl
.
start
- the lower bound of the range of commerce payment method group rel qualifiersend
- the upper bound of the range of commerce payment method group rel qualifiers (not inclusive)java.util.List<CommercePaymentMethodGroupRelQualifier> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> 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 CommercePaymentMethodGroupRelQualifierModelImpl
.
start
- the lower bound of the range of commerce payment method group rel qualifiersend
- the upper bound of the range of commerce payment method group rel qualifiers (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CommercePaymentMethodGroupRelQualifier> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> 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 CommercePaymentMethodGroupRelQualifierModelImpl
.
start
- the lower bound of the range of commerce payment method group rel qualifiersend
- the upper bound of the range of commerce payment method group rel qualifiers (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachevoid removeAll()
int countAll()