public class CommercePriceListDiscountRelServiceWrapper extends java.lang.Object implements CommercePriceListDiscountRelService, com.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListDiscountRelService>
CommercePriceListDiscountRelService.CommercePriceListDiscountRelService| Constructor and Description |
|---|
CommercePriceListDiscountRelServiceWrapper() |
CommercePriceListDiscountRelServiceWrapper(CommercePriceListDiscountRelService commercePriceListDiscountRelService) |
| Modifier and Type | Method and Description |
|---|---|
CommercePriceListDiscountRel |
addCommercePriceListDiscountRel(long commercePriceListId,
long commerceDiscountId,
int order,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
deleteCommercePriceListDiscountRel(long commercePriceListDiscountRelId) |
CommercePriceListDiscountRel |
fetchCommercePriceListDiscountRel(long commercePriceListId,
long commerceDiscountId) |
CommercePriceListDiscountRel |
getCommercePriceListDiscountRel(long commercePriceListDiscountRelId) |
java.util.List<CommercePriceListDiscountRel> |
getCommercePriceListDiscountRels(long commercePriceListId) |
java.util.List<CommercePriceListDiscountRel> |
getCommercePriceListDiscountRels(long commercePriceListId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListDiscountRel> orderByComparator) |
int |
getCommercePriceListDiscountRelsCount(long commercePriceListId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommercePriceListDiscountRelService |
getWrappedService() |
void |
setWrappedService(CommercePriceListDiscountRelService commercePriceListDiscountRelService) |
public CommercePriceListDiscountRelServiceWrapper()
public CommercePriceListDiscountRelServiceWrapper(CommercePriceListDiscountRelService commercePriceListDiscountRelService)
public CommercePriceListDiscountRel addCommercePriceListDiscountRel(long commercePriceListId, long commerceDiscountId, int order, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommercePriceListDiscountRel in interface CommercePriceListDiscountRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCommercePriceListDiscountRel(long commercePriceListDiscountRelId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommercePriceListDiscountRel in interface CommercePriceListDiscountRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommercePriceListDiscountRel fetchCommercePriceListDiscountRel(long commercePriceListId, long commerceDiscountId) throws com.liferay.portal.kernel.exception.PortalException
fetchCommercePriceListDiscountRel in interface CommercePriceListDiscountRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommercePriceListDiscountRel getCommercePriceListDiscountRel(long commercePriceListDiscountRelId) throws com.liferay.portal.kernel.exception.PortalException
getCommercePriceListDiscountRel in interface CommercePriceListDiscountRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommercePriceListDiscountRel> getCommercePriceListDiscountRels(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException
getCommercePriceListDiscountRels in interface CommercePriceListDiscountRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommercePriceListDiscountRel> getCommercePriceListDiscountRels(long commercePriceListId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListDiscountRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getCommercePriceListDiscountRels in interface CommercePriceListDiscountRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommercePriceListDiscountRelsCount(long commercePriceListId)
throws com.liferay.portal.kernel.exception.PortalException
getCommercePriceListDiscountRelsCount in interface CommercePriceListDiscountRelServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommercePriceListDiscountRelServicepublic CommercePriceListDiscountRelService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListDiscountRelService>public void setWrappedService(CommercePriceListDiscountRelService commercePriceListDiscountRelService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListDiscountRelService>