Uses of Class
de.hybris.platform.b2b.punchout.Organization
-
Packages that use Organization Package Description de.hybris.platform.b2b.punchout.actions de.hybris.platform.b2b.punchout.populators.impl de.hybris.platform.b2bpunchoutaddon.services.impl -
-
Uses of Organization in de.hybris.platform.b2b.punchout.actions
Method parameters in de.hybris.platform.b2b.punchout.actions with type arguments of type Organization Modifier and Type Method Description protected java.util.List<Credential>PunchOutOrderMessageHeaderProcessingAction. convertOrganizationsToCredentials(java.util.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 Organization Modifier and Type Method Description protected java.util.List<Organization>DefaultPunchOutSessionPopulator. convertCredentialsToOrganizations(java.util.List<Credential> credentials) -
Uses of Organization in de.hybris.platform.b2bpunchoutaddon.services.impl
Method parameters in de.hybris.platform.b2bpunchoutaddon.services.impl with type arguments of type Organization Modifier and Type Method Description protected B2BCustomerModelDefaultPunchOutConfigurationService. getCustomerFromOrganizations(java.util.List<Organization> organizationList)protected java.lang.StringDefaultPunchOutConfigurationService. getInexistenCustomerMessage(java.util.List<Organization> organizationList)
-