Class CommercePriceListDiscountRelServiceWrapper
java.lang.Object
com.liferay.commerce.price.list.service.CommercePriceListDiscountRelServiceWrapper
- All Implemented Interfaces:
CommercePriceListDiscountRelService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListDiscountRelService>
public class CommercePriceListDiscountRelServiceWrapper
extends Object
implements CommercePriceListDiscountRelService, com.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListDiscountRelService>
Provides a wrapper for
CommercePriceListDiscountRelService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionCommercePriceListDiscountRelServiceWrapper(CommercePriceListDiscountRelService commercePriceListDiscountRelService) -
Method Summary
Modifier and TypeMethodDescriptionaddCommercePriceListDiscountRel(long commercePriceListId, long commerceDiscountId, int order, com.liferay.portal.kernel.service.ServiceContext serviceContext) voiddeleteCommercePriceListDiscountRel(long commercePriceListDiscountRelId) fetchCommercePriceListDiscountRel(long commercePriceListId, long commerceDiscountId) getCommercePriceListDiscountRel(long commercePriceListDiscountRelId) getCommercePriceListDiscountRels(long commercePriceListId) getCommercePriceListDiscountRels(long commercePriceListId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListDiscountRel> orderByComparator) intgetCommercePriceListDiscountRelsCount(long commercePriceListId) Returns the OSGi service identifier.voidsetWrappedService(CommercePriceListDiscountRelService commercePriceListDiscountRelService)
-
Constructor Details
-
CommercePriceListDiscountRelServiceWrapper
public CommercePriceListDiscountRelServiceWrapper() -
CommercePriceListDiscountRelServiceWrapper
public CommercePriceListDiscountRelServiceWrapper(CommercePriceListDiscountRelService commercePriceListDiscountRelService)
-
-
Method Details
-
addCommercePriceListDiscountRel
public CommercePriceListDiscountRel addCommercePriceListDiscountRel(long commercePriceListId, long commerceDiscountId, int order, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addCommercePriceListDiscountRelin interfaceCommercePriceListDiscountRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommercePriceListDiscountRel
public void deleteCommercePriceListDiscountRel(long commercePriceListDiscountRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommercePriceListDiscountRelin interfaceCommercePriceListDiscountRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommercePriceListDiscountRel
public CommercePriceListDiscountRel fetchCommercePriceListDiscountRel(long commercePriceListId, long commerceDiscountId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCommercePriceListDiscountRelin interfaceCommercePriceListDiscountRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListDiscountRel
public CommercePriceListDiscountRel getCommercePriceListDiscountRel(long commercePriceListDiscountRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePriceListDiscountRelin interfaceCommercePriceListDiscountRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListDiscountRels
public List<CommercePriceListDiscountRel> getCommercePriceListDiscountRels(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePriceListDiscountRelsin interfaceCommercePriceListDiscountRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListDiscountRels
public List<CommercePriceListDiscountRel> getCommercePriceListDiscountRels(long commercePriceListId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListDiscountRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePriceListDiscountRelsin interfaceCommercePriceListDiscountRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListDiscountRelsCount
public int getCommercePriceListDiscountRelsCount(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePriceListDiscountRelsCountin interfaceCommercePriceListDiscountRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceCommercePriceListDiscountRelService- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListDiscountRelService>
-
setWrappedService
public void setWrappedService(CommercePriceListDiscountRelService commercePriceListDiscountRelService) - Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListDiscountRelService>
-