public class CommerceChannelAccountEntryRelServiceWrapper extends java.lang.Object implements CommerceChannelAccountEntryRelService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceChannelAccountEntryRelService>
CommerceChannelAccountEntryRelService
.CommerceChannelAccountEntryRelService
Constructor and Description |
---|
CommerceChannelAccountEntryRelServiceWrapper() |
CommerceChannelAccountEntryRelServiceWrapper(CommerceChannelAccountEntryRelService commerceChannelAccountEntryRelService) |
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) |
CommerceChannelAccountEntryRel |
getCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId) |
java.util.List<CommerceChannelAccountEntryRel> |
getCommerceChannelAccountEntryRels(long accountEntryId,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelAccountEntryRel> orderByComparator) |
java.util.List<CommerceChannelAccountEntryRel> |
getCommerceChannelAccountEntryRels(java.lang.String className,
long classPK,
long commerceChannelId,
int type) |
int |
getCommerceChannelAccountEntryRelsCount(long accountEntryId,
int type) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommerceChannelAccountEntryRelService |
getWrappedService() |
void |
setWrappedService(CommerceChannelAccountEntryRelService commerceChannelAccountEntryRelService) |
CommerceChannelAccountEntryRel |
updateCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId,
long commerceChannelId,
long classPK,
boolean overrideEligibility,
double priority) |
public CommerceChannelAccountEntryRelServiceWrapper()
public CommerceChannelAccountEntryRelServiceWrapper(CommerceChannelAccountEntryRelService commerceChannelAccountEntryRelService)
public 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
addCommerceChannelAccountEntryRel
in interface CommerceChannelAccountEntryRelService
com.liferay.portal.kernel.exception.PortalException
public void deleteCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId) throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceChannelAccountEntryRel
in interface CommerceChannelAccountEntryRelService
com.liferay.portal.kernel.exception.PortalException
public CommerceChannelAccountEntryRel fetchCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId) throws com.liferay.portal.kernel.exception.PortalException
fetchCommerceChannelAccountEntryRel
in interface CommerceChannelAccountEntryRelService
com.liferay.portal.kernel.exception.PortalException
public CommerceChannelAccountEntryRel fetchCommerceChannelAccountEntryRel(long accountEntryId, long commerceChannelId, int type) throws com.liferay.portal.kernel.exception.PortalException
fetchCommerceChannelAccountEntryRel
in interface CommerceChannelAccountEntryRelService
com.liferay.portal.kernel.exception.PortalException
public CommerceChannelAccountEntryRel getCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceChannelAccountEntryRel
in interface CommerceChannelAccountEntryRelService
com.liferay.portal.kernel.exception.PortalException
public 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
getCommerceChannelAccountEntryRels
in interface CommerceChannelAccountEntryRelService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<CommerceChannelAccountEntryRel> getCommerceChannelAccountEntryRels(java.lang.String className, long classPK, long commerceChannelId, int type)
getCommerceChannelAccountEntryRels
in interface CommerceChannelAccountEntryRelService
public int getCommerceChannelAccountEntryRelsCount(long accountEntryId, int type) throws com.liferay.portal.kernel.exception.PortalException
getCommerceChannelAccountEntryRelsCount
in interface CommerceChannelAccountEntryRelService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface CommerceChannelAccountEntryRelService
public CommerceChannelAccountEntryRel updateCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId, long commerceChannelId, long classPK, boolean overrideEligibility, double priority) throws com.liferay.portal.kernel.exception.PortalException
updateCommerceChannelAccountEntryRel
in interface CommerceChannelAccountEntryRelService
com.liferay.portal.kernel.exception.PortalException
public CommerceChannelAccountEntryRelService getWrappedService()
getWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceChannelAccountEntryRelService>
public void setWrappedService(CommerceChannelAccountEntryRelService commerceChannelAccountEntryRelService)
setWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceChannelAccountEntryRelService>