Class CommerceShippingOptionAccountEntryRelServiceUtil

java.lang.Object
com.liferay.commerce.service.CommerceShippingOptionAccountEntryRelServiceUtil

public class CommerceShippingOptionAccountEntryRelServiceUtil extends Object
Provides the remote service utility for CommerceShippingOptionAccountEntryRel. This utility wraps com.liferay.commerce.service.impl.CommerceShippingOptionAccountEntryRelServiceImpl and is an access point for service operations in application layer code running on a remote server. 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:
  • Constructor Details

    • CommerceShippingOptionAccountEntryRelServiceUtil

      public CommerceShippingOptionAccountEntryRelServiceUtil()
  • Method Details

    • addCommerceShippingOptionAccountEntryRel

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

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

      public static CommerceShippingOptionAccountEntryRel fetchCommerceShippingOptionAccountEntryRel(long accountEntryId, long commerceChannelId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceShippingOptionAccountEntryRel

      public static CommerceShippingOptionAccountEntryRel getCommerceShippingOptionAccountEntryRel(long commerceShippingOptionAccountEntryRelId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceShippingOptionAccountEntryRels

      public static List<CommerceShippingOptionAccountEntryRel> getCommerceShippingOptionAccountEntryRels(long accountEntryId) throws Exception
      Throws:
      Exception
    • getCommerceShippingOptionAccountEntryRelsCount

      public static int getCommerceShippingOptionAccountEntryRelsCount(long accountEntryId) throws Exception
      Throws:
      Exception
    • getOSGiServiceIdentifier

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

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