public class CommerceOrderTypeRelServiceWrapper extends java.lang.Object implements CommerceOrderTypeRelService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceOrderTypeRelService>
CommerceOrderTypeRelService.CommerceOrderTypeRelService| Constructor and Description |
|---|
CommerceOrderTypeRelServiceWrapper() |
CommerceOrderTypeRelServiceWrapper(CommerceOrderTypeRelService commerceOrderTypeRelService) |
| Modifier and Type | Method and Description |
|---|---|
CommerceOrderTypeRel |
addCommerceOrderTypeRel(java.lang.String className,
long classPK,
long commerceOrderTypeId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CommerceOrderTypeRel |
deleteCommerceOrderTypeRel(long commerceOrderTypeRelId) |
void |
deleteCommerceOrderTypeRels(java.lang.String className,
long commerceOrderTypeId) |
java.util.List<CommerceOrderTypeRel> |
getCommerceOrderTypeCommerceChannelRels(long commerceOrderTypeId,
java.lang.String keywords,
int start,
int end) |
int |
getCommerceOrderTypeCommerceChannelRelsCount(long commerceOrderTypeId,
java.lang.String keywords) |
CommerceOrderTypeRel |
getCommerceOrderTypeRel(long commerceOrderTypeRelId) |
java.util.List<CommerceOrderTypeRel> |
getCommerceOrderTypeRels(java.lang.String className,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceOrderTypeRel> orderByComparator) |
int |
getCommerceOrderTypeRelsCount(java.lang.String className,
long classPK) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommerceOrderTypeRelService |
getWrappedService() |
void |
setWrappedService(CommerceOrderTypeRelService commerceOrderTypeRelService) |
public CommerceOrderTypeRelServiceWrapper()
public CommerceOrderTypeRelServiceWrapper(CommerceOrderTypeRelService commerceOrderTypeRelService)
public CommerceOrderTypeRel addCommerceOrderTypeRel(java.lang.String className, long classPK, long commerceOrderTypeId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommerceOrderTypeRel in interface CommerceOrderTypeRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceOrderTypeRel deleteCommerceOrderTypeRel(long commerceOrderTypeRelId) throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceOrderTypeRel in interface CommerceOrderTypeRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCommerceOrderTypeRels(java.lang.String className,
long commerceOrderTypeId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceOrderTypeRels in interface CommerceOrderTypeRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceOrderTypeRel> getCommerceOrderTypeCommerceChannelRels(long commerceOrderTypeId, java.lang.String keywords, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getCommerceOrderTypeCommerceChannelRels in interface CommerceOrderTypeRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommerceOrderTypeCommerceChannelRelsCount(long commerceOrderTypeId,
java.lang.String keywords)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceOrderTypeCommerceChannelRelsCount in interface CommerceOrderTypeRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceOrderTypeRel getCommerceOrderTypeRel(long commerceOrderTypeRelId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceOrderTypeRel in interface CommerceOrderTypeRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceOrderTypeRel> getCommerceOrderTypeRels(java.lang.String className, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceOrderTypeRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getCommerceOrderTypeRels in interface CommerceOrderTypeRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommerceOrderTypeRelsCount(java.lang.String className,
long classPK)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceOrderTypeRelsCount in interface CommerceOrderTypeRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommerceOrderTypeRelServicepublic CommerceOrderTypeRelService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceOrderTypeRelService>public void setWrappedService(CommerceOrderTypeRelService commerceOrderTypeRelService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceOrderTypeRelService>