Class FindShoppingTravelPricingWithCurrentPriceFactoryStrategy
java.lang.Object
de.hybris.platform.servicelayer.internal.service.AbstractService
de.hybris.platform.servicelayer.internal.service.AbstractBusinessService
de.hybris.platform.order.strategies.calculation.impl.FindPricingWithCurrentPriceFactoryStrategy
de.hybris.platform.subscriptionservices.subscription.impl.FindSubscriptionPricingWithCurrentPriceFactoryStrategy
de.hybris.platform.travelservices.price.strategies.impl.FindTravelPricingWithCurrentPriceFactoryStrategy
de.hybris.platform.shoppingservices.price.strategies.impl.FindShoppingTravelPricingWithCurrentPriceFactoryStrategy
- All Implemented Interfaces:
de.hybris.platform.order.strategies.calculation.FindDiscountValuesStrategy,de.hybris.platform.order.strategies.calculation.FindPriceStrategy,de.hybris.platform.order.strategies.calculation.FindTaxValuesStrategy,de.hybris.platform.order.strategies.calculation.ServiceLayerOnlyCalculationVerifier,de.hybris.platform.servicelayer.user.UserNetCheckingStrategy,Serializable,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware
public class FindShoppingTravelPricingWithCurrentPriceFactoryStrategy
extends FindTravelPricingWithCurrentPriceFactoryStrategy
The type Find shopping travel pricing with current price factory strategy.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.internal.service.AbstractService
de.hybris.platform.servicelayer.internal.service.AbstractService.SerializableDTO -
Field Summary
Fields inherited from class de.hybris.platform.servicelayer.internal.service.AbstractBusinessService
modelService, txManagerFields inherited from class de.hybris.platform.servicelayer.internal.service.AbstractService
tenant -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionde.hybris.platform.util.PriceValueCollection<de.hybris.platform.util.TaxValue>protected Map<String,ShoppingPriceCalculationStrategy> get ShoppingPriceCalculationStrategyMapvoidsetShoppingPriceCalculationStrategyMap(Map<String, ShoppingPriceCalculationStrategy> shoppingPriceCalculationStrategyMap) set shoppingPriceCalculationStrategyMapMethods inherited from class de.hybris.platform.travelservices.price.strategies.impl.FindTravelPricingWithCurrentPriceFactoryStrategy
getBasePrice, getSessionService, getTaxValues, getTransportFacilityService, setPriceQueryParametersToContext, setSessionService, setTaxQueryParametersToContext, setTransportFacilityServiceMethods inherited from class de.hybris.platform.subscriptionservices.subscription.impl.FindSubscriptionPricingWithCurrentPriceFactoryStrategy
createPriceValueForLastRecurringPrice, findDiscountValues, getCommercePriceService, getDiscountValuesWhenBillingFrequency, getSubscriptionProductService, setCommercePriceService, setSubscriptionProductServiceMethods inherited from class de.hybris.platform.order.strategies.calculation.impl.FindPricingWithCurrentPriceFactoryStrategy
afterPropertiesSet, findDiscountValues, getCurrentPriceFactory, getDiscountInformation, getFindDiscountValuesHooks, getFindPriceHooks, getPriceInformation, getTaxInformation, isNetUser, setApplicationContext, setFindDiscountValuesHooks, setFindPriceHooksMethods inherited from class de.hybris.platform.servicelayer.internal.service.AbstractBusinessService
getModelService, getTxManager, setModelService, setTxManagerMethods inherited from class de.hybris.platform.servicelayer.internal.service.AbstractService
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
-
FindShoppingTravelPricingWithCurrentPriceFactoryStrategy
public FindShoppingTravelPricingWithCurrentPriceFactoryStrategy()
-
-
Method Details
-
findTaxValues
public Collection<de.hybris.platform.util.TaxValue> findTaxValues(AbstractOrderEntryModel entry) throws de.hybris.platform.order.exceptions.CalculationException - Specified by:
findTaxValuesin interfacede.hybris.platform.order.strategies.calculation.FindTaxValuesStrategy- Overrides:
findTaxValuesin classFindTravelPricingWithCurrentPriceFactoryStrategy- Throws:
de.hybris.platform.order.exceptions.CalculationException
-
findBasePrice
public de.hybris.platform.util.PriceValue findBasePrice(AbstractOrderEntryModel entry) throws de.hybris.platform.order.exceptions.CalculationException - Specified by:
findBasePricein interfacede.hybris.platform.order.strategies.calculation.FindPriceStrategy- Overrides:
findBasePricein classFindTravelPricingWithCurrentPriceFactoryStrategy- Throws:
de.hybris.platform.order.exceptions.CalculationException
-
getShoppingPriceCalculationStrategyMap
get ShoppingPriceCalculationStrategyMap- Returns:
- map with key string and value Shopping`calculation
-
setShoppingPriceCalculationStrategyMap
public void setShoppingPriceCalculationStrategyMap(Map<String, ShoppingPriceCalculationStrategy> shoppingPriceCalculationStrategyMap) set shoppingPriceCalculationStrategyMap- Parameters:
shoppingPriceCalculationStrategyMap- the shopping price calculation strategy map
-