Uses of Class
de.hybris.platform.b2b.punchout.Organization
Packages that use Organization
Package
Description
-
Uses of Organization in de.hybris.platform.b2b.punchout.actions.outbound
Method parameters in de.hybris.platform.b2b.punchout.actions.outbound with type arguments of type OrganizationModifier and TypeMethodDescriptionprotected List<Credential>DefaultPunchOutHeaderGenerator.convertOrganizationsToCredentials(List<Organization> organizations) this method will convert an Organization into a cmxl credential ignoring the shared secret. -
Uses of Organization in de.hybris.platform.b2b.punchout.populators.impl
Methods in de.hybris.platform.b2b.punchout.populators.impl that return types with arguments of type OrganizationModifier and TypeMethodDescriptionprotected List<Organization>DefaultPunchOutSessionPopulator.convertCredentialsToOrganizations(List<Credential> credentials) -
Uses of Organization in de.hybris.platform.b2b.punchout.services.impl
Method parameters in de.hybris.platform.b2b.punchout.services.impl with type arguments of type OrganizationModifier and TypeMethodDescriptionprotected B2BCustomerModelDefaultPunchOutSessionService.getCustomerFromOrganizations(List<Organization> organizationList) protected StringDefaultPunchOutSessionService.getNonexistingCustomerMessage(List<Organization> organizationList)