Class DefaultTmaFindPriceStrategy
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.b2ctelcoservices.pricing.factory.impl.DefaultTmaFindPriceStrategy
- 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
@Deprecated(since="2007")
public class DefaultTmaFindPriceStrategy
extends de.hybris.platform.subscriptionservices.subscription.impl.FindSubscriptionPricingWithCurrentPriceFactoryStrategy
Deprecated.
Custom implementation of the
FindPricingWithCurrentPriceFactoryStrategy for applying price override values
for the calculation of the cart.- Since:
- 6.7
- 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, sessionService, txManagerFields inherited from class de.hybris.platform.servicelayer.internal.service.AbstractService
tenant -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionde.hybris.platform.util.PriceValueDeprecated.protected BillingTimeModelDeprecated.Deprecated.protected TmaCommercePriceServiceDeprecated.protected de.hybris.platform.servicelayer.config.ConfigurationServiceDeprecated.protected DoublegetOneTimeChargePriceValue(SubscriptionPricePlanModel subscriptionPricePlanModel, BillingTimeModel billingTime) Deprecated.Returns the one time charge of the given for the in case any is found, 0 otherwise.voidsetBillingTimeService(de.hybris.platform.subscriptionservices.subscription.BillingTimeService billingTimeService) Deprecated.voidsetConfigurationService(de.hybris.platform.servicelayer.config.ConfigurationService configurationService) Deprecated.Methods inherited from class de.hybris.platform.subscriptionservices.subscription.impl.FindSubscriptionPricingWithCurrentPriceFactoryStrategy
createPriceValueForLastRecurringPrice, findDiscountValues, getDiscountValuesWhenBillingFrequency, getSubscriptionProductService, setCommercePriceService, setSubscriptionProductServiceMethods inherited from class de.hybris.platform.order.strategies.calculation.impl.FindPricingWithCurrentPriceFactoryStrategy
afterPropertiesSet, findDiscountValues, findTaxValues, getCurrentPriceFactory, getDiscountInformation, getFindDiscountValuesHooks, getFindPriceHooks, getPriceInformation, getTaxInformation, isNetUser, setApplicationContext, setFindDiscountValuesHooks, setFindPriceHooksMethods 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
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
-
DefaultTmaFindPriceStrategy
public DefaultTmaFindPriceStrategy()Deprecated.
-
-
Method Details
-
findBasePrice
@Nonnull public de.hybris.platform.util.PriceValue findBasePrice(@Nonnull AbstractOrderEntryModel entry) throws de.hybris.platform.order.exceptions.CalculationException Deprecated.- Specified by:
findBasePricein interfacede.hybris.platform.order.strategies.calculation.FindPriceStrategy- Overrides:
findBasePricein classde.hybris.platform.subscriptionservices.subscription.impl.FindSubscriptionPricingWithCurrentPriceFactoryStrategy- Throws:
de.hybris.platform.order.exceptions.CalculationException
-
getOneTimeChargePriceValue
protected Double getOneTimeChargePriceValue(SubscriptionPricePlanModel subscriptionPricePlanModel, BillingTimeModel billingTime) Deprecated.Returns the one time charge of the given for the in case any is found, 0 otherwise.- Parameters:
subscriptionPricePlanModel- the price from which the one time charge is determined- Returns:
- the one time charge price value
-
getBillingTimeForPayNow
Deprecated. -
getCommercePriceService
Deprecated.- Overrides:
getCommercePriceServicein classde.hybris.platform.subscriptionservices.subscription.impl.FindSubscriptionPricingWithCurrentPriceFactoryStrategy
-
getBillingTimeService
Deprecated. -
setBillingTimeService
public void setBillingTimeService(de.hybris.platform.subscriptionservices.subscription.BillingTimeService billingTimeService) Deprecated. -
getConfigurationService
protected de.hybris.platform.servicelayer.config.ConfigurationService getConfigurationService()Deprecated. -
setConfigurationService
public void setConfigurationService(de.hybris.platform.servicelayer.config.ConfigurationService configurationService) Deprecated.
-
DefaultTmaFindOrderEntryPriceStrategy