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