Class SAPCxSegmentIDsParameterStrategy

java.lang.Object
de.hybris.platform.personalizationservices.process.strategies.impl.AbstractCxProcessParameterStrategy
com.sap.sapsegmentationservices.process.strategy.SAPCxSegmentIDsParameterStrategy
All Implemented Interfaces:
de.hybris.platform.personalizationservices.process.strategies.CxProcessParameterStrategy

public class SAPCxSegmentIDsParameterStrategy extends de.hybris.platform.personalizationservices.process.strategies.impl.AbstractCxProcessParameterStrategy
Parameter Strategy to transfer URL Segments from Session to Process model
  • Constructor Details

    • SAPCxSegmentIDsParameterStrategy

      public SAPCxSegmentIDsParameterStrategy()
  • Method Details

    • load

      public void load(CxPersonalizationProcessModel process)
      Transfers the URL Segments from process model to Session for recalculation
    • store

      public void store(CxPersonalizationProcessModel process)
      Transfers the URL Segments from Session to process model for recalculation
    • getSessionService

      public de.hybris.platform.servicelayer.session.SessionService getSessionService()
    • setSessionService

      public void setSessionService(de.hybris.platform.servicelayer.session.SessionService sessionService)