Class CommerceShippingFixedOptionServiceUtil

java.lang.Object
com.liferay.commerce.shipping.engine.fixed.service.CommerceShippingFixedOptionServiceUtil

public class CommerceShippingFixedOptionServiceUtil extends Object
Provides the remote service utility for CommerceShippingFixedOption. This utility wraps com.liferay.commerce.shipping.engine.fixed.service.impl.CommerceShippingFixedOptionServiceImpl 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

    • CommerceShippingFixedOptionServiceUtil

      public CommerceShippingFixedOptionServiceUtil()
  • Method Details

    • addCommerceShippingFixedOption

      public static CommerceShippingFixedOption addCommerceShippingFixedOption(long groupId, long commerceShippingMethodId, BigDecimal amount, Map<Locale,String> descriptionMap, String key, Map<Locale,String> nameMap, double priority) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCommerceShippingFixedOption

      public static void deleteCommerceShippingFixedOption(long commerceShippingFixedOptionId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchCommerceShippingFixedOption

      public static CommerceShippingFixedOption fetchCommerceShippingFixedOption(long commerceShippingFixedOptionId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchCommerceShippingFixedOption

      public static CommerceShippingFixedOption fetchCommerceShippingFixedOption(long companyId, String key) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceShippingFixedOptions

      public static List<CommerceShippingFixedOption> getCommerceShippingFixedOptions(long commerceShippingMethodId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceShippingFixedOptions

      public static List<CommerceShippingFixedOption> getCommerceShippingFixedOptions(long commerceShippingMethodId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingFixedOption> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceShippingFixedOptions

      public static List<CommerceShippingFixedOption> getCommerceShippingFixedOptions(long companyId, long groupId, long commerceShippingMethodId, String keywords, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceShippingFixedOptionsCount

      public static int getCommerceShippingFixedOptionsCount(long commerceShippingMethodId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceShippingFixedOptionsCount

      public static long getCommerceShippingFixedOptionsCount(long companyId, long groupId, long commerceShippingMethodId, String keywords) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

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

      public static CommerceShippingFixedOption updateCommerceShippingFixedOption(long commerceShippingFixedOptionId, BigDecimal amount, Map<Locale,String> descriptionMap, String key, Map<Locale,String> nameMap, double priority) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getService

      public static CommerceShippingFixedOptionService getService()