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) voiddeleteCommerceDiscountAccountRel(long commerceDiscountAccountRelId) voiddeleteCommerceDiscountAccountRelsByCommerceDiscountId(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) intgetCommerceDiscountAccountRelsCount(long commerceDiscountId) intgetCommerceDiscountAccountRelsCount(long commerceDiscountId, String name) Returns the OSGi service identifier.voidsetWrappedService(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:
addCommerceDiscountAccountRelin interfaceCommerceDiscountAccountRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceDiscountAccountRel
public void deleteCommerceDiscountAccountRel(long commerceDiscountAccountRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommerceDiscountAccountRelin interfaceCommerceDiscountAccountRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceDiscountAccountRelsByCommerceDiscountId
public void deleteCommerceDiscountAccountRelsByCommerceDiscountId(long commerceDiscountId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommerceDiscountAccountRelsByCommerceDiscountIdin 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:
fetchCommerceDiscountAccountRelin interfaceCommerceDiscountAccountRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceDiscountAccountRel
public CommerceDiscountAccountRel getCommerceDiscountAccountRel(long commerceDiscountAccountRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceDiscountAccountRelin 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:
getCommerceDiscountAccountRelsin interfaceCommerceDiscountAccountRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceDiscountAccountRels
public List<CommerceDiscountAccountRel> getCommerceDiscountAccountRels(long commerceDiscountId, String name, int start, int end) - Specified by:
getCommerceDiscountAccountRelsin interfaceCommerceDiscountAccountRelService
-
getCommerceDiscountAccountRelsCount
public int getCommerceDiscountAccountRelsCount(long commerceDiscountId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceDiscountAccountRelsCountin interfaceCommerceDiscountAccountRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceDiscountAccountRelsCount
- Specified by:
getCommerceDiscountAccountRelsCountin interfaceCommerceDiscountAccountRelService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceCommerceDiscountAccountRelService- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceDiscountAccountRelService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceDiscountAccountRelService>
-