Class CommerceChannelAccountEntryRelUtil
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
- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
cacheResult
(CommerceChannelAccountEntryRel commerceChannelAccountEntryRel) Caches the commerce channel account entry rel in the entity cache if it is enabled.static void
cacheResult
(List<CommerceChannelAccountEntryRel> commerceChannelAccountEntryRels) Caches the commerce channel account entry rels in the entity cache if it is enabled.static void
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
(long classNameId, long classPK) Returns the number of commerce channel account entry rels where classNameId = ? and classPK = ?.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_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) create
(long commerceChannelAccountEntryRelId) Creates a new commerce channel account entry rel with the primary key.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 returnsnull
if it could not be found.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 returnsnull
if it could not be found, optionally using the finder cache.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.fetchByPrimaryKey
(long commerceChannelAccountEntryRelId) Returns the commerce channel account entry rel with the primary key or returnsnull
if it could not be found.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) static List<CommerceChannelAccountEntryRel>
findAll()
Returns all the commerce channel account entry rels.static List<CommerceChannelAccountEntryRel>
findAll
(int start, int end) Returns a range of all the commerce channel account entry rels.static 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 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.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 aNoSuchChannelAccountEntryRelException
if it could not be found.static 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 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 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 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 = ?.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 = ?.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 List<CommerceChannelAccountEntryRel>
findByA_T
(long accountEntryId, int type) Returns all the commerce channel account entry rels where accountEntryId = ? and type = ?.static 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 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 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 = ?.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 = ?.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 List<CommerceChannelAccountEntryRel>
findByAccountEntryId
(long accountEntryId) Returns all the commerce channel account entry rels where accountEntryId = ?.static List<CommerceChannelAccountEntryRel>
findByAccountEntryId
(long accountEntryId, int start, int end) Returns a range of all the commerce channel account entry rels where accountEntryId = ?.static 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 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 = ?.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 = ?.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 List<CommerceChannelAccountEntryRel>
findByC_C
(long classNameId, long classPK) Returns all the commerce channel account entry rels where classNameId = ? and classPK = ?.static 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 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 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 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 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 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 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 = ?.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 = ?.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 = ?.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 = ?.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 List<CommerceChannelAccountEntryRel>
findByC_T
(long commerceChannelId, int type) Returns all the commerce channel account entry rels where commerceChannelId = ? and type = ?.static 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 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 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 = ?.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 = ?.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 List<CommerceChannelAccountEntryRel>
findByCommerceChannelId
(long commerceChannelId) Returns all the commerce channel account entry rels where commerceChannelId = ?.static List<CommerceChannelAccountEntryRel>
findByCommerceChannelId
(long commerceChannelId, int start, int end) Returns a range of all the commerce channel account entry rels where commerceChannelId = ?.static 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 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 = ?.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 = ?.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 = ?.findByPrimaryKey
(long commerceChannelAccountEntryRelId) Returns the commerce channel account entry rel with the primary key or throws aNoSuchChannelAccountEntryRelException
if it could not be found.static List<CommerceChannelAccountEntryRel>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static List<CommerceChannelAccountEntryRel>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) static List<CommerceChannelAccountEntryRel>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) remove
(long commerceChannelAccountEntryRelId) Removes the commerce channel account entry rel with the primary key from the database.static void
Removes all the commerce channel account entry rels from the database.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
(long classNameId, long classPK) Removes all the commerce channel account entry rels where classNameId = ? and classPK = ? 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_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) update
(CommerceChannelAccountEntryRel commerceChannelAccountEntryRel) update
(CommerceChannelAccountEntryRel commerceChannelAccountEntryRel, com.liferay.portal.kernel.service.ServiceContext serviceContext) updateImpl
(CommerceChannelAccountEntryRel commerceChannelAccountEntryRel)
-
Constructor Details
-
CommerceChannelAccountEntryRelUtil
public CommerceChannelAccountEntryRelUtil()
-
-
Method Details
-
clearCache
public static void clearCache()- See Also:
-
BasePersistence.clearCache()
-
clearCache
- See Also:
-
BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
-
countWithDynamicQuery
public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.countWithDynamicQuery(DynamicQuery)
-
fetchByPrimaryKeys
public static Map<Serializable,CommerceChannelAccountEntryRel> fetchByPrimaryKeys(Set<Serializable> primaryKeys) - See Also:
-
BasePersistence.fetchByPrimaryKeys(Set)
-
findWithDynamicQuery
public static List<CommerceChannelAccountEntryRel> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery)
-
findWithDynamicQuery
public static List<CommerceChannelAccountEntryRel> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
-
findWithDynamicQuery
public static List<CommerceChannelAccountEntryRel> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
-
update
public static CommerceChannelAccountEntryRel update(CommerceChannelAccountEntryRel commerceChannelAccountEntryRel) - See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
-
update
public static CommerceChannelAccountEntryRel update(CommerceChannelAccountEntryRel commerceChannelAccountEntryRel, com.liferay.portal.kernel.service.ServiceContext serviceContext) - See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
-
findByAccountEntryId
Returns all the commerce channel account entry rels where accountEntryId = ?.- Parameters:
accountEntryId
- the account entry ID- Returns:
- the matching commerce channel account entry rels
-
findByAccountEntryId
public static List<CommerceChannelAccountEntryRel> findByAccountEntryId(long accountEntryId, int start, int end) Returns a range of all the commerce channel account entry rels where accountEntryId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceChannelAccountEntryRelModelImpl
.- Parameters:
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)- Returns:
- the range of matching commerce channel account entry rels
-
findByAccountEntryId
public static 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceChannelAccountEntryRelModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching commerce channel account entry rels
-
findByAccountEntryId
public static 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceChannelAccountEntryRelModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching commerce channel account entry rels
-
findByAccountEntryId_First
public static CommerceChannelAccountEntryRel findByAccountEntryId_First(long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException Returns the first commerce channel account entry rel in the ordered set where accountEntryId = ?.- Parameters:
accountEntryId
- the account entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce channel account entry rel
- Throws:
NoSuchChannelAccountEntryRelException
- if a matching commerce channel account entry rel could not be foundNoSuchChannelAccountEntryRelException
-
fetchByAccountEntryId_First
public 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 = ?.- Parameters:
accountEntryId
- the account entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce channel account entry rel, or
null
if a matching commerce channel account entry rel could not be found
-
findByAccountEntryId_Last
public static CommerceChannelAccountEntryRel findByAccountEntryId_Last(long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException Returns the last commerce channel account entry rel in the ordered set where accountEntryId = ?.- Parameters:
accountEntryId
- the account entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce channel account entry rel
- Throws:
NoSuchChannelAccountEntryRelException
- if a matching commerce channel account entry rel could not be foundNoSuchChannelAccountEntryRelException
-
fetchByAccountEntryId_Last
public 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 = ?.- Parameters:
accountEntryId
- the account entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce channel account entry rel, or
null
if a matching commerce channel account entry rel could not be found
-
findByAccountEntryId_PrevAndNext
public static CommerceChannelAccountEntryRel[] findByAccountEntryId_PrevAndNext(long commerceChannelAccountEntryRelId, long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException Returns the commerce channel account entry rels before and after the current commerce channel account entry rel in the ordered set where accountEntryId = ?.- Parameters:
commerceChannelAccountEntryRelId
- the primary key of the current commerce channel account entry relaccountEntryId
- the account entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next commerce channel account entry rel
- Throws:
NoSuchChannelAccountEntryRelException
- if a commerce channel account entry rel with the primary key could not be foundNoSuchChannelAccountEntryRelException
-
removeByAccountEntryId
public static void removeByAccountEntryId(long accountEntryId) Removes all the commerce channel account entry rels where accountEntryId = ? from the database.- Parameters:
accountEntryId
- the account entry ID
-
countByAccountEntryId
public static int countByAccountEntryId(long accountEntryId) Returns the number of commerce channel account entry rels where accountEntryId = ?.- Parameters:
accountEntryId
- the account entry ID- Returns:
- the number of matching commerce channel account entry rels
-
findByCommerceChannelId
Returns all the commerce channel account entry rels where commerceChannelId = ?.- Parameters:
commerceChannelId
- the commerce channel ID- Returns:
- the matching commerce channel account entry rels
-
findByCommerceChannelId
public static List<CommerceChannelAccountEntryRel> findByCommerceChannelId(long commerceChannelId, int start, int end) Returns a range of all the commerce channel account entry rels where commerceChannelId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceChannelAccountEntryRelModelImpl
.- Parameters:
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)- Returns:
- the range of matching commerce channel account entry rels
-
findByCommerceChannelId
public static 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceChannelAccountEntryRelModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching commerce channel account entry rels
-
findByCommerceChannelId
public static 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceChannelAccountEntryRelModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching commerce channel account entry rels
-
findByCommerceChannelId_First
public static CommerceChannelAccountEntryRel findByCommerceChannelId_First(long commerceChannelId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException Returns the first commerce channel account entry rel in the ordered set where commerceChannelId = ?.- Parameters:
commerceChannelId
- the commerce channel IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce channel account entry rel
- Throws:
NoSuchChannelAccountEntryRelException
- if a matching commerce channel account entry rel could not be foundNoSuchChannelAccountEntryRelException
-
fetchByCommerceChannelId_First
public 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 = ?.- Parameters:
commerceChannelId
- the commerce channel IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce channel account entry rel, or
null
if a matching commerce channel account entry rel could not be found
-
findByCommerceChannelId_Last
public static CommerceChannelAccountEntryRel findByCommerceChannelId_Last(long commerceChannelId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException Returns the last commerce channel account entry rel in the ordered set where commerceChannelId = ?.- Parameters:
commerceChannelId
- the commerce channel IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce channel account entry rel
- Throws:
NoSuchChannelAccountEntryRelException
- if a matching commerce channel account entry rel could not be foundNoSuchChannelAccountEntryRelException
-
fetchByCommerceChannelId_Last
public 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 = ?.- Parameters:
commerceChannelId
- the commerce channel IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce channel account entry rel, or
null
if a matching commerce channel account entry rel could not be found
-
findByCommerceChannelId_PrevAndNext
public static CommerceChannelAccountEntryRel[] findByCommerceChannelId_PrevAndNext(long commerceChannelAccountEntryRelId, long commerceChannelId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException Returns the commerce channel account entry rels before and after the current commerce channel account entry rel in the ordered set where commerceChannelId = ?.- Parameters:
commerceChannelAccountEntryRelId
- the primary key of the current commerce channel account entry relcommerceChannelId
- the commerce channel IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next commerce channel account entry rel
- Throws:
NoSuchChannelAccountEntryRelException
- if a commerce channel account entry rel with the primary key could not be foundNoSuchChannelAccountEntryRelException
-
removeByCommerceChannelId
public static void removeByCommerceChannelId(long commerceChannelId) Removes all the commerce channel account entry rels where commerceChannelId = ? from the database.- Parameters:
commerceChannelId
- the commerce channel ID
-
countByCommerceChannelId
public static int countByCommerceChannelId(long commerceChannelId) Returns the number of commerce channel account entry rels where commerceChannelId = ?.- Parameters:
commerceChannelId
- the commerce channel ID- Returns:
- the number of matching commerce channel account entry rels
-
findByA_T
Returns all the commerce channel account entry rels where accountEntryId = ? and type = ?.- Parameters:
accountEntryId
- the account entry IDtype
- the type- Returns:
- the matching commerce channel account entry rels
-
findByA_T
public static 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceChannelAccountEntryRelModelImpl
.- Parameters:
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)- Returns:
- the range of matching commerce channel account entry rels
-
findByA_T
public static 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceChannelAccountEntryRelModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching commerce channel account entry rels
-
findByA_T
public static 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceChannelAccountEntryRelModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching commerce channel account entry rels
-
findByA_T_First
public static CommerceChannelAccountEntryRel findByA_T_First(long accountEntryId, int type, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException Returns the first commerce channel account entry rel in the ordered set where accountEntryId = ? and type = ?.- Parameters:
accountEntryId
- the account entry IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce channel account entry rel
- Throws:
NoSuchChannelAccountEntryRelException
- if a matching commerce channel account entry rel could not be foundNoSuchChannelAccountEntryRelException
-
fetchByA_T_First
public 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 = ?.- Parameters:
accountEntryId
- the account entry IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce channel account entry rel, or
null
if a matching commerce channel account entry rel could not be found
-
findByA_T_Last
public static CommerceChannelAccountEntryRel findByA_T_Last(long accountEntryId, int type, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException Returns the last commerce channel account entry rel in the ordered set where accountEntryId = ? and type = ?.- Parameters:
accountEntryId
- the account entry IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce channel account entry rel
- Throws:
NoSuchChannelAccountEntryRelException
- if a matching commerce channel account entry rel could not be foundNoSuchChannelAccountEntryRelException
-
fetchByA_T_Last
public 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 = ?.- Parameters:
accountEntryId
- the account entry IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce channel account entry rel, or
null
if a matching commerce channel account entry rel could not be found
-
findByA_T_PrevAndNext
public static CommerceChannelAccountEntryRel[] findByA_T_PrevAndNext(long commerceChannelAccountEntryRelId, long accountEntryId, int type, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException 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 = ?.- Parameters:
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 (optionallynull
)- Returns:
- the previous, current, and next commerce channel account entry rel
- Throws:
NoSuchChannelAccountEntryRelException
- if a commerce channel account entry rel with the primary key could not be foundNoSuchChannelAccountEntryRelException
-
removeByA_T
public static void removeByA_T(long accountEntryId, int type) Removes all the commerce channel account entry rels where accountEntryId = ? and type = ? from the database.- Parameters:
accountEntryId
- the account entry IDtype
- the type
-
countByA_T
public static int countByA_T(long accountEntryId, int type) Returns the number of commerce channel account entry rels where accountEntryId = ? and type = ?.- Parameters:
accountEntryId
- the account entry IDtype
- the type- Returns:
- the number of matching commerce channel account entry rels
-
findByC_C
Returns all the commerce channel account entry rels where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pk- Returns:
- the matching commerce channel account entry rels
-
findByC_C
public static 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceChannelAccountEntryRelModelImpl
.- Parameters:
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)- Returns:
- the range of matching commerce channel account entry rels
-
findByC_C
public static 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceChannelAccountEntryRelModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching commerce channel account entry rels
-
findByC_C
public static 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceChannelAccountEntryRelModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching commerce channel account entry rels
-
findByC_C_First
public static CommerceChannelAccountEntryRel findByC_C_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException Returns the first commerce channel account entry rel in the ordered set where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce channel account entry rel
- Throws:
NoSuchChannelAccountEntryRelException
- if a matching commerce channel account entry rel could not be foundNoSuchChannelAccountEntryRelException
-
fetchByC_C_First
public 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 = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce channel account entry rel, or
null
if a matching commerce channel account entry rel could not be found
-
findByC_C_Last
public static CommerceChannelAccountEntryRel findByC_C_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException Returns the last commerce channel account entry rel in the ordered set where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce channel account entry rel
- Throws:
NoSuchChannelAccountEntryRelException
- if a matching commerce channel account entry rel could not be foundNoSuchChannelAccountEntryRelException
-
fetchByC_C_Last
public 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 = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce channel account entry rel, or
null
if a matching commerce channel account entry rel could not be found
-
findByC_C_PrevAndNext
public static CommerceChannelAccountEntryRel[] findByC_C_PrevAndNext(long commerceChannelAccountEntryRelId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException 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 = ?.- Parameters:
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 (optionallynull
)- Returns:
- the previous, current, and next commerce channel account entry rel
- Throws:
NoSuchChannelAccountEntryRelException
- if a commerce channel account entry rel with the primary key could not be foundNoSuchChannelAccountEntryRelException
-
removeByC_C
public static void removeByC_C(long classNameId, long classPK) Removes all the commerce channel account entry rels where classNameId = ? and classPK = ? from the database.- Parameters:
classNameId
- the class name IDclassPK
- the class pk
-
countByC_C
public static int countByC_C(long classNameId, long classPK) Returns the number of commerce channel account entry rels where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pk- Returns:
- the number of matching commerce channel account entry rels
-
findByC_T
Returns all the commerce channel account entry rels where commerceChannelId = ? and type = ?.- Parameters:
commerceChannelId
- the commerce channel IDtype
- the type- Returns:
- the matching commerce channel account entry rels
-
findByC_T
public static 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceChannelAccountEntryRelModelImpl
.- Parameters:
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)- Returns:
- the range of matching commerce channel account entry rels
-
findByC_T
public static 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceChannelAccountEntryRelModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching commerce channel account entry rels
-
findByC_T
public static 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceChannelAccountEntryRelModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching commerce channel account entry rels
-
findByC_T_First
public static CommerceChannelAccountEntryRel findByC_T_First(long commerceChannelId, int type, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException Returns the first commerce channel account entry rel in the ordered set where commerceChannelId = ? and type = ?.- Parameters:
commerceChannelId
- the commerce channel IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce channel account entry rel
- Throws:
NoSuchChannelAccountEntryRelException
- if a matching commerce channel account entry rel could not be foundNoSuchChannelAccountEntryRelException
-
fetchByC_T_First
public 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 = ?.- Parameters:
commerceChannelId
- the commerce channel IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce channel account entry rel, or
null
if a matching commerce channel account entry rel could not be found
-
findByC_T_Last
public static CommerceChannelAccountEntryRel findByC_T_Last(long commerceChannelId, int type, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException Returns the last commerce channel account entry rel in the ordered set where commerceChannelId = ? and type = ?.- Parameters:
commerceChannelId
- the commerce channel IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce channel account entry rel
- Throws:
NoSuchChannelAccountEntryRelException
- if a matching commerce channel account entry rel could not be foundNoSuchChannelAccountEntryRelException
-
fetchByC_T_Last
public 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 = ?.- Parameters:
commerceChannelId
- the commerce channel IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce channel account entry rel, or
null
if a matching commerce channel account entry rel could not be found
-
findByC_T_PrevAndNext
public static CommerceChannelAccountEntryRel[] findByC_T_PrevAndNext(long commerceChannelAccountEntryRelId, long commerceChannelId, int type, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException 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 = ?.- Parameters:
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 (optionallynull
)- Returns:
- the previous, current, and next commerce channel account entry rel
- Throws:
NoSuchChannelAccountEntryRelException
- if a commerce channel account entry rel with the primary key could not be foundNoSuchChannelAccountEntryRelException
-
removeByC_T
public static void removeByC_T(long commerceChannelId, int type) Removes all the commerce channel account entry rels where commerceChannelId = ? and type = ? from the database.- Parameters:
commerceChannelId
- the commerce channel IDtype
- the type
-
countByC_T
public static int countByC_T(long commerceChannelId, int type) Returns the number of commerce channel account entry rels where commerceChannelId = ? and type = ?.- Parameters:
commerceChannelId
- the commerce channel IDtype
- the type- Returns:
- the number of matching commerce channel account entry rels
-
findByA_C_T
public static 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 = ?.- Parameters:
accountEntryId
- the account entry IDcommerceChannelId
- the commerce channel IDtype
- the type- Returns:
- the matching commerce channel account entry rels
-
findByA_C_T
public static 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceChannelAccountEntryRelModelImpl
.- Parameters:
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)- Returns:
- the range of matching commerce channel account entry rels
-
findByA_C_T
public static 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceChannelAccountEntryRelModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching commerce channel account entry rels
-
findByA_C_T
public static 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceChannelAccountEntryRelModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching commerce channel account entry rels
-
findByA_C_T_First
public static CommerceChannelAccountEntryRel findByA_C_T_First(long accountEntryId, long commerceChannelId, int type, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException Returns the first commerce channel account entry rel in the ordered set where accountEntryId = ? and commerceChannelId = ? and type = ?.- Parameters:
accountEntryId
- the account entry IDcommerceChannelId
- the commerce channel IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce channel account entry rel
- Throws:
NoSuchChannelAccountEntryRelException
- if a matching commerce channel account entry rel could not be foundNoSuchChannelAccountEntryRelException
-
fetchByA_C_T_First
public 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 = ?.- Parameters:
accountEntryId
- the account entry IDcommerceChannelId
- the commerce channel IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce channel account entry rel, or
null
if a matching commerce channel account entry rel could not be found
-
findByA_C_T_Last
public static CommerceChannelAccountEntryRel findByA_C_T_Last(long accountEntryId, long commerceChannelId, int type, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException Returns the last commerce channel account entry rel in the ordered set where accountEntryId = ? and commerceChannelId = ? and type = ?.- Parameters:
accountEntryId
- the account entry IDcommerceChannelId
- the commerce channel IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce channel account entry rel
- Throws:
NoSuchChannelAccountEntryRelException
- if a matching commerce channel account entry rel could not be foundNoSuchChannelAccountEntryRelException
-
fetchByA_C_T_Last
public 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 = ?.- Parameters:
accountEntryId
- the account entry IDcommerceChannelId
- the commerce channel IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce channel account entry rel, or
null
if a matching commerce channel account entry rel could not be found
-
findByA_C_T_PrevAndNext
public static CommerceChannelAccountEntryRel[] findByA_C_T_PrevAndNext(long commerceChannelAccountEntryRelId, long accountEntryId, long commerceChannelId, int type, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException 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 = ?.- Parameters:
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 (optionallynull
)- Returns:
- the previous, current, and next commerce channel account entry rel
- Throws:
NoSuchChannelAccountEntryRelException
- if a commerce channel account entry rel with the primary key could not be foundNoSuchChannelAccountEntryRelException
-
removeByA_C_T
public 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.- Parameters:
accountEntryId
- the account entry IDcommerceChannelId
- the commerce channel IDtype
- the type
-
countByA_C_T
public 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 = ?.- Parameters:
accountEntryId
- the account entry IDcommerceChannelId
- the commerce channel IDtype
- the type- Returns:
- the number of matching commerce channel account entry rels
-
findByC_C_C_T
public static 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 = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pkcommerceChannelId
- the commerce channel IDtype
- the type- Returns:
- the matching commerce channel account entry rels
-
findByC_C_C_T
public static 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceChannelAccountEntryRelModelImpl
.- Parameters:
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)- Returns:
- the range of matching commerce channel account entry rels
-
findByC_C_C_T
public static 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceChannelAccountEntryRelModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching commerce channel account entry rels
-
findByC_C_C_T
public static 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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceChannelAccountEntryRelModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching commerce channel account entry rels
-
findByC_C_C_T_First
public 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 Returns the first commerce channel account entry rel in the ordered set where classNameId = ? and classPK = ? and commerceChannelId = ? and type = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pkcommerceChannelId
- the commerce channel IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce channel account entry rel
- Throws:
NoSuchChannelAccountEntryRelException
- if a matching commerce channel account entry rel could not be foundNoSuchChannelAccountEntryRelException
-
fetchByC_C_C_T_First
public 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 = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pkcommerceChannelId
- the commerce channel IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching commerce channel account entry rel, or
null
if a matching commerce channel account entry rel could not be found
-
findByC_C_C_T_Last
public 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 Returns the last commerce channel account entry rel in the ordered set where classNameId = ? and classPK = ? and commerceChannelId = ? and type = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pkcommerceChannelId
- the commerce channel IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce channel account entry rel
- Throws:
NoSuchChannelAccountEntryRelException
- if a matching commerce channel account entry rel could not be foundNoSuchChannelAccountEntryRelException
-
fetchByC_C_C_T_Last
public 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 = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pkcommerceChannelId
- the commerce channel IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching commerce channel account entry rel, or
null
if a matching commerce channel account entry rel could not be found
-
findByC_C_C_T_PrevAndNext
public 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 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 = ?.- Parameters:
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 (optionallynull
)- Returns:
- the previous, current, and next commerce channel account entry rel
- Throws:
NoSuchChannelAccountEntryRelException
- if a commerce channel account entry rel with the primary key could not be foundNoSuchChannelAccountEntryRelException
-
removeByC_C_C_T
public 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.- Parameters:
classNameId
- the class name IDclassPK
- the class pkcommerceChannelId
- the commerce channel IDtype
- the type
-
countByC_C_C_T
public 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 = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pkcommerceChannelId
- the commerce channel IDtype
- the type- Returns:
- the number of matching commerce channel account entry rels
-
findByA_C_C_C_T
public static CommerceChannelAccountEntryRel findByA_C_C_C_T(long accountEntryId, long classNameId, long classPK, long commerceChannelId, int type) throws NoSuchChannelAccountEntryRelException Returns the commerce channel account entry rel where accountEntryId = ? and classNameId = ? and classPK = ? and commerceChannelId = ? and type = ? or throws aNoSuchChannelAccountEntryRelException
if it could not be found.- Parameters:
accountEntryId
- the account entry IDclassNameId
- the class name IDclassPK
- the class pkcommerceChannelId
- the commerce channel IDtype
- the type- Returns:
- the matching commerce channel account entry rel
- Throws:
NoSuchChannelAccountEntryRelException
- if a matching commerce channel account entry rel could not be foundNoSuchChannelAccountEntryRelException
-
fetchByA_C_C_C_T
public 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 returnsnull
if it could not be found. Uses the finder cache.- Parameters:
accountEntryId
- the account entry IDclassNameId
- the class name IDclassPK
- the class pkcommerceChannelId
- the commerce channel IDtype
- the type- Returns:
- the matching commerce channel account entry rel, or
null
if a matching commerce channel account entry rel could not be found
-
fetchByA_C_C_C_T
public 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 returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
accountEntryId
- the account entry IDclassNameId
- the class name IDclassPK
- the class pkcommerceChannelId
- the commerce channel IDtype
- the typeuseFinderCache
- whether to use the finder cache- Returns:
- the matching commerce channel account entry rel, or
null
if a matching commerce channel account entry rel could not be found
-
removeByA_C_C_C_T
public static CommerceChannelAccountEntryRel removeByA_C_C_C_T(long accountEntryId, long classNameId, long classPK, long commerceChannelId, int type) throws NoSuchChannelAccountEntryRelException Removes the commerce channel account entry rel where accountEntryId = ? and classNameId = ? and classPK = ? and commerceChannelId = ? and type = ? from the database.- Parameters:
accountEntryId
- the account entry IDclassNameId
- the class name IDclassPK
- the class pkcommerceChannelId
- the commerce channel IDtype
- the type- Returns:
- the commerce channel account entry rel that was removed
- Throws:
NoSuchChannelAccountEntryRelException
-
countByA_C_C_C_T
public 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 = ?.- Parameters:
accountEntryId
- the account entry IDclassNameId
- the class name IDclassPK
- the class pkcommerceChannelId
- the commerce channel IDtype
- the type- Returns:
- the number of matching commerce channel account entry rels
-
cacheResult
Caches the commerce channel account entry rel in the entity cache if it is enabled.- Parameters:
commerceChannelAccountEntryRel
- the commerce channel account entry rel
-
cacheResult
public static void cacheResult(List<CommerceChannelAccountEntryRel> commerceChannelAccountEntryRels) Caches the commerce channel account entry rels in the entity cache if it is enabled.- Parameters:
commerceChannelAccountEntryRels
- the commerce channel account entry rels
-
create
Creates a new commerce channel account entry rel with the primary key. Does not add the commerce channel account entry rel to the database.- Parameters:
commerceChannelAccountEntryRelId
- the primary key for the new commerce channel account entry rel- Returns:
- the new commerce channel account entry rel
-
remove
public static CommerceChannelAccountEntryRel remove(long commerceChannelAccountEntryRelId) throws NoSuchChannelAccountEntryRelException Removes the commerce channel account entry rel with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
commerceChannelAccountEntryRelId
- the primary key of the commerce channel account entry rel- Returns:
- the commerce channel account entry rel that was removed
- Throws:
NoSuchChannelAccountEntryRelException
- if a commerce channel account entry rel with the primary key could not be foundNoSuchChannelAccountEntryRelException
-
updateImpl
public static CommerceChannelAccountEntryRel updateImpl(CommerceChannelAccountEntryRel commerceChannelAccountEntryRel) -
findByPrimaryKey
public static CommerceChannelAccountEntryRel findByPrimaryKey(long commerceChannelAccountEntryRelId) throws NoSuchChannelAccountEntryRelException Returns the commerce channel account entry rel with the primary key or throws aNoSuchChannelAccountEntryRelException
if it could not be found.- Parameters:
commerceChannelAccountEntryRelId
- the primary key of the commerce channel account entry rel- Returns:
- the commerce channel account entry rel
- Throws:
NoSuchChannelAccountEntryRelException
- if a commerce channel account entry rel with the primary key could not be foundNoSuchChannelAccountEntryRelException
-
fetchByPrimaryKey
public static CommerceChannelAccountEntryRel fetchByPrimaryKey(long commerceChannelAccountEntryRelId) Returns the commerce channel account entry rel with the primary key or returnsnull
if it could not be found.- Parameters:
commerceChannelAccountEntryRelId
- the primary key of the commerce channel account entry rel- Returns:
- the commerce channel account entry rel, or
null
if a commerce channel account entry rel with the primary key could not be found
-
findAll
Returns all the commerce channel account entry rels.- Returns:
- the commerce channel account entry rels
-
findAll
Returns a range of all the commerce channel account entry rels.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceChannelAccountEntryRelModelImpl
.- Parameters:
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)- Returns:
- the range of commerce channel account entry rels
-
findAll
public static 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.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceChannelAccountEntryRelModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of commerce channel account entry rels
-
findAll
public static 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.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromCommerceChannelAccountEntryRelModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of commerce channel account entry rels
-
removeAll
public static void removeAll()Removes all the commerce channel account entry rels from the database. -
countAll
public static int countAll()Returns the number of commerce channel account entry rels.- Returns:
- the number of commerce channel account entry rels
-
getPersistence
-
setPersistence
-