Uses of Class
de.hybris.platform.b2b.punchout.model.B2BCustomerPunchOutCredentialMappingModel
-
Packages that use B2BCustomerPunchOutCredentialMappingModel Package Description de.hybris.platform.b2b.punchout.interceptor de.hybris.platform.b2b.punchout.model 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 B2BCustomerPunchOutCredentialMappingModel Modifier and Type Method Description protected 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 B2BCustomerPunchOutCredentialMappingModel Modifier and Type Method Description B2BCustomerPunchOutCredentialMappingModelPunchOutCredentialModel. getB2BCustomerPunchOutCredentialMapping()Generated method - Getter of thePunchOutCredential.B2BCustomerPunchOutCredentialMappingattribute defined at extensionb2bpunchout.Methods in de.hybris.platform.b2b.punchout.model with parameters of type B2BCustomerPunchOutCredentialMappingModel Modifier and Type Method Description voidPunchOutCredentialModel. setB2BCustomerPunchOutCredentialMapping(B2BCustomerPunchOutCredentialMappingModel value)Generated method - Setter ofPunchOutCredential.B2BCustomerPunchOutCredentialMappingattribute defined at extensionb2bpunchout.
-