public class CommerceChannelRelServiceWrapper extends java.lang.Object implements CommerceChannelRelService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceChannelRelService>
CommerceChannelRelService.CommerceChannelRelService| Constructor and Description |
|---|
CommerceChannelRelServiceWrapper() |
CommerceChannelRelServiceWrapper(CommerceChannelRelService commerceChannelRelService) |
| Modifier and Type | Method and Description |
|---|---|
CommerceChannelRel |
addCommerceChannelRel(java.lang.String className,
long classPK,
long commerceChannelId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
deleteCommerceChannelRel(long commerceChannelRelId) |
void |
deleteCommerceChannelRels(java.lang.String className,
long classPK) |
CommerceChannelRel |
fetchCommerceChannelRel(java.lang.String className,
long classPK,
long commerceChannelId) |
CommerceChannelRel |
getCommerceChannelRel(long commerceChannelRelId) |
java.util.List<CommerceChannelRel> |
getCommerceChannelRels(long commerceChannelId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelRel> orderByComparator) |
java.util.List<CommerceChannelRel> |
getCommerceChannelRels(java.lang.String className,
long classPK,
java.lang.String name,
int start,
int end) |
int |
getCommerceChannelRelsCount(long commerceChannelId) |
int |
getCommerceChannelRelsCount(java.lang.String className,
long classPK) |
int |
getCommerceChannelRelsCount(java.lang.String className,
long classPK,
java.lang.String name) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommerceChannelRelService |
getWrappedService() |
void |
setWrappedService(CommerceChannelRelService commerceChannelRelService) |
public CommerceChannelRelServiceWrapper()
public CommerceChannelRelServiceWrapper(CommerceChannelRelService commerceChannelRelService)
public CommerceChannelRel addCommerceChannelRel(java.lang.String className, long classPK, long commerceChannelId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommerceChannelRel in interface CommerceChannelRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCommerceChannelRel(long commerceChannelRelId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceChannelRel in interface CommerceChannelRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCommerceChannelRels(java.lang.String className,
long classPK)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceChannelRels in interface CommerceChannelRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceChannelRel fetchCommerceChannelRel(java.lang.String className, long classPK, long commerceChannelId) throws com.liferay.portal.kernel.exception.PortalException
fetchCommerceChannelRel in interface CommerceChannelRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceChannelRel getCommerceChannelRel(long commerceChannelRelId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceChannelRel in interface CommerceChannelRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceChannelRel> getCommerceChannelRels(long commerceChannelId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceChannelRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getCommerceChannelRels in interface CommerceChannelRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceChannelRel> getCommerceChannelRels(java.lang.String className, long classPK, java.lang.String name, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getCommerceChannelRels in interface CommerceChannelRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommerceChannelRelsCount(long commerceChannelId)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceChannelRelsCount in interface CommerceChannelRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommerceChannelRelsCount(java.lang.String className,
long classPK)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceChannelRelsCount in interface CommerceChannelRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommerceChannelRelsCount(java.lang.String className,
long classPK,
java.lang.String name)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceChannelRelsCount in interface CommerceChannelRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommerceChannelRelServicepublic CommerceChannelRelService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceChannelRelService>public void setWrappedService(CommerceChannelRelService commerceChannelRelService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceChannelRelService>