@AccessControlled
@CTAware
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface CommerceChannelAccountEntryRelService
extends com.liferay.portal.kernel.service.BaseService
CommerceChannelAccountEntryRelServiceUtil| Modifier and Type | Method and Description |
|---|---|
CommerceChannelAccountEntryRel |
addCommerceChannelAccountEntryRel(long accountEntryId,
java.lang.String className,
long classPK,
long commerceChannelId,
boolean overrideEligibility,
double priority,
int type) |
void |
deleteCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId) |
CommerceChannelAccountEntryRel |
fetchCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId) |
CommerceChannelAccountEntryRel |
fetchCommerceChannelAccountEntryRel(long accountEntryId,
long commerceChannelId,
int type) |
java.util.List<CommerceChannelAccountEntryRel> |
getCommerceChannelAccountEntryRels(long accountEntryId,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) |
int |
getCommerceChannelAccountEntryRelsCount(long accountEntryId,
int type) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommerceChannelAccountEntryRel |
updateCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId,
long commerceChannelId,
long classPK,
boolean overrideEligibility,
double priority) |
CommerceChannelAccountEntryRel addCommerceChannelAccountEntryRel(long accountEntryId, java.lang.String className, long classPK, long commerceChannelId, boolean overrideEligibility, double priority, int type) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid deleteCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
CommerceChannelAccountEntryRel fetchCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
CommerceChannelAccountEntryRel fetchCommerceChannelAccountEntryRel(long accountEntryId,
long commerceChannelId,
int type)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<CommerceChannelAccountEntryRel> getCommerceChannelAccountEntryRels(long accountEntryId,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
int getCommerceChannelAccountEntryRelsCount(long accountEntryId,
int type)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.lang.String getOSGiServiceIdentifier()
CommerceChannelAccountEntryRel updateCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId, long commerceChannelId, long classPK, boolean overrideEligibility, double priority) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException