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) void
deleteCommercePriceListAccountRel
(long commercePriceListAccountRelId) void
deleteCommercePriceListAccountRelsByCommercePriceListId
(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) int
getCommercePriceListAccountRelsCount
(long commercePriceListId) int
getCommercePriceListAccountRelsCount
(long commercePriceListId, String name) Returns the OSGi service identifier.void
setWrappedService
(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:
addCommercePriceListAccountRel
in interfaceCommercePriceListAccountRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommercePriceListAccountRel
public void deleteCommercePriceListAccountRel(long commercePriceListAccountRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommercePriceListAccountRel
in interfaceCommercePriceListAccountRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommercePriceListAccountRelsByCommercePriceListId
public void deleteCommercePriceListAccountRelsByCommercePriceListId(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommercePriceListAccountRelsByCommercePriceListId
in 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:
fetchCommercePriceListAccountRel
in interfaceCommercePriceListAccountRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListAccountRel
public CommercePriceListAccountRel getCommercePriceListAccountRel(long commercePriceListAccountRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePriceListAccountRel
in interfaceCommercePriceListAccountRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListAccountRels
public List<CommercePriceListAccountRel> getCommercePriceListAccountRels(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePriceListAccountRels
in 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:
getCommercePriceListAccountRels
in interfaceCommercePriceListAccountRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListAccountRels
public List<CommercePriceListAccountRel> getCommercePriceListAccountRels(long commercePriceListId, String name, int start, int end) - Specified by:
getCommercePriceListAccountRels
in interfaceCommercePriceListAccountRelService
-
getCommercePriceListAccountRelsCount
public int getCommercePriceListAccountRelsCount(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePriceListAccountRelsCount
in interfaceCommercePriceListAccountRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListAccountRelsCount
- Specified by:
getCommercePriceListAccountRelsCount
in interfaceCommercePriceListAccountRelService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceCommercePriceListAccountRelService
- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListAccountRelService>
-
setWrappedService
public void setWrappedService(CommercePriceListAccountRelService commercePriceListAccountRelService) - Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListAccountRelService>
-