Uses of Class
de.hybris.platform.billmanagementservices.jalo.BmAccount

Packages that use BmAccount
  • Uses of BmAccount in de.hybris.platform.billmanagementservices.jalo

    Modifier and Type
    Class
    Description
    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
    BillmanagementservicesManager.createBmAccount(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
     
    BillmanagementservicesManager.createBmAccount(Map attributeValues)
     
    BmAccountBalance.getAccount()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the BmAccountBalance.account attribute.
    BmAccountBalance.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 BmAccountBalance.account attribute.
    Methods in de.hybris.platform.billmanagementservices.jalo that return types with arguments of type BmAccount
    Modifier and Type
    Method
    Description
    BmPartyRole.getAccounts()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the BmPartyRole.accounts attribute.
    BmPartyRole.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 BmPartyRole.accounts attribute.
    Modifier and Type
    Method
    Description
    void
    BmPartyRole.addToAccounts(BmAccount value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Adds value to accounts.
    void
    BmPartyRole.addToAccounts(de.hybris.platform.jalo.SessionContext ctx, BmAccount value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Adds value to accounts.
    void
    BmPartyRole.removeFromAccounts(BmAccount value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Removes value from accounts.
    void
    BmPartyRole.removeFromAccounts(de.hybris.platform.jalo.SessionContext ctx, BmAccount value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Removes value from accounts.
    void
    BmAccountBalance.setAccount(BmAccount value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BmAccountBalance.account attribute.
    void
    BmAccountBalance.setAccount(de.hybris.platform.jalo.SessionContext ctx, BmAccount value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BmAccountBalance.account attribute.
    Method parameters in de.hybris.platform.billmanagementservices.jalo with type arguments of type BmAccount
    Modifier and Type
    Method
    Description
    void
    BmPartyRole.setAccounts(de.hybris.platform.jalo.SessionContext ctx, Set<BmAccount> value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BmPartyRole.accounts attribute.
    void
    BmPartyRole.setAccounts(Set<BmAccount> value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BmPartyRole.accounts attribute.