Class AgentLoggedInSupplier

java.lang.Object
de.hybris.platform.assistedservicestorefront.valueprovider.AgentLoggedInSupplier
All Implemented Interfaces:
Supplier<Boolean>

public class AgentLoggedInSupplier extends Object implements Supplier<Boolean>
Boolean Supplier returning Boolean.TRUE if an assisted service agent is logged and Boolean.FALSE otherwise.
  • Constructor Details

    • AgentLoggedInSupplier

      public AgentLoggedInSupplier()
  • Method Details

    • get

      public Boolean get()
      Specified by:
      get in interface Supplier<Boolean>
    • getAssistedServiceFacade

      protected de.hybris.platform.assistedservicefacades.AssistedServiceFacade getAssistedServiceFacade()
    • setAssistedServiceFacade

      public void setAssistedServiceFacade(de.hybris.platform.assistedservicefacades.AssistedServiceFacade assistedServiceFacade)