Class CommercePriceListChannelRelServiceWrapper
java.lang.Object
com.liferay.commerce.price.list.service.CommercePriceListChannelRelServiceWrapper
- All Implemented Interfaces:
CommercePriceListChannelRelService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListChannelRelService>
public class CommercePriceListChannelRelServiceWrapper
extends Object
implements CommercePriceListChannelRelService, com.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListChannelRelService>
Provides a wrapper for
CommercePriceListChannelRelService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionCommercePriceListChannelRelServiceWrapper(CommercePriceListChannelRelService commercePriceListChannelRelService) -
Method Summary
Modifier and TypeMethodDescriptionaddCommercePriceListChannelRel(long commercePriceListId, long commerceChannelId, int order, com.liferay.portal.kernel.service.ServiceContext serviceContext) voiddeleteCommercePriceListChannelRel(long commercePriceListChannelRelId) voiddeleteCommercePriceListChannelRelsByCommercePriceListId(long commercePriceListId) fetchCommercePriceListChannelRel(long commerceChannelId, long commercePriceListId) getCommercePriceListChannelRel(long commercePriceListChannelRelId) getCommercePriceListChannelRels(long commercePriceListId) getCommercePriceListChannelRels(long commercePriceListId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListChannelRel> orderByComparator) getCommercePriceListChannelRels(long commercePriceListId, String name, int start, int end) intgetCommercePriceListChannelRelsCount(long commercePriceListId) intgetCommercePriceListChannelRelsCount(long commercePriceListId, String name) Returns the OSGi service identifier.voidsetWrappedService(CommercePriceListChannelRelService commercePriceListChannelRelService)
-
Constructor Details
-
CommercePriceListChannelRelServiceWrapper
public CommercePriceListChannelRelServiceWrapper() -
CommercePriceListChannelRelServiceWrapper
public CommercePriceListChannelRelServiceWrapper(CommercePriceListChannelRelService commercePriceListChannelRelService)
-
-
Method Details
-
addCommercePriceListChannelRel
public CommercePriceListChannelRel addCommercePriceListChannelRel(long commercePriceListId, long commerceChannelId, int order, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addCommercePriceListChannelRelin interfaceCommercePriceListChannelRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommercePriceListChannelRel
public void deleteCommercePriceListChannelRel(long commercePriceListChannelRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommercePriceListChannelRelin interfaceCommercePriceListChannelRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommercePriceListChannelRelsByCommercePriceListId
public void deleteCommercePriceListChannelRelsByCommercePriceListId(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommercePriceListChannelRelsByCommercePriceListIdin interfaceCommercePriceListChannelRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommercePriceListChannelRel
public CommercePriceListChannelRel fetchCommercePriceListChannelRel(long commerceChannelId, long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCommercePriceListChannelRelin interfaceCommercePriceListChannelRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListChannelRel
public CommercePriceListChannelRel getCommercePriceListChannelRel(long commercePriceListChannelRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePriceListChannelRelin interfaceCommercePriceListChannelRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListChannelRels
public List<CommercePriceListChannelRel> getCommercePriceListChannelRels(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePriceListChannelRelsin interfaceCommercePriceListChannelRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListChannelRels
public List<CommercePriceListChannelRel> getCommercePriceListChannelRels(long commercePriceListId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListChannelRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePriceListChannelRelsin interfaceCommercePriceListChannelRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListChannelRels
public List<CommercePriceListChannelRel> getCommercePriceListChannelRels(long commercePriceListId, String name, int start, int end) - Specified by:
getCommercePriceListChannelRelsin interfaceCommercePriceListChannelRelService
-
getCommercePriceListChannelRelsCount
public int getCommercePriceListChannelRelsCount(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePriceListChannelRelsCountin interfaceCommercePriceListChannelRelService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListChannelRelsCount
- Specified by:
getCommercePriceListChannelRelsCountin interfaceCommercePriceListChannelRelService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceCommercePriceListChannelRelService- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListChannelRelService>
-
setWrappedService
public void setWrappedService(CommercePriceListChannelRelService commercePriceListChannelRelService) - Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListChannelRelService>
-