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) void
deleteCommerceDiscountOrderTypeRel
(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) int
getCommerceDiscountOrderTypeRelsCount
(long commerceDiscountId, String name) Returns the OSGi service identifier.void
setWrappedService
(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:
addCommerceDiscountOrderTypeRel
in interfaceCommerceDiscountOrderTypeRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceDiscountOrderTypeRel
public void deleteCommerceDiscountOrderTypeRel(long commerceDiscountOrderTypeRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommerceDiscountOrderTypeRel
in 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:
fetchCommerceDiscountOrderTypeRel
in interfaceCommerceDiscountOrderTypeRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceDiscountOrderTypeRel
public CommerceDiscountOrderTypeRel getCommerceDiscountOrderTypeRel(long commerceDiscountOrderTypeRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceDiscountOrderTypeRel
in 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:
getCommerceDiscountOrderTypeRels
in 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:
getCommerceDiscountOrderTypeRelsCount
in interfaceCommerceDiscountOrderTypeRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceCommerceDiscountOrderTypeRelService
- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceDiscountOrderTypeRelService>
-
setWrappedService
public void setWrappedService(CommerceDiscountOrderTypeRelService commerceDiscountOrderTypeRelService) - Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceDiscountOrderTypeRelService>
-