Interface CommercePriceListChannelRelService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
CommercePriceListChannelRelServiceWrapper
@AccessControlled
@CTAware
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface CommercePriceListChannelRelService
extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for CommercePriceListChannelRel. Methods of this
service are expected to have security checks based on the propagated JAAS
credentials because this service can be accessed remotely.
- See Also:
- Generated:
-
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.
-
Method Details
-
addCommercePriceListChannelRel
CommercePriceListChannelRel addCommercePriceListChannelRel(long commercePriceListId, long commerceChannelId, int order, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommercePriceListChannelRel
void deleteCommercePriceListChannelRel(long commercePriceListChannelRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommercePriceListChannelRelsByCommercePriceListId
void deleteCommercePriceListChannelRelsByCommercePriceListId(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommercePriceListChannelRel
@Transactional(propagation=SUPPORTS, readOnly=true) CommercePriceListChannelRel fetchCommercePriceListChannelRel(long commerceChannelId, long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListChannelRel
@Transactional(propagation=SUPPORTS, readOnly=true) CommercePriceListChannelRel getCommercePriceListChannelRel(long commercePriceListChannelRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListChannelRels
@Transactional(propagation=SUPPORTS, readOnly=true) List<CommercePriceListChannelRel> getCommercePriceListChannelRels(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListChannelRels
@Transactional(propagation=SUPPORTS, readOnly=true) List<CommercePriceListChannelRel> getCommercePriceListChannelRels(long commercePriceListId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceListChannelRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListChannelRels
@Transactional(propagation=SUPPORTS, readOnly=true) List<CommercePriceListChannelRel> getCommercePriceListChannelRels(long commercePriceListId, String name, int start, int end) -
getCommercePriceListChannelRelsCount
@Transactional(propagation=SUPPORTS, readOnly=true) int getCommercePriceListChannelRelsCount(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListChannelRelsCount
@Transactional(propagation=SUPPORTS, readOnly=true) int getCommercePriceListChannelRelsCount(long commercePriceListId, String name) -
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-