Interface ConfigurationParameterB2B
-
- All Known Implementing Classes:
ConfigurationParameterB2BImpl
public interface ConfigurationParameterB2BRetrieves hybris data relevant for the configuration and pricing engine in the B2B scenario.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCountrySapCode()Retrieves the SAP country code for the logged on user.java.lang.StringgetCustomerNumber()Retrieves the customer number for the logged on user.java.lang.StringgetCustomerPriceGroup()Retrieves the customer price group for the logged on user.booleanisSupported()Retrieves the value of the flag for activating of sending the b2b relevant data to the configuration and pricing engine.
-
-
-
Method Detail
-
isSupported
boolean isSupported()
Retrieves the value of the flag for activating of sending the b2b relevant data to the configuration and pricing engine. If inactive, no b2b scenario relevant data are sent to the pricing engine.- Returns:
- the value of the flag for activating of of sending the b2b relevant data to the configuration and pricing engine
-
getCustomerNumber
java.lang.String getCustomerNumber()
Retrieves the customer number for the logged on user.- Returns:
- the customer number
-
getCountrySapCode
java.lang.String getCountrySapCode()
Retrieves the SAP country code for the logged on user.- Returns:
- the the SAP country code
-
getCustomerPriceGroup
java.lang.String getCustomerPriceGroup()
Retrieves the customer price group for the logged on user.- Returns:
- the customer price group
-
-