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 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