| Modifier and Type | Method and Description |
|---|---|
protected Session |
AfterSessionUserChangeListener.getSession(JaloSession jaloSession)
Deprecated.
Since 4.4. Use SystemService when it becomes availabe from hybris
|
protected Session |
AfterSessionCreationListener.getSession(JaloSession jaloSession)
Deprecated.
Since 4.4. Use SystemService when it becomes availabe from hybris
|
| Modifier and Type | Method and Description |
|---|---|
protected BMECatWriter.SessionSettings |
BMECatWriter.changeSessionSettings(JaloSession session) |
| Modifier and Type | Method and Description |
|---|---|
protected JaloSession |
SyncItemCronJob.createSessionForCronJob(JaloSession jaloSession)
Deprecated.
Superclass method overridden to run this cronjob always as admin, regardless which user is set as cronjob user.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CatalogManager.assignCatalogVersions(HttpServletRequest request,
JaloSession jaloSession,
java.util.Collection<CatalogVersion> versions,
boolean previewMode) |
protected java.util.Collection<PreviewTicket> |
CatalogManager.collectPreviewTicketVersions(HttpServletRequest request,
JaloSession jaloSession) |
protected JaloSession |
SyncItemCronJob.createSessionForCronJob(JaloSession jaloSession)
Deprecated.
Superclass method overridden to run this cronjob always as admin, regardless which user is set as cronjob user.
|
java.util.Collection<CatalogVersion> |
CatalogManager.getAvailableCatalogVersions(JaloSession jalosession)
Deprecated.
since ages - Use CatalogVersionService.getAllReadableCatalogVersions(PrincipalModel currentUser) instead.
UserService allows to fetch current user: UserService.getCurrentUser().
|
protected JaloPropertyContainer |
ProductFeature.getInitialProperties(JaloSession jaloSession,
Item.ItemAttributeMap allAttributes) |
java.util.Collection<CatalogVersion> |
CatalogManager.getSessionCatalogVersions(JaloSession jalosession)
Deprecated.
since ages - Use CatalogVersionService.getSessionCatalogVersions() instead.
|
boolean |
CatalogManager.isActivatingPreviewMode(JaloSession jalosession)
Deprecated.
since ages - Use SessionService.getAttribute(CatalogConstants.PREVIEW_MODE_ACTIVATION) in order to read the
'preview mode' flag value.
|
static boolean |
CatalogManager.mustSetCatalogVersions(JaloSession jaloSession,
HttpServletRequest req) |
void |
PreviewTicket.notifyTicketTaken(HttpServletRequest request,
HttpServletResponse response,
JaloSession appliesTo)
Called each time the ticket is being used for a specified request.
|
| Modifier and Type | Method and Description |
|---|---|
protected JaloSession |
AbstractItemCopyContext.createSession() |
protected JaloSession |
GenericCatalogCopyContextTest.TestGenericCatalogCopyContext.createSession() |
protected JaloSession |
AbstractItemCopyContext.getSession() |
| Modifier and Type | Class and Description |
|---|---|
class |
CommerceJaloSession
JaloSession that does not delete the cart so we have a chance to restore it later.
|
| Modifier and Type | Method and Description |
|---|---|
JaloSession |
Tenant.getActiveSession() |
JaloSession |
AbstractTenant.getActiveSession() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractTenant.assertTenant(JaloSession session) |
void |
AbstractTenant.setActiveSessionForCurrentThread(JaloSession session) |
| Constructor and Description |
|---|
TenantAwareThreadFactory(Tenant tenant,
JaloSession session)
Creates a factory with explicitly provided
Tenant and JaloSession. |
| Modifier and Type | Method and Description |
|---|---|
protected JaloSession |
CronJob.createSessionForCronJob(JaloSession jaloSession)
Sets the
User, Language and Currency of the specified
JaloSession to the values defined in GeneratedCronJob.getSessionUser(), GeneratedCronJob.getSessionLanguage(),
GeneratedCronJob.getSessionCurrency(). |
protected JaloSession |
Job.startOwnSession(CronJob cronJob)
Activates a own session for executing the job.
|
| Modifier and Type | Method and Description |
|---|---|
protected JaloSession |
CronJob.createSessionForCronJob(JaloSession jaloSession)
Sets the
User, Language and Currency of the specified
JaloSession to the values defined in GeneratedCronJob.getSessionUser(), GeneratedCronJob.getSessionLanguage(),
GeneratedCronJob.getSessionCurrency(). |
protected void |
TypeSystemExportJob.doExport(MediaProcessCronJob cronJob,
JaloSession jaloSession,
java.util.zip.ZipOutputStream zos,
XMLOutputter xout,
java.lang.String extensionName,
java.util.Collection languages)
Deprecated.
Exports the type configuration of the specified extension.
|
protected void |
Job.stopOwnSession(JaloSession previousSession,
CronJob cronJob)
Deactivates the own session and re-activates the previous session if available.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CustomPriceFactoryTest.assertNoSessionPriceFactoryActive(JaloSession jaloSession) |
protected void |
OrderManagerAndEurope1Test.assertNoSessionPriceFactoryActive(JaloSession jaloSession) |
protected void |
CatalogSynchronizationTest.assertNoSessionPriceFactoryActive(JaloSession jaloSession) |
| Modifier and Type | Method and Description |
|---|---|
JaloSession |
JaloConnection.createAnonymousCustomerSession()
Creates a session to the hybris platform system using a anonymous account.
|
JaloSession |
JaloConnection.createAnonymousCustomerSession(java.lang.Class sessionClass)
Creates a session to the hybris platform system using a anonymous account.
|
JaloSession |
JaloConnection.createAnonymousCustomerSession(java.util.Map initialAttributes) |
protected JaloSession |
JaloSessionFactory.createInstance() |
JaloSession |
JaloConnection.createSession(java.util.Map loginProperties)
Creates a session with the given login information.
|
JaloSession |
JaloConnection.createSession(java.util.Map loginProperties,
java.lang.Class sessionClass)
Creates a session with the given login information.
|
JaloSession |
JaloConnection.createSession(java.util.Map loginProperties,
java.lang.Class sessionClass,
java.util.Map initialAttributes)
Creates a session with the given login information.
|
JaloSession |
JaloConnection.createSession(java.lang.String user,
java.lang.String pwd)
creates a session with the given username/pwd
|
JaloSession |
JaloConnection.createSession(User user)
Creates a new session using a already known user.
|
static JaloSession |
JaloSessionFactory.createWithSessionClass(java.lang.Class<JaloSession> sessionClass) |
static JaloSession |
JaloSession.getCurrentSession()
Returns the active session for the current thread and tenant
If none is available, a new anonymous session will be created.
|
static JaloSession |
JaloSession.getCurrentSession(Tenant tenant) |
JaloSession |
JaloSessionFactory.getObject() |
JaloSession |
Item.getSession()
Returns the session which is responsible for managing this item.
|
JaloSession |
Manager.getSession()
returns the assigned session.
|
JaloSession |
JaloConnection.getSession(java.lang.String sessionID)
Deprecated.
since 5.5.1 session management was changed and this method always returns current session or null
|
static JaloSession |
JaloSession.internalGetCurrentSession()
Returns the active session for the current thread.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<JaloSession> |
JaloConnection.getAllSessions()
Deprecated.
since 5.5.1 session management was changed and this method always returns empty collection
|
java.util.Collection<JaloSession> |
JaloConnection.getExpiredSessions()
Deprecated.
since 5.5.1 session management was changed and this method always returns empty collection
|
java.lang.Class<JaloSession> |
JaloSessionFactory.getTargetClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
JaloSessionListener.afterSessionAttributeChange(JaloSession session,
java.lang.String attributeName,
java.lang.Object value)
Notify if the extension manager if the session attributes was changed
|
void |
JaloSessionListener.afterSessionCreation(JaloSession session)
Notifies the extension manager if a session was just created.
|
void |
JaloSessionListener.afterSessionUserChange(JaloSession session,
User previous)
Notifies the extension manager if the current session user was changed
|
static boolean |
JaloSession.assureSessionNotStale(JaloSession session) |
void |
JaloSessionListener.beforeSessionClose(JaloSession session)
Notifies the extension manager if a session will be closed.
|
void |
JaloConnection.checkAndAddToSessionCache(JaloSession session)
Deprecated.
since 5.5.1 session management was changed and this method has no effect
|
protected JaloPropertyContainer |
GenericItem.getInitialProperties(JaloSession jaloSession,
Item.ItemAttributeMap allAttributes)
Override to specify all properties which should be written during ejbCreate.
|
protected void |
SessionContext.setSession(JaloSession session) |
| Modifier and Type | Method and Description |
|---|---|
static JaloSession |
JaloSessionFactory.createWithSessionClass(java.lang.Class<JaloSession> sessionClass) |
| Modifier and Type | Method and Description |
|---|---|
protected Language |
AbstractOrder.tryToFindFallbackLanguage(JaloSession js) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
FlexibleSearchParser.doParseFlexQuery(JaloSession session,
java.lang.String flexSyntaxQuery) |
| Modifier and Type | Class and Description |
|---|---|
class |
LDAPJaloSession
Created by IntelliJ IDEA.
|
| Modifier and Type | Field and Description |
|---|---|
protected JaloSession |
BasePlatformLDAPTest.jaloSession
Reference to current session.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
OciManager.isOciSession(JaloSession jaloSession)
This method checks if the current jaloSession is an OciSession.
|
| Modifier and Type | Method and Description |
|---|---|
JaloSession |
ItemEJBImpl.getSession() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
CxBeforeSessionCloseListener.isPersonalizationActive(JaloSession session) |
| Modifier and Type | Method and Description |
|---|---|
protected JaloSession |
CachingPromotionsManager.getCurrentJaloSession() |
protected JaloSession |
CachingPromotionsManagerTest.MockCachingPromotionsManager.getCurrentJaloSession() |
JaloSession |
CachingPromotionsManagerTest.MockCachingPromotionsManager.getJaloSession() |
| Modifier and Type | Method and Description |
|---|---|
protected static AbstractPromotion |
AbstractPromotion.findImmutablePromotionByUniqueKey(JaloSession jaloSession,
SessionContext ctx,
java.lang.String immutableKeyHash,
java.lang.String immutableKey) |
static java.util.List<AbstractPromotion> |
PromotionsManager.findOrderAndProductPromotionsSortByPriority(SessionContext ctx,
JaloSession jaloSession,
java.util.Collection<PromotionGroup> promotionGroups,
java.util.Collection<Product> products,
java.util.Date date)
Find all promotions that can be evaluated on the list of product specified.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServicelayerManager.afterSessionAttributeChange(JaloSession session,
java.lang.String attributeName,
java.lang.Object value) |
void |
ServicelayerManager.afterSessionCreation(JaloSession session) |
void |
ServicelayerManager.afterSessionUserChange(JaloSession session,
User previous) |
void |
ServicelayerManager.beforeSessionClose(JaloSession session) |
| Modifier and Type | Method and Description |
|---|---|
JaloSession |
DefaultSession.getJaloSession() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSession.init(JaloSession jaloSession,
ModelService modelService) |
void |
DefaultSession.setJaloSession(JaloSession jaloSession)
Deprecated.
since ages
|
| Modifier and Type | Method and Description |
|---|---|
JaloSession |
MockTenant.getActiveSession() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSessionCloseStrategy.closeJaloSession(JaloSession js) |
| Modifier and Type | Method and Description |
|---|---|
protected JaloSession |
SolrIndexerCronJob.createSessionForCronJob(JaloSession jaloSession) |
| Modifier and Type | Method and Description |
|---|---|
protected JaloSession |
SolrIndexerCronJob.createSessionForCronJob(JaloSession jaloSession) |
| Modifier and Type | Class and Description |
|---|---|
static class |
SessionTest.MySession |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SessionTest.compareSessions(JaloSession jaloSession,
JaloSession copy) |
| Modifier and Type | Field and Description |
|---|---|
protected JaloSession |
HybrisJUnit4Test.jaloSession
Reference to current session.
|
| Modifier and Type | Method and Description |
|---|---|
JaloSession |
HybrisJUnit4Test.takeJaloSession() |
JaloSession |
JaloSessionHolder.takeJaloSession() |
| Modifier and Type | Method and Description |
|---|---|
void |
HybrisJUnit4Test.establishJaloSession(JaloSession jaloSession) |
void |
JaloSessionHolder.establishJaloSession(JaloSession jaloSession) |
| Modifier and Type | Field and Description |
|---|---|
protected JaloSession |
PlatformRunListener.jaloSession
Reference to current session.
|
| Modifier and Type | Method and Description |
|---|---|
protected JaloSession |
HybrisInitFilter.getJaloSession(HttpServletRequest request,
HttpServletResponse response,
boolean pre)
Deprecated.
|
static JaloSession |
WebSessionFunctions.getSession(HttpServletRequest request)
returns a JaloSession object.
|
static JaloSession |
WebSessionFunctions.getSession(HttpServletRequest request,
boolean skipSystemInitTest)
returns a JaloSession object.
|
static JaloSession |
WebSessionFunctions.getSession(java.util.Map connProp,
java.lang.String cookiename,
HttpSession session,
HttpServletRequest request,
HttpServletResponse response)
returns a JaloSession object
|
static JaloSession |
WebSessionFunctions.getSession(java.util.Map _connProp,
java.lang.String cookiename,
HttpSession session,
HttpServletRequest request,
HttpServletResponse response,
java.lang.Class sessionClass)
returns a JaloSession object
|
static JaloSession |
WebSessionFunctions.getSession(java.lang.String cookiename,
HttpSession session,
HttpServletRequest request,
HttpServletResponse response,
boolean skipSystemInitTest)
returns a JaloSession object
|
static JaloSession |
WebSessionFunctions.getSession(java.lang.String cookiename,
HttpSession session,
HttpServletRequest request,
HttpServletResponse response,
java.lang.Class sessionClass,
boolean skipSystemInitTest)
returns a JaloSession object
|
static JaloSession |
WebSessionFunctions.tryGetJaloSession(HttpSession session) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Set<JaloSession> |
RootRequestFilter.HybrisRequestWrapper.getSessionsToClose() |
| Modifier and Type | Method and Description |
|---|---|
static void |
JaloTools.exportSystem(JaloSession session,
XMLOutputter xmlDef,
java.lang.String extensionName) |
static void |
JaloTools.exportTypeLocalizations(JaloSession jaloSession,
java.io.Writer wr,
java.lang.String extensionName)
exports all type localisations (AtomicType, CollectionType, EnumerationType, MapType, RelationType,
ItemTypesOrdered) for a given extension
|
protected void |
RootRequestFilter.HybrisRequestWrapper.registerJaloSessionToClose(JaloSession js) |
| Constructor and Description |
|---|
JaloPropertyContainerAdapter(JaloSession jaloSession) |
| Modifier and Type | Method and Description |
|---|---|
JaloSession |
VjdbcSessionCache.loadAndActivateSession(java.lang.Long connuid)
Deprecated.
Gets a session from cache using given key and activates it.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VjdbcSessionCache.storeAndActivateSession(java.lang.Long connuid,
JaloSession session)
Deprecated.
Puts given session to cache using given key and activates session.
|
| Modifier and Type | Method and Description |
|---|---|
static VoucherManager |
VoucherManager.getInstance(JaloSession jaloSession)
Gets the Instance of the VoucherManager
|
| Modifier and Type | Method and Description |
|---|---|
protected JaloPropertyContainer |
AbstractWorkflowAction.getInitialProperties(JaloSession jaloSession,
Item.ItemAttributeMap allAttributes) |
protected JaloPropertyContainer |
WorkflowItemAttachment.getInitialProperties(JaloSession jaloSession,
Item.ItemAttributeMap allAttributes)
Deprecated.
|
Copyright © 2018 SAP SE. All Rights Reserved.