Uses of Class
de.hybris.platform.b2b.punchout.jalo.PunchOutCredential
-
Packages that use PunchOutCredential Package Description de.hybris.platform.b2b.punchout.jalo -
-
Uses of PunchOutCredential in de.hybris.platform.b2b.punchout.jalo
Fields in de.hybris.platform.b2b.punchout.jalo with type parameters of type PunchOutCredential Modifier and Type Field Description protected static OneToManyHandler<PunchOutCredential>GeneratedB2BCustomerPunchOutCredentialMapping. CREDENTIALSHANDLEROneToManyHandlerfor handling 1:n CREDENTIALS's relation attributes from 'many' side.Methods in de.hybris.platform.b2b.punchout.jalo that return PunchOutCredential Modifier and Type Method Description PunchOutCredentialGeneratedB2bpunchoutManager. createPunchOutCredential(SessionContext ctx, java.util.Map attributeValues)PunchOutCredentialGeneratedB2bpunchoutManager. createPunchOutCredential(java.util.Map attributeValues)Methods in de.hybris.platform.b2b.punchout.jalo that return types with arguments of type PunchOutCredential Modifier and Type Method Description java.util.Set<PunchOutCredential>GeneratedB2BCustomerPunchOutCredentialMapping. getCredentials()Generated method - Getter of theB2BCustomerPunchOutCredentialMapping.credentialsattribute.java.util.Set<PunchOutCredential>GeneratedB2BCustomerPunchOutCredentialMapping. getCredentials(SessionContext ctx)Generated method - Getter of theB2BCustomerPunchOutCredentialMapping.credentialsattribute.Methods in de.hybris.platform.b2b.punchout.jalo with parameters of type PunchOutCredential Modifier and Type Method Description voidGeneratedB2BCustomerPunchOutCredentialMapping. addToCredentials(PunchOutCredential value)Generated method - Addsvalueto credentials.voidGeneratedB2BCustomerPunchOutCredentialMapping. addToCredentials(SessionContext ctx, PunchOutCredential value)Generated method - Addsvalueto credentials.voidGeneratedB2BCustomerPunchOutCredentialMapping. removeFromCredentials(PunchOutCredential value)Generated method - Removesvaluefrom credentials.voidGeneratedB2BCustomerPunchOutCredentialMapping. removeFromCredentials(SessionContext ctx, PunchOutCredential value)Generated method - Removesvaluefrom credentials.Method parameters in de.hybris.platform.b2b.punchout.jalo with type arguments of type PunchOutCredential Modifier and Type Method Description voidGeneratedB2BCustomerPunchOutCredentialMapping. setCredentials(SessionContext ctx, java.util.Set<PunchOutCredential> value)Generated method - Setter of theB2BCustomerPunchOutCredentialMapping.credentialsattribute.voidGeneratedB2BCustomerPunchOutCredentialMapping. setCredentials(java.util.Set<PunchOutCredential> value)Generated method - Setter of theB2BCustomerPunchOutCredentialMapping.credentialsattribute.
-