public class CommercePaymentMethodGroupRelQualifierUtil
extends java.lang.Object
com.liferay.commerce.payment.service.persistence.impl.CommercePaymentMethodGroupRelQualifierPersistenceImpl
and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
CommercePaymentMethodGroupRelQualifierPersistence
Constructor and Description |
---|
CommercePaymentMethodGroupRelQualifierUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
cacheResult(CommercePaymentMethodGroupRelQualifier commercePaymentMethodGroupRelQualifier)
Caches the commerce payment method group rel qualifier in the entity cache if it is enabled.
|
static void |
cacheResult(java.util.List<CommercePaymentMethodGroupRelQualifier> commercePaymentMethodGroupRelQualifiers)
Caches the commerce payment method group rel qualifiers in the entity cache if it is enabled.
|
static void |
clearCache() |
static void |
clearCache(CommercePaymentMethodGroupRelQualifier commercePaymentMethodGroupRelQualifier) |
static int |
countAll()
Returns the number of commerce payment method group rel qualifiers.
|
static 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 = ?.
|
static int |
countByC_C(long classNameId,
long CommercePaymentMethodGroupRelId)
Returns the number of commerce payment method group rel qualifiers where classNameId = ? and CommercePaymentMethodGroupRelId = ?.
|
static int |
countByCommercePaymentMethodGroupRelId(long CommercePaymentMethodGroupRelId)
Returns the number of commerce payment method group rel qualifiers where CommercePaymentMethodGroupRelId = ?.
|
static long |
countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
static CommercePaymentMethodGroupRelQualifier |
create(long commercePaymentMethodGroupRelQualifierId)
Creates a new commerce payment method group rel qualifier with the primary key.
|
static 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. |
static 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. |
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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. |
static java.util.Map<java.io.Serializable,CommercePaymentMethodGroupRelQualifier> |
fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys) |
static java.util.List<CommercePaymentMethodGroupRelQualifier> |
findAll()
Returns all the commerce payment method group rel qualifiers.
|
static java.util.List<CommercePaymentMethodGroupRelQualifier> |
findAll(int start,
int end)
Returns a range of all the commerce payment method group rel qualifiers.
|
static 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.
|
static 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.
|
static 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. |
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static java.util.List<CommercePaymentMethodGroupRelQualifier> |
findByC_C(long classNameId,
long CommercePaymentMethodGroupRelId)
Returns all the commerce payment method group rel qualifiers where classNameId = ? and CommercePaymentMethodGroupRelId = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static java.util.List<CommercePaymentMethodGroupRelQualifier> |
findByCommercePaymentMethodGroupRelId(long CommercePaymentMethodGroupRelId)
Returns all the commerce payment method group rel qualifiers where CommercePaymentMethodGroupRelId = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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 = ?.
|
static 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. |
static java.util.List<CommercePaymentMethodGroupRelQualifier> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
static java.util.List<CommercePaymentMethodGroupRelQualifier> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end) |
static java.util.List<CommercePaymentMethodGroupRelQualifier> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> orderByComparator) |
static CommercePaymentMethodGroupRelQualifierPersistence |
getPersistence() |
static CommercePaymentMethodGroupRelQualifier |
remove(long commercePaymentMethodGroupRelQualifierId)
Removes the commerce payment method group rel qualifier with the primary key from the database.
|
static void |
removeAll()
Removes all the commerce payment method group rel qualifiers from the database.
|
static 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.
|
static void |
removeByC_C(long classNameId,
long CommercePaymentMethodGroupRelId)
Removes all the commerce payment method group rel qualifiers where classNameId = ? and CommercePaymentMethodGroupRelId = ? from the database.
|
static void |
removeByCommercePaymentMethodGroupRelId(long CommercePaymentMethodGroupRelId)
Removes all the commerce payment method group rel qualifiers where CommercePaymentMethodGroupRelId = ? from the database.
|
static void |
setPersistence(CommercePaymentMethodGroupRelQualifierPersistence persistence) |
static CommercePaymentMethodGroupRelQualifier |
update(CommercePaymentMethodGroupRelQualifier commercePaymentMethodGroupRelQualifier) |
static CommercePaymentMethodGroupRelQualifier |
update(CommercePaymentMethodGroupRelQualifier commercePaymentMethodGroupRelQualifier,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static CommercePaymentMethodGroupRelQualifier |
updateImpl(CommercePaymentMethodGroupRelQualifier commercePaymentMethodGroupRelQualifier) |
public CommercePaymentMethodGroupRelQualifierUtil()
public static void clearCache()
BasePersistence.clearCache()
public static void clearCache(CommercePaymentMethodGroupRelQualifier commercePaymentMethodGroupRelQualifier)
BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
BasePersistence.countWithDynamicQuery(DynamicQuery)
public static java.util.Map<java.io.Serializable,CommercePaymentMethodGroupRelQualifier> fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys)
BasePersistence.fetchByPrimaryKeys(Set)
public static java.util.List<CommercePaymentMethodGroupRelQualifier> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
BasePersistence.findWithDynamicQuery(DynamicQuery)
public static java.util.List<CommercePaymentMethodGroupRelQualifier> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static java.util.List<CommercePaymentMethodGroupRelQualifier> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> orderByComparator)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static CommercePaymentMethodGroupRelQualifier update(CommercePaymentMethodGroupRelQualifier commercePaymentMethodGroupRelQualifier)
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
public static CommercePaymentMethodGroupRelQualifier update(CommercePaymentMethodGroupRelQualifier commercePaymentMethodGroupRelQualifier, com.liferay.portal.kernel.service.ServiceContext serviceContext)
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
public static java.util.List<CommercePaymentMethodGroupRelQualifier> findByCommercePaymentMethodGroupRelId(long CommercePaymentMethodGroupRelId)
CommercePaymentMethodGroupRelId
- the commerce payment method group rel IDpublic static java.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)public static 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
)public static 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 cachepublic static CommercePaymentMethodGroupRelQualifier 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 foundpublic static CommercePaymentMethodGroupRelQualifier 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 foundpublic static CommercePaymentMethodGroupRelQualifier 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 foundpublic static CommercePaymentMethodGroupRelQualifier 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 foundpublic static CommercePaymentMethodGroupRelQualifier[] 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 foundpublic static void removeByCommercePaymentMethodGroupRelId(long CommercePaymentMethodGroupRelId)
CommercePaymentMethodGroupRelId
- the commerce payment method group rel IDpublic static int countByCommercePaymentMethodGroupRelId(long CommercePaymentMethodGroupRelId)
CommercePaymentMethodGroupRelId
- the commerce payment method group rel IDpublic static java.util.List<CommercePaymentMethodGroupRelQualifier> findByC_C(long classNameId, long CommercePaymentMethodGroupRelId)
classNameId
- the class name IDCommercePaymentMethodGroupRelId
- the commerce payment method group rel IDpublic static java.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)public static 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
)public static 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 cachepublic static CommercePaymentMethodGroupRelQualifier 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 foundpublic static CommercePaymentMethodGroupRelQualifier 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 foundpublic static CommercePaymentMethodGroupRelQualifier 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 foundpublic static CommercePaymentMethodGroupRelQualifier 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 foundpublic static CommercePaymentMethodGroupRelQualifier[] 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 foundpublic static void removeByC_C(long classNameId, long CommercePaymentMethodGroupRelId)
classNameId
- the class name IDCommercePaymentMethodGroupRelId
- the commerce payment method group rel IDpublic static int countByC_C(long classNameId, long CommercePaymentMethodGroupRelId)
classNameId
- the class name IDCommercePaymentMethodGroupRelId
- the commerce payment method group rel IDpublic static CommercePaymentMethodGroupRelQualifier 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 foundpublic static CommercePaymentMethodGroupRelQualifier 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 foundpublic static CommercePaymentMethodGroupRelQualifier 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 foundpublic static CommercePaymentMethodGroupRelQualifier 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
public static int countByC_C_C(long classNameId, long classPK, long CommercePaymentMethodGroupRelId)
classNameId
- the class name IDclassPK
- the class pkCommercePaymentMethodGroupRelId
- the commerce payment method group rel IDpublic static void cacheResult(CommercePaymentMethodGroupRelQualifier commercePaymentMethodGroupRelQualifier)
commercePaymentMethodGroupRelQualifier
- the commerce payment method group rel qualifierpublic static void cacheResult(java.util.List<CommercePaymentMethodGroupRelQualifier> commercePaymentMethodGroupRelQualifiers)
commercePaymentMethodGroupRelQualifiers
- the commerce payment method group rel qualifierspublic static CommercePaymentMethodGroupRelQualifier create(long commercePaymentMethodGroupRelQualifierId)
commercePaymentMethodGroupRelQualifierId
- the primary key for the new commerce payment method group rel qualifierpublic static CommercePaymentMethodGroupRelQualifier 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 foundpublic static CommercePaymentMethodGroupRelQualifier updateImpl(CommercePaymentMethodGroupRelQualifier commercePaymentMethodGroupRelQualifier)
public static 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 foundpublic static CommercePaymentMethodGroupRelQualifier 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 foundpublic static java.util.List<CommercePaymentMethodGroupRelQualifier> findAll()
public static 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)public static 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
)public static 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 cachepublic static void removeAll()
public static int countAll()
public static CommercePaymentMethodGroupRelQualifierPersistence getPersistence()
public static void setPersistence(CommercePaymentMethodGroupRelQualifierPersistence persistence)