public class CommerceChannelAccountEntryRelUtil
extends java.lang.Object
com.liferay.commerce.product.service.persistence.impl.CommerceChannelAccountEntryRelPersistenceImpl
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
CommerceChannelAccountEntryRelPersistence
Constructor and Description |
---|
CommerceChannelAccountEntryRelUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
cacheResult(CommerceChannelAccountEntryRel commerceChannelAccountEntryRel)
Caches the commerce channel account entry rel in the entity cache if it is enabled.
|
static void |
cacheResult(java.util.List<CommerceChannelAccountEntryRel> commerceChannelAccountEntryRels)
Caches the commerce channel account entry rels in the entity cache if it is enabled.
|
static void |
clearCache() |
static void |
clearCache(CommerceChannelAccountEntryRel commerceChannelAccountEntryRel) |
static int |
countAll()
Returns the number of commerce channel account entry rels.
|
static int |
countByA_C_C_C_T(long accountEntryId,
long classNameId,
long classPK,
long commerceChannelId,
int type)
Returns the number of commerce channel account entry rels where accountEntryId = ? and classNameId = ? and classPK = ? and commerceChannelId = ? and type = ?.
|
static int |
countByA_C_T(long accountEntryId,
long commerceChannelId,
int type)
Returns the number of commerce channel account entry rels where accountEntryId = ? and commerceChannelId = ? and type = ?.
|
static int |
countByA_T(long accountEntryId,
int type)
Returns the number of commerce channel account entry rels where accountEntryId = ? and type = ?.
|
static int |
countByAccountEntryId(long accountEntryId)
Returns the number of commerce channel account entry rels where accountEntryId = ?.
|
static int |
countByC_C_C_T(long classNameId,
long classPK,
long commerceChannelId,
int type)
Returns the number of commerce channel account entry rels where classNameId = ? and classPK = ? and commerceChannelId = ? and type = ?.
|
static int |
countByC_C(long classNameId,
long classPK)
Returns the number of commerce channel account entry rels where classNameId = ? and classPK = ?.
|
static int |
countByC_T(long commerceChannelId,
int type)
Returns the number of commerce channel account entry rels where commerceChannelId = ? and type = ?.
|
static int |
countByCommerceChannelId(long commerceChannelId)
Returns the number of commerce channel account entry rels where commerceChannelId = ?.
|
static long |
countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
static CommerceChannelAccountEntryRel |
create(long commerceChannelAccountEntryRelId)
Creates a new commerce channel account entry rel with the primary key.
|
static CommerceChannelAccountEntryRel |
fetchByA_C_C_C_T(long accountEntryId,
long classNameId,
long classPK,
long commerceChannelId,
int type)
Returns the commerce channel account entry rel where accountEntryId = ? and classNameId = ? and classPK = ? and commerceChannelId = ? and type = ? or returns
null if it could not be found. |
static CommerceChannelAccountEntryRel |
fetchByA_C_C_C_T(long accountEntryId,
long classNameId,
long classPK,
long commerceChannelId,
int type,
boolean useFinderCache)
Returns the commerce channel account entry rel where accountEntryId = ? and classNameId = ? and classPK = ? and commerceChannelId = ? and type = ? or returns
null if it could not be found, optionally using the finder cache. |
static CommerceChannelAccountEntryRel |
fetchByA_C_T_First(long accountEntryId,
long commerceChannelId,
int type,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns the first commerce channel account entry rel in the ordered set where accountEntryId = ? and commerceChannelId = ? and type = ?.
|
static CommerceChannelAccountEntryRel |
fetchByA_C_T_Last(long accountEntryId,
long commerceChannelId,
int type,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns the last commerce channel account entry rel in the ordered set where accountEntryId = ? and commerceChannelId = ? and type = ?.
|
static CommerceChannelAccountEntryRel |
fetchByA_T_First(long accountEntryId,
int type,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns the first commerce channel account entry rel in the ordered set where accountEntryId = ? and type = ?.
|
static CommerceChannelAccountEntryRel |
fetchByA_T_Last(long accountEntryId,
int type,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns the last commerce channel account entry rel in the ordered set where accountEntryId = ? and type = ?.
|
static CommerceChannelAccountEntryRel |
fetchByAccountEntryId_First(long accountEntryId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns the first commerce channel account entry rel in the ordered set where accountEntryId = ?.
|
static CommerceChannelAccountEntryRel |
fetchByAccountEntryId_Last(long accountEntryId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns the last commerce channel account entry rel in the ordered set where accountEntryId = ?.
|
static CommerceChannelAccountEntryRel |
fetchByC_C_C_T_First(long classNameId,
long classPK,
long commerceChannelId,
int type,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns the first commerce channel account entry rel in the ordered set where classNameId = ? and classPK = ? and commerceChannelId = ? and type = ?.
|
static CommerceChannelAccountEntryRel |
fetchByC_C_C_T_Last(long classNameId,
long classPK,
long commerceChannelId,
int type,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns the last commerce channel account entry rel in the ordered set where classNameId = ? and classPK = ? and commerceChannelId = ? and type = ?.
|
static CommerceChannelAccountEntryRel |
fetchByC_C_First(long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns the first commerce channel account entry rel in the ordered set where classNameId = ? and classPK = ?.
|
static CommerceChannelAccountEntryRel |
fetchByC_C_Last(long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns the last commerce channel account entry rel in the ordered set where classNameId = ? and classPK = ?.
|
static CommerceChannelAccountEntryRel |
fetchByC_T_First(long commerceChannelId,
int type,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns the first commerce channel account entry rel in the ordered set where commerceChannelId = ? and type = ?.
|
static CommerceChannelAccountEntryRel |
fetchByC_T_Last(long commerceChannelId,
int type,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns the last commerce channel account entry rel in the ordered set where commerceChannelId = ? and type = ?.
|
static CommerceChannelAccountEntryRel |
fetchByCommerceChannelId_First(long commerceChannelId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns the first commerce channel account entry rel in the ordered set where commerceChannelId = ?.
|
static CommerceChannelAccountEntryRel |
fetchByCommerceChannelId_Last(long commerceChannelId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns the last commerce channel account entry rel in the ordered set where commerceChannelId = ?.
|
static CommerceChannelAccountEntryRel |
fetchByPrimaryKey(long commerceChannelAccountEntryRelId)
Returns the commerce channel account entry rel with the primary key or returns
null if it could not be found. |
static java.util.Map<java.io.Serializable,CommerceChannelAccountEntryRel> |
fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys) |
static java.util.List<CommerceChannelAccountEntryRel> |
findAll()
Returns all the commerce channel account entry rels.
|
static java.util.List<CommerceChannelAccountEntryRel> |
findAll(int start,
int end)
Returns a range of all the commerce channel account entry rels.
|
static java.util.List<CommerceChannelAccountEntryRel> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns an ordered range of all the commerce channel account entry rels.
|
static java.util.List<CommerceChannelAccountEntryRel> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the commerce channel account entry rels.
|
static CommerceChannelAccountEntryRel |
findByA_C_C_C_T(long accountEntryId,
long classNameId,
long classPK,
long commerceChannelId,
int type)
Returns the commerce channel account entry rel where accountEntryId = ? and classNameId = ? and classPK = ? and commerceChannelId = ? and type = ? or throws a
NoSuchChannelAccountEntryRelException if it could not be found. |
static CommerceChannelAccountEntryRel |
findByA_C_T_First(long accountEntryId,
long commerceChannelId,
int type,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns the first commerce channel account entry rel in the ordered set where accountEntryId = ? and commerceChannelId = ? and type = ?.
|
static CommerceChannelAccountEntryRel |
findByA_C_T_Last(long accountEntryId,
long commerceChannelId,
int type,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns the last commerce channel account entry rel in the ordered set where accountEntryId = ? and commerceChannelId = ? and type = ?.
|
static CommerceChannelAccountEntryRel[] |
findByA_C_T_PrevAndNext(long commerceChannelAccountEntryRelId,
long accountEntryId,
long commerceChannelId,
int type,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns the commerce channel account entry rels before and after the current commerce channel account entry rel in the ordered set where accountEntryId = ? and commerceChannelId = ? and type = ?.
|
static java.util.List<CommerceChannelAccountEntryRel> |
findByA_C_T(long accountEntryId,
long commerceChannelId,
int type)
Returns all the commerce channel account entry rels where accountEntryId = ? and commerceChannelId = ? and type = ?.
|
static java.util.List<CommerceChannelAccountEntryRel> |
findByA_C_T(long accountEntryId,
long commerceChannelId,
int type,
int start,
int end)
Returns a range of all the commerce channel account entry rels where accountEntryId = ? and commerceChannelId = ? and type = ?.
|
static java.util.List<CommerceChannelAccountEntryRel> |
findByA_C_T(long accountEntryId,
long commerceChannelId,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns an ordered range of all the commerce channel account entry rels where accountEntryId = ? and commerceChannelId = ? and type = ?.
|
static java.util.List<CommerceChannelAccountEntryRel> |
findByA_C_T(long accountEntryId,
long commerceChannelId,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the commerce channel account entry rels where accountEntryId = ? and commerceChannelId = ? and type = ?.
|
static CommerceChannelAccountEntryRel |
findByA_T_First(long accountEntryId,
int type,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns the first commerce channel account entry rel in the ordered set where accountEntryId = ? and type = ?.
|
static CommerceChannelAccountEntryRel |
findByA_T_Last(long accountEntryId,
int type,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns the last commerce channel account entry rel in the ordered set where accountEntryId = ? and type = ?.
|
static CommerceChannelAccountEntryRel[] |
findByA_T_PrevAndNext(long commerceChannelAccountEntryRelId,
long accountEntryId,
int type,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns the commerce channel account entry rels before and after the current commerce channel account entry rel in the ordered set where accountEntryId = ? and type = ?.
|
static java.util.List<CommerceChannelAccountEntryRel> |
findByA_T(long accountEntryId,
int type)
Returns all the commerce channel account entry rels where accountEntryId = ? and type = ?.
|
static java.util.List<CommerceChannelAccountEntryRel> |
findByA_T(long accountEntryId,
int type,
int start,
int end)
Returns a range of all the commerce channel account entry rels where accountEntryId = ? and type = ?.
|
static java.util.List<CommerceChannelAccountEntryRel> |
findByA_T(long accountEntryId,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns an ordered range of all the commerce channel account entry rels where accountEntryId = ? and type = ?.
|
static java.util.List<CommerceChannelAccountEntryRel> |
findByA_T(long accountEntryId,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the commerce channel account entry rels where accountEntryId = ? and type = ?.
|
static CommerceChannelAccountEntryRel |
findByAccountEntryId_First(long accountEntryId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns the first commerce channel account entry rel in the ordered set where accountEntryId = ?.
|
static CommerceChannelAccountEntryRel |
findByAccountEntryId_Last(long accountEntryId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns the last commerce channel account entry rel in the ordered set where accountEntryId = ?.
|
static CommerceChannelAccountEntryRel[] |
findByAccountEntryId_PrevAndNext(long commerceChannelAccountEntryRelId,
long accountEntryId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns the commerce channel account entry rels before and after the current commerce channel account entry rel in the ordered set where accountEntryId = ?.
|
static java.util.List<CommerceChannelAccountEntryRel> |
findByAccountEntryId(long accountEntryId)
Returns all the commerce channel account entry rels where accountEntryId = ?.
|
static java.util.List<CommerceChannelAccountEntryRel> |
findByAccountEntryId(long accountEntryId,
int start,
int end)
Returns a range of all the commerce channel account entry rels where accountEntryId = ?.
|
static java.util.List<CommerceChannelAccountEntryRel> |
findByAccountEntryId(long accountEntryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns an ordered range of all the commerce channel account entry rels where accountEntryId = ?.
|
static java.util.List<CommerceChannelAccountEntryRel> |
findByAccountEntryId(long accountEntryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the commerce channel account entry rels where accountEntryId = ?.
|
static CommerceChannelAccountEntryRel |
findByC_C_C_T_First(long classNameId,
long classPK,
long commerceChannelId,
int type,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns the first commerce channel account entry rel in the ordered set where classNameId = ? and classPK = ? and commerceChannelId = ? and type = ?.
|
static CommerceChannelAccountEntryRel |
findByC_C_C_T_Last(long classNameId,
long classPK,
long commerceChannelId,
int type,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns the last commerce channel account entry rel in the ordered set where classNameId = ? and classPK = ? and commerceChannelId = ? and type = ?.
|
static CommerceChannelAccountEntryRel[] |
findByC_C_C_T_PrevAndNext(long commerceChannelAccountEntryRelId,
long classNameId,
long classPK,
long commerceChannelId,
int type,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns the commerce channel account entry rels before and after the current commerce channel account entry rel in the ordered set where classNameId = ? and classPK = ? and commerceChannelId = ? and type = ?.
|
static java.util.List<CommerceChannelAccountEntryRel> |
findByC_C_C_T(long classNameId,
long classPK,
long commerceChannelId,
int type)
Returns all the commerce channel account entry rels where classNameId = ? and classPK = ? and commerceChannelId = ? and type = ?.
|
static java.util.List<CommerceChannelAccountEntryRel> |
findByC_C_C_T(long classNameId,
long classPK,
long commerceChannelId,
int type,
int start,
int end)
Returns a range of all the commerce channel account entry rels where classNameId = ? and classPK = ? and commerceChannelId = ? and type = ?.
|
static java.util.List<CommerceChannelAccountEntryRel> |
findByC_C_C_T(long classNameId,
long classPK,
long commerceChannelId,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns an ordered range of all the commerce channel account entry rels where classNameId = ? and classPK = ? and commerceChannelId = ? and type = ?.
|
static java.util.List<CommerceChannelAccountEntryRel> |
findByC_C_C_T(long classNameId,
long classPK,
long commerceChannelId,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the commerce channel account entry rels where classNameId = ? and classPK = ? and commerceChannelId = ? and type = ?.
|
static CommerceChannelAccountEntryRel |
findByC_C_First(long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns the first commerce channel account entry rel in the ordered set where classNameId = ? and classPK = ?.
|
static CommerceChannelAccountEntryRel |
findByC_C_Last(long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns the last commerce channel account entry rel in the ordered set where classNameId = ? and classPK = ?.
|
static CommerceChannelAccountEntryRel[] |
findByC_C_PrevAndNext(long commerceChannelAccountEntryRelId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns the commerce channel account entry rels before and after the current commerce channel account entry rel in the ordered set where classNameId = ? and classPK = ?.
|
static java.util.List<CommerceChannelAccountEntryRel> |
findByC_C(long classNameId,
long classPK)
Returns all the commerce channel account entry rels where classNameId = ? and classPK = ?.
|
static java.util.List<CommerceChannelAccountEntryRel> |
findByC_C(long classNameId,
long classPK,
int start,
int end)
Returns a range of all the commerce channel account entry rels where classNameId = ? and classPK = ?.
|
static java.util.List<CommerceChannelAccountEntryRel> |
findByC_C(long classNameId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns an ordered range of all the commerce channel account entry rels where classNameId = ? and classPK = ?.
|
static java.util.List<CommerceChannelAccountEntryRel> |
findByC_C(long classNameId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the commerce channel account entry rels where classNameId = ? and classPK = ?.
|
static CommerceChannelAccountEntryRel |
findByC_T_First(long commerceChannelId,
int type,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns the first commerce channel account entry rel in the ordered set where commerceChannelId = ? and type = ?.
|
static CommerceChannelAccountEntryRel |
findByC_T_Last(long commerceChannelId,
int type,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns the last commerce channel account entry rel in the ordered set where commerceChannelId = ? and type = ?.
|
static CommerceChannelAccountEntryRel[] |
findByC_T_PrevAndNext(long commerceChannelAccountEntryRelId,
long commerceChannelId,
int type,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns the commerce channel account entry rels before and after the current commerce channel account entry rel in the ordered set where commerceChannelId = ? and type = ?.
|
static java.util.List<CommerceChannelAccountEntryRel> |
findByC_T(long commerceChannelId,
int type)
Returns all the commerce channel account entry rels where commerceChannelId = ? and type = ?.
|
static java.util.List<CommerceChannelAccountEntryRel> |
findByC_T(long commerceChannelId,
int type,
int start,
int end)
Returns a range of all the commerce channel account entry rels where commerceChannelId = ? and type = ?.
|
static java.util.List<CommerceChannelAccountEntryRel> |
findByC_T(long commerceChannelId,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns an ordered range of all the commerce channel account entry rels where commerceChannelId = ? and type = ?.
|
static java.util.List<CommerceChannelAccountEntryRel> |
findByC_T(long commerceChannelId,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the commerce channel account entry rels where commerceChannelId = ? and type = ?.
|
static CommerceChannelAccountEntryRel |
findByCommerceChannelId_First(long commerceChannelId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns the first commerce channel account entry rel in the ordered set where commerceChannelId = ?.
|
static CommerceChannelAccountEntryRel |
findByCommerceChannelId_Last(long commerceChannelId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns the last commerce channel account entry rel in the ordered set where commerceChannelId = ?.
|
static CommerceChannelAccountEntryRel[] |
findByCommerceChannelId_PrevAndNext(long commerceChannelAccountEntryRelId,
long commerceChannelId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns the commerce channel account entry rels before and after the current commerce channel account entry rel in the ordered set where commerceChannelId = ?.
|
static java.util.List<CommerceChannelAccountEntryRel> |
findByCommerceChannelId(long commerceChannelId)
Returns all the commerce channel account entry rels where commerceChannelId = ?.
|
static java.util.List<CommerceChannelAccountEntryRel> |
findByCommerceChannelId(long commerceChannelId,
int start,
int end)
Returns a range of all the commerce channel account entry rels where commerceChannelId = ?.
|
static java.util.List<CommerceChannelAccountEntryRel> |
findByCommerceChannelId(long commerceChannelId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns an ordered range of all the commerce channel account entry rels where commerceChannelId = ?.
|
static java.util.List<CommerceChannelAccountEntryRel> |
findByCommerceChannelId(long commerceChannelId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the commerce channel account entry rels where commerceChannelId = ?.
|
static CommerceChannelAccountEntryRel |
findByPrimaryKey(long commerceChannelAccountEntryRelId)
Returns the commerce channel account entry rel with the primary key or throws a
NoSuchChannelAccountEntryRelException if it could not be found. |
static java.util.List<CommerceChannelAccountEntryRel> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
static java.util.List<CommerceChannelAccountEntryRel> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end) |
static java.util.List<CommerceChannelAccountEntryRel> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) |
static CommerceChannelAccountEntryRelPersistence |
getPersistence() |
static CommerceChannelAccountEntryRel |
remove(long commerceChannelAccountEntryRelId)
Removes the commerce channel account entry rel with the primary key from the database.
|
static void |
removeAll()
Removes all the commerce channel account entry rels from the database.
|
static CommerceChannelAccountEntryRel |
removeByA_C_C_C_T(long accountEntryId,
long classNameId,
long classPK,
long commerceChannelId,
int type)
Removes the commerce channel account entry rel where accountEntryId = ? and classNameId = ? and classPK = ? and commerceChannelId = ? and type = ? from the database.
|
static void |
removeByA_C_T(long accountEntryId,
long commerceChannelId,
int type)
Removes all the commerce channel account entry rels where accountEntryId = ? and commerceChannelId = ? and type = ? from the database.
|
static void |
removeByA_T(long accountEntryId,
int type)
Removes all the commerce channel account entry rels where accountEntryId = ? and type = ? from the database.
|
static void |
removeByAccountEntryId(long accountEntryId)
Removes all the commerce channel account entry rels where accountEntryId = ? from the database.
|
static void |
removeByC_C_C_T(long classNameId,
long classPK,
long commerceChannelId,
int type)
Removes all the commerce channel account entry rels where classNameId = ? and classPK = ? and commerceChannelId = ? and type = ? from the database.
|
static void |
removeByC_C(long classNameId,
long classPK)
Removes all the commerce channel account entry rels where classNameId = ? and classPK = ? from the database.
|
static void |
removeByC_T(long commerceChannelId,
int type)
Removes all the commerce channel account entry rels where commerceChannelId = ? and type = ? from the database.
|
static void |
removeByCommerceChannelId(long commerceChannelId)
Removes all the commerce channel account entry rels where commerceChannelId = ? from the database.
|
static void |
setPersistence(CommerceChannelAccountEntryRelPersistence persistence) |
static CommerceChannelAccountEntryRel |
update(CommerceChannelAccountEntryRel commerceChannelAccountEntryRel) |
static CommerceChannelAccountEntryRel |
update(CommerceChannelAccountEntryRel commerceChannelAccountEntryRel,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static CommerceChannelAccountEntryRel |
updateImpl(CommerceChannelAccountEntryRel commerceChannelAccountEntryRel) |
public static void clearCache()
BasePersistence.clearCache()
public static void clearCache(CommerceChannelAccountEntryRel commerceChannelAccountEntryRel)
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,CommerceChannelAccountEntryRel> fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys)
BasePersistence.fetchByPrimaryKeys(Set)
public static java.util.List<CommerceChannelAccountEntryRel> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
BasePersistence.findWithDynamicQuery(DynamicQuery)
public static java.util.List<CommerceChannelAccountEntryRel> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static java.util.List<CommerceChannelAccountEntryRel> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static CommerceChannelAccountEntryRel update(CommerceChannelAccountEntryRel commerceChannelAccountEntryRel)
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
public static CommerceChannelAccountEntryRel update(CommerceChannelAccountEntryRel commerceChannelAccountEntryRel, com.liferay.portal.kernel.service.ServiceContext serviceContext)
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
public static java.util.List<CommerceChannelAccountEntryRel> findByAccountEntryId(long accountEntryId)
accountEntryId
- the account entry IDpublic static java.util.List<CommerceChannelAccountEntryRel> findByAccountEntryId(long accountEntryId, 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 CommerceChannelAccountEntryRelModelImpl
.
accountEntryId
- the account entry IDstart
- the lower bound of the range of commerce channel account entry relsend
- the upper bound of the range of commerce channel account entry rels (not inclusive)public static java.util.List<CommerceChannelAccountEntryRel> findByAccountEntryId(long accountEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> 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 CommerceChannelAccountEntryRelModelImpl
.
accountEntryId
- the account entry IDstart
- the lower bound of the range of commerce channel account entry relsend
- the upper bound of the range of commerce channel account entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<CommerceChannelAccountEntryRel> findByAccountEntryId(long accountEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> 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 CommerceChannelAccountEntryRelModelImpl
.
accountEntryId
- the account entry IDstart
- the lower bound of the range of commerce channel account entry relsend
- the upper bound of the range of commerce channel account entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static CommerceChannelAccountEntryRel findByAccountEntryId_First(long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException
accountEntryId
- the account entry IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchChannelAccountEntryRelException
- if a matching commerce channel account entry rel could not be foundpublic static CommerceChannelAccountEntryRel fetchByAccountEntryId_First(long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
accountEntryId
- the account entry IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce channel account entry rel could not be foundpublic static CommerceChannelAccountEntryRel findByAccountEntryId_Last(long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException
accountEntryId
- the account entry IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchChannelAccountEntryRelException
- if a matching commerce channel account entry rel could not be foundpublic static CommerceChannelAccountEntryRel fetchByAccountEntryId_Last(long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
accountEntryId
- the account entry IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce channel account entry rel could not be foundpublic static CommerceChannelAccountEntryRel[] findByAccountEntryId_PrevAndNext(long commerceChannelAccountEntryRelId, long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException
commerceChannelAccountEntryRelId
- the primary key of the current commerce channel account entry relaccountEntryId
- the account entry IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchChannelAccountEntryRelException
- if a commerce channel account entry rel with the primary key could not be foundpublic static void removeByAccountEntryId(long accountEntryId)
accountEntryId
- the account entry IDpublic static int countByAccountEntryId(long accountEntryId)
accountEntryId
- the account entry IDpublic static java.util.List<CommerceChannelAccountEntryRel> findByCommerceChannelId(long commerceChannelId)
commerceChannelId
- the commerce channel IDpublic static java.util.List<CommerceChannelAccountEntryRel> findByCommerceChannelId(long commerceChannelId, 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 CommerceChannelAccountEntryRelModelImpl
.
commerceChannelId
- the commerce channel IDstart
- the lower bound of the range of commerce channel account entry relsend
- the upper bound of the range of commerce channel account entry rels (not inclusive)public static java.util.List<CommerceChannelAccountEntryRel> findByCommerceChannelId(long commerceChannelId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> 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 CommerceChannelAccountEntryRelModelImpl
.
commerceChannelId
- the commerce channel IDstart
- the lower bound of the range of commerce channel account entry relsend
- the upper bound of the range of commerce channel account entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<CommerceChannelAccountEntryRel> findByCommerceChannelId(long commerceChannelId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> 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 CommerceChannelAccountEntryRelModelImpl
.
commerceChannelId
- the commerce channel IDstart
- the lower bound of the range of commerce channel account entry relsend
- the upper bound of the range of commerce channel account entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static CommerceChannelAccountEntryRel findByCommerceChannelId_First(long commerceChannelId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException
commerceChannelId
- the commerce channel IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchChannelAccountEntryRelException
- if a matching commerce channel account entry rel could not be foundpublic static CommerceChannelAccountEntryRel fetchByCommerceChannelId_First(long commerceChannelId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
commerceChannelId
- the commerce channel IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce channel account entry rel could not be foundpublic static CommerceChannelAccountEntryRel findByCommerceChannelId_Last(long commerceChannelId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException
commerceChannelId
- the commerce channel IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchChannelAccountEntryRelException
- if a matching commerce channel account entry rel could not be foundpublic static CommerceChannelAccountEntryRel fetchByCommerceChannelId_Last(long commerceChannelId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
commerceChannelId
- the commerce channel IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce channel account entry rel could not be foundpublic static CommerceChannelAccountEntryRel[] findByCommerceChannelId_PrevAndNext(long commerceChannelAccountEntryRelId, long commerceChannelId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException
commerceChannelAccountEntryRelId
- the primary key of the current commerce channel account entry relcommerceChannelId
- the commerce channel IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchChannelAccountEntryRelException
- if a commerce channel account entry rel with the primary key could not be foundpublic static void removeByCommerceChannelId(long commerceChannelId)
commerceChannelId
- the commerce channel IDpublic static int countByCommerceChannelId(long commerceChannelId)
commerceChannelId
- the commerce channel IDpublic static java.util.List<CommerceChannelAccountEntryRel> findByA_T(long accountEntryId, int type)
accountEntryId
- the account entry IDtype
- the typepublic static java.util.List<CommerceChannelAccountEntryRel> findByA_T(long accountEntryId, int type, 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 CommerceChannelAccountEntryRelModelImpl
.
accountEntryId
- the account entry IDtype
- the typestart
- the lower bound of the range of commerce channel account entry relsend
- the upper bound of the range of commerce channel account entry rels (not inclusive)public static java.util.List<CommerceChannelAccountEntryRel> findByA_T(long accountEntryId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> 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 CommerceChannelAccountEntryRelModelImpl
.
accountEntryId
- the account entry IDtype
- the typestart
- the lower bound of the range of commerce channel account entry relsend
- the upper bound of the range of commerce channel account entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<CommerceChannelAccountEntryRel> findByA_T(long accountEntryId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> 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 CommerceChannelAccountEntryRelModelImpl
.
accountEntryId
- the account entry IDtype
- the typestart
- the lower bound of the range of commerce channel account entry relsend
- the upper bound of the range of commerce channel account entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static CommerceChannelAccountEntryRel findByA_T_First(long accountEntryId, int type, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException
accountEntryId
- the account entry IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchChannelAccountEntryRelException
- if a matching commerce channel account entry rel could not be foundpublic static CommerceChannelAccountEntryRel fetchByA_T_First(long accountEntryId, int type, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
accountEntryId
- the account entry IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce channel account entry rel could not be foundpublic static CommerceChannelAccountEntryRel findByA_T_Last(long accountEntryId, int type, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException
accountEntryId
- the account entry IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchChannelAccountEntryRelException
- if a matching commerce channel account entry rel could not be foundpublic static CommerceChannelAccountEntryRel fetchByA_T_Last(long accountEntryId, int type, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
accountEntryId
- the account entry IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce channel account entry rel could not be foundpublic static CommerceChannelAccountEntryRel[] findByA_T_PrevAndNext(long commerceChannelAccountEntryRelId, long accountEntryId, int type, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException
commerceChannelAccountEntryRelId
- the primary key of the current commerce channel account entry relaccountEntryId
- the account entry IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchChannelAccountEntryRelException
- if a commerce channel account entry rel with the primary key could not be foundpublic static void removeByA_T(long accountEntryId, int type)
accountEntryId
- the account entry IDtype
- the typepublic static int countByA_T(long accountEntryId, int type)
accountEntryId
- the account entry IDtype
- the typepublic static java.util.List<CommerceChannelAccountEntryRel> findByC_C(long classNameId, long classPK)
classNameId
- the class name IDclassPK
- the class pkpublic static java.util.List<CommerceChannelAccountEntryRel> findByC_C(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 CommerceChannelAccountEntryRelModelImpl
.
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of commerce channel account entry relsend
- the upper bound of the range of commerce channel account entry rels (not inclusive)public static java.util.List<CommerceChannelAccountEntryRel> findByC_C(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> 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 CommerceChannelAccountEntryRelModelImpl
.
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of commerce channel account entry relsend
- the upper bound of the range of commerce channel account entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<CommerceChannelAccountEntryRel> findByC_C(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> 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 CommerceChannelAccountEntryRelModelImpl
.
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of commerce channel account entry relsend
- the upper bound of the range of commerce channel account entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static CommerceChannelAccountEntryRel findByC_C_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchChannelAccountEntryRelException
- if a matching commerce channel account entry rel could not be foundpublic static CommerceChannelAccountEntryRel fetchByC_C_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce channel account entry rel could not be foundpublic static CommerceChannelAccountEntryRel findByC_C_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchChannelAccountEntryRelException
- if a matching commerce channel account entry rel could not be foundpublic static CommerceChannelAccountEntryRel fetchByC_C_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce channel account entry rel could not be foundpublic static CommerceChannelAccountEntryRel[] findByC_C_PrevAndNext(long commerceChannelAccountEntryRelId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException
commerceChannelAccountEntryRelId
- the primary key of the current commerce channel account entry relclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchChannelAccountEntryRelException
- if a commerce channel account entry rel with the primary key could not be foundpublic static void removeByC_C(long classNameId, long classPK)
classNameId
- the class name IDclassPK
- the class pkpublic static int countByC_C(long classNameId, long classPK)
classNameId
- the class name IDclassPK
- the class pkpublic static java.util.List<CommerceChannelAccountEntryRel> findByC_T(long commerceChannelId, int type)
commerceChannelId
- the commerce channel IDtype
- the typepublic static java.util.List<CommerceChannelAccountEntryRel> findByC_T(long commerceChannelId, int type, 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 CommerceChannelAccountEntryRelModelImpl
.
commerceChannelId
- the commerce channel IDtype
- the typestart
- the lower bound of the range of commerce channel account entry relsend
- the upper bound of the range of commerce channel account entry rels (not inclusive)public static java.util.List<CommerceChannelAccountEntryRel> findByC_T(long commerceChannelId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> 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 CommerceChannelAccountEntryRelModelImpl
.
commerceChannelId
- the commerce channel IDtype
- the typestart
- the lower bound of the range of commerce channel account entry relsend
- the upper bound of the range of commerce channel account entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<CommerceChannelAccountEntryRel> findByC_T(long commerceChannelId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> 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 CommerceChannelAccountEntryRelModelImpl
.
commerceChannelId
- the commerce channel IDtype
- the typestart
- the lower bound of the range of commerce channel account entry relsend
- the upper bound of the range of commerce channel account entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static CommerceChannelAccountEntryRel findByC_T_First(long commerceChannelId, int type, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException
commerceChannelId
- the commerce channel IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchChannelAccountEntryRelException
- if a matching commerce channel account entry rel could not be foundpublic static CommerceChannelAccountEntryRel fetchByC_T_First(long commerceChannelId, int type, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
commerceChannelId
- the commerce channel IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce channel account entry rel could not be foundpublic static CommerceChannelAccountEntryRel findByC_T_Last(long commerceChannelId, int type, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException
commerceChannelId
- the commerce channel IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchChannelAccountEntryRelException
- if a matching commerce channel account entry rel could not be foundpublic static CommerceChannelAccountEntryRel fetchByC_T_Last(long commerceChannelId, int type, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
commerceChannelId
- the commerce channel IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce channel account entry rel could not be foundpublic static CommerceChannelAccountEntryRel[] findByC_T_PrevAndNext(long commerceChannelAccountEntryRelId, long commerceChannelId, int type, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException
commerceChannelAccountEntryRelId
- the primary key of the current commerce channel account entry relcommerceChannelId
- the commerce channel IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchChannelAccountEntryRelException
- if a commerce channel account entry rel with the primary key could not be foundpublic static void removeByC_T(long commerceChannelId, int type)
commerceChannelId
- the commerce channel IDtype
- the typepublic static int countByC_T(long commerceChannelId, int type)
commerceChannelId
- the commerce channel IDtype
- the typepublic static java.util.List<CommerceChannelAccountEntryRel> findByA_C_T(long accountEntryId, long commerceChannelId, int type)
accountEntryId
- the account entry IDcommerceChannelId
- the commerce channel IDtype
- the typepublic static java.util.List<CommerceChannelAccountEntryRel> findByA_C_T(long accountEntryId, long commerceChannelId, int type, 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 CommerceChannelAccountEntryRelModelImpl
.
accountEntryId
- the account entry IDcommerceChannelId
- the commerce channel IDtype
- the typestart
- the lower bound of the range of commerce channel account entry relsend
- the upper bound of the range of commerce channel account entry rels (not inclusive)public static java.util.List<CommerceChannelAccountEntryRel> findByA_C_T(long accountEntryId, long commerceChannelId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> 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 CommerceChannelAccountEntryRelModelImpl
.
accountEntryId
- the account entry IDcommerceChannelId
- the commerce channel IDtype
- the typestart
- the lower bound of the range of commerce channel account entry relsend
- the upper bound of the range of commerce channel account entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<CommerceChannelAccountEntryRel> findByA_C_T(long accountEntryId, long commerceChannelId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> 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 CommerceChannelAccountEntryRelModelImpl
.
accountEntryId
- the account entry IDcommerceChannelId
- the commerce channel IDtype
- the typestart
- the lower bound of the range of commerce channel account entry relsend
- the upper bound of the range of commerce channel account entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static CommerceChannelAccountEntryRel findByA_C_T_First(long accountEntryId, long commerceChannelId, int type, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException
accountEntryId
- the account entry IDcommerceChannelId
- the commerce channel IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchChannelAccountEntryRelException
- if a matching commerce channel account entry rel could not be foundpublic static CommerceChannelAccountEntryRel fetchByA_C_T_First(long accountEntryId, long commerceChannelId, int type, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
accountEntryId
- the account entry IDcommerceChannelId
- the commerce channel IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce channel account entry rel could not be foundpublic static CommerceChannelAccountEntryRel findByA_C_T_Last(long accountEntryId, long commerceChannelId, int type, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException
accountEntryId
- the account entry IDcommerceChannelId
- the commerce channel IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchChannelAccountEntryRelException
- if a matching commerce channel account entry rel could not be foundpublic static CommerceChannelAccountEntryRel fetchByA_C_T_Last(long accountEntryId, long commerceChannelId, int type, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
accountEntryId
- the account entry IDcommerceChannelId
- the commerce channel IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce channel account entry rel could not be foundpublic static CommerceChannelAccountEntryRel[] findByA_C_T_PrevAndNext(long commerceChannelAccountEntryRelId, long accountEntryId, long commerceChannelId, int type, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException
commerceChannelAccountEntryRelId
- the primary key of the current commerce channel account entry relaccountEntryId
- the account entry IDcommerceChannelId
- the commerce channel IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchChannelAccountEntryRelException
- if a commerce channel account entry rel with the primary key could not be foundpublic static void removeByA_C_T(long accountEntryId, long commerceChannelId, int type)
accountEntryId
- the account entry IDcommerceChannelId
- the commerce channel IDtype
- the typepublic static int countByA_C_T(long accountEntryId, long commerceChannelId, int type)
accountEntryId
- the account entry IDcommerceChannelId
- the commerce channel IDtype
- the typepublic static java.util.List<CommerceChannelAccountEntryRel> findByC_C_C_T(long classNameId, long classPK, long commerceChannelId, int type)
classNameId
- the class name IDclassPK
- the class pkcommerceChannelId
- the commerce channel IDtype
- the typepublic static java.util.List<CommerceChannelAccountEntryRel> findByC_C_C_T(long classNameId, long classPK, long commerceChannelId, int type, 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 CommerceChannelAccountEntryRelModelImpl
.
classNameId
- the class name IDclassPK
- the class pkcommerceChannelId
- the commerce channel IDtype
- the typestart
- the lower bound of the range of commerce channel account entry relsend
- the upper bound of the range of commerce channel account entry rels (not inclusive)public static java.util.List<CommerceChannelAccountEntryRel> findByC_C_C_T(long classNameId, long classPK, long commerceChannelId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> 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 CommerceChannelAccountEntryRelModelImpl
.
classNameId
- the class name IDclassPK
- the class pkcommerceChannelId
- the commerce channel IDtype
- the typestart
- the lower bound of the range of commerce channel account entry relsend
- the upper bound of the range of commerce channel account entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<CommerceChannelAccountEntryRel> findByC_C_C_T(long classNameId, long classPK, long commerceChannelId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> 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 CommerceChannelAccountEntryRelModelImpl
.
classNameId
- the class name IDclassPK
- the class pkcommerceChannelId
- the commerce channel IDtype
- the typestart
- the lower bound of the range of commerce channel account entry relsend
- the upper bound of the range of commerce channel account entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static CommerceChannelAccountEntryRel findByC_C_C_T_First(long classNameId, long classPK, long commerceChannelId, int type, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException
classNameId
- the class name IDclassPK
- the class pkcommerceChannelId
- the commerce channel IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchChannelAccountEntryRelException
- if a matching commerce channel account entry rel could not be foundpublic static CommerceChannelAccountEntryRel fetchByC_C_C_T_First(long classNameId, long classPK, long commerceChannelId, int type, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
classNameId
- the class name IDclassPK
- the class pkcommerceChannelId
- the commerce channel IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce channel account entry rel could not be foundpublic static CommerceChannelAccountEntryRel findByC_C_C_T_Last(long classNameId, long classPK, long commerceChannelId, int type, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException
classNameId
- the class name IDclassPK
- the class pkcommerceChannelId
- the commerce channel IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchChannelAccountEntryRelException
- if a matching commerce channel account entry rel could not be foundpublic static CommerceChannelAccountEntryRel fetchByC_C_C_T_Last(long classNameId, long classPK, long commerceChannelId, int type, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
classNameId
- the class name IDclassPK
- the class pkcommerceChannelId
- the commerce channel IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce channel account entry rel could not be foundpublic static CommerceChannelAccountEntryRel[] findByC_C_C_T_PrevAndNext(long commerceChannelAccountEntryRelId, long classNameId, long classPK, long commerceChannelId, int type, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException
commerceChannelAccountEntryRelId
- the primary key of the current commerce channel account entry relclassNameId
- the class name IDclassPK
- the class pkcommerceChannelId
- the commerce channel IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchChannelAccountEntryRelException
- if a commerce channel account entry rel with the primary key could not be foundpublic static void removeByC_C_C_T(long classNameId, long classPK, long commerceChannelId, int type)
classNameId
- the class name IDclassPK
- the class pkcommerceChannelId
- the commerce channel IDtype
- the typepublic static int countByC_C_C_T(long classNameId, long classPK, long commerceChannelId, int type)
classNameId
- the class name IDclassPK
- the class pkcommerceChannelId
- the commerce channel IDtype
- the typepublic static CommerceChannelAccountEntryRel findByA_C_C_C_T(long accountEntryId, long classNameId, long classPK, long commerceChannelId, int type) throws NoSuchChannelAccountEntryRelException
NoSuchChannelAccountEntryRelException
if it could not be found.accountEntryId
- the account entry IDclassNameId
- the class name IDclassPK
- the class pkcommerceChannelId
- the commerce channel IDtype
- the typeNoSuchChannelAccountEntryRelException
- if a matching commerce channel account entry rel could not be foundpublic static CommerceChannelAccountEntryRel fetchByA_C_C_C_T(long accountEntryId, long classNameId, long classPK, long commerceChannelId, int type)
null
if it could not be found. Uses the finder cache.accountEntryId
- the account entry IDclassNameId
- the class name IDclassPK
- the class pkcommerceChannelId
- the commerce channel IDtype
- the typenull
if a matching commerce channel account entry rel could not be foundpublic static CommerceChannelAccountEntryRel fetchByA_C_C_C_T(long accountEntryId, long classNameId, long classPK, long commerceChannelId, int type, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.accountEntryId
- the account entry IDclassNameId
- the class name IDclassPK
- the class pkcommerceChannelId
- the commerce channel IDtype
- the typeuseFinderCache
- whether to use the finder cachenull
if a matching commerce channel account entry rel could not be foundpublic static CommerceChannelAccountEntryRel removeByA_C_C_C_T(long accountEntryId, long classNameId, long classPK, long commerceChannelId, int type) throws NoSuchChannelAccountEntryRelException
accountEntryId
- the account entry IDclassNameId
- the class name IDclassPK
- the class pkcommerceChannelId
- the commerce channel IDtype
- the typeNoSuchChannelAccountEntryRelException
public static int countByA_C_C_C_T(long accountEntryId, long classNameId, long classPK, long commerceChannelId, int type)
accountEntryId
- the account entry IDclassNameId
- the class name IDclassPK
- the class pkcommerceChannelId
- the commerce channel IDtype
- the typepublic static void cacheResult(CommerceChannelAccountEntryRel commerceChannelAccountEntryRel)
commerceChannelAccountEntryRel
- the commerce channel account entry relpublic static void cacheResult(java.util.List<CommerceChannelAccountEntryRel> commerceChannelAccountEntryRels)
commerceChannelAccountEntryRels
- the commerce channel account entry relspublic static CommerceChannelAccountEntryRel create(long commerceChannelAccountEntryRelId)
commerceChannelAccountEntryRelId
- the primary key for the new commerce channel account entry relpublic static CommerceChannelAccountEntryRel remove(long commerceChannelAccountEntryRelId) throws NoSuchChannelAccountEntryRelException
commerceChannelAccountEntryRelId
- the primary key of the commerce channel account entry relNoSuchChannelAccountEntryRelException
- if a commerce channel account entry rel with the primary key could not be foundpublic static CommerceChannelAccountEntryRel updateImpl(CommerceChannelAccountEntryRel commerceChannelAccountEntryRel)
public static CommerceChannelAccountEntryRel findByPrimaryKey(long commerceChannelAccountEntryRelId) throws NoSuchChannelAccountEntryRelException
NoSuchChannelAccountEntryRelException
if it could not be found.commerceChannelAccountEntryRelId
- the primary key of the commerce channel account entry relNoSuchChannelAccountEntryRelException
- if a commerce channel account entry rel with the primary key could not be foundpublic static CommerceChannelAccountEntryRel fetchByPrimaryKey(long commerceChannelAccountEntryRelId)
null
if it could not be found.commerceChannelAccountEntryRelId
- the primary key of the commerce channel account entry relnull
if a commerce channel account entry rel with the primary key could not be foundpublic static java.util.List<CommerceChannelAccountEntryRel> findAll()
public static java.util.List<CommerceChannelAccountEntryRel> 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 CommerceChannelAccountEntryRelModelImpl
.
start
- the lower bound of the range of commerce channel account entry relsend
- the upper bound of the range of commerce channel account entry rels (not inclusive)public static java.util.List<CommerceChannelAccountEntryRel> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> 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 CommerceChannelAccountEntryRelModelImpl
.
start
- the lower bound of the range of commerce channel account entry relsend
- the upper bound of the range of commerce channel account entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<CommerceChannelAccountEntryRel> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> 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 CommerceChannelAccountEntryRelModelImpl
.
start
- the lower bound of the range of commerce channel account entry relsend
- the upper bound of the range of commerce channel account entry rels (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 CommerceChannelAccountEntryRelPersistence getPersistence()
public static void setPersistence(CommerceChannelAccountEntryRelPersistence persistence)