Uses of Class
de.hybris.platform.servicelayer.web.session.PersistedSession
-
Packages that use PersistedSession Package Description de.hybris.platform.servicelayer.web.session de.hybris.platform.servicelayer.web.session.persister -
-
Uses of PersistedSession in de.hybris.platform.servicelayer.web.session
Methods in de.hybris.platform.servicelayer.web.session that return PersistedSession Modifier and Type Method Description protected PersistedSessionCachedPersistedSessionRepository. createCachedPersistedSession()protected PersistedSessionCachedPersistedSessionRepository. createNewSession(java.lang.String id)static PersistedSessionHybrisDeserializer. deserialize(byte[] serializedSession, org.springframework.core.serializer.Deserializer deSerializer)protected PersistedSessionCachedPersistedSessionRepository. getCachedPersistedSession(java.lang.String id)protected PersistedSessionCachedPersistedSessionRepository. loadFromPersistenceAndDeserialize(java.lang.String id) -
Uses of PersistedSession in de.hybris.platform.servicelayer.web.session.persister
Methods in de.hybris.platform.servicelayer.web.session.persister that return PersistedSession Modifier and Type Method Description PersistedSessionAsyncSessionPersisterOperation. getSessionToUpdate()PersistedSessionAsyncSessionPersister. load(java.lang.String id, org.springframework.core.serializer.Deserializer deSerializer)PersistedSessionSessionPersister. load(java.lang.String id, org.springframework.core.serializer.Deserializer deSerializer)PersistedSessionSyncSessionPersister. load(java.lang.String id, org.springframework.core.serializer.Deserializer deSerializer)Methods in de.hybris.platform.servicelayer.web.session.persister that return types with arguments of type PersistedSession Modifier and Type Method Description protected java.util.Collection<PersistedSession>AsyncSessionPersisterRunnable. deduplicateQueuedSessions(java.util.List<AsyncSessionPersisterOperation> fifoSessionHolders, java.util.Set<java.lang.String> sessionsToRemove)Methods in de.hybris.platform.servicelayer.web.session.persister with parameters of type PersistedSession Modifier and Type Method Description voidAsyncSessionPersister. persist(PersistedSession persistedSession)voidSessionPersister. persist(PersistedSession serializedSessionHolder)voidSyncSessionPersister. persist(PersistedSession persistedSession)protected booleanAbstractSessionPersister. updateModelIfNecessary(StoredHttpSessionModel model, PersistedSession session)Method parameters in de.hybris.platform.servicelayer.web.session.persister with type arguments of type PersistedSession Modifier and Type Method Description protected java.util.Collection<java.lang.String>AsyncSessionPersisterRunnable. getStoredHttpSessionModelIds(java.util.Collection<PersistedSession> storedHttpSessionModels)protected voidAsyncSessionPersisterRunnable. persistSessions(java.util.Collection<PersistedSession> withoutDuplicates)Constructors in de.hybris.platform.servicelayer.web.session.persister with parameters of type PersistedSession Constructor Description AsyncSessionPersisterOperation(PersistedSession sessionToUpdate)Creates a UPDATE operation.
-