Interface PricingConfigurationParameterSSC
-
- All Superinterfaces:
PricingConfigurationParameter
- All Known Implementing Classes:
DefaultPricingConfigurationParameterSSC
public interface PricingConfigurationParameterSSC extends PricingConfigurationParameter
Retrieves hybris and SSC specific data relevant for the configuration and pricing engine.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetPricingProcedure()Retrieves the pricing procedure used for pricing.java.lang.StringgetTargetForBasePrice()Retrieves the target for the base price.java.lang.StringgetTargetForSelectedOptions()Retrieves the target for the option price.-
Methods inherited from interface de.hybris.platform.sap.productconfig.runtime.interf.PricingConfigurationParameter
getDistributionChannelForConditions, getDivisionForConditions, getSalesOrganization, isPricingSupported, retrieveCurrencyIsoCode, retrieveCurrencySapCode, retrieveUnitIsoCode, retrieveUnitSapCode, showBasePriceAndSelectedOptions, showDeltaPrices
-
-
-
-
Method Detail
-
getPricingProcedure
java.lang.String getPricingProcedure()
Retrieves the pricing procedure used for pricing.- Returns:
- the pricing procedure
-
getTargetForBasePrice
java.lang.String getTargetForBasePrice()
Retrieves the target for the base price. This is the purpose assigned to the condition function relevant for determining the base price of configurable products- Returns:
- the target for the base price
-
getTargetForSelectedOptions
java.lang.String getTargetForSelectedOptions()
Retrieves the target for the option price. This is the purpose assigned to the condition function relevant for determining the total of the price-relevant options selected.- Returns:
- the target for the option price
-
-