Interface CommerceShippingFixedOptionService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
CommerceShippingFixedOptionServiceWrapper
@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface CommerceShippingFixedOptionService
extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for CommerceShippingFixedOption. 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 TypeMethodDescriptionaddCommerceShippingFixedOption
(long groupId, long commerceShippingMethodId, BigDecimal amount, Map<Locale, String> descriptionMap, String key, Map<Locale, String> nameMap, double priority) void
deleteCommerceShippingFixedOption
(long commerceShippingFixedOptionId) fetchCommerceShippingFixedOption
(long commerceShippingFixedOptionId) fetchCommerceShippingFixedOption
(long companyId, String key) getCommerceShippingFixedOptions
(long commerceShippingMethodId, int start, int end) getCommerceShippingFixedOptions
(long commerceShippingMethodId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingFixedOption> orderByComparator) getCommerceShippingFixedOptions
(long companyId, long groupId, long commerceShippingMethodId, String keywords, int start, int end) int
getCommerceShippingFixedOptionsCount
(long commerceShippingMethodId) long
getCommerceShippingFixedOptionsCount
(long companyId, long groupId, long commerceShippingMethodId, String keywords) Returns the OSGi service identifier.updateCommerceShippingFixedOption
(long commerceShippingFixedOptionId, BigDecimal amount, Map<Locale, String> descriptionMap, String key, Map<Locale, String> nameMap, double priority)
-
Method Details
-
addCommerceShippingFixedOption
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
void deleteCommerceShippingFixedOption(long commerceShippingFixedOptionId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommerceShippingFixedOption
@Transactional(propagation=SUPPORTS, readOnly=true) CommerceShippingFixedOption fetchCommerceShippingFixedOption(long commerceShippingFixedOptionId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommerceShippingFixedOption
@Transactional(propagation=SUPPORTS, readOnly=true) CommerceShippingFixedOption fetchCommerceShippingFixedOption(long companyId, String key) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceShippingFixedOptions
@Transactional(propagation=SUPPORTS, readOnly=true) List<CommerceShippingFixedOption> getCommerceShippingFixedOptions(long commerceShippingMethodId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceShippingFixedOptions
@Transactional(propagation=SUPPORTS, readOnly=true) 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
@Transactional(propagation=SUPPORTS, readOnly=true) 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
@Transactional(propagation=SUPPORTS, readOnly=true) int getCommerceShippingFixedOptionsCount(long commerceShippingMethodId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceShippingFixedOptionsCount
@Transactional(propagation=SUPPORTS, readOnly=true) 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
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
updateCommerceShippingFixedOption
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
-