Uses of Interface
de.hybris.platform.servicelayer.session.SessionService.SessionAttributeLoader
Packages that use SessionService.SessionAttributeLoader
Package
Description
-
Uses of SessionService.SessionAttributeLoader in de.hybris.platform.servicelayer.session
Methods in de.hybris.platform.servicelayer.session with parameters of type SessionService.SessionAttributeLoaderModifier and TypeMethodDescription<T> TMockSessionService.getOrLoadAttribute(String name, SessionService.SessionAttributeLoader<T> loader) <T> TSessionService.getOrLoadAttribute(String name, SessionService.SessionAttributeLoader<T> loader) Returns for the given name the content which is stored in the currentSessionor loads a new value atomically by calling the loader instance. -
Uses of SessionService.SessionAttributeLoader in de.hybris.platform.servicelayer.session.impl
Methods in de.hybris.platform.servicelayer.session.impl with parameters of type SessionService.SessionAttributeLoaderModifier and TypeMethodDescription<T> TDefaultSessionService.getOrLoadAttribute(String name, SessionService.SessionAttributeLoader<T> loader)