Uses of Interface
de.hybris.platform.b2b.punchout.services.PunchOutSessionService
-
Packages that use PunchOutSessionService Package Description de.hybris.platform.b2b.punchout.actions de.hybris.platform.b2b.punchout.services.impl de.hybris.platform.b2bpunchoutaddon.services.impl -
-
Uses of PunchOutSessionService in de.hybris.platform.b2b.punchout.actions
Methods in de.hybris.platform.b2b.punchout.actions that return PunchOutSessionService Modifier and Type Method Description PunchOutSessionServiceOperationPunchOutProcessingAction. getPunchOutSessionService()protected PunchOutSessionServicePunchOutOrderMessageHeaderProcessingAction. getPunchOutSessionService()protected PunchOutSessionServicePunchOutOrderMessageProcessingAction. getPunchOutSessionService()PunchOutSessionServiceStoreSessionPunchOutProcessingAction. getPunchOutSessionService()Methods in de.hybris.platform.b2b.punchout.actions with parameters of type PunchOutSessionService Modifier and Type Method Description voidOperationPunchOutProcessingAction. setPunchOutSessionService(PunchOutSessionService punchoutSessionService)voidPunchOutOrderMessageHeaderProcessingAction. setPunchOutSessionService(PunchOutSessionService punchOutSessionService)voidPunchOutOrderMessageProcessingAction. setPunchOutSessionService(PunchOutSessionService punchOutSessionService)voidStoreSessionPunchOutProcessingAction. setPunchOutSessionService(PunchOutSessionService punchOutSessionService) -
Uses of PunchOutSessionService in de.hybris.platform.b2b.punchout.services.impl
Classes in de.hybris.platform.b2b.punchout.services.impl that implement PunchOutSessionService Modifier and Type Class Description classDefaultPunchOutSessionServiceDefault implementation ofPunchOutSessionServicebased on the use ofSessionService. -
Uses of PunchOutSessionService in de.hybris.platform.b2bpunchoutaddon.services.impl
Methods in de.hybris.platform.b2bpunchoutaddon.services.impl that return PunchOutSessionService Modifier and Type Method Description PunchOutSessionServiceDefaultPunchOutConfigurationService. getPunchOutSessionService()Methods in de.hybris.platform.b2bpunchoutaddon.services.impl with parameters of type PunchOutSessionService Modifier and Type Method Description voidDefaultPunchOutConfigurationService. setPunchOutSessionService(PunchOutSessionService punchoutSessionService)
-