Uses of Class
de.hybris.platform.b2b.punchout.model.PunchOutCredentialModel
Packages that use PunchOutCredentialModel
Package
Description
Contains generated models for each type of de.hybris.platform.b2b.punchout.jalo package.
-
Uses of PunchOutCredentialModel in de.hybris.platform.b2b.punchout.daos
Methods in de.hybris.platform.b2b.punchout.daos that return PunchOutCredentialModelModifier and TypeMethodDescriptionPunchOutCredentialDao.getPunchOutCredential(String domain, String identity) Get aPunchOutCredentialModelfor a given domain-identity pair. -
Uses of PunchOutCredentialModel in de.hybris.platform.b2b.punchout.daos.impl
Methods in de.hybris.platform.b2b.punchout.daos.impl that return PunchOutCredentialModelModifier and TypeMethodDescriptionDefaultPunchOutCredentialDao.getPunchOutCredential(String domain, String identity) -
Uses of PunchOutCredentialModel in de.hybris.platform.b2b.punchout.interceptor
Methods in de.hybris.platform.b2b.punchout.interceptor with parameters of type PunchOutCredentialModelModifier and TypeMethodDescriptionprotected voidPunchOutCredentialValidateInterceptor.existentCredential(PunchOutCredentialModel credential) Check if there is already a credential for the same domain and identity in the system. -
Uses of PunchOutCredentialModel in de.hybris.platform.b2b.punchout.model
Methods in de.hybris.platform.b2b.punchout.model that return types with arguments of type PunchOutCredentialModelModifier and TypeMethodDescriptionB2BCustomerPunchOutCredentialMappingModel.getCredentials()Generated method - Getter of theB2BCustomerPunchOutCredentialMapping.credentialsattribute defined at extensionb2bpunchout.Method parameters in de.hybris.platform.b2b.punchout.model with type arguments of type PunchOutCredentialModelModifier and TypeMethodDescriptionvoidB2BCustomerPunchOutCredentialMappingModel.setCredentials(Set<PunchOutCredentialModel> value) Generated method - Setter ofB2BCustomerPunchOutCredentialMapping.credentialsattribute defined at extensionb2bpunchout.Constructor parameters in de.hybris.platform.b2b.punchout.model with type arguments of type PunchOutCredentialModelModifierConstructorDescriptionB2BCustomerPunchOutCredentialMappingModel(B2BCustomerModel _b2bCustomer, Set<PunchOutCredentialModel> _credentials) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersB2BCustomerPunchOutCredentialMappingModel(B2BCustomerModel _b2bCustomer, Set<PunchOutCredentialModel> _credentials, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of PunchOutCredentialModel in de.hybris.platform.b2b.punchout.services
Methods in de.hybris.platform.b2b.punchout.services that return PunchOutCredentialModelModifier and TypeMethodDescriptionPunchOutCredentialService.getPunchOutCredential(String domain, String identity) Get anPunchOutCredentialModelbased on the domain and identity. -
Uses of PunchOutCredentialModel in de.hybris.platform.b2b.punchout.services.impl
Methods in de.hybris.platform.b2b.punchout.services.impl that return PunchOutCredentialModelModifier and TypeMethodDescriptionDefaultPunchOutCredentialService.getPunchOutCredential(String domain, String identity)