Interface PricingConfigurationParameterSSC
- All Superinterfaces:
de.hybris.platform.sap.productconfig.runtime.interf.PricingConfigurationParameter
- All Known Implementing Classes:
DefaultPricingConfigurationParameterSSC
public interface PricingConfigurationParameterSSC
extends de.hybris.platform.sap.productconfig.runtime.interf.PricingConfigurationParameter
Retrieves hybris and SSC specific data relevant for the configuration and pricing engine.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the pricing procedure used for pricing.Retrieves the target for the base price.Retrieves the target for the option price.Methods inherited from interface de.hybris.platform.sap.productconfig.runtime.interf.PricingConfigurationParameter
convertSapToIsoCode, getDistributionChannelForConditions, getDivisionForConditions, getSalesOrganization, isPricingSupported, retrieveCurrencyIsoCode, retrieveCurrencySapCode, retrieveUnitIsoCode, retrieveUnitSapCode, showBasePriceAndSelectedOptions, showDeltaPrices, showDeltaPrices
-
Method Details
-
getPricingProcedure
String getPricingProcedure()Retrieves the pricing procedure used for pricing.- Returns:
- the pricing procedure
-
getTargetForBasePrice
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
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
-