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) void
deleteCommercePriceListDiscountRel
(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) int
getCommercePriceListDiscountRelsCount
(long commercePriceListId) Returns the OSGi service identifier.void
setWrappedService
(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:
addCommercePriceListDiscountRel
in interfaceCommercePriceListDiscountRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommercePriceListDiscountRel
public void deleteCommercePriceListDiscountRel(long commercePriceListDiscountRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommercePriceListDiscountRel
in 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:
fetchCommercePriceListDiscountRel
in interfaceCommercePriceListDiscountRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListDiscountRel
public CommercePriceListDiscountRel getCommercePriceListDiscountRel(long commercePriceListDiscountRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePriceListDiscountRel
in interfaceCommercePriceListDiscountRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListDiscountRels
public List<CommercePriceListDiscountRel> getCommercePriceListDiscountRels(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePriceListDiscountRels
in 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:
getCommercePriceListDiscountRels
in interfaceCommercePriceListDiscountRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListDiscountRelsCount
public int getCommercePriceListDiscountRelsCount(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePriceListDiscountRelsCount
in interfaceCommercePriceListDiscountRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceCommercePriceListDiscountRelService
- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListDiscountRelService>
-
setWrappedService
public void setWrappedService(CommercePriceListDiscountRelService commercePriceListDiscountRelService) - Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListDiscountRelService>
-