Uses of Class
org.cxml.ProfileResponse
-
Packages that use ProfileResponse Package Description de.hybris.platform.b2b.punchout.actions de.hybris.platform.b2b.punchout.populators.impl org.cxml -
-
Uses of ProfileResponse in de.hybris.platform.b2b.punchout.actions
Methods in de.hybris.platform.b2b.punchout.actions that return types with arguments of type ProfileResponse Modifier and Type Method Description Populator<CXML,ProfileResponse>PopulateProfileResponseProcessingAction. getProfileResponsePopulator()Method parameters in de.hybris.platform.b2b.punchout.actions with type arguments of type ProfileResponse Modifier and Type Method Description voidPopulateProfileResponseProcessingAction. setProfileResponsePopulator(Populator<CXML,ProfileResponse> profileResponsePopulator) -
Uses of ProfileResponse in de.hybris.platform.b2b.punchout.populators.impl
Methods in de.hybris.platform.b2b.punchout.populators.impl with parameters of type ProfileResponse Modifier and Type Method Description voidDefaultProfileResponsePopulator. populate(CXML source, ProfileResponse target) -
Uses of ProfileResponse in org.cxml
Methods in org.cxml that return ProfileResponse Modifier and Type Method Description ProfileResponseObjectFactory. createProfileResponse()Create an instance ofProfileResponse
-