Uses of Interface
de.hybris.platform.b2bpunchoutaddon.services.PunchOutUserAuthenticationService
-
Packages that use PunchOutUserAuthenticationService Package Description de.hybris.platform.b2bpunchoutaddon.controllers.pages de.hybris.platform.b2bpunchoutaddon.services.impl -
-
Uses of PunchOutUserAuthenticationService in de.hybris.platform.b2bpunchoutaddon.controllers.pages
Methods in de.hybris.platform.b2bpunchoutaddon.controllers.pages that return PunchOutUserAuthenticationService Modifier and Type Method Description PunchOutUserAuthenticationServiceDefaultPunchOutController. getPunchOutUserAuthenticationService()Methods in de.hybris.platform.b2bpunchoutaddon.controllers.pages with parameters of type PunchOutUserAuthenticationService Modifier and Type Method Description voidDefaultPunchOutController. setPunchOutUserAuthenticationService(PunchOutUserAuthenticationService punchOutUserAuthenticationService) -
Uses of PunchOutUserAuthenticationService in de.hybris.platform.b2bpunchoutaddon.services.impl
Classes in de.hybris.platform.b2bpunchoutaddon.services.impl that implement PunchOutUserAuthenticationService Modifier and Type Class Description classDefaultPunchOutUserAuthenticationServiceDefault implementation ofPunchOutUserAuthenticationService.
-