Class CommerceDiscountAccountRelServiceWrapper
java.lang.Object
com.liferay.commerce.discount.service.CommerceDiscountAccountRelServiceWrapper
- All Implemented Interfaces:
CommerceDiscountAccountRelService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.ServiceWrapper<CommerceDiscountAccountRelService>
public class CommerceDiscountAccountRelServiceWrapper
extends Object
implements CommerceDiscountAccountRelService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceDiscountAccountRelService>
Provides a wrapper for
CommerceDiscountAccountRelService
.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionCommerceDiscountAccountRelServiceWrapper
(CommerceDiscountAccountRelService commerceDiscountAccountRelService) -
Method Summary
Modifier and TypeMethodDescriptionaddCommerceDiscountAccountRel
(long commerceDiscountId, long commerceAccountId, com.liferay.portal.kernel.service.ServiceContext serviceContext) void
deleteCommerceDiscountAccountRel
(long commerceDiscountAccountRelId) void
deleteCommerceDiscountAccountRelsByCommerceDiscountId
(long commerceDiscountId) fetchCommerceDiscountAccountRel
(long commerceAccountId, long commerceDiscountId) getCommerceDiscountAccountRel
(long commerceDiscountAccountRelId) getCommerceDiscountAccountRels
(long commerceDiscountId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceDiscountAccountRel> orderByComparator) getCommerceDiscountAccountRels
(long commerceDiscountId, String name, int start, int end) int
getCommerceDiscountAccountRelsCount
(long commerceDiscountId) int
getCommerceDiscountAccountRelsCount
(long commerceDiscountId, String name) Returns the OSGi service identifier.void
setWrappedService
(CommerceDiscountAccountRelService commerceDiscountAccountRelService)
-
Constructor Details
-
CommerceDiscountAccountRelServiceWrapper
public CommerceDiscountAccountRelServiceWrapper() -
CommerceDiscountAccountRelServiceWrapper
public CommerceDiscountAccountRelServiceWrapper(CommerceDiscountAccountRelService commerceDiscountAccountRelService)
-
-
Method Details
-
addCommerceDiscountAccountRel
public CommerceDiscountAccountRel addCommerceDiscountAccountRel(long commerceDiscountId, long commerceAccountId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addCommerceDiscountAccountRel
in interfaceCommerceDiscountAccountRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceDiscountAccountRel
public void deleteCommerceDiscountAccountRel(long commerceDiscountAccountRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommerceDiscountAccountRel
in interfaceCommerceDiscountAccountRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceDiscountAccountRelsByCommerceDiscountId
public void deleteCommerceDiscountAccountRelsByCommerceDiscountId(long commerceDiscountId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommerceDiscountAccountRelsByCommerceDiscountId
in interfaceCommerceDiscountAccountRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommerceDiscountAccountRel
public CommerceDiscountAccountRel fetchCommerceDiscountAccountRel(long commerceAccountId, long commerceDiscountId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCommerceDiscountAccountRel
in interfaceCommerceDiscountAccountRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceDiscountAccountRel
public CommerceDiscountAccountRel getCommerceDiscountAccountRel(long commerceDiscountAccountRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceDiscountAccountRel
in interfaceCommerceDiscountAccountRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceDiscountAccountRels
public List<CommerceDiscountAccountRel> getCommerceDiscountAccountRels(long commerceDiscountId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceDiscountAccountRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceDiscountAccountRels
in interfaceCommerceDiscountAccountRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceDiscountAccountRels
public List<CommerceDiscountAccountRel> getCommerceDiscountAccountRels(long commerceDiscountId, String name, int start, int end) - Specified by:
getCommerceDiscountAccountRels
in interfaceCommerceDiscountAccountRelService
-
getCommerceDiscountAccountRelsCount
public int getCommerceDiscountAccountRelsCount(long commerceDiscountId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceDiscountAccountRelsCount
in interfaceCommerceDiscountAccountRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceDiscountAccountRelsCount
- Specified by:
getCommerceDiscountAccountRelsCount
in interfaceCommerceDiscountAccountRelService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceCommerceDiscountAccountRelService
- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceDiscountAccountRelService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceDiscountAccountRelService>
-