Class CommercePriceListOrderTypeRelServiceWrapper
java.lang.Object
com.liferay.commerce.price.list.service.CommercePriceListOrderTypeRelServiceWrapper
- All Implemented Interfaces:
CommercePriceListOrderTypeRelService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListOrderTypeRelService>
public class CommercePriceListOrderTypeRelServiceWrapper
extends Object
implements CommercePriceListOrderTypeRelService, com.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListOrderTypeRelService>
Provides a wrapper for
CommercePriceListOrderTypeRelService
.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionCommercePriceListOrderTypeRelServiceWrapper
(CommercePriceListOrderTypeRelService commercePriceListOrderTypeRelService) -
Method Summary
Modifier and TypeMethodDescriptionaddCommercePriceListOrderTypeRel
(long commercePriceListId, long commerceOrderTypeId, int priority, com.liferay.portal.kernel.service.ServiceContext serviceContext) void
deleteCommercePriceListOrderTypeRel
(long commercePriceListOrderTypeRelId) fetchCommercePriceListOrderTypeRel
(long commercePriceListId, long commerceOrderTypeId) getCommercePriceListOrderTypeRel
(long commercePriceListOrderTypeRelId) getCommercePriceListOrderTypeRels
(long commercePriceListId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListOrderTypeRel> orderByComparator) int
getCommercePriceListOrderTypeRelsCount
(long commercePriceListId, String name) Returns the OSGi service identifier.void
setWrappedService
(CommercePriceListOrderTypeRelService commercePriceListOrderTypeRelService)
-
Constructor Details
-
CommercePriceListOrderTypeRelServiceWrapper
public CommercePriceListOrderTypeRelServiceWrapper() -
CommercePriceListOrderTypeRelServiceWrapper
public CommercePriceListOrderTypeRelServiceWrapper(CommercePriceListOrderTypeRelService commercePriceListOrderTypeRelService)
-
-
Method Details
-
addCommercePriceListOrderTypeRel
public CommercePriceListOrderTypeRel addCommercePriceListOrderTypeRel(long commercePriceListId, long commerceOrderTypeId, int priority, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addCommercePriceListOrderTypeRel
in interfaceCommercePriceListOrderTypeRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommercePriceListOrderTypeRel
public void deleteCommercePriceListOrderTypeRel(long commercePriceListOrderTypeRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommercePriceListOrderTypeRel
in interfaceCommercePriceListOrderTypeRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommercePriceListOrderTypeRel
public CommercePriceListOrderTypeRel fetchCommercePriceListOrderTypeRel(long commercePriceListId, long commerceOrderTypeId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCommercePriceListOrderTypeRel
in interfaceCommercePriceListOrderTypeRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListOrderTypeRel
public CommercePriceListOrderTypeRel getCommercePriceListOrderTypeRel(long commercePriceListOrderTypeRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePriceListOrderTypeRel
in interfaceCommercePriceListOrderTypeRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListOrderTypeRels
public List<CommercePriceListOrderTypeRel> getCommercePriceListOrderTypeRels(long commercePriceListId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListOrderTypeRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePriceListOrderTypeRels
in interfaceCommercePriceListOrderTypeRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListOrderTypeRelsCount
public int getCommercePriceListOrderTypeRelsCount(long commercePriceListId, String name) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePriceListOrderTypeRelsCount
in interfaceCommercePriceListOrderTypeRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceCommercePriceListOrderTypeRelService
- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListOrderTypeRelService>
-
setWrappedService
public void setWrappedService(CommercePriceListOrderTypeRelService commercePriceListOrderTypeRelService) - Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListOrderTypeRelService>
-