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) void
deleteCommercePriceListChannelRel
(long commercePriceListChannelRelId) void
deleteCommercePriceListChannelRelsByCommercePriceListId
(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) int
getCommercePriceListChannelRelsCount
(long commercePriceListId) int
getCommercePriceListChannelRelsCount
(long commercePriceListId, String name) Returns the OSGi service identifier.void
setWrappedService
(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:
addCommercePriceListChannelRel
in interfaceCommercePriceListChannelRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommercePriceListChannelRel
public void deleteCommercePriceListChannelRel(long commercePriceListChannelRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommercePriceListChannelRel
in interfaceCommercePriceListChannelRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommercePriceListChannelRelsByCommercePriceListId
public void deleteCommercePriceListChannelRelsByCommercePriceListId(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommercePriceListChannelRelsByCommercePriceListId
in 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:
fetchCommercePriceListChannelRel
in interfaceCommercePriceListChannelRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListChannelRel
public CommercePriceListChannelRel getCommercePriceListChannelRel(long commercePriceListChannelRelId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePriceListChannelRel
in interfaceCommercePriceListChannelRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListChannelRels
public List<CommercePriceListChannelRel> getCommercePriceListChannelRels(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePriceListChannelRels
in 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:
getCommercePriceListChannelRels
in interfaceCommercePriceListChannelRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListChannelRels
public List<CommercePriceListChannelRel> getCommercePriceListChannelRels(long commercePriceListId, String name, int start, int end) - Specified by:
getCommercePriceListChannelRels
in interfaceCommercePriceListChannelRelService
-
getCommercePriceListChannelRelsCount
public int getCommercePriceListChannelRelsCount(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePriceListChannelRelsCount
in interfaceCommercePriceListChannelRelService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListChannelRelsCount
- Specified by:
getCommercePriceListChannelRelsCount
in interfaceCommercePriceListChannelRelService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceCommercePriceListChannelRelService
- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListChannelRelService>
-
setWrappedService
public void setWrappedService(CommercePriceListChannelRelService commercePriceListChannelRelService) - Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListChannelRelService>
-