Class DefaultFareShopFacade

java.lang.Object
de.hybris.platform.shoppingfacades.facades.impl.DefaultFareShopFacade
All Implemented Interfaces:
FareShopFacade
Direct Known Subclasses:
DefaultPROSFareShopFacade

public class DefaultFareShopFacade extends Object implements FareShopFacade
The type Default fare shop facade.
  • Constructor Details

    • DefaultFareShopFacade

      public DefaultFareShopFacade()
  • Method Details

    • doFareShop

      public SearchResponseMessage doFareShop(FareShopMessage fareShopMessage)
      Description copied from interface: FareShopFacade
      Do fare shop
      Specified by:
      doFareShop in interface FareShopFacade
      Parameters:
      fareShopMessage - the fare shop message
      Returns:
      the search response
    • createRequestData

      protected void createRequestData(RestRequestInfo restRequestInfo, FareShopMessage fareShopMessage)
      Create request data.
      Parameters:
      restRequestInfo - the rest request info
      fareShopMessage - 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

      public RestSender getRestSender()
      Gets rest sender.
      Returns:
      the rest sender
    • setRestSender

      public void setRestSender(RestSender restSender)
      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