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) voiddeleteCommercePriceListAccountGroupRelsByCommercePriceListId(long commercePriceListId) voiddeleteCommercePriceListCommerceAccountGroupRel(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) intgetCommercePriceListCommerceAccountGroupRelsCount(long commercePriceListId) intgetCommercePriceListCommerceAccountGroupRelsCount(long commercePriceListId, String name) Returns the OSGi service identifier.voidsetWrappedService(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:
addCommercePriceListCommerceAccountGroupRelin interfaceCommercePriceListCommerceAccountGroupRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommercePriceListAccountGroupRelsByCommercePriceListId
public void deleteCommercePriceListAccountGroupRelsByCommercePriceListId(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommercePriceListAccountGroupRelsByCommercePriceListIdin interfaceCommercePriceListCommerceAccountGroupRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommercePriceListCommerceAccountGroupRel
public void deleteCommercePriceListCommerceAccountGroupRel(long commercePriceListCommerceAccountGroupRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommercePriceListCommerceAccountGroupRelin 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:
fetchCommercePriceListCommerceAccountGroupRelin interfaceCommercePriceListCommerceAccountGroupRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListCommerceAccountGroupRel
public CommercePriceListCommerceAccountGroupRel getCommercePriceListCommerceAccountGroupRel(long commercePriceListCommerceAccoungGroupRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePriceListCommerceAccountGroupRelin interfaceCommercePriceListCommerceAccountGroupRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListCommerceAccountGroupRels
public List<CommercePriceListCommerceAccountGroupRel> getCommercePriceListCommerceAccountGroupRels(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePriceListCommerceAccountGroupRelsin 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:
getCommercePriceListCommerceAccountGroupRelsin interfaceCommercePriceListCommerceAccountGroupRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListCommerceAccountGroupRels
public List<CommercePriceListCommerceAccountGroupRel> getCommercePriceListCommerceAccountGroupRels(long commercePriceListId, String name, int start, int end) - Specified by:
getCommercePriceListCommerceAccountGroupRelsin interfaceCommercePriceListCommerceAccountGroupRelService
-
getCommercePriceListCommerceAccountGroupRelsCount
public int getCommercePriceListCommerceAccountGroupRelsCount(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePriceListCommerceAccountGroupRelsCountin interfaceCommercePriceListCommerceAccountGroupRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListCommerceAccountGroupRelsCount
- Specified by:
getCommercePriceListCommerceAccountGroupRelsCountin interfaceCommercePriceListCommerceAccountGroupRelService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin 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:
updateCommercePriceListCommerceAccountGroupRelin interfaceCommercePriceListCommerceAccountGroupRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListCommerceAccountGroupRelService>
-
setWrappedService
public void setWrappedService(CommercePriceListCommerceAccountGroupRelService commercePriceListCommerceAccountGroupRelService) - Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListCommerceAccountGroupRelService>
-