Class DummySessionAccessService
- java.lang.Object
-
- de.hybris.platform.sap.productconfig.services.impl.SessionAccessServiceImpl
-
- de.hybris.platform.sap.productconfig.services.testutil.DummySessionAccessService
-
- All Implemented Interfaces:
SessionAccessService
public class DummySessionAccessService extends SessionAccessServiceImpl
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSESSION_ID-
Fields inherited from interface de.hybris.platform.sap.productconfig.services.SessionAccessService
PRODUCT_CONFIG_SESSION_ATTRIBUTE_CONTAINER
-
-
Constructor Summary
Constructors Constructor Description DummySessionAccessService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProductConfigSessionAttributeContainergetAttributeContainer()java.lang.StringgetSessionId()returns the unique session idvoidreset()protected ProductConfigSessionAttributeContainerretrieveSessionAttributeContainer(boolean createLazy)-
Methods inherited from class de.hybris.platform.sap.productconfig.services.impl.SessionAccessServiceImpl
ensureThatNotToManyConfigsAreCachedInSession, findConfigIdInMap, getAnalyticData, getAnalyticsProvider, getCachedNameMap, getCartEntryConfigCache, getCartEntryDraftConfigCache, getCartEntryForConfigId, getCartEntryForDraftConfigId, getCartEntryForProduct, getConfigIdForCartEntry, getConfigIdForProduct, getConfigurationModelEngineState, getConfigurationProvider, getDraftConfigIdForCartEntry, getMaxCachedConfigsInSession, getPriceSummaryState, getPricingProvider, getProductForConfigId, getSessionService, getSolrIndexedProperties, getUiStatusForCartEntry, getUiStatusForProduct, getUiStatusFromSession, purge, removeCartEntryForProduct, removeConfigAttributesFromSessionCache, removeConfigAttributeState, removeConfigAttributeStates, removeConfigIdForCartEntry, removeConfigIdForProduct, removeDraftConfigIdForCartEntry, removeProductRelatedSessionArtifacts, removeSessionArtifactsForCartEntry, removeUiStatusForCartEntry, removeUiStatusForProduct, removeUiStatusFromSession, retrieveSessionAttributeContainer, setAnalyticData, setAnalyticsProvider, setCartEntryForProduct, setConfigIdForCartEntry, setConfigIdForProduct, setConfigurationModelEngineState, setConfigurationProvider, setDraftConfigIdForCartEntry, setMaxCachedConfigsInSession, setPriceSummaryState, setPricingProvider, setSessionService, setSolrIndexedProperties, setUiStatusForCartEntry, setUiStatusForProduct, setUiStatusIntoSession
-
-
-
-
Field Detail
-
SESSION_ID
public static final java.lang.String SESSION_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getSessionId
public java.lang.String getSessionId()
Description copied from interface:SessionAccessServicereturns the unique session id- Specified by:
getSessionIdin interfaceSessionAccessService- Overrides:
getSessionIdin classSessionAccessServiceImpl- Returns:
- session id
-
reset
public void reset()
-
retrieveSessionAttributeContainer
protected ProductConfigSessionAttributeContainer retrieveSessionAttributeContainer(boolean createLazy)
- Overrides:
retrieveSessionAttributeContainerin classSessionAccessServiceImpl
-
getAttributeContainer
public ProductConfigSessionAttributeContainer getAttributeContainer()
-
-