Uses of Class
de.hybris.platform.b2b.punchout.model.PunchOutCredentialModel
-
Packages that use PunchOutCredentialModel Package Description de.hybris.platform.b2b.punchout.daos de.hybris.platform.b2b.punchout.daos.impl 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.de.hybris.platform.b2b.punchout.services de.hybris.platform.b2b.punchout.services.impl -
-
Uses of PunchOutCredentialModel in de.hybris.platform.b2b.punchout.daos
Methods in de.hybris.platform.b2b.punchout.daos that return PunchOutCredentialModel Modifier and Type Method Description PunchOutCredentialModelPunchOutCredentialDao. getPunchOutCredential(java.lang.String domain, java.lang.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 PunchOutCredentialModel Modifier and Type Method Description PunchOutCredentialModelDefaultPunchOutCredentialDao. getPunchOutCredential(java.lang.String domain, java.lang.String identity) -
Uses of PunchOutCredentialModel in de.hybris.platform.b2b.punchout.interceptor
Methods in de.hybris.platform.b2b.punchout.interceptor with parameters of type PunchOutCredentialModel Modifier and Type Method Description protected 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 PunchOutCredentialModel Modifier and Type Method Description java.util.Set<PunchOutCredentialModel>B2BCustomerPunchOutCredentialMappingModel. getCredentials()Generated method - Getter of theB2BCustomerPunchOutCredentialMapping.credentialsattribute defined at extensionb2bpunchout.Method parameters in de.hybris.platform.b2b.punchout.model with type arguments of type PunchOutCredentialModel Modifier and Type Method Description voidB2BCustomerPunchOutCredentialMappingModel. setCredentials(java.util.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 PunchOutCredentialModel Constructor Description B2BCustomerPunchOutCredentialMappingModel(B2BCustomerModel _b2bCustomer, java.util.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, java.util.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 PunchOutCredentialModel Modifier and Type Method Description PunchOutCredentialModelPunchOutCredentialService. getPunchOutCredential(java.lang.String domain, java.lang.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 PunchOutCredentialModel Modifier and Type Method Description PunchOutCredentialModelDefaultPunchOutCredentialService. getPunchOutCredential(java.lang.String domain, java.lang.String identity)
-