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) voiddeleteCommercePriceListOrderTypeRel(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) intgetCommercePriceListOrderTypeRelsCount(long commercePriceListId, String name) Returns the OSGi service identifier.voidsetWrappedService(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:
addCommercePriceListOrderTypeRelin interfaceCommercePriceListOrderTypeRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommercePriceListOrderTypeRel
public void deleteCommercePriceListOrderTypeRel(long commercePriceListOrderTypeRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommercePriceListOrderTypeRelin 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:
fetchCommercePriceListOrderTypeRelin interfaceCommercePriceListOrderTypeRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListOrderTypeRel
public CommercePriceListOrderTypeRel getCommercePriceListOrderTypeRel(long commercePriceListOrderTypeRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePriceListOrderTypeRelin 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:
getCommercePriceListOrderTypeRelsin 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:
getCommercePriceListOrderTypeRelsCountin interfaceCommercePriceListOrderTypeRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceCommercePriceListOrderTypeRelService- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListOrderTypeRelService>
-
setWrappedService
public void setWrappedService(CommercePriceListOrderTypeRelService commercePriceListOrderTypeRelService) - Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListOrderTypeRelService>
-