Uses of Class
de.hybris.platform.billingaccountservices.jalo.BaAccount

Packages that use BaAccount
  • Uses of BaAccount in de.hybris.platform.billingaccountservices.jalo

    Modifier and Type
    Class
    Description
    class 
     
    class 
     
    class 
     
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    Modifier and Type
    Method
    Description
    GeneratedBaAccountBalance.getAccount()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the BaAccountBalance.account attribute.
    GeneratedBaAccountBalance.getAccount(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 BaAccountBalance.account attribute.
    GeneratedBaAccountTaxExemption.getAccount()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the BaAccountTaxExemption.account attribute.
    GeneratedBaAccountTaxExemption.getAccount(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 BaAccountTaxExemption.account attribute.
    GeneratedBaContact.getAccount()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the BaContact.account attribute.
    GeneratedBaContact.getAccount(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 BaContact.account attribute.
    GeneratedBaAccountRelationship.getSourceAccount()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the BaAccountRelationship.sourceAccount attribute.
    GeneratedBaAccountRelationship.getSourceAccount(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 BaAccountRelationship.sourceAccount attribute.
    GeneratedBaAccountRelationship.getTargetAccount()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the BaAccountRelationship.targetAccount attribute.
    GeneratedBaAccountRelationship.getTargetAccount(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 BaAccountRelationship.targetAccount attribute.
    Methods in de.hybris.platform.billingaccountservices.jalo that return types with arguments of type BaAccount
    Modifier and Type
    Method
    Description
    GeneratedBaPartyRole.getAccounts()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the BaPartyRole.accounts attribute.
    GeneratedBaPartyRole.getAccounts(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 BaPartyRole.accounts attribute.
    Modifier and Type
    Method
    Description
    void
    GeneratedBaPartyRole.addToAccounts(BaAccount value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Adds value to accounts.
    void
    GeneratedBaPartyRole.addToAccounts(de.hybris.platform.jalo.SessionContext ctx, BaAccount value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Adds value to accounts.
    void
    GeneratedBaPartyRole.removeFromAccounts(BaAccount value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Removes value from accounts.
    void
    GeneratedBaPartyRole.removeFromAccounts(de.hybris.platform.jalo.SessionContext ctx, BaAccount value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Removes value from accounts.
    void
    GeneratedBaAccountBalance.setAccount(BaAccount value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BaAccountBalance.account attribute.
    void
    GeneratedBaAccountBalance.setAccount(de.hybris.platform.jalo.SessionContext ctx, BaAccount value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BaAccountBalance.account attribute.
    void
    GeneratedBaAccountTaxExemption.setAccount(BaAccount value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BaAccountTaxExemption.account attribute.
    void
    GeneratedBaAccountTaxExemption.setAccount(de.hybris.platform.jalo.SessionContext ctx, BaAccount value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BaAccountTaxExemption.account attribute.
    void
    GeneratedBaContact.setAccount(BaAccount value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BaContact.account attribute.
    void
    GeneratedBaContact.setAccount(de.hybris.platform.jalo.SessionContext ctx, BaAccount value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BaContact.account attribute.
    void
    GeneratedBaAccountRelationship.setSourceAccount(BaAccount value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BaAccountRelationship.sourceAccount attribute.
    void
    GeneratedBaAccountRelationship.setSourceAccount(de.hybris.platform.jalo.SessionContext ctx, BaAccount value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BaAccountRelationship.sourceAccount attribute.
    void
    GeneratedBaAccountRelationship.setTargetAccount(BaAccount value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BaAccountRelationship.targetAccount attribute.
    void
    GeneratedBaAccountRelationship.setTargetAccount(de.hybris.platform.jalo.SessionContext ctx, BaAccount value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BaAccountRelationship.targetAccount attribute.
    Method parameters in de.hybris.platform.billingaccountservices.jalo with type arguments of type BaAccount
    Modifier and Type
    Method
    Description
    void
    GeneratedBaPartyRole.setAccounts(de.hybris.platform.jalo.SessionContext ctx, Collection<BaAccount> value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BaPartyRole.accounts attribute.
    void
    GeneratedBaPartyRole.setAccounts(Collection<BaAccount> value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BaPartyRole.accounts attribute.