Package com.liferay.commerce.service
Class CommerceShippingOptionAccountEntryRelServiceUtil
java.lang.Object
com.liferay.commerce.service.CommerceShippingOptionAccountEntryRelServiceUtil
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCommerceShippingOptionAccountEntryRel
(long accountEntryId, long commerceChannelId, String commerceShippingMethodKey, String commerceShippingOptionKey) static void
deleteCommerceShippingOptionAccountEntryRel
(long commerceShippingOptionAccountEntryRelId) fetchCommerceShippingOptionAccountEntryRel
(long accountEntryId, long commerceChannelId) getCommerceShippingOptionAccountEntryRel
(long commerceShippingOptionAccountEntryRelId) getCommerceShippingOptionAccountEntryRels
(long accountEntryId) static int
getCommerceShippingOptionAccountEntryRelsCount
(long accountEntryId) static String
Returns the OSGi service identifier.updateCommerceShippingOptionAccountEntryRel
(long commerceShippingOptionAccountEntryRelId, String commerceShippingMethodKey, String commerceShippingOptionKey)
-
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
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
-