Class CommercePriceListAccountRelServiceWrapper
java.lang.Object
com.liferay.commerce.price.list.service.CommercePriceListAccountRelServiceWrapper
- All Implemented Interfaces:
CommercePriceListAccountRelService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListAccountRelService>
public class CommercePriceListAccountRelServiceWrapper
extends Object
implements CommercePriceListAccountRelService, com.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListAccountRelService>
Provides a wrapper for
CommercePriceListAccountRelService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionCommercePriceListAccountRelServiceWrapper(CommercePriceListAccountRelService commercePriceListAccountRelService) -
Method Summary
Modifier and TypeMethodDescriptionaddCommercePriceListAccountRel(long commercePriceListId, long commerceAccountId, int order, com.liferay.portal.kernel.service.ServiceContext serviceContext) voiddeleteCommercePriceListAccountRel(long commercePriceListAccountRelId) voiddeleteCommercePriceListAccountRelsByCommercePriceListId(long commercePriceListId) fetchCommercePriceListAccountRel(long commercePriceListId, long commerceAccountId) getCommercePriceListAccountRel(long commercePriceListAccountRelId) getCommercePriceListAccountRels(long commercePriceListId) getCommercePriceListAccountRels(long commercePriceListId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator) getCommercePriceListAccountRels(long commercePriceListId, String name, int start, int end) intgetCommercePriceListAccountRelsCount(long commercePriceListId) intgetCommercePriceListAccountRelsCount(long commercePriceListId, String name) Returns the OSGi service identifier.voidsetWrappedService(CommercePriceListAccountRelService commercePriceListAccountRelService)
-
Constructor Details
-
CommercePriceListAccountRelServiceWrapper
public CommercePriceListAccountRelServiceWrapper() -
CommercePriceListAccountRelServiceWrapper
public CommercePriceListAccountRelServiceWrapper(CommercePriceListAccountRelService commercePriceListAccountRelService)
-
-
Method Details
-
addCommercePriceListAccountRel
public CommercePriceListAccountRel addCommercePriceListAccountRel(long commercePriceListId, long commerceAccountId, int order, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addCommercePriceListAccountRelin interfaceCommercePriceListAccountRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommercePriceListAccountRel
public void deleteCommercePriceListAccountRel(long commercePriceListAccountRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommercePriceListAccountRelin interfaceCommercePriceListAccountRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommercePriceListAccountRelsByCommercePriceListId
public void deleteCommercePriceListAccountRelsByCommercePriceListId(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommercePriceListAccountRelsByCommercePriceListIdin interfaceCommercePriceListAccountRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommercePriceListAccountRel
public CommercePriceListAccountRel fetchCommercePriceListAccountRel(long commercePriceListId, long commerceAccountId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCommercePriceListAccountRelin interfaceCommercePriceListAccountRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListAccountRel
public CommercePriceListAccountRel getCommercePriceListAccountRel(long commercePriceListAccountRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePriceListAccountRelin interfaceCommercePriceListAccountRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListAccountRels
public List<CommercePriceListAccountRel> getCommercePriceListAccountRels(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePriceListAccountRelsin interfaceCommercePriceListAccountRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListAccountRels
public List<CommercePriceListAccountRel> getCommercePriceListAccountRels(long commercePriceListId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListAccountRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePriceListAccountRelsin interfaceCommercePriceListAccountRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListAccountRels
public List<CommercePriceListAccountRel> getCommercePriceListAccountRels(long commercePriceListId, String name, int start, int end) - Specified by:
getCommercePriceListAccountRelsin interfaceCommercePriceListAccountRelService
-
getCommercePriceListAccountRelsCount
public int getCommercePriceListAccountRelsCount(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePriceListAccountRelsCountin interfaceCommercePriceListAccountRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListAccountRelsCount
- Specified by:
getCommercePriceListAccountRelsCountin interfaceCommercePriceListAccountRelService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceCommercePriceListAccountRelService- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListAccountRelService>
-
setWrappedService
public void setWrappedService(CommercePriceListAccountRelService commercePriceListAccountRelService) - Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListAccountRelService>
-