Uses of Class
de.hybris.platform.b2b.punchout.model.B2BCustomerPunchOutCredentialMappingModel
Packages that use B2BCustomerPunchOutCredentialMappingModel
Package
Description
Contains generated models for each type of de.hybris.platform.b2b.punchout.jalo package.
-
Uses of B2BCustomerPunchOutCredentialMappingModel in de.hybris.platform.b2b.punchout.interceptor
Methods in de.hybris.platform.b2b.punchout.interceptor with parameters of type B2BCustomerPunchOutCredentialMappingModelModifier and TypeMethodDescriptionprotected voidB2BCustomerPunchOutCredentialMappingValidateInterceptor.hasCredentials(B2BCustomerPunchOutCredentialMappingModel mapping) Checks if there are credentials in the mapping.protected voidB2BCustomerPunchOutCredentialMappingValidateInterceptor.isCredentialAlreadyExistent(B2BCustomerPunchOutCredentialMappingModel mapping) Checks if the credentials in the mapping are not already set to another mapping.protected voidB2BCustomerPunchOutCredentialMappingValidateInterceptor.isCustomerExistent(B2BCustomerPunchOutCredentialMappingModel mapping) Checks if the B2B Customer on the mapping exists on the system. -
Uses of B2BCustomerPunchOutCredentialMappingModel in de.hybris.platform.b2b.punchout.model
Methods in de.hybris.platform.b2b.punchout.model that return B2BCustomerPunchOutCredentialMappingModelModifier and TypeMethodDescriptionPunchOutCredentialModel.getB2BCustomerPunchOutCredentialMapping()Generated method - Getter of thePunchOutCredential.B2BCustomerPunchOutCredentialMappingattribute defined at extensionb2bpunchout.Methods in de.hybris.platform.b2b.punchout.model with parameters of type B2BCustomerPunchOutCredentialMappingModelModifier and TypeMethodDescriptionvoidPunchOutCredentialModel.setB2BCustomerPunchOutCredentialMapping(B2BCustomerPunchOutCredentialMappingModel value) Generated method - Setter ofPunchOutCredential.B2BCustomerPunchOutCredentialMappingattribute defined at extensionb2bpunchout.