Class SAPMockSessionService
- java.lang.Object
-
- de.hybris.platform.servicelayer.internal.service.AbstractService
-
- de.hybris.platform.servicelayer.session.impl.DefaultSessionService
-
- de.hybris.platform.servicelayer.session.MockSessionService
-
- de.hybris.platform.sap.core.test.session.SAPMockSessionService
-
- All Implemented Interfaces:
SessionService,java.io.Serializable,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware,org.springframework.beans.factory.InitializingBean
public class SAPMockSessionService extends MockSessionService
SAP Mock Session Service which returns the SAP Mock Session.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.internal.service.AbstractService
AbstractService.SerializableDTO
-
Nested classes/interfaces inherited from interface de.hybris.platform.servicelayer.session.SessionService
SessionService.SessionAttributeLoader<T>
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.servicelayer.internal.service.AbstractService
tenant
-
-
Constructor Summary
Constructors Constructor Description SAPMockSessionService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SessioncreateSession()Must be overwritten! Use <lookup-method> in spring.-
Methods inherited from class de.hybris.platform.servicelayer.session.MockSessionService
closeSession, createNewSession, executeInLocalView, executeInLocalView, getCurrentSession, getOrLoadAttribute, getSession
-
Methods inherited from class de.hybris.platform.servicelayer.session.impl.DefaultSessionService
closeCurrentSession, executeInLocalViewWithParams, getAllAttributes, getAttribute, getBoundSession, getRawSession, hasCurrentSession, removeAttribute, setAttribute, setModelService
-
Methods inherited from class de.hybris.platform.servicelayer.internal.service.AbstractService
afterPropertiesSet, getCurrentTenant, setBeanName, setCurrentTenant, writeReplace
-
-
-
-
Method Detail
-
createSession
public Session createSession()
Description copied from class:DefaultSessionServiceMust be overwritten! Use <lookup-method> in spring.- Overrides:
createSessionin classMockSessionService
-
-