Uses of Class
de.hybris.platform.jalo.JaloSession
Packages that use JaloSession
Package
Description
-
Uses of JaloSession in com.hybris.backoffice.jalo
Methods in com.hybris.backoffice.jalo with parameters of type JaloSessionModifier and TypeMethodDescriptionvoidBackofficeManager.afterSessionAttributeChange(JaloSession jaloSession, String name, 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 JaloSessionModifier and TypeMethodDescriptionprotected 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 JaloSessionModifier and TypeMethodDescriptionprotected 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 JaloSessionModifier and TypeMethodDescriptionprotected voidCatalogManager.assignCatalogVersions(javax.servlet.http.HttpServletRequest request, JaloSession jaloSession, Collection<CatalogVersion> versions, boolean previewMode) protected 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.CatalogManager.getAvailableCatalogVersions(JaloSession jalosession) Deprecated.since ages - Use CatalogVersionService.getAllReadableCatalogVersions(PrincipalModel currentUser) instead.protected JaloPropertyContainerProductFeature.getInitialProperties(JaloSession jaloSession, Item.ItemAttributeMap allAttributes) 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 JaloSessionModifier and TypeMethodDescriptionprotected JaloSessionAbstractItemCopyContext.createSession()protected JaloSessionGenericCatalogCopyContextTest.TestGenericCatalogCopyContext.createSession()protected final JaloSessionAbstractItemCopyContext.getSession() -
Uses of JaloSession in de.hybris.platform.commerceservices.jalo
Subclasses of JaloSession in de.hybris.platform.commerceservices.jaloModifier and TypeClassDescriptionclassJaloSession 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 JaloSessionMethods in de.hybris.platform.core with parameters of type JaloSessionModifier and TypeMethodDescriptionprotected voidAbstractTenant.assertTenant(JaloSession session) voidAbstractTenant.setActiveSessionForCurrentThread(JaloSession session) Constructors in de.hybris.platform.core with parameters of type JaloSessionModifierConstructorDescriptionTenantAwareThreadFactory(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 JaloSessionModifier and TypeMethodDescriptionprotected 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 JaloSessionModifier and TypeMethodDescriptionprotected 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, ZipOutputStream zos, org.znerd.xmlenc.XMLOutputter xout, String extensionName, 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 JaloSessionModifier and TypeMethodDescriptionprotected 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 JaloSessionModifierConstructorDescriptionTenantAdminUserAwareThreadFactory(Tenant tenant, JaloSession session) Instantiates a TenantAdminUserAwareThreadFactory -
Uses of JaloSession in de.hybris.platform.jalo
Methods in de.hybris.platform.jalo that return JaloSessionModifier and TypeMethodDescriptionJaloConnection.createAnonymousCustomerSession()Creates a session to the hybris platform system using a anonymous account.JaloConnection.createAnonymousCustomerSession(Class sessionClass) Creates a session to the hybris platform system using a anonymous account.JaloConnection.createAnonymousCustomerSession(Map initialAttributes) protected JaloSessionJaloSessionFactory.createInstance()JaloConnection.createSession(User user) Creates a new session using a already known user.JaloConnection.createSession(String user, String pwd) creates a session with the given username/pwdJaloConnection.createSession(Map loginProperties) Creates a session with the given login information.JaloConnection.createSession(Map loginProperties, Class sessionClass) Creates a session with the given login information.JaloConnection.createSession(Map loginProperties, Class sessionClass, Map initialAttributes) Creates a session with the given login information.static JaloSessionJaloSessionFactory.createWithSessionClass(Class<JaloSession> sessionClass) static JaloSessionJaloSession.getCurrentSession()Returns the active session for the current thread and tenantstatic JaloSessionJaloSession.getCurrentSession(Tenant tenant) JaloSessionFactory.getObject()Item.getSession()Returns the session which is responsible for managing this item.JaloConnection.getSession(String sessionID) Deprecated.since 5.5.1 session management was changed and this method always returns current session or nullManager.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 JaloSessionModifier and TypeMethodDescriptionJaloConnection.getAllSessions()Deprecated.since 5.5.1 session management was changed and this method always returns empty collectionJaloConnection.getExpiredSessions()Deprecated.since 5.5.1 session management was changed and this method always returns empty collectionJaloSessionFactory.getTargetClass()Methods in de.hybris.platform.jalo with parameters of type JaloSessionModifier and TypeMethodDescriptionvoidJaloSessionListener.afterSessionAttributeChange(JaloSession session, String attributeName, 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 JaloSessionModifier and TypeMethodDescriptionstatic JaloSessionJaloSessionFactory.createWithSessionClass(Class<JaloSession> sessionClass) -
Uses of JaloSession in de.hybris.platform.jalo.order
Methods in de.hybris.platform.jalo.order with parameters of type JaloSessionModifier and TypeMethodDescriptionprotected LanguageAbstractOrder.tryToFindFallbackLanguage(JaloSession js) -
Uses of JaloSession in de.hybris.platform.jdbcwrapper
Methods in de.hybris.platform.jdbcwrapper with parameters of type JaloSessionModifier and TypeMethodDescriptionFlexibleSearchParser.doParseFlexQuery(JaloSession session, String flexSyntaxQuery) -
Uses of JaloSession in de.hybris.platform.ldap.jalo
Subclasses of JaloSession in de.hybris.platform.ldap.jaloFields in de.hybris.platform.ldap.jalo declared as JaloSessionModifier and TypeFieldDescriptionprotected JaloSessionBasePlatformLDAPTest.jaloSessionReference to current session. -
Uses of JaloSession in de.hybris.platform.persistence
Methods in de.hybris.platform.persistence that return JaloSession -
Uses of JaloSession in de.hybris.platform.personalizationservices.events
Methods in de.hybris.platform.personalizationservices.events with parameters of type JaloSessionModifier and TypeMethodDescriptionprotected booleanCxBeforeSessionCloseListener.isPersonalizationActive(JaloSession session) -
Uses of JaloSession in de.hybris.platform.promotions.impl
Methods in de.hybris.platform.promotions.impl that return JaloSession -
Uses of JaloSession in de.hybris.platform.promotions.jalo
Methods in de.hybris.platform.promotions.jalo that return JaloSessionModifier and TypeMethodDescriptionprotected JaloSessionCachingPromotionsManager.getCurrentJaloSession()protected JaloSessionCachingPromotionsManagerTest.MockCachingPromotionsManager.getCurrentJaloSession()CachingPromotionsManagerTest.MockCachingPromotionsManager.getJaloSession()Methods in de.hybris.platform.promotions.jalo with parameters of type JaloSessionModifier and TypeMethodDescriptionprotected static final AbstractPromotionAbstractPromotion.findImmutablePromotionByUniqueKey(JaloSession jaloSession, SessionContext ctx, String immutableKeyHash, String immutableKey) static List<AbstractPromotion>PromotionsManager.findOrderAndProductPromotionsSortByPriority(SessionContext ctx, JaloSession jaloSession, Collection<PromotionGroup> promotionGroups, Collection<Product> products, 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 JaloSessionModifier and TypeMethodDescriptionvoidServicelayerManager.afterSessionAttributeChange(JaloSession session, String attributeName, 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 JaloSessionMethods in de.hybris.platform.servicelayer.session.impl with parameters of type JaloSessionModifier and TypeMethodDescriptionvoidDefaultSession.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 -
Uses of JaloSession in de.hybris.platform.servicelayer.web
Methods in de.hybris.platform.servicelayer.web with parameters of type JaloSessionModifier and TypeMethodDescriptionvoidDefaultSessionCloseStrategy.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 JaloSessionModifier and TypeMethodDescriptionprotected JaloSessionSolrIndexerCronJob.createSessionForCronJob(JaloSession jaloSession) Methods in de.hybris.platform.solrfacetsearch.jalo.indexer.cron with parameters of type JaloSessionModifier and TypeMethodDescriptionprotected JaloSessionSolrIndexerCronJob.createSessionForCronJob(JaloSession jaloSession) -
Uses of JaloSession in de.hybris.platform.test
Subclasses of JaloSession in de.hybris.platform.testMethods in de.hybris.platform.test with parameters of type JaloSessionModifier and TypeMethodDescriptionprotected voidSessionTest.compareSessions(JaloSession jaloSession, JaloSession copy) -
Uses of JaloSession in de.hybris.platform.testframework
Fields in de.hybris.platform.testframework declared as JaloSessionModifier and TypeFieldDescriptionprotected JaloSessionHybrisJUnit4Test.jaloSessionReference to current session.Methods in de.hybris.platform.testframework that return JaloSessionModifier and TypeMethodDescriptionHybrisJUnit4Test.takeJaloSession()JaloSessionHolder.takeJaloSession()Methods in de.hybris.platform.testframework with parameters of type JaloSessionModifier and TypeMethodDescriptionvoidHybrisJUnit4Test.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 JaloSessionModifier and TypeFieldDescriptionprotected JaloSessionPlatformRunListener.jaloSessionReference to current session. -
Uses of JaloSession in de.hybris.platform.util
Methods in de.hybris.platform.util that return JaloSessionModifier and TypeMethodDescriptionprotected 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 final JaloSessionWebSessionFunctions.getSession(String cookiename, javax.servlet.http.HttpSession session, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, boolean skipSystemInitTest) returns a JaloSession objectstatic final JaloSessionWebSessionFunctions.getSession(String cookiename, javax.servlet.http.HttpSession session, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Class sessionClass, boolean skipSystemInitTest) returns a JaloSession objectstatic final JaloSessionWebSessionFunctions.getSession(Map connProp, String cookiename, javax.servlet.http.HttpSession session, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) returns a JaloSession objectstatic final JaloSessionWebSessionFunctions.getSession(Map _connProp, String cookiename, javax.servlet.http.HttpSession session, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Class sessionClass) returns a JaloSession objectstatic final JaloSessionWebSessionFunctions.getSession(javax.servlet.http.HttpServletRequest request) returns a JaloSession object.static final JaloSessionWebSessionFunctions.getSession(javax.servlet.http.HttpServletRequest request, boolean skipSystemInitTest) returns a JaloSession object.static final JaloSessionWebSessionFunctions.tryGetJaloSession(javax.servlet.http.HttpSession session) Methods in de.hybris.platform.util that return types with arguments of type JaloSessionModifier and TypeMethodDescriptionprotected Set<JaloSession>RootRequestFilter.HybrisRequestWrapper.getSessionsToClose()Methods in de.hybris.platform.util with parameters of type JaloSessionModifier and TypeMethodDescriptionstatic voidJaloTools.exportSystem(JaloSession session, org.znerd.xmlenc.XMLOutputter xmlDef, String extensionName) static voidJaloTools.exportTypeLocalizations(JaloSession jaloSession, Writer wr, 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 -
Uses of JaloSession in de.hybris.platform.voucher.jalo
Methods in de.hybris.platform.voucher.jalo with parameters of type JaloSessionModifier and TypeMethodDescriptionstatic 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 JaloSessionModifier and TypeMethodDescriptionprotected JaloPropertyContainerAbstractWorkflowAction.getInitialProperties(JaloSession jaloSession, Item.ItemAttributeMap allAttributes) protected JaloPropertyContainerWorkflowItemAttachment.getInitialProperties(JaloSession jaloSession, Item.ItemAttributeMap allAttributes) Deprecated.