Class CommerceShippingFixedOptionRelServiceUtil

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

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

    • CommerceShippingFixedOptionRelServiceUtil

      public CommerceShippingFixedOptionRelServiceUtil()
  • Method Details

    • addCommerceShippingFixedOptionRel

      public static CommerceShippingFixedOptionRel addCommerceShippingFixedOptionRel(long groupId, long commerceShippingMethodId, long commerceShippingFixedOptionId, long commerceInventoryWarehouseId, long countryId, long regionId, String zip, double weightFrom, double weightTo, BigDecimal fixedPrice, BigDecimal rateUnitWeightPrice, double ratePercentage) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addCommerceShippingFixedOptionRel

      @Deprecated public static CommerceShippingFixedOptionRel addCommerceShippingFixedOptionRel(long commerceShippingMethodId, long commerceShippingFixedOptionId, long commerceInventoryWarehouseId, long countryId, long regionId, String zip, double weightFrom, double weightTo, BigDecimal fixedPrice, BigDecimal rateUnitWeightPrice, double ratePercentage, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Deprecated.
      As of Athanasius (7.3.x)
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteCommerceShippingFixedOptionRel

      public static void deleteCommerceShippingFixedOptionRel(long commerceShippingFixedOptionRelId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchCommerceShippingFixedOptionRel

      public static CommerceShippingFixedOptionRel fetchCommerceShippingFixedOptionRel(long commerceShippingFixedOptionRelId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceShippingMethodFixedOptionRels

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

      public static int getCommerceShippingMethodFixedOptionRelsCount(long commerceShippingMethodId) 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
    • updateCommerceShippingFixedOptionRel

      public static CommerceShippingFixedOptionRel updateCommerceShippingFixedOptionRel(long commerceShippingFixedOptionRelId, long commerceInventoryWarehouseId, long countryId, long regionId, String zip, double weightFrom, double weightTo, BigDecimal fixedPrice, BigDecimal rateUnitWeightPrice, double ratePercentage) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getService

      public static CommerceShippingFixedOptionRelService getService()