Uses of Class
de.hybris.platform.jalo.JaloSession
-
-
Uses of JaloSession in com.hybris.backoffice.jalo
Methods in com.hybris.backoffice.jalo with parameters of type JaloSession Modifier and Type Method Description voidBackofficeManager. afterSessionAttributeChange(JaloSession jaloSession, java.lang.String name, java.lang.Object value)voidBackofficeManager. afterSessionCreation(JaloSession jaloSession)voidBackofficeManager. afterSessionUserChange(JaloSession jaloSession, User user)voidBackofficeManager. beforeSessionClose(JaloSession jaloSession) -
Uses of JaloSession in de.hybris.platform.b2b.listeners
Methods in de.hybris.platform.b2b.listeners with parameters of type JaloSession Modifier and Type Method Description protected SessionAfterSessionCreationListener. getSession(JaloSession jaloSession)Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.protected SessionAfterSessionUserChangeListener. getSession(JaloSession jaloSession)Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4. -
Uses of JaloSession in de.hybris.platform.catalog.jalo
Methods in de.hybris.platform.catalog.jalo that return JaloSession Modifier and Type Method Description protected JaloSessionSyncItemCronJob. createSessionForCronJob(JaloSession jaloSession)Deprecated.Superclass method overridden to run this cronjob always as admin, regardless which user is set as cronjob user.Methods in de.hybris.platform.catalog.jalo with parameters of type JaloSession Modifier and Type Method Description protected voidCatalogManager. assignCatalogVersions(javax.servlet.http.HttpServletRequest request, JaloSession jaloSession, java.util.Collection<CatalogVersion> versions, boolean previewMode)protected java.util.Collection<PreviewTicket>CatalogManager. collectPreviewTicketVersions(javax.servlet.http.HttpServletRequest request, JaloSession jaloSession)protected JaloSessionSyncItemCronJob. 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.protected JaloPropertyContainerProductFeature. getInitialProperties(JaloSession jaloSession, Item.ItemAttributeMap allAttributes)java.util.Collection<CatalogVersion>CatalogManager. getSessionCatalogVersions(JaloSession jalosession)Deprecated.since ages - Use CatalogVersionService.getSessionCatalogVersions() instead.booleanCatalogManager. isActivatingPreviewMode(JaloSession jalosession)Deprecated.since ages - Use SessionService.getAttribute(CatalogConstants.PREVIEW_MODE_ACTIVATION) in order to read the 'preview mode' flag value.static booleanCatalogManager. mustSetCatalogVersions(JaloSession jaloSession, javax.servlet.http.HttpServletRequest req)voidPreviewTicket. notifyTicketTaken(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, JaloSession appliesTo)Called each time the ticket is being used for a specified request. -
Uses of JaloSession in de.hybris.platform.catalog.jalo.synchronization
Methods in de.hybris.platform.catalog.jalo.synchronization that return JaloSession Modifier and Type Method Description protected JaloSessionAbstractItemCopyContext. createSession()protected JaloSessionGenericCatalogCopyContextTest.TestGenericCatalogCopyContext. createSession()protected JaloSessionAbstractItemCopyContext. getSession() -
Uses of JaloSession in de.hybris.platform.commerceservices.jalo
Subclasses of JaloSession in de.hybris.platform.commerceservices.jalo Modifier and Type Class Description classCommerceJaloSessionJaloSession that does not delete the cart so we have a chance to restore it later. -
Uses of JaloSession in de.hybris.platform.core
Methods in de.hybris.platform.core that return JaloSession Modifier and Type Method Description JaloSessionAbstractTenant. getActiveSession()JaloSessionTenant. getActiveSession()Methods in de.hybris.platform.core with parameters of type JaloSession Modifier and Type Method Description protected voidAbstractTenant. assertTenant(JaloSession session)voidAbstractTenant. setActiveSessionForCurrentThread(JaloSession session)Constructors in de.hybris.platform.core with parameters of type JaloSession Constructor Description TenantAwareThreadFactory(Tenant tenant, JaloSession session)Creates a factory with explicitly providedTenantandJaloSession. -
Uses of JaloSession in de.hybris.platform.cronjob.jalo
Methods in de.hybris.platform.cronjob.jalo that return JaloSession Modifier and Type Method Description protected JaloSessionCronJob. createSessionForCronJob(JaloSession jaloSession)Sets theUser,LanguageandCurrencyof the specifiedJaloSessionto the values defined inGeneratedCronJob.getSessionUser(),GeneratedCronJob.getSessionLanguage(),GeneratedCronJob.getSessionCurrency().protected JaloSessionJob. startOwnSession(CronJob cronJob)Activates a own session for executing the job.Methods in de.hybris.platform.cronjob.jalo with parameters of type JaloSession Modifier and Type Method Description protected JaloSessionCronJob. createSessionForCronJob(JaloSession jaloSession)Sets theUser,LanguageandCurrencyof the specifiedJaloSessionto the values defined inGeneratedCronJob.getSessionUser(),GeneratedCronJob.getSessionLanguage(),GeneratedCronJob.getSessionCurrency().protected voidTypeSystemExportJob. doExport(MediaProcessCronJob cronJob, JaloSession jaloSession, java.util.zip.ZipOutputStream zos, org.znerd.xmlenc.XMLOutputter xout, java.lang.String extensionName, java.util.Collection languages)Deprecated.Exports the type configuration of the specified extension.protected voidJob. stopOwnSession(JaloSession previousSession, CronJob cronJob)Deactivates the own session and re-activates the previous session if available. -
Uses of JaloSession in de.hybris.platform.europe1.jalo
Methods in de.hybris.platform.europe1.jalo with parameters of type JaloSession Modifier and Type Method Description protected voidCatalogSynchronizationTest. assertNoSessionPriceFactoryActive(JaloSession jaloSession)protected voidCustomPriceFactoryTest. assertNoSessionPriceFactoryActive(JaloSession jaloSession)protected voidOrderManagerAndEurope1Test. assertNoSessionPriceFactoryActive(JaloSession jaloSession) -
Uses of JaloSession in de.hybris.platform.integrationservices.util
Constructors in de.hybris.platform.integrationservices.util with parameters of type JaloSession Constructor Description TenantAdminUserAwareThreadFactory(Tenant tenant, JaloSession session)Instantiates a TenantAdminUserAwareThreadFactory -
Uses of JaloSession in de.hybris.platform.jalo
Methods in de.hybris.platform.jalo that return JaloSession Modifier and Type Method Description JaloSessionJaloConnection. createAnonymousCustomerSession()Creates a session to the hybris platform system using a anonymous account.JaloSessionJaloConnection. createAnonymousCustomerSession(java.lang.Class sessionClass)Creates a session to the hybris platform system using a anonymous account.JaloSessionJaloConnection. createAnonymousCustomerSession(java.util.Map initialAttributes)protected JaloSessionJaloSessionFactory. createInstance()JaloSessionJaloConnection. createSession(User user)Creates a new session using a already known user.JaloSessionJaloConnection. createSession(java.lang.String user, java.lang.String pwd)creates a session with the given username/pwdJaloSessionJaloConnection. createSession(java.util.Map loginProperties)Creates a session with the given login information.JaloSessionJaloConnection. createSession(java.util.Map loginProperties, java.lang.Class sessionClass)Creates a session with the given login information.JaloSessionJaloConnection. createSession(java.util.Map loginProperties, java.lang.Class sessionClass, java.util.Map initialAttributes)Creates a session with the given login information.static JaloSessionJaloSessionFactory. createWithSessionClass(java.lang.Class<JaloSession> sessionClass)static JaloSessionJaloSession. getCurrentSession()Returns the active session for the current thread and tenantstatic JaloSessionJaloSession. getCurrentSession(Tenant tenant)JaloSessionJaloSessionFactory. getObject()JaloSessionItem. getSession()Returns the session which is responsible for managing this item.JaloSessionJaloConnection. getSession(java.lang.String sessionID)Deprecated.since 5.5.1 session management was changed and this method always returns current session or nullJaloSessionManager. getSession()returns the assigned session.static JaloSessionJaloSession. internalGetCurrentSession()Returns the active session for the current thread.Methods in de.hybris.platform.jalo that return types with arguments of type JaloSession Modifier and Type Method Description java.util.Collection<JaloSession>JaloConnection. getAllSessions()Deprecated.since 5.5.1 session management was changed and this method always returns empty collectionjava.util.Collection<JaloSession>JaloConnection. getExpiredSessions()Deprecated.since 5.5.1 session management was changed and this method always returns empty collectionjava.lang.Class<JaloSession>JaloSessionFactory. getTargetClass()Methods in de.hybris.platform.jalo with parameters of type JaloSession Modifier and Type Method Description voidJaloSessionListener. afterSessionAttributeChange(JaloSession session, java.lang.String attributeName, java.lang.Object value)Notify if the extension manager if the session attributes was changedvoidJaloSessionListener. afterSessionCreation(JaloSession session)Notifies the extension manager if a session was just created.voidJaloSessionListener. afterSessionUserChange(JaloSession session, User previous)Notifies the extension manager if the current session user was changedstatic booleanJaloSession. assureSessionNotStale(JaloSession session)voidJaloSessionListener. beforeSessionClose(JaloSession session)Notifies the extension manager if a session will be closed.voidJaloConnection. checkAndAddToSessionCache(JaloSession session)Deprecated.since 5.5.1 session management was changed and this method has no effectprotected JaloPropertyContainerGenericItem. getInitialProperties(JaloSession jaloSession, Item.ItemAttributeMap allAttributes)Override to specify all properties which should be written during ejbCreate.protected voidSessionContext. setSession(JaloSession session)Method parameters in de.hybris.platform.jalo with type arguments of type JaloSession Modifier and Type Method Description static JaloSessionJaloSessionFactory. createWithSessionClass(java.lang.Class<JaloSession> sessionClass) -
Uses of JaloSession in de.hybris.platform.jalo.order
Methods in de.hybris.platform.jalo.order with parameters of type JaloSession Modifier and Type Method Description protected LanguageAbstractOrder. tryToFindFallbackLanguage(JaloSession js) -
Uses of JaloSession in de.hybris.platform.jdbcwrapper
Methods in de.hybris.platform.jdbcwrapper with parameters of type JaloSession Modifier and Type Method Description java.lang.StringFlexibleSearchParser. doParseFlexQuery(JaloSession session, java.lang.String flexSyntaxQuery) -
Uses of JaloSession in de.hybris.platform.ldap.jalo
Subclasses of JaloSession in de.hybris.platform.ldap.jalo Modifier and Type Class Description classLDAPJaloSessionCreated by IntelliJ IDEA.Fields in de.hybris.platform.ldap.jalo declared as JaloSession Modifier and Type Field Description protected JaloSessionBasePlatformLDAPTest. jaloSessionReference to current session. -
Uses of JaloSession in de.hybris.platform.persistence
Methods in de.hybris.platform.persistence that return JaloSession Modifier and Type Method Description JaloSessionItemEJBImpl. getSession() -
Uses of JaloSession in de.hybris.platform.personalizationservices.events
Methods in de.hybris.platform.personalizationservices.events with parameters of type JaloSession Modifier and Type Method Description protected booleanCxBeforeSessionCloseListener. isPersonalizationActive(JaloSession session) -
Uses of JaloSession in de.hybris.platform.promotions.impl
Methods in de.hybris.platform.promotions.impl that return JaloSession Modifier and Type Method Description protected JaloSessionDefaultPromotionsService. getSession() -
Uses of JaloSession in de.hybris.platform.promotions.jalo
Methods in de.hybris.platform.promotions.jalo that return JaloSession Modifier and Type Method Description protected JaloSessionCachingPromotionsManager. getCurrentJaloSession()protected JaloSessionCachingPromotionsManagerTest.MockCachingPromotionsManager. getCurrentJaloSession()JaloSessionCachingPromotionsManagerTest.MockCachingPromotionsManager. getJaloSession()Methods in de.hybris.platform.promotions.jalo with parameters of type JaloSession Modifier and Type Method Description protected static AbstractPromotionAbstractPromotion. 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. -
Uses of JaloSession in de.hybris.platform.servicelayer.internal.jalo
Methods in de.hybris.platform.servicelayer.internal.jalo with parameters of type JaloSession Modifier and Type Method Description voidServicelayerManager. afterSessionAttributeChange(JaloSession session, java.lang.String attributeName, java.lang.Object value)voidServicelayerManager. afterSessionCreation(JaloSession session)voidServicelayerManager. afterSessionUserChange(JaloSession session, User previous)voidServicelayerManager. beforeSessionClose(JaloSession session) -
Uses of JaloSession in de.hybris.platform.servicelayer.session.impl
Methods in de.hybris.platform.servicelayer.session.impl that return JaloSession Modifier and Type Method Description JaloSessionDefaultSession. getJaloSession()Methods in de.hybris.platform.servicelayer.session.impl with parameters of type JaloSession Modifier and Type Method Description voidDefaultSession. init(JaloSession jaloSession, ModelService modelService)voidDefaultSession. setJaloSession(JaloSession jaloSession)Deprecated, for removal: This API element is subject to removal in a future version.since ages -
Uses of JaloSession in de.hybris.platform.servicelayer.tenant
Methods in de.hybris.platform.servicelayer.tenant that return JaloSession Modifier and Type Method Description JaloSessionMockTenant. getActiveSession() -
Uses of JaloSession in de.hybris.platform.servicelayer.web
Methods in de.hybris.platform.servicelayer.web with parameters of type JaloSession Modifier and Type Method Description voidDefaultSessionCloseStrategy. closeJaloSession(JaloSession js) -
Uses of JaloSession in de.hybris.platform.solrfacetsearch.jalo.indexer.cron
Methods in de.hybris.platform.solrfacetsearch.jalo.indexer.cron that return JaloSession Modifier and Type Method Description protected JaloSessionSolrIndexerCronJob. createSessionForCronJob(JaloSession jaloSession)Methods in de.hybris.platform.solrfacetsearch.jalo.indexer.cron with parameters of type JaloSession Modifier and Type Method Description protected JaloSessionSolrIndexerCronJob. createSessionForCronJob(JaloSession jaloSession) -
Uses of JaloSession in de.hybris.platform.test
Subclasses of JaloSession in de.hybris.platform.test Modifier and Type Class Description static classSessionTest.MySessionMethods in de.hybris.platform.test with parameters of type JaloSession Modifier and Type Method Description protected voidSessionTest. compareSessions(JaloSession jaloSession, JaloSession copy) -
Uses of JaloSession in de.hybris.platform.testframework
Fields in de.hybris.platform.testframework declared as JaloSession Modifier and Type Field Description protected JaloSessionHybrisJUnit4Test. jaloSessionReference to current session.Methods in de.hybris.platform.testframework that return JaloSession Modifier and Type Method Description JaloSessionHybrisJUnit4Test. takeJaloSession()JaloSessionJaloSessionHolder. takeJaloSession()Methods in de.hybris.platform.testframework with parameters of type JaloSession Modifier and Type Method Description voidHybrisJUnit4Test. establishJaloSession(JaloSession jaloSession)voidJaloSessionHolder. establishJaloSession(JaloSession jaloSession) -
Uses of JaloSession in de.hybris.platform.testframework.runlistener
Fields in de.hybris.platform.testframework.runlistener declared as JaloSession Modifier and Type Field Description protected JaloSessionPlatformRunListener. jaloSessionReference to current session. -
Uses of JaloSession in de.hybris.platform.util
Methods in de.hybris.platform.util that return JaloSession Modifier and Type Method Description protected JaloSessionHybrisInitFilter. getJaloSession(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, boolean pre)Deprecated, for removal: This API element is subject to removal in a future version.static JaloSessionWebSessionFunctions. getSession(java.lang.String cookiename, javax.servlet.http.HttpSession session, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, boolean skipSystemInitTest)returns a JaloSession objectstatic JaloSessionWebSessionFunctions. getSession(java.lang.String cookiename, javax.servlet.http.HttpSession session, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.Class sessionClass, boolean skipSystemInitTest)returns a JaloSession objectstatic JaloSessionWebSessionFunctions. getSession(java.util.Map connProp, java.lang.String cookiename, javax.servlet.http.HttpSession session, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)returns a JaloSession objectstatic JaloSessionWebSessionFunctions. getSession(java.util.Map _connProp, java.lang.String cookiename, javax.servlet.http.HttpSession session, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.Class sessionClass)returns a JaloSession objectstatic JaloSessionWebSessionFunctions. getSession(javax.servlet.http.HttpServletRequest request)returns a JaloSession object.static JaloSessionWebSessionFunctions. getSession(javax.servlet.http.HttpServletRequest request, boolean skipSystemInitTest)returns a JaloSession object.static JaloSessionWebSessionFunctions. tryGetJaloSession(javax.servlet.http.HttpSession session)Methods in de.hybris.platform.util that return types with arguments of type JaloSession Modifier and Type Method Description protected java.util.Set<JaloSession>RootRequestFilter.HybrisRequestWrapper. getSessionsToClose()Methods in de.hybris.platform.util with parameters of type JaloSession Modifier and Type Method Description static voidJaloTools. exportSystem(JaloSession session, org.znerd.xmlenc.XMLOutputter xmlDef, java.lang.String extensionName)static voidJaloTools. exportTypeLocalizations(JaloSession jaloSession, java.io.Writer wr, java.lang.String extensionName)exports all type localisations (AtomicType, CollectionType, EnumerationType, MapType, RelationType, ItemTypesOrdered) for a given extensionprotected voidRootRequestFilter.HybrisRequestWrapper. registerJaloSessionToClose(JaloSession js)Constructors in de.hybris.platform.util with parameters of type JaloSession Constructor Description JaloPropertyContainerAdapter(JaloSession jaloSession) -
Uses of JaloSession in de.hybris.platform.voucher.jalo
Methods in de.hybris.platform.voucher.jalo with parameters of type JaloSession Modifier and Type Method Description static VoucherManagerVoucherManager. getInstance(JaloSession jaloSession)Gets the Instance of the VoucherManager -
Uses of JaloSession in de.hybris.platform.workflow.jalo
Methods in de.hybris.platform.workflow.jalo with parameters of type JaloSession Modifier and Type Method Description protected JaloPropertyContainerAbstractWorkflowAction. getInitialProperties(JaloSession jaloSession, Item.ItemAttributeMap allAttributes)protected JaloPropertyContainerWorkflowItemAttachment. getInitialProperties(JaloSession jaloSession, Item.ItemAttributeMap allAttributes)Deprecated.
-