public class CommerceShippingOptionAccountEntryRelServiceUtil
extends java.lang.Object
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.CommerceShippingOptionAccountEntryRelService| Constructor and Description |
|---|
CommerceShippingOptionAccountEntryRelServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static CommerceShippingOptionAccountEntryRel |
addCommerceShippingOptionAccountEntryRel(long accountEntryId,
long commerceChannelId,
java.lang.String commerceShippingMethodKey,
java.lang.String commerceShippingOptionKey) |
static void |
deleteCommerceShippingOptionAccountEntryRel(long commerceShippingOptionAccountEntryRelId) |
static CommerceShippingOptionAccountEntryRel |
fetchCommerceShippingOptionAccountEntryRel(long accountEntryId,
long commerceChannelId) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static CommerceShippingOptionAccountEntryRelService |
getService() |
static CommerceShippingOptionAccountEntryRel |
updateCommerceShippingOptionAccountEntryRel(long commerceShippingOptionAccountEntryRelId,
java.lang.String commerceShippingMethodKey,
java.lang.String commerceShippingOptionKey) |
public CommerceShippingOptionAccountEntryRelServiceUtil()
public static CommerceShippingOptionAccountEntryRel addCommerceShippingOptionAccountEntryRel(long accountEntryId, long commerceChannelId, java.lang.String commerceShippingMethodKey, java.lang.String commerceShippingOptionKey) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static void deleteCommerceShippingOptionAccountEntryRel(long commerceShippingOptionAccountEntryRelId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static CommerceShippingOptionAccountEntryRel fetchCommerceShippingOptionAccountEntryRel(long accountEntryId, long commerceChannelId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static java.lang.String getOSGiServiceIdentifier()
public static CommerceShippingOptionAccountEntryRel updateCommerceShippingOptionAccountEntryRel(long commerceShippingOptionAccountEntryRelId, java.lang.String commerceShippingMethodKey, java.lang.String commerceShippingOptionKey) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static CommerceShippingOptionAccountEntryRelService getService()