Interface CommerceShippingFixedOptionRelService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
CommerceShippingFixedOptionRelServiceWrapper
@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface CommerceShippingFixedOptionRelService
extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for CommerceShippingFixedOptionRel. 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 TypeMethodDescriptionaddCommerceShippingFixedOptionRel
(long groupId, long commerceShippingMethodId, long commerceShippingFixedOptionId, long commerceInventoryWarehouseId, long countryId, long regionId, String zip, double weightFrom, double weightTo, BigDecimal fixedPrice, BigDecimal rateUnitWeightPrice, double ratePercentage) addCommerceShippingFixedOptionRel
(long commerceShippingMethodId, long commerceShippingFixedOptionId, long commerceInventoryWarehouseId, long countryId, long regionId, String zip, double weightFrom, double weightTo, BigDecimal fixedPrice, BigDecimal rateUnitWeightPrice, double ratePercentage, com.liferay.portal.kernel.service.ServiceContext serviceContext) Deprecated.As of Athanasius (7.3.x)void
deleteCommerceShippingFixedOptionRel
(long commerceShippingFixedOptionRelId) fetchCommerceShippingFixedOptionRel
(long commerceShippingFixedOptionRelId) getCommerceShippingMethodFixedOptionRels
(long commerceShippingMethodId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingFixedOptionRel> orderByComparator) int
getCommerceShippingMethodFixedOptionRelsCount
(long commerceShippingMethodId) Returns the OSGi service identifier.updateCommerceShippingFixedOptionRel
(long commerceShippingFixedOptionRelId, long commerceInventoryWarehouseId, long countryId, long regionId, String zip, double weightFrom, double weightTo, BigDecimal fixedPrice, BigDecimal rateUnitWeightPrice, double ratePercentage)
-
Method Details
-
addCommerceShippingFixedOptionRel
CommerceShippingFixedOptionRel addCommerceShippingFixedOptionRel(long groupId, long commerceShippingMethodId, long commerceShippingFixedOptionId, long commerceInventoryWarehouseId, long countryId, long regionId, String zip, double weightFrom, double weightTo, BigDecimal fixedPrice, BigDecimal rateUnitWeightPrice, double ratePercentage) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
addCommerceShippingFixedOptionRel
@Deprecated CommerceShippingFixedOptionRel addCommerceShippingFixedOptionRel(long commerceShippingMethodId, long commerceShippingFixedOptionId, long commerceInventoryWarehouseId, long countryId, long regionId, String zip, double weightFrom, double weightTo, BigDecimal fixedPrice, BigDecimal rateUnitWeightPrice, double ratePercentage, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException Deprecated.As of Athanasius (7.3.x)- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceShippingFixedOptionRel
void deleteCommerceShippingFixedOptionRel(long commerceShippingFixedOptionRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommerceShippingFixedOptionRel
@Transactional(propagation=SUPPORTS, readOnly=true) CommerceShippingFixedOptionRel fetchCommerceShippingFixedOptionRel(long commerceShippingFixedOptionRelId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceShippingMethodFixedOptionRels
@Transactional(propagation=SUPPORTS, readOnly=true) List<CommerceShippingFixedOptionRel> getCommerceShippingMethodFixedOptionRels(long commerceShippingMethodId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingFixedOptionRel> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceShippingMethodFixedOptionRelsCount
@Transactional(propagation=SUPPORTS, readOnly=true) int getCommerceShippingMethodFixedOptionRelsCount(long commerceShippingMethodId) 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
-
updateCommerceShippingFixedOptionRel
CommerceShippingFixedOptionRel updateCommerceShippingFixedOptionRel(long commerceShippingFixedOptionRelId, long commerceInventoryWarehouseId, long countryId, long regionId, String zip, double weightFrom, double weightTo, BigDecimal fixedPrice, BigDecimal rateUnitWeightPrice, double ratePercentage) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-