Uses of Class
de.hybris.platform.b2b.punchout.PunchOutSession
Packages that use PunchOutSession
Package
Description
-
Uses of PunchOutSession in de.hybris.platform.b2b.punchout.actions.outbound
Methods in de.hybris.platform.b2b.punchout.actions.outbound with parameters of type PunchOutSessionModifier and TypeMethodDescriptionprotected FromDefaultPunchOutHeaderGenerator.createFrom(PunchOutSession currentPunchOutSession) protected SenderDefaultPunchOutHeaderGenerator.createSender(PunchOutSession currentPunchOutSession) protected ToDefaultPunchOutHeaderGenerator.createTo(PunchOutSession currentPunchOutSession) -
Uses of PunchOutSession in de.hybris.platform.b2b.punchout.populators.impl
Methods in de.hybris.platform.b2b.punchout.populators.impl with parameters of type PunchOutSessionModifier and TypeMethodDescriptionvoidDefaultPunchOutSessionPopulator.populate(CXML source, PunchOutSession target) protected voidDefaultPunchOutSessionPopulator.populateBrowserFormPostUrl(PunchOutSession target, PunchOutSetupRequest request) protected voidDefaultPunchOutSessionPopulator.populateBuyerCookie(PunchOutSession output, PunchOutSetupRequest request) protected voidDefaultPunchOutSessionPopulator.populateOrganizationInfo(Header header, PunchOutSession punchoutSession) -
Uses of PunchOutSession in de.hybris.platform.b2b.punchout.services
Methods in de.hybris.platform.b2b.punchout.services that return PunchOutSessionModifier and TypeMethodDescriptionPunchOutSessionService.getCurrentPunchOutSession()Retrieves the currently loadedPunchOutSession.PunchOutSessionService.loadPunchOutSession(String punchOutSessionId) Loads and activates aPunchOutSessionby its ID.Methods in de.hybris.platform.b2b.punchout.services with parameters of type PunchOutSessionModifier and TypeMethodDescriptionvoidPunchOutSessionService.activate(PunchOutSession punchOutSession) Activates aPunchOutSessionfor the current user session.PunchOutSessionService.retrieveUserId(PunchOutSession punchoutSession) Retrieves the userId from given Punchout Session. -
Uses of PunchOutSession in de.hybris.platform.b2b.punchout.services.impl
Methods in de.hybris.platform.b2b.punchout.services.impl that return PunchOutSessionModifier and TypeMethodDescriptionDefaultPunchOutSessionService.getCurrentPunchOutSession()DefaultPunchOutSessionService.loadPunchOutSession(String punchoutSessionId) Methods in de.hybris.platform.b2b.punchout.services.impl that return types with arguments of type PunchOutSessionModifier and TypeMethodDescriptionprotected Populator<CXML,PunchOutSession> DefaultPunchOutSessionService.getPunchOutSessionPopulator()Methods in de.hybris.platform.b2b.punchout.services.impl with parameters of type PunchOutSessionModifier and TypeMethodDescriptionvoidDefaultPunchOutSessionService.activate(PunchOutSession punchoutSession) DefaultPunchOutSessionService.retrieveUserId(PunchOutSession punchoutSession) -
Uses of PunchOutSession in de.hybris.platform.b2bpunchoutaddon.controllers.pages
Methods in de.hybris.platform.b2bpunchoutaddon.controllers.pages with parameters of type PunchOutSessionModifier and TypeMethodDescriptionprotected StringDefaultPunchOutController.printSessionInfo(PunchOutSession punchoutSession)