Uses of Interface
de.hybris.platform.b2b.punchout.services.PunchOutConfigurationService
-
Packages that use PunchOutConfigurationService Package Description de.hybris.platform.b2b.punchout.actions de.hybris.platform.b2b.punchout.services.impl de.hybris.platform.b2bpunchoutaddon.services.impl -
-
Uses of PunchOutConfigurationService in de.hybris.platform.b2b.punchout.actions
Methods in de.hybris.platform.b2b.punchout.actions that return PunchOutConfigurationService Modifier and Type Method Description PunchOutConfigurationServicePopulateResponsePunchOutProcessingAction. getPunchOutConfigurationService()PunchOutConfigurationServicePrepareCartPurchaseOrderProcessingAction. getPunchOutConfigurationService()protected PunchOutConfigurationServicePunchOutOrderMessageHeaderProcessingAction. getPunchOutConfigurationService()Methods in de.hybris.platform.b2b.punchout.actions with parameters of type PunchOutConfigurationService Modifier and Type Method Description voidPopulateResponsePunchOutProcessingAction. setPunchOutConfigurationService(PunchOutConfigurationService punchOutConfigurationService)voidPrepareCartPurchaseOrderProcessingAction. setPunchOutConfigurationService(PunchOutConfigurationService punchOutConfigurationService)voidPunchOutOrderMessageHeaderProcessingAction. setPunchOutConfigurationService(PunchOutConfigurationService punchOutConfigurationService) -
Uses of PunchOutConfigurationService in de.hybris.platform.b2b.punchout.services.impl
Classes in de.hybris.platform.b2b.punchout.services.impl that implement PunchOutConfigurationService Modifier and Type Class Description classEmptyPunchOutConfigurationServiceEmpty implementation forPunchOutConfigurationService. -
Uses of PunchOutConfigurationService in de.hybris.platform.b2bpunchoutaddon.services.impl
Classes in de.hybris.platform.b2bpunchoutaddon.services.impl that implement PunchOutConfigurationService Modifier and Type Class Description classDefaultPunchOutConfigurationServiceDefault implementation ofPunchOutConfigurationService.
-