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 BaContact
    Modifier and Type
    Field
    Description
    protected static final de.hybris.platform.util.OneToManyHandler<BaContact>
    GeneratedBaAccount.CONTACTSHANDLER
    Deprecated, for removal: This API element is subject to removal in a future version.
    OneToManyHandler for handling 1:n CONTACTS's relation attributes from 'many' side.
    Modifier and Type
    Method
    Description
    GeneratedBillingaccountservicesManager.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 the BaContactMedium.contact attribute.
    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 the BaContactMedium.contact attribute.
    Methods in de.hybris.platform.billingaccountservices.jalo that return types with arguments of type BaContact
    Modifier and Type
    Method
    Description
    GeneratedBaAccount.getContacts()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the BaAccount.contacts attribute.
    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 the BaAccount.contacts attribute.
    Modifier and Type
    Method
    Description
    void
    GeneratedBaAccount.addToContacts(BaContact value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Adds value to contacts.
    void
    GeneratedBaAccount.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 - Adds value to contacts.
    void
    GeneratedBaAccount.removeFromContacts(BaContact value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Removes value from contacts.
    void
    GeneratedBaAccount.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 - Removes value from contacts.
    void
    GeneratedBaContactMedium.setContact(BaContact value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BaContactMedium.contact attribute.
    void
    GeneratedBaContactMedium.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 the BaContactMedium.contact attribute.
    Method parameters in de.hybris.platform.billingaccountservices.jalo with type arguments of type BaContact
    Modifier and Type
    Method
    Description
    void
    GeneratedBaAccount.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 the BaAccount.contacts attribute.
    void
    GeneratedBaAccount.setContacts(Set<BaContact> value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BaAccount.contacts attribute.