@ProviderType public class CommerceDiscountRelServiceWrapper extends java.lang.Object implements CommerceDiscountRelService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceDiscountRelService>
CommerceDiscountRelService.CommerceDiscountRelService| Constructor and Description |
|---|
CommerceDiscountRelServiceWrapper(CommerceDiscountRelService commerceDiscountRelService) |
| Modifier and Type | Method and Description |
|---|---|
CommerceDiscountRel |
addCommerceDiscountRel(long commerceDiscountId,
java.lang.String className,
long classPK,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
deleteCommerceDiscountRel(long commerceDiscountRelId) |
long[] |
getClassPKs(long commerceDiscountId,
java.lang.String className) |
CommerceDiscountRel |
getCommerceDiscountRel(long commerceDiscountRelId) |
java.util.List<CommerceDiscountRel> |
getCommerceDiscountRels(long commerceDiscountId,
java.lang.String className) |
java.util.List<CommerceDiscountRel> |
getCommerceDiscountRels(long commerceDiscountId,
java.lang.String className,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceDiscountRel> orderByComparator) |
int |
getCommerceDiscountRelsCount(long commerceDiscountId,
java.lang.String className) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommerceDiscountRelService |
getWrappedService() |
void |
setWrappedService(CommerceDiscountRelService commerceDiscountRelService) |
public CommerceDiscountRelServiceWrapper(CommerceDiscountRelService commerceDiscountRelService)
public CommerceDiscountRel addCommerceDiscountRel(long commerceDiscountId, java.lang.String className, long classPK, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommerceDiscountRel in interface CommerceDiscountRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCommerceDiscountRel(long commerceDiscountRelId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceDiscountRel in interface CommerceDiscountRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic long[] getClassPKs(long commerceDiscountId,
java.lang.String className)
throws com.liferay.portal.kernel.exception.PortalException
getClassPKs in interface CommerceDiscountRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceDiscountRel getCommerceDiscountRel(long commerceDiscountRelId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceDiscountRel in interface CommerceDiscountRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceDiscountRel> getCommerceDiscountRels(long commerceDiscountId, java.lang.String className) throws com.liferay.portal.kernel.exception.PortalException
getCommerceDiscountRels in interface CommerceDiscountRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceDiscountRel> getCommerceDiscountRels(long commerceDiscountId, java.lang.String className, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceDiscountRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getCommerceDiscountRels in interface CommerceDiscountRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommerceDiscountRelsCount(long commerceDiscountId,
java.lang.String className)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceDiscountRelsCount in interface CommerceDiscountRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommerceDiscountRelServicepublic CommerceDiscountRelService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceDiscountRelService>public void setWrappedService(CommerceDiscountRelService commerceDiscountRelService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceDiscountRelService>