Class DefaultFareShopFacade
java.lang.Object
de.hybris.platform.shoppingfacades.facades.impl.DefaultFareShopFacade
- All Implemented Interfaces:
FareShopFacade
- Direct Known Subclasses:
DefaultPROSFareShopFacade
The type Default fare shop facade.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcreateRequestData(RestRequestInfo restRequestInfo, FareShopMessage fareShopMessage) Create request data.doFareShop(FareShopMessage fareShopMessage) Do fare shopde.hybris.platform.servicelayer.config.ConfigurationServiceGets configuration service.Gets rest sender.com.fasterxml.jackson.databind.ObjectMapperGets shopping object mapper.voidsetConfigurationService(de.hybris.platform.servicelayer.config.ConfigurationService configurationService) Sets configuration service.voidsetRestSender(RestSender restSender) Sets rest sender.voidsetShoppingObjectMapper(com.fasterxml.jackson.databind.ObjectMapper shoppingObjectMapper) Sets shopping object mapper.
-
Constructor Details
-
DefaultFareShopFacade
public DefaultFareShopFacade()
-
-
Method Details
-
doFareShop
Description copied from interface:FareShopFacadeDo fare shop- Specified by:
doFareShopin interfaceFareShopFacade- Parameters:
fareShopMessage- the fare shop message- Returns:
- the search response
-
createRequestData
Create request data.- Parameters:
restRequestInfo- the rest request infofareShopMessage- the one search message
-
getConfigurationService
public de.hybris.platform.servicelayer.config.ConfigurationService getConfigurationService()Gets configuration service.- Returns:
- the configuration service
-
setConfigurationService
public void setConfigurationService(de.hybris.platform.servicelayer.config.ConfigurationService configurationService) Sets configuration service.- Parameters:
configurationService- the configuration service
-
getRestSender
Gets rest sender.- Returns:
- the rest sender
-
setRestSender
Sets rest sender.- Parameters:
restSender- the rest sender
-
getShoppingObjectMapper
public com.fasterxml.jackson.databind.ObjectMapper getShoppingObjectMapper()Gets shopping object mapper.- Returns:
- the shopping object mapper
-
setShoppingObjectMapper
public void setShoppingObjectMapper(com.fasterxml.jackson.databind.ObjectMapper shoppingObjectMapper) Sets shopping object mapper.- Parameters:
shoppingObjectMapper- the shopping object mapper
-