Class CommercePriceListCommerceAccountGroupRelServiceWrapper
java.lang.Object
com.liferay.commerce.price.list.service.CommercePriceListCommerceAccountGroupRelServiceWrapper
- All Implemented Interfaces:
CommercePriceListCommerceAccountGroupRelService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListCommerceAccountGroupRelService>
public class CommercePriceListCommerceAccountGroupRelServiceWrapper
extends Object
implements CommercePriceListCommerceAccountGroupRelService, com.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListCommerceAccountGroupRelService>
Provides a wrapper for
CommercePriceListCommerceAccountGroupRelService
.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionCommercePriceListCommerceAccountGroupRelServiceWrapper
(CommercePriceListCommerceAccountGroupRelService commercePriceListCommerceAccountGroupRelService) -
Method Summary
Modifier and TypeMethodDescriptionaddCommercePriceListCommerceAccountGroupRel
(long commercePriceListId, long commerceAccountGroupId, int order, com.liferay.portal.kernel.service.ServiceContext serviceContext) void
deleteCommercePriceListAccountGroupRelsByCommercePriceListId
(long commercePriceListId) void
deleteCommercePriceListCommerceAccountGroupRel
(long commercePriceListCommerceAccountGroupRelId) fetchCommercePriceListCommerceAccountGroupRel
(long commercePriceListId, long commerceAccountGroupId) getCommercePriceListCommerceAccountGroupRel
(long commercePriceListCommerceAccoungGroupRelId) getCommercePriceListCommerceAccountGroupRels
(long commercePriceListId) getCommercePriceListCommerceAccountGroupRels
(long commercePriceListId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListCommerceAccountGroupRel> orderByComparator) getCommercePriceListCommerceAccountGroupRels
(long commercePriceListId, String name, int start, int end) int
getCommercePriceListCommerceAccountGroupRelsCount
(long commercePriceListId) int
getCommercePriceListCommerceAccountGroupRelsCount
(long commercePriceListId, String name) Returns the OSGi service identifier.void
setWrappedService
(CommercePriceListCommerceAccountGroupRelService commercePriceListCommerceAccountGroupRelService) updateCommercePriceListCommerceAccountGroupRel
(long commercePriceListCommerceAccountGroupRelId, int order, com.liferay.portal.kernel.service.ServiceContext serviceContext)
-
Constructor Details
-
CommercePriceListCommerceAccountGroupRelServiceWrapper
public CommercePriceListCommerceAccountGroupRelServiceWrapper() -
CommercePriceListCommerceAccountGroupRelServiceWrapper
public CommercePriceListCommerceAccountGroupRelServiceWrapper(CommercePriceListCommerceAccountGroupRelService commercePriceListCommerceAccountGroupRelService)
-
-
Method Details
-
addCommercePriceListCommerceAccountGroupRel
public CommercePriceListCommerceAccountGroupRel addCommercePriceListCommerceAccountGroupRel(long commercePriceListId, long commerceAccountGroupId, int order, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addCommercePriceListCommerceAccountGroupRel
in interfaceCommercePriceListCommerceAccountGroupRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommercePriceListAccountGroupRelsByCommercePriceListId
public void deleteCommercePriceListAccountGroupRelsByCommercePriceListId(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommercePriceListAccountGroupRelsByCommercePriceListId
in interfaceCommercePriceListCommerceAccountGroupRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommercePriceListCommerceAccountGroupRel
public void deleteCommercePriceListCommerceAccountGroupRel(long commercePriceListCommerceAccountGroupRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommercePriceListCommerceAccountGroupRel
in interfaceCommercePriceListCommerceAccountGroupRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommercePriceListCommerceAccountGroupRel
public CommercePriceListCommerceAccountGroupRel fetchCommercePriceListCommerceAccountGroupRel(long commercePriceListId, long commerceAccountGroupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCommercePriceListCommerceAccountGroupRel
in interfaceCommercePriceListCommerceAccountGroupRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListCommerceAccountGroupRel
public CommercePriceListCommerceAccountGroupRel getCommercePriceListCommerceAccountGroupRel(long commercePriceListCommerceAccoungGroupRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePriceListCommerceAccountGroupRel
in interfaceCommercePriceListCommerceAccountGroupRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListCommerceAccountGroupRels
public List<CommercePriceListCommerceAccountGroupRel> getCommercePriceListCommerceAccountGroupRels(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePriceListCommerceAccountGroupRels
in interfaceCommercePriceListCommerceAccountGroupRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListCommerceAccountGroupRels
public List<CommercePriceListCommerceAccountGroupRel> getCommercePriceListCommerceAccountGroupRels(long commercePriceListId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListCommerceAccountGroupRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePriceListCommerceAccountGroupRels
in interfaceCommercePriceListCommerceAccountGroupRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListCommerceAccountGroupRels
public List<CommercePriceListCommerceAccountGroupRel> getCommercePriceListCommerceAccountGroupRels(long commercePriceListId, String name, int start, int end) - Specified by:
getCommercePriceListCommerceAccountGroupRels
in interfaceCommercePriceListCommerceAccountGroupRelService
-
getCommercePriceListCommerceAccountGroupRelsCount
public int getCommercePriceListCommerceAccountGroupRelsCount(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePriceListCommerceAccountGroupRelsCount
in interfaceCommercePriceListCommerceAccountGroupRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListCommerceAccountGroupRelsCount
- Specified by:
getCommercePriceListCommerceAccountGroupRelsCount
in interfaceCommercePriceListCommerceAccountGroupRelService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceCommercePriceListCommerceAccountGroupRelService
- Returns:
- the OSGi service identifier
-
updateCommercePriceListCommerceAccountGroupRel
public CommercePriceListCommerceAccountGroupRel updateCommercePriceListCommerceAccountGroupRel(long commercePriceListCommerceAccountGroupRelId, int order, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateCommercePriceListCommerceAccountGroupRel
in interfaceCommercePriceListCommerceAccountGroupRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListCommerceAccountGroupRelService>
-
setWrappedService
public void setWrappedService(CommercePriceListCommerceAccountGroupRelService commercePriceListCommerceAccountGroupRelService) - Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListCommerceAccountGroupRelService>
-