@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface CommerceShippingOptionAccountEntryRelService
extends com.liferay.portal.kernel.service.BaseService
CommerceShippingOptionAccountEntryRelServiceUtil| Modifier and Type | Method and Description |
|---|---|
CommerceShippingOptionAccountEntryRel |
addCommerceShippingOptionAccountEntryRel(long accountEntryId,
long commerceChannelId,
java.lang.String commerceShippingMethodKey,
java.lang.String commerceShippingOptionKey) |
void |
deleteCommerceShippingOptionAccountEntryRel(long commerceShippingOptionAccountEntryRelId) |
CommerceShippingOptionAccountEntryRel |
fetchCommerceShippingOptionAccountEntryRel(long accountEntryId,
long commerceChannelId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommerceShippingOptionAccountEntryRel |
updateCommerceShippingOptionAccountEntryRel(long commerceShippingOptionAccountEntryRelId,
java.lang.String commerceShippingMethodKey,
java.lang.String commerceShippingOptionKey) |
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.PortalExceptionvoid deleteCommerceShippingOptionAccountEntryRel(long commerceShippingOptionAccountEntryRelId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
CommerceShippingOptionAccountEntryRel fetchCommerceShippingOptionAccountEntryRel(long accountEntryId,
long commerceChannelId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.lang.String getOSGiServiceIdentifier()
CommerceShippingOptionAccountEntryRel updateCommerceShippingOptionAccountEntryRel(long commerceShippingOptionAccountEntryRelId, java.lang.String commerceShippingMethodKey, java.lang.String commerceShippingOptionKey) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException