Class AssistedServiceSession

java.lang.Object
de.hybris.platform.assistedserviceservices.utils.AssistedServiceSession
All Implemented Interfaces:
Serializable

public class AssistedServiceSession extends Object implements Serializable
Class represents Assisted Service emulation parameters.
See Also:
  • Constructor Details

    • AssistedServiceSession

      public AssistedServiceSession()
  • Method Details

    • getAsmSessionParametersMap

      public Map<String,Object> getAsmSessionParametersMap()
    • getAgent

      public UserModel getAgent()
    • getAgentPk

      public PK getAgentPk()
    • setAgent

      public void setAgent(UserModel agent)
    • setForwardUrl

      public void setForwardUrl(String fwd)
    • getForwardUrl

      public String getForwardUrl()
    • getEmulatedCustomer

      public UserModel getEmulatedCustomer()
    • getEmulatedCustomerPk

      public PK getEmulatedCustomerPk()
    • setEmulatedCustomer

      public void setEmulatedCustomer(UserModel emulatedCustomer)
    • setSavedEmulationData

      public void setSavedEmulationData(CustomerEmulationParams emulationParams)
    • getSavedEmulationData

      public CustomerEmulationParams getSavedEmulationData()
    • setInitialAgentAuthorities

      public void setInitialAgentAuthorities(Collection<? extends org.springframework.security.core.GrantedAuthority> authorities)
    • getInitialAgentAuthorities

      public Collection<org.springframework.security.core.GrantedAuthority> getInitialAgentAuthorities()
    • setFlashErrorMessage

      public void setFlashErrorMessage(String flashErrorMessage)
    • getFlashErrorMessage

      public String getFlashErrorMessage()
    • getFlashErrorMessageArgs

      public String getFlashErrorMessageArgs()
      Returns:
      the flashErrorMessageArgs
    • setFlashErrorMessageArgs

      public void setFlashErrorMessageArgs(String flashErrorMessageArgs)
      Parameters:
      flashErrorMessageArgs - the flashErrorMessageArgs to set
    • getModelService

      protected ModelService getModelService()