Uses of Class
de.hybris.platform.billingaccountservices.jalo.BaContact
Packages that use BaContact
-
Uses of BaContact in de.hybris.platform.billingaccountservices.jalo
Fields in de.hybris.platform.billingaccountservices.jalo with type parameters of type BaContactModifier and TypeFieldDescriptionprotected static final de.hybris.platform.util.OneToManyHandler<BaContact>GeneratedBaAccount.CONTACTSHANDLERDeprecated, for removal: This API element is subject to removal in a future version.OneToManyHandlerfor handling 1:n CONTACTS's relation attributes from 'many' side.Methods in de.hybris.platform.billingaccountservices.jalo that return BaContactModifier and TypeMethodDescriptionGeneratedBillingaccountservicesManager.createBaContact(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues) GeneratedBillingaccountservicesManager.createBaContact(Map attributeValues) GeneratedBaContactMedium.getContact()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theBaContactMedium.contactattribute.GeneratedBaContactMedium.getContact(de.hybris.platform.jalo.SessionContext ctx) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theBaContactMedium.contactattribute.Methods in de.hybris.platform.billingaccountservices.jalo that return types with arguments of type BaContactModifier and TypeMethodDescriptionGeneratedBaAccount.getContacts()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theBaAccount.contactsattribute.GeneratedBaAccount.getContacts(de.hybris.platform.jalo.SessionContext ctx) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theBaAccount.contactsattribute.Methods in de.hybris.platform.billingaccountservices.jalo with parameters of type BaContactModifier and TypeMethodDescriptionvoidGeneratedBaAccount.addToContacts(BaContact value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Addsvalueto contacts.voidGeneratedBaAccount.addToContacts(de.hybris.platform.jalo.SessionContext ctx, BaContact value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Addsvalueto contacts.voidGeneratedBaAccount.removeFromContacts(BaContact value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Removesvaluefrom contacts.voidGeneratedBaAccount.removeFromContacts(de.hybris.platform.jalo.SessionContext ctx, BaContact value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Removesvaluefrom contacts.voidGeneratedBaContactMedium.setContact(BaContact value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter of theBaContactMedium.contactattribute.voidGeneratedBaContactMedium.setContact(de.hybris.platform.jalo.SessionContext ctx, BaContact value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter of theBaContactMedium.contactattribute.Method parameters in de.hybris.platform.billingaccountservices.jalo with type arguments of type BaContactModifier and TypeMethodDescriptionvoidGeneratedBaAccount.setContacts(de.hybris.platform.jalo.SessionContext ctx, Set<BaContact> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter of theBaAccount.contactsattribute.voidGeneratedBaAccount.setContacts(Set<BaContact> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter of theBaAccount.contactsattribute.