Class DefaultFindDeliveryCostStrategy
java.lang.Object
de.hybris.platform.servicelayer.internal.service.AbstractService
de.hybris.platform.servicelayer.internal.service.AbstractBusinessService
de.hybris.platform.order.strategies.calculation.impl.DefaultFindDeliveryCostStrategy
- All Implemented Interfaces:
FindDeliveryCostStrategy,ServiceLayerOnlyCalculationVerifier,Serializable,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware,org.springframework.beans.factory.InitializingBean
- Direct Known Subclasses:
ChineseFindDeliveryCostStrategy
public class DefaultFindDeliveryCostStrategy
extends AbstractBusinessService
implements FindDeliveryCostStrategy
Default implementation of
FindDeliveryCostStrategy.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.internal.service.AbstractService
AbstractService.SerializableDTO -
Field Summary
Fields inherited from class de.hybris.platform.servicelayer.internal.service.AbstractBusinessService
modelService, sessionService, txManagerFields inherited from class de.hybris.platform.servicelayer.internal.service.AbstractService
tenant -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns order's delivery cost of the given order.Methods inherited from class de.hybris.platform.servicelayer.internal.service.AbstractBusinessService
getModelService, getSessionService, getTxManager, setModelService, setSessionService, setTxManagerMethods inherited from class de.hybris.platform.servicelayer.internal.service.AbstractService
afterPropertiesSet, getCurrentTenant, setBeanName, setCurrentTenant, writeReplaceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.order.strategies.calculation.ServiceLayerOnlyCalculationVerifier
isSLOnly
-
Constructor Details
-
DefaultFindDeliveryCostStrategy
public DefaultFindDeliveryCostStrategy()
-
-
Method Details
-
getDeliveryCost
Description copied from interface:FindDeliveryCostStrategyReturns order's delivery cost of the given order.- Specified by:
getDeliveryCostin interfaceFindDeliveryCostStrategy- Parameters:
order-AbstractOrderModel- Returns:
PriceValuerepresenting delivery cost introduced in the order.
-