Interface ConfigurationParameterB2B
public interface ConfigurationParameterB2B
Retrieves hybris data relevant for the configuration and pricing engine in the B2B scenario.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the SAP country code for the logged on user.Retrieves the customer number for the logged on user.Retrieves the customer price group for the logged on user.booleanRetrieves the value of the flag for activating of sending the b2b relevant data to the configuration and pricing engine.
-
Method Details
-
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
String getCustomerNumber()Retrieves the customer number for the logged on user.- Returns:
- the customer number
-
getCountrySapCode
String getCountrySapCode()Retrieves the SAP country code for the logged on user.- Returns:
- the the SAP country code
-
getCustomerPriceGroup
String getCustomerPriceGroup()Retrieves the customer price group for the logged on user.- Returns:
- the customer price group
-