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) |
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 CommerceChannelAccountEntryRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceChannelAccountEntryRel in interface CommerceChannelAccountEntryRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceChannelAccountEntryRel fetchCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId) throws com.liferay.portal.kernel.exception.PortalException
fetchCommerceChannelAccountEntryRel in interface CommerceChannelAccountEntryRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceChannelAccountEntryRel fetchCommerceChannelAccountEntryRel(long accountEntryId, long commerceChannelId, int type) throws com.liferay.portal.kernel.exception.PortalException
fetchCommerceChannelAccountEntryRel in interface CommerceChannelAccountEntryRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic 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 CommerceChannelAccountEntryRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceChannelAccountEntryRel> getCommerceChannelAccountEntryRels(java.lang.String className, long classPK, long commerceChannelId, int type)
getCommerceChannelAccountEntryRels in interface CommerceChannelAccountEntryRelServicepublic int getCommerceChannelAccountEntryRelsCount(long accountEntryId,
int type)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceChannelAccountEntryRelsCount in interface CommerceChannelAccountEntryRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommerceChannelAccountEntryRelServicepublic CommerceChannelAccountEntryRel updateCommerceChannelAccountEntryRel(long commerceChannelAccountEntryRelId, long commerceChannelId, long classPK, boolean overrideEligibility, double priority) throws com.liferay.portal.kernel.exception.PortalException
updateCommerceChannelAccountEntryRel in interface CommerceChannelAccountEntryRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic 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>