Class CommerceDiscountOrderTypeRelServiceWrapper
java.lang.Object
com.liferay.commerce.discount.service.CommerceDiscountOrderTypeRelServiceWrapper
- All Implemented Interfaces:
CommerceDiscountOrderTypeRelService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<CommerceDiscountOrderTypeRelService>
public class CommerceDiscountOrderTypeRelServiceWrapper
extends Object
implements CommerceDiscountOrderTypeRelService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceDiscountOrderTypeRelService>
Provides a wrapper for
CommerceDiscountOrderTypeRelService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionCommerceDiscountOrderTypeRelServiceWrapper(CommerceDiscountOrderTypeRelService commerceDiscountOrderTypeRelService) -
Method Summary
Modifier and TypeMethodDescriptionaddCommerceDiscountOrderTypeRel(long commerceDiscountId, long commerceOrderTypeId, int priority, com.liferay.portal.kernel.service.ServiceContext serviceContext) voiddeleteCommerceDiscountOrderTypeRel(long commerceDiscountOrderTypeRelId) fetchCommerceDiscountOrderTypeRel(long commerceDiscountId, long commerceOrderTypeId) getCommerceDiscountOrderTypeRel(long commerceDiscountOrderTypeRelId) getCommerceDiscountOrderTypeRels(long commerceDiscountId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceDiscountOrderTypeRel> orderByComparator) intgetCommerceDiscountOrderTypeRelsCount(long commerceDiscountId, String name) Returns the OSGi service identifier.voidsetWrappedService(CommerceDiscountOrderTypeRelService commerceDiscountOrderTypeRelService)
-
Constructor Details
-
CommerceDiscountOrderTypeRelServiceWrapper
public CommerceDiscountOrderTypeRelServiceWrapper() -
CommerceDiscountOrderTypeRelServiceWrapper
public CommerceDiscountOrderTypeRelServiceWrapper(CommerceDiscountOrderTypeRelService commerceDiscountOrderTypeRelService)
-
-
Method Details
-
addCommerceDiscountOrderTypeRel
public CommerceDiscountOrderTypeRel addCommerceDiscountOrderTypeRel(long commerceDiscountId, long commerceOrderTypeId, int priority, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addCommerceDiscountOrderTypeRelin interfaceCommerceDiscountOrderTypeRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceDiscountOrderTypeRel
public void deleteCommerceDiscountOrderTypeRel(long commerceDiscountOrderTypeRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommerceDiscountOrderTypeRelin interfaceCommerceDiscountOrderTypeRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommerceDiscountOrderTypeRel
public CommerceDiscountOrderTypeRel fetchCommerceDiscountOrderTypeRel(long commerceDiscountId, long commerceOrderTypeId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCommerceDiscountOrderTypeRelin interfaceCommerceDiscountOrderTypeRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceDiscountOrderTypeRel
public CommerceDiscountOrderTypeRel getCommerceDiscountOrderTypeRel(long commerceDiscountOrderTypeRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceDiscountOrderTypeRelin interfaceCommerceDiscountOrderTypeRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceDiscountOrderTypeRels
public List<CommerceDiscountOrderTypeRel> getCommerceDiscountOrderTypeRels(long commerceDiscountId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceDiscountOrderTypeRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceDiscountOrderTypeRelsin interfaceCommerceDiscountOrderTypeRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceDiscountOrderTypeRelsCount
public int getCommerceDiscountOrderTypeRelsCount(long commerceDiscountId, String name) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceDiscountOrderTypeRelsCountin interfaceCommerceDiscountOrderTypeRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceCommerceDiscountOrderTypeRelService- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceDiscountOrderTypeRelService>
-
setWrappedService
public void setWrappedService(CommerceDiscountOrderTypeRelService commerceDiscountOrderTypeRelService) - Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceDiscountOrderTypeRelService>
-