Class CommerceShippingFixedOptionServiceUtil
java.lang.Object
com.liferay.commerce.shipping.engine.fixed.service.CommerceShippingFixedOptionServiceUtil
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CommerceShippingFixedOption
addCommerceShippingFixedOption
(long groupId, long commerceShippingMethodId, BigDecimal amount, Map<Locale, String> descriptionMap, String key, Map<Locale, String> nameMap, double priority) static void
deleteCommerceShippingFixedOption
(long commerceShippingFixedOptionId) static CommerceShippingFixedOption
fetchCommerceShippingFixedOption
(long commerceShippingFixedOptionId) static CommerceShippingFixedOption
fetchCommerceShippingFixedOption
(long companyId, String key) static List<CommerceShippingFixedOption>
getCommerceShippingFixedOptions
(long commerceShippingMethodId, int start, int end) static List<CommerceShippingFixedOption>
getCommerceShippingFixedOptions
(long commerceShippingMethodId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingFixedOption> orderByComparator) static List<CommerceShippingFixedOption>
getCommerceShippingFixedOptions
(long companyId, long groupId, long commerceShippingMethodId, String keywords, int start, int end) static int
getCommerceShippingFixedOptionsCount
(long commerceShippingMethodId) static long
getCommerceShippingFixedOptionsCount
(long companyId, long groupId, long commerceShippingMethodId, String keywords) static String
Returns the OSGi service identifier.static CommerceShippingFixedOption
updateCommerceShippingFixedOption
(long commerceShippingFixedOptionId, BigDecimal amount, Map<Locale, String> descriptionMap, String key, Map<Locale, String> nameMap, double priority)
-
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, throws com.liferay.portal.kernel.exception.PortalExceptionString> nameMap, double priority) - 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
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, throws com.liferay.portal.kernel.exception.PortalExceptionString> nameMap, double priority) - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getService
-