Interface CommerceShippingOptionAccountEntryRelService

All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
All Known Implementing Classes:
CommerceShippingOptionAccountEntryRelServiceWrapper

@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class}) public interface CommerceShippingOptionAccountEntryRelService extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for CommerceShippingOptionAccountEntryRel. 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

    • addCommerceShippingOptionAccountEntryRel

      CommerceShippingOptionAccountEntryRel addCommerceShippingOptionAccountEntryRel(long accountEntryId, long commerceChannelId, String commerceShippingMethodKey, String commerceShippingOptionKey) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCommerceShippingOptionAccountEntryRel

      void deleteCommerceShippingOptionAccountEntryRel(long commerceShippingOptionAccountEntryRelId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchCommerceShippingOptionAccountEntryRel

      @Transactional(propagation=SUPPORTS, readOnly=true) CommerceShippingOptionAccountEntryRel fetchCommerceShippingOptionAccountEntryRel(long accountEntryId, long commerceChannelId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceShippingOptionAccountEntryRel

      @Transactional(propagation=SUPPORTS, readOnly=true) CommerceShippingOptionAccountEntryRel getCommerceShippingOptionAccountEntryRel(long commerceShippingOptionAccountEntryRelId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceShippingOptionAccountEntryRels

      @Transactional(propagation=SUPPORTS, readOnly=true) List<CommerceShippingOptionAccountEntryRel> getCommerceShippingOptionAccountEntryRels(long accountEntryId) throws Exception
      Throws:
      Exception
    • getCommerceShippingOptionAccountEntryRelsCount

      @Transactional(propagation=SUPPORTS, readOnly=true) int getCommerceShippingOptionAccountEntryRelsCount(long accountEntryId) throws Exception
      Throws:
      Exception
    • getOSGiServiceIdentifier

      String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Returns:
      the OSGi service identifier
    • updateCommerceShippingOptionAccountEntryRel

      CommerceShippingOptionAccountEntryRel updateCommerceShippingOptionAccountEntryRel(long commerceShippingOptionAccountEntryRelId, String commerceShippingMethodKey, String commerceShippingOptionKey) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException