Package com.liferay.commerce.service
Interface CommerceShippingOptionAccountEntryRelService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
CommerceShippingOptionAccountEntryRelServiceWrapper
@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
Provides the remote service interface for CommerceShippingOptionAccountEntryRel. 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:
-
Method Summary
Modifier and TypeMethodDescriptionaddCommerceShippingOptionAccountEntryRel
(long accountEntryId, long commerceChannelId, String commerceShippingMethodKey, String commerceShippingOptionKey) void
deleteCommerceShippingOptionAccountEntryRel
(long commerceShippingOptionAccountEntryRelId) fetchCommerceShippingOptionAccountEntryRel
(long accountEntryId, long commerceChannelId) getCommerceShippingOptionAccountEntryRel
(long commerceShippingOptionAccountEntryRelId) getCommerceShippingOptionAccountEntryRels
(long accountEntryId) int
getCommerceShippingOptionAccountEntryRelsCount
(long accountEntryId) Returns the OSGi service identifier.updateCommerceShippingOptionAccountEntryRel
(long commerceShippingOptionAccountEntryRelId, String commerceShippingMethodKey, String commerceShippingOptionKey)
-
Method Details
-
addCommerceShippingOptionAccountEntryRel
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
void deleteCommerceShippingOptionAccountEntryRel(long commerceShippingOptionAccountEntryRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommerceShippingOptionAccountEntryRel
@Transactional(propagation=SUPPORTS, readOnly=true) CommerceShippingOptionAccountEntryRel fetchCommerceShippingOptionAccountEntryRel(long accountEntryId, long commerceChannelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceShippingOptionAccountEntryRel
@Transactional(propagation=SUPPORTS, readOnly=true) CommerceShippingOptionAccountEntryRel getCommerceShippingOptionAccountEntryRel(long commerceShippingOptionAccountEntryRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceShippingOptionAccountEntryRels
@Transactional(propagation=SUPPORTS, readOnly=true) List<CommerceShippingOptionAccountEntryRel> getCommerceShippingOptionAccountEntryRels(long accountEntryId) throws Exception - Throws:
Exception
-
getCommerceShippingOptionAccountEntryRelsCount
@Transactional(propagation=SUPPORTS, readOnly=true) int getCommerceShippingOptionAccountEntryRelsCount(long accountEntryId) throws Exception - Throws:
Exception
-
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
updateCommerceShippingOptionAccountEntryRel
CommerceShippingOptionAccountEntryRel updateCommerceShippingOptionAccountEntryRel(long commerceShippingOptionAccountEntryRelId, String commerceShippingMethodKey, String commerceShippingOptionKey) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-