@ProviderType public interface CommerceChannelAccountEntryRelPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<CommerceChannelAccountEntryRel>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CommerceChannelAccountEntryRel>
Caching information and settings can be found in portal.properties
CommerceChannelAccountEntryRelUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(CommerceChannelAccountEntryRel commerceChannelAccountEntryRel)
Caches the commerce channel account entry rel in the entity cache if it is enabled.
|
void |
cacheResult(java.util.List<CommerceChannelAccountEntryRel> commerceChannelAccountEntryRels)
Caches the commerce channel account entry rels in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of commerce channel account entry rels.
|
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 = ?.
|
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 = ?.
|
int |
countByA_T(long accountEntryId,
int type)
Returns the number of commerce channel account entry rels where accountEntryId = ? and type = ?.
|
int |
countByAccountEntryId(long accountEntryId)
Returns the number of commerce channel account entry rels where accountEntryId = ?.
|
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 = ?.
|
int |
countByC_C(long classNameId,
long classPK)
Returns the number of commerce channel account entry rels where classNameId = ? and classPK = ?.
|
int |
countByC_T(long commerceChannelId,
int type)
Returns the number of commerce channel account entry rels where commerceChannelId = ? and type = ?.
|
int |
countByCommerceChannelId(long commerceChannelId)
Returns the number of commerce channel account entry rels where commerceChannelId = ?.
|
CommerceChannelAccountEntryRel |
create(long commerceChannelAccountEntryRelId)
Creates a new commerce channel account entry rel with the primary key.
|
CommerceChannelAccountEntryRel |
fetchByA_C_C_C_T(long accountEntryId,
long classNameId,
long classPK,
long commerceChannelId,
int type)
Returns the commerce channel account entry rel where accountEntryId = ? and classNameId = ? and classPK = ? and commerceChannelId = ? and type = ? or returns
null if it could not be found. |
CommerceChannelAccountEntryRel |
fetchByA_C_C_C_T(long accountEntryId,
long classNameId,
long classPK,
long commerceChannelId,
int type,
boolean useFinderCache)
Returns the commerce channel account entry rel where accountEntryId = ? and classNameId = ? and classPK = ? and commerceChannelId = ? and type = ? or returns
null if it could not be found, optionally using the finder cache. |
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
CommerceChannelAccountEntryRel |
fetchByPrimaryKey(long commerceChannelAccountEntryRelId)
Returns the commerce channel account entry rel with the primary key or returns
null if it could not be found. |
java.util.List<CommerceChannelAccountEntryRel> |
findAll()
Returns all the commerce channel account entry rels.
|
java.util.List<CommerceChannelAccountEntryRel> |
findAll(int start,
int end)
Returns a range of all the commerce channel account entry rels.
|
java.util.List<CommerceChannelAccountEntryRel> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns an ordered range of all the commerce channel account entry rels.
|
java.util.List<CommerceChannelAccountEntryRel> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the commerce channel account entry rels.
|
CommerceChannelAccountEntryRel |
findByA_C_C_C_T(long accountEntryId,
long classNameId,
long classPK,
long commerceChannelId,
int type)
Returns the commerce channel account entry rel where accountEntryId = ? and classNameId = ? and classPK = ? and commerceChannelId = ? and type = ? or throws a
NoSuchChannelAccountEntryRelException if it could not be found. |
CommerceChannelAccountEntryRel |
findByA_C_T_First(long accountEntryId,
long commerceChannelId,
int type,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns the first commerce channel account entry rel in the ordered set where accountEntryId = ? and commerceChannelId = ? and type = ?.
|
CommerceChannelAccountEntryRel |
findByA_C_T_Last(long accountEntryId,
long commerceChannelId,
int type,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns the last commerce channel account entry rel in the ordered set where accountEntryId = ? and commerceChannelId = ? and type = ?.
|
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 = ?.
|
java.util.List<CommerceChannelAccountEntryRel> |
findByA_C_T(long accountEntryId,
long commerceChannelId,
int type)
Returns all the commerce channel account entry rels where accountEntryId = ? and commerceChannelId = ? and type = ?.
|
java.util.List<CommerceChannelAccountEntryRel> |
findByA_C_T(long accountEntryId,
long commerceChannelId,
int type,
int start,
int end)
Returns a range of all the commerce channel account entry rels where accountEntryId = ? and commerceChannelId = ? and type = ?.
|
java.util.List<CommerceChannelAccountEntryRel> |
findByA_C_T(long accountEntryId,
long commerceChannelId,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns an ordered range of all the commerce channel account entry rels where accountEntryId = ? and commerceChannelId = ? and type = ?.
|
java.util.List<CommerceChannelAccountEntryRel> |
findByA_C_T(long accountEntryId,
long commerceChannelId,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the commerce channel account entry rels where accountEntryId = ? and commerceChannelId = ? and type = ?.
|
CommerceChannelAccountEntryRel |
findByA_T_First(long accountEntryId,
int type,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns the first commerce channel account entry rel in the ordered set where accountEntryId = ? and type = ?.
|
CommerceChannelAccountEntryRel |
findByA_T_Last(long accountEntryId,
int type,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns the last commerce channel account entry rel in the ordered set where accountEntryId = ? and type = ?.
|
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 = ?.
|
java.util.List<CommerceChannelAccountEntryRel> |
findByA_T(long accountEntryId,
int type)
Returns all the commerce channel account entry rels where accountEntryId = ? and type = ?.
|
java.util.List<CommerceChannelAccountEntryRel> |
findByA_T(long accountEntryId,
int type,
int start,
int end)
Returns a range of all the commerce channel account entry rels where accountEntryId = ? and type = ?.
|
java.util.List<CommerceChannelAccountEntryRel> |
findByA_T(long accountEntryId,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns an ordered range of all the commerce channel account entry rels where accountEntryId = ? and type = ?.
|
java.util.List<CommerceChannelAccountEntryRel> |
findByA_T(long accountEntryId,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the commerce channel account entry rels where accountEntryId = ? and type = ?.
|
CommerceChannelAccountEntryRel |
findByAccountEntryId_First(long accountEntryId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns the first commerce channel account entry rel in the ordered set where accountEntryId = ?.
|
CommerceChannelAccountEntryRel |
findByAccountEntryId_Last(long accountEntryId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns the last commerce channel account entry rel in the ordered set where accountEntryId = ?.
|
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 = ?.
|
java.util.List<CommerceChannelAccountEntryRel> |
findByAccountEntryId(long accountEntryId)
Returns all the commerce channel account entry rels where accountEntryId = ?.
|
java.util.List<CommerceChannelAccountEntryRel> |
findByAccountEntryId(long accountEntryId,
int start,
int end)
Returns a range of all the commerce channel account entry rels where accountEntryId = ?.
|
java.util.List<CommerceChannelAccountEntryRel> |
findByAccountEntryId(long accountEntryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns an ordered range of all the commerce channel account entry rels where accountEntryId = ?.
|
java.util.List<CommerceChannelAccountEntryRel> |
findByAccountEntryId(long accountEntryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the commerce channel account entry rels where accountEntryId = ?.
|
CommerceChannelAccountEntryRel |
findByC_C_C_T_First(long classNameId,
long classPK,
long commerceChannelId,
int type,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns the first commerce channel account entry rel in the ordered set where classNameId = ? and classPK = ? and commerceChannelId = ? and type = ?.
|
CommerceChannelAccountEntryRel |
findByC_C_C_T_Last(long classNameId,
long classPK,
long commerceChannelId,
int type,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns the last commerce channel account entry rel in the ordered set where classNameId = ? and classPK = ? and commerceChannelId = ? and type = ?.
|
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 = ?.
|
java.util.List<CommerceChannelAccountEntryRel> |
findByC_C_C_T(long classNameId,
long classPK,
long commerceChannelId,
int type)
Returns all the commerce channel account entry rels where classNameId = ? and classPK = ? and commerceChannelId = ? and type = ?.
|
java.util.List<CommerceChannelAccountEntryRel> |
findByC_C_C_T(long classNameId,
long classPK,
long commerceChannelId,
int type,
int start,
int end)
Returns a range of all the commerce channel account entry rels where classNameId = ? and classPK = ? and commerceChannelId = ? and type = ?.
|
java.util.List<CommerceChannelAccountEntryRel> |
findByC_C_C_T(long classNameId,
long classPK,
long commerceChannelId,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns an ordered range of all the commerce channel account entry rels where classNameId = ? and classPK = ? and commerceChannelId = ? and type = ?.
|
java.util.List<CommerceChannelAccountEntryRel> |
findByC_C_C_T(long classNameId,
long classPK,
long commerceChannelId,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the commerce channel account entry rels where classNameId = ? and classPK = ? and commerceChannelId = ? and type = ?.
|
CommerceChannelAccountEntryRel |
findByC_C_First(long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns the first commerce channel account entry rel in the ordered set where classNameId = ? and classPK = ?.
|
CommerceChannelAccountEntryRel |
findByC_C_Last(long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns the last commerce channel account entry rel in the ordered set where classNameId = ? and classPK = ?.
|
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 = ?.
|
java.util.List<CommerceChannelAccountEntryRel> |
findByC_C(long classNameId,
long classPK)
Returns all the commerce channel account entry rels where classNameId = ? and classPK = ?.
|
java.util.List<CommerceChannelAccountEntryRel> |
findByC_C(long classNameId,
long classPK,
int start,
int end)
Returns a range of all the commerce channel account entry rels where classNameId = ? and classPK = ?.
|
java.util.List<CommerceChannelAccountEntryRel> |
findByC_C(long classNameId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns an ordered range of all the commerce channel account entry rels where classNameId = ? and classPK = ?.
|
java.util.List<CommerceChannelAccountEntryRel> |
findByC_C(long classNameId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the commerce channel account entry rels where classNameId = ? and classPK = ?.
|
CommerceChannelAccountEntryRel |
findByC_T_First(long commerceChannelId,
int type,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns the first commerce channel account entry rel in the ordered set where commerceChannelId = ? and type = ?.
|
CommerceChannelAccountEntryRel |
findByC_T_Last(long commerceChannelId,
int type,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns the last commerce channel account entry rel in the ordered set where commerceChannelId = ? and type = ?.
|
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 = ?.
|
java.util.List<CommerceChannelAccountEntryRel> |
findByC_T(long commerceChannelId,
int type)
Returns all the commerce channel account entry rels where commerceChannelId = ? and type = ?.
|
java.util.List<CommerceChannelAccountEntryRel> |
findByC_T(long commerceChannelId,
int type,
int start,
int end)
Returns a range of all the commerce channel account entry rels where commerceChannelId = ? and type = ?.
|
java.util.List<CommerceChannelAccountEntryRel> |
findByC_T(long commerceChannelId,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns an ordered range of all the commerce channel account entry rels where commerceChannelId = ? and type = ?.
|
java.util.List<CommerceChannelAccountEntryRel> |
findByC_T(long commerceChannelId,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the commerce channel account entry rels where commerceChannelId = ? and type = ?.
|
CommerceChannelAccountEntryRel |
findByCommerceChannelId_First(long commerceChannelId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns the first commerce channel account entry rel in the ordered set where commerceChannelId = ?.
|
CommerceChannelAccountEntryRel |
findByCommerceChannelId_Last(long commerceChannelId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns the last commerce channel account entry rel in the ordered set where commerceChannelId = ?.
|
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 = ?.
|
java.util.List<CommerceChannelAccountEntryRel> |
findByCommerceChannelId(long commerceChannelId)
Returns all the commerce channel account entry rels where commerceChannelId = ?.
|
java.util.List<CommerceChannelAccountEntryRel> |
findByCommerceChannelId(long commerceChannelId,
int start,
int end)
Returns a range of all the commerce channel account entry rels where commerceChannelId = ?.
|
java.util.List<CommerceChannelAccountEntryRel> |
findByCommerceChannelId(long commerceChannelId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Returns an ordered range of all the commerce channel account entry rels where commerceChannelId = ?.
|
java.util.List<CommerceChannelAccountEntryRel> |
findByCommerceChannelId(long commerceChannelId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the commerce channel account entry rels where commerceChannelId = ?.
|
CommerceChannelAccountEntryRel |
findByPrimaryKey(long commerceChannelAccountEntryRelId)
Returns the commerce channel account entry rel with the primary key or throws a
NoSuchChannelAccountEntryRelException if it could not be found. |
CommerceChannelAccountEntryRel |
remove(long commerceChannelAccountEntryRelId)
Removes the commerce channel account entry rel with the primary key from the database.
|
void |
removeAll()
Removes all the commerce channel account entry rels from the database.
|
CommerceChannelAccountEntryRel |
removeByA_C_C_C_T(long accountEntryId,
long classNameId,
long classPK,
long commerceChannelId,
int type)
Removes the commerce channel account entry rel where accountEntryId = ? and classNameId = ? and classPK = ? and commerceChannelId = ? and type = ? from the database.
|
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.
|
void |
removeByA_T(long accountEntryId,
int type)
Removes all the commerce channel account entry rels where accountEntryId = ? and type = ? from the database.
|
void |
removeByAccountEntryId(long accountEntryId)
Removes all the commerce channel account entry rels where accountEntryId = ? from the database.
|
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.
|
void |
removeByC_C(long classNameId,
long classPK)
Removes all the commerce channel account entry rels where classNameId = ? and classPK = ? from the database.
|
void |
removeByC_T(long commerceChannelId,
int type)
Removes all the commerce channel account entry rels where commerceChannelId = ? and type = ? from the database.
|
void |
removeByCommerceChannelId(long commerceChannelId)
Removes all the commerce channel account entry rels where commerceChannelId = ? from the database.
|
CommerceChannelAccountEntryRel |
updateImpl(CommerceChannelAccountEntryRel commerceChannelAccountEntryRel) |
getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update
java.util.List<CommerceChannelAccountEntryRel> findByAccountEntryId(long accountEntryId)
accountEntryId
- the account entry IDjava.util.List<CommerceChannelAccountEntryRel> findByAccountEntryId(long accountEntryId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceChannelAccountEntryRelModelImpl
.
accountEntryId
- the account entry IDstart
- the lower bound of the range of commerce channel account entry relsend
- the upper bound of the range of commerce channel account entry rels (not inclusive)java.util.List<CommerceChannelAccountEntryRel> findByAccountEntryId(long accountEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceChannelAccountEntryRelModelImpl
.
accountEntryId
- the account entry IDstart
- the lower bound of the range of commerce channel account entry relsend
- the upper bound of the range of commerce channel account entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CommerceChannelAccountEntryRel> findByAccountEntryId(long accountEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceChannelAccountEntryRelModelImpl
.
accountEntryId
- the account entry IDstart
- the lower bound of the range of commerce channel account entry relsend
- the upper bound of the range of commerce channel account entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCommerceChannelAccountEntryRel findByAccountEntryId_First(long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException
accountEntryId
- the account entry IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchChannelAccountEntryRelException
- if a matching commerce channel account entry rel could not be foundCommerceChannelAccountEntryRel fetchByAccountEntryId_First(long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
accountEntryId
- the account entry IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce channel account entry rel could not be foundCommerceChannelAccountEntryRel findByAccountEntryId_Last(long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException
accountEntryId
- the account entry IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchChannelAccountEntryRelException
- if a matching commerce channel account entry rel could not be foundCommerceChannelAccountEntryRel fetchByAccountEntryId_Last(long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
accountEntryId
- the account entry IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce channel account entry rel could not be foundCommerceChannelAccountEntryRel[] findByAccountEntryId_PrevAndNext(long commerceChannelAccountEntryRelId, long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException
commerceChannelAccountEntryRelId
- the primary key of the current commerce channel account entry relaccountEntryId
- the account entry IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchChannelAccountEntryRelException
- if a commerce channel account entry rel with the primary key could not be foundvoid removeByAccountEntryId(long accountEntryId)
accountEntryId
- the account entry IDint countByAccountEntryId(long accountEntryId)
accountEntryId
- the account entry IDjava.util.List<CommerceChannelAccountEntryRel> findByCommerceChannelId(long commerceChannelId)
commerceChannelId
- the commerce channel IDjava.util.List<CommerceChannelAccountEntryRel> findByCommerceChannelId(long commerceChannelId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceChannelAccountEntryRelModelImpl
.
commerceChannelId
- the commerce channel IDstart
- the lower bound of the range of commerce channel account entry relsend
- the upper bound of the range of commerce channel account entry rels (not inclusive)java.util.List<CommerceChannelAccountEntryRel> findByCommerceChannelId(long commerceChannelId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceChannelAccountEntryRelModelImpl
.
commerceChannelId
- the commerce channel IDstart
- the lower bound of the range of commerce channel account entry relsend
- the upper bound of the range of commerce channel account entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CommerceChannelAccountEntryRel> findByCommerceChannelId(long commerceChannelId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceChannelAccountEntryRelModelImpl
.
commerceChannelId
- the commerce channel IDstart
- the lower bound of the range of commerce channel account entry relsend
- the upper bound of the range of commerce channel account entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCommerceChannelAccountEntryRel findByCommerceChannelId_First(long commerceChannelId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException
commerceChannelId
- the commerce channel IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchChannelAccountEntryRelException
- if a matching commerce channel account entry rel could not be foundCommerceChannelAccountEntryRel fetchByCommerceChannelId_First(long commerceChannelId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
commerceChannelId
- the commerce channel IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce channel account entry rel could not be foundCommerceChannelAccountEntryRel findByCommerceChannelId_Last(long commerceChannelId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException
commerceChannelId
- the commerce channel IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchChannelAccountEntryRelException
- if a matching commerce channel account entry rel could not be foundCommerceChannelAccountEntryRel fetchByCommerceChannelId_Last(long commerceChannelId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
commerceChannelId
- the commerce channel IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce channel account entry rel could not be foundCommerceChannelAccountEntryRel[] findByCommerceChannelId_PrevAndNext(long commerceChannelAccountEntryRelId, long commerceChannelId, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException
commerceChannelAccountEntryRelId
- the primary key of the current commerce channel account entry relcommerceChannelId
- the commerce channel IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchChannelAccountEntryRelException
- if a commerce channel account entry rel with the primary key could not be foundvoid removeByCommerceChannelId(long commerceChannelId)
commerceChannelId
- the commerce channel IDint countByCommerceChannelId(long commerceChannelId)
commerceChannelId
- the commerce channel IDjava.util.List<CommerceChannelAccountEntryRel> findByA_T(long accountEntryId, int type)
accountEntryId
- the account entry IDtype
- the typejava.util.List<CommerceChannelAccountEntryRel> findByA_T(long accountEntryId, int type, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceChannelAccountEntryRelModelImpl
.
accountEntryId
- the account entry IDtype
- the typestart
- the lower bound of the range of commerce channel account entry relsend
- the upper bound of the range of commerce channel account entry rels (not inclusive)java.util.List<CommerceChannelAccountEntryRel> findByA_T(long accountEntryId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceChannelAccountEntryRelModelImpl
.
accountEntryId
- the account entry IDtype
- the typestart
- the lower bound of the range of commerce channel account entry relsend
- the upper bound of the range of commerce channel account entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CommerceChannelAccountEntryRel> findByA_T(long accountEntryId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceChannelAccountEntryRelModelImpl
.
accountEntryId
- the account entry IDtype
- the typestart
- the lower bound of the range of commerce channel account entry relsend
- the upper bound of the range of commerce channel account entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCommerceChannelAccountEntryRel findByA_T_First(long accountEntryId, int type, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException
accountEntryId
- the account entry IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchChannelAccountEntryRelException
- if a matching commerce channel account entry rel could not be foundCommerceChannelAccountEntryRel fetchByA_T_First(long accountEntryId, int type, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
accountEntryId
- the account entry IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce channel account entry rel could not be foundCommerceChannelAccountEntryRel findByA_T_Last(long accountEntryId, int type, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException
accountEntryId
- the account entry IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchChannelAccountEntryRelException
- if a matching commerce channel account entry rel could not be foundCommerceChannelAccountEntryRel fetchByA_T_Last(long accountEntryId, int type, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
accountEntryId
- the account entry IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce channel account entry rel could not be foundCommerceChannelAccountEntryRel[] findByA_T_PrevAndNext(long commerceChannelAccountEntryRelId, long accountEntryId, int type, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException
commerceChannelAccountEntryRelId
- the primary key of the current commerce channel account entry relaccountEntryId
- the account entry IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchChannelAccountEntryRelException
- if a commerce channel account entry rel with the primary key could not be foundvoid removeByA_T(long accountEntryId, int type)
accountEntryId
- the account entry IDtype
- the typeint countByA_T(long accountEntryId, int type)
accountEntryId
- the account entry IDtype
- the typejava.util.List<CommerceChannelAccountEntryRel> findByC_C(long classNameId, long classPK)
classNameId
- the class name IDclassPK
- the class pkjava.util.List<CommerceChannelAccountEntryRel> findByC_C(long classNameId, long classPK, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceChannelAccountEntryRelModelImpl
.
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of commerce channel account entry relsend
- the upper bound of the range of commerce channel account entry rels (not inclusive)java.util.List<CommerceChannelAccountEntryRel> findByC_C(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceChannelAccountEntryRelModelImpl
.
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of commerce channel account entry relsend
- the upper bound of the range of commerce channel account entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CommerceChannelAccountEntryRel> findByC_C(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceChannelAccountEntryRelModelImpl
.
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of commerce channel account entry relsend
- the upper bound of the range of commerce channel account entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCommerceChannelAccountEntryRel findByC_C_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchChannelAccountEntryRelException
- if a matching commerce channel account entry rel could not be foundCommerceChannelAccountEntryRel fetchByC_C_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce channel account entry rel could not be foundCommerceChannelAccountEntryRel findByC_C_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchChannelAccountEntryRelException
- if a matching commerce channel account entry rel could not be foundCommerceChannelAccountEntryRel fetchByC_C_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce channel account entry rel could not be foundCommerceChannelAccountEntryRel[] findByC_C_PrevAndNext(long commerceChannelAccountEntryRelId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException
commerceChannelAccountEntryRelId
- the primary key of the current commerce channel account entry relclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchChannelAccountEntryRelException
- if a commerce channel account entry rel with the primary key could not be foundvoid removeByC_C(long classNameId, long classPK)
classNameId
- the class name IDclassPK
- the class pkint countByC_C(long classNameId, long classPK)
classNameId
- the class name IDclassPK
- the class pkjava.util.List<CommerceChannelAccountEntryRel> findByC_T(long commerceChannelId, int type)
commerceChannelId
- the commerce channel IDtype
- the typejava.util.List<CommerceChannelAccountEntryRel> findByC_T(long commerceChannelId, int type, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceChannelAccountEntryRelModelImpl
.
commerceChannelId
- the commerce channel IDtype
- the typestart
- the lower bound of the range of commerce channel account entry relsend
- the upper bound of the range of commerce channel account entry rels (not inclusive)java.util.List<CommerceChannelAccountEntryRel> findByC_T(long commerceChannelId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceChannelAccountEntryRelModelImpl
.
commerceChannelId
- the commerce channel IDtype
- the typestart
- the lower bound of the range of commerce channel account entry relsend
- the upper bound of the range of commerce channel account entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CommerceChannelAccountEntryRel> findByC_T(long commerceChannelId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceChannelAccountEntryRelModelImpl
.
commerceChannelId
- the commerce channel IDtype
- the typestart
- the lower bound of the range of commerce channel account entry relsend
- the upper bound of the range of commerce channel account entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCommerceChannelAccountEntryRel findByC_T_First(long commerceChannelId, int type, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException
commerceChannelId
- the commerce channel IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchChannelAccountEntryRelException
- if a matching commerce channel account entry rel could not be foundCommerceChannelAccountEntryRel fetchByC_T_First(long commerceChannelId, int type, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
commerceChannelId
- the commerce channel IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce channel account entry rel could not be foundCommerceChannelAccountEntryRel findByC_T_Last(long commerceChannelId, int type, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException
commerceChannelId
- the commerce channel IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchChannelAccountEntryRelException
- if a matching commerce channel account entry rel could not be foundCommerceChannelAccountEntryRel fetchByC_T_Last(long commerceChannelId, int type, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
commerceChannelId
- the commerce channel IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce channel account entry rel could not be foundCommerceChannelAccountEntryRel[] findByC_T_PrevAndNext(long commerceChannelAccountEntryRelId, long commerceChannelId, int type, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException
commerceChannelAccountEntryRelId
- the primary key of the current commerce channel account entry relcommerceChannelId
- the commerce channel IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchChannelAccountEntryRelException
- if a commerce channel account entry rel with the primary key could not be foundvoid removeByC_T(long commerceChannelId, int type)
commerceChannelId
- the commerce channel IDtype
- the typeint countByC_T(long commerceChannelId, int type)
commerceChannelId
- the commerce channel IDtype
- the typejava.util.List<CommerceChannelAccountEntryRel> findByA_C_T(long accountEntryId, long commerceChannelId, int type)
accountEntryId
- the account entry IDcommerceChannelId
- the commerce channel IDtype
- the typejava.util.List<CommerceChannelAccountEntryRel> findByA_C_T(long accountEntryId, long commerceChannelId, int type, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceChannelAccountEntryRelModelImpl
.
accountEntryId
- the account entry IDcommerceChannelId
- the commerce channel IDtype
- the typestart
- the lower bound of the range of commerce channel account entry relsend
- the upper bound of the range of commerce channel account entry rels (not inclusive)java.util.List<CommerceChannelAccountEntryRel> findByA_C_T(long accountEntryId, long commerceChannelId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceChannelAccountEntryRelModelImpl
.
accountEntryId
- the account entry IDcommerceChannelId
- the commerce channel IDtype
- the typestart
- the lower bound of the range of commerce channel account entry relsend
- the upper bound of the range of commerce channel account entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CommerceChannelAccountEntryRel> findByA_C_T(long accountEntryId, long commerceChannelId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceChannelAccountEntryRelModelImpl
.
accountEntryId
- the account entry IDcommerceChannelId
- the commerce channel IDtype
- the typestart
- the lower bound of the range of commerce channel account entry relsend
- the upper bound of the range of commerce channel account entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCommerceChannelAccountEntryRel findByA_C_T_First(long accountEntryId, long commerceChannelId, int type, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException
accountEntryId
- the account entry IDcommerceChannelId
- the commerce channel IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchChannelAccountEntryRelException
- if a matching commerce channel account entry rel could not be foundCommerceChannelAccountEntryRel fetchByA_C_T_First(long accountEntryId, long commerceChannelId, int type, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
accountEntryId
- the account entry IDcommerceChannelId
- the commerce channel IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce channel account entry rel could not be foundCommerceChannelAccountEntryRel findByA_C_T_Last(long accountEntryId, long commerceChannelId, int type, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException
accountEntryId
- the account entry IDcommerceChannelId
- the commerce channel IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchChannelAccountEntryRelException
- if a matching commerce channel account entry rel could not be foundCommerceChannelAccountEntryRel fetchByA_C_T_Last(long accountEntryId, long commerceChannelId, int type, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
accountEntryId
- the account entry IDcommerceChannelId
- the commerce channel IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce channel account entry rel could not be foundCommerceChannelAccountEntryRel[] findByA_C_T_PrevAndNext(long commerceChannelAccountEntryRelId, long accountEntryId, long commerceChannelId, int type, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException
commerceChannelAccountEntryRelId
- the primary key of the current commerce channel account entry relaccountEntryId
- the account entry IDcommerceChannelId
- the commerce channel IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchChannelAccountEntryRelException
- if a commerce channel account entry rel with the primary key could not be foundvoid removeByA_C_T(long accountEntryId, long commerceChannelId, int type)
accountEntryId
- the account entry IDcommerceChannelId
- the commerce channel IDtype
- the typeint countByA_C_T(long accountEntryId, long commerceChannelId, int type)
accountEntryId
- the account entry IDcommerceChannelId
- the commerce channel IDtype
- the typejava.util.List<CommerceChannelAccountEntryRel> findByC_C_C_T(long classNameId, long classPK, long commerceChannelId, int type)
classNameId
- the class name IDclassPK
- the class pkcommerceChannelId
- the commerce channel IDtype
- the typejava.util.List<CommerceChannelAccountEntryRel> findByC_C_C_T(long classNameId, long classPK, long commerceChannelId, int type, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceChannelAccountEntryRelModelImpl
.
classNameId
- the class name IDclassPK
- the class pkcommerceChannelId
- the commerce channel IDtype
- the typestart
- the lower bound of the range of commerce channel account entry relsend
- the upper bound of the range of commerce channel account entry rels (not inclusive)java.util.List<CommerceChannelAccountEntryRel> findByC_C_C_T(long classNameId, long classPK, long commerceChannelId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceChannelAccountEntryRelModelImpl
.
classNameId
- the class name IDclassPK
- the class pkcommerceChannelId
- the commerce channel IDtype
- the typestart
- the lower bound of the range of commerce channel account entry relsend
- the upper bound of the range of commerce channel account entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CommerceChannelAccountEntryRel> findByC_C_C_T(long classNameId, long classPK, long commerceChannelId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceChannelAccountEntryRelModelImpl
.
classNameId
- the class name IDclassPK
- the class pkcommerceChannelId
- the commerce channel IDtype
- the typestart
- the lower bound of the range of commerce channel account entry relsend
- the upper bound of the range of commerce channel account entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCommerceChannelAccountEntryRel findByC_C_C_T_First(long classNameId, long classPK, long commerceChannelId, int type, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException
classNameId
- the class name IDclassPK
- the class pkcommerceChannelId
- the commerce channel IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchChannelAccountEntryRelException
- if a matching commerce channel account entry rel could not be foundCommerceChannelAccountEntryRel fetchByC_C_C_T_First(long classNameId, long classPK, long commerceChannelId, int type, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
classNameId
- the class name IDclassPK
- the class pkcommerceChannelId
- the commerce channel IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce channel account entry rel could not be foundCommerceChannelAccountEntryRel findByC_C_C_T_Last(long classNameId, long classPK, long commerceChannelId, int type, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException
classNameId
- the class name IDclassPK
- the class pkcommerceChannelId
- the commerce channel IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchChannelAccountEntryRelException
- if a matching commerce channel account entry rel could not be foundCommerceChannelAccountEntryRel fetchByC_C_C_T_Last(long classNameId, long classPK, long commerceChannelId, int type, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
classNameId
- the class name IDclassPK
- the class pkcommerceChannelId
- the commerce channel IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce channel account entry rel could not be foundCommerceChannelAccountEntryRel[] findByC_C_C_T_PrevAndNext(long commerceChannelAccountEntryRelId, long classNameId, long classPK, long commerceChannelId, int type, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) throws NoSuchChannelAccountEntryRelException
commerceChannelAccountEntryRelId
- the primary key of the current commerce channel account entry relclassNameId
- the class name IDclassPK
- the class pkcommerceChannelId
- the commerce channel IDtype
- the typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchChannelAccountEntryRelException
- if a commerce channel account entry rel with the primary key could not be foundvoid removeByC_C_C_T(long classNameId, long classPK, long commerceChannelId, int type)
classNameId
- the class name IDclassPK
- the class pkcommerceChannelId
- the commerce channel IDtype
- the typeint countByC_C_C_T(long classNameId, long classPK, long commerceChannelId, int type)
classNameId
- the class name IDclassPK
- the class pkcommerceChannelId
- the commerce channel IDtype
- the typeCommerceChannelAccountEntryRel findByA_C_C_C_T(long accountEntryId, long classNameId, long classPK, long commerceChannelId, int type) throws NoSuchChannelAccountEntryRelException
NoSuchChannelAccountEntryRelException
if it could not be found.accountEntryId
- the account entry IDclassNameId
- the class name IDclassPK
- the class pkcommerceChannelId
- the commerce channel IDtype
- the typeNoSuchChannelAccountEntryRelException
- if a matching commerce channel account entry rel could not be foundCommerceChannelAccountEntryRel fetchByA_C_C_C_T(long accountEntryId, long classNameId, long classPK, long commerceChannelId, int type)
null
if it could not be found. Uses the finder cache.accountEntryId
- the account entry IDclassNameId
- the class name IDclassPK
- the class pkcommerceChannelId
- the commerce channel IDtype
- the typenull
if a matching commerce channel account entry rel could not be foundCommerceChannelAccountEntryRel fetchByA_C_C_C_T(long accountEntryId, long classNameId, long classPK, long commerceChannelId, int type, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.accountEntryId
- the account entry IDclassNameId
- the class name IDclassPK
- the class pkcommerceChannelId
- the commerce channel IDtype
- the typeuseFinderCache
- whether to use the finder cachenull
if a matching commerce channel account entry rel could not be foundCommerceChannelAccountEntryRel removeByA_C_C_C_T(long accountEntryId, long classNameId, long classPK, long commerceChannelId, int type) throws NoSuchChannelAccountEntryRelException
accountEntryId
- the account entry IDclassNameId
- the class name IDclassPK
- the class pkcommerceChannelId
- the commerce channel IDtype
- the typeNoSuchChannelAccountEntryRelException
int countByA_C_C_C_T(long accountEntryId, long classNameId, long classPK, long commerceChannelId, int type)
accountEntryId
- the account entry IDclassNameId
- the class name IDclassPK
- the class pkcommerceChannelId
- the commerce channel IDtype
- the typevoid cacheResult(CommerceChannelAccountEntryRel commerceChannelAccountEntryRel)
commerceChannelAccountEntryRel
- the commerce channel account entry relvoid cacheResult(java.util.List<CommerceChannelAccountEntryRel> commerceChannelAccountEntryRels)
commerceChannelAccountEntryRels
- the commerce channel account entry relsCommerceChannelAccountEntryRel create(long commerceChannelAccountEntryRelId)
commerceChannelAccountEntryRelId
- the primary key for the new commerce channel account entry relCommerceChannelAccountEntryRel remove(long commerceChannelAccountEntryRelId) throws NoSuchChannelAccountEntryRelException
commerceChannelAccountEntryRelId
- the primary key of the commerce channel account entry relNoSuchChannelAccountEntryRelException
- if a commerce channel account entry rel with the primary key could not be foundCommerceChannelAccountEntryRel updateImpl(CommerceChannelAccountEntryRel commerceChannelAccountEntryRel)
CommerceChannelAccountEntryRel findByPrimaryKey(long commerceChannelAccountEntryRelId) throws NoSuchChannelAccountEntryRelException
NoSuchChannelAccountEntryRelException
if it could not be found.commerceChannelAccountEntryRelId
- the primary key of the commerce channel account entry relNoSuchChannelAccountEntryRelException
- if a commerce channel account entry rel with the primary key could not be foundCommerceChannelAccountEntryRel fetchByPrimaryKey(long commerceChannelAccountEntryRelId)
null
if it could not be found.commerceChannelAccountEntryRelId
- the primary key of the commerce channel account entry relnull
if a commerce channel account entry rel with the primary key could not be foundjava.util.List<CommerceChannelAccountEntryRel> findAll()
java.util.List<CommerceChannelAccountEntryRel> findAll(int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceChannelAccountEntryRelModelImpl
.
start
- the lower bound of the range of commerce channel account entry relsend
- the upper bound of the range of commerce channel account entry rels (not inclusive)java.util.List<CommerceChannelAccountEntryRel> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceChannelAccountEntryRelModelImpl
.
start
- the lower bound of the range of commerce channel account entry relsend
- the upper bound of the range of commerce channel account entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CommerceChannelAccountEntryRel> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from CommerceChannelAccountEntryRelModelImpl
.
start
- the lower bound of the range of commerce channel account entry relsend
- the upper bound of the range of commerce channel account entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachevoid removeAll()
int countAll()