Uses of Class
de.hybris.platform.billmanagementservices.jalo.BmAccountBalance
Packages that use BmAccountBalance
-
Uses of BmAccountBalance in de.hybris.platform.billmanagementservices.jalo
Fields in de.hybris.platform.billmanagementservices.jalo with type parameters of type BmAccountBalanceModifier and TypeFieldDescriptionprotected static final de.hybris.platform.util.OneToManyHandler<BmAccountBalance>BmAccount.ACCOUNTBALANCESHANDLERDeprecated, for removal: This API element is subject to removal in a future version.OneToManyHandlerfor handling 1:n ACCOUNTBALANCES's relation attributes from 'many' side.protected static final de.hybris.platform.util.BidirectionalOneToManyHandler<BmAccountBalance>BmAccountBalance.ACCOUNTHANDLERDeprecated, for removal: This API element is subject to removal in a future version.BidirectionalOneToManyHandlerfor handling 1:n ACCOUNT's relation attributes from 'one' side.Methods in de.hybris.platform.billmanagementservices.jalo that return BmAccountBalanceModifier and TypeMethodDescriptionBillmanagementservicesManager.createBmAccountBalance(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues) BillmanagementservicesManager.createBmAccountBalance(Map attributeValues) Methods in de.hybris.platform.billmanagementservices.jalo that return types with arguments of type BmAccountBalanceModifier and TypeMethodDescriptionBmAccount.getAccountBalances()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theBmAccount.accountBalancesattribute.BmAccount.getAccountBalances(de.hybris.platform.jalo.SessionContext ctx) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theBmAccount.accountBalancesattribute.Methods in de.hybris.platform.billmanagementservices.jalo with parameters of type BmAccountBalanceModifier and TypeMethodDescriptionvoidBmAccount.addToAccountBalances(BmAccountBalance value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Addsvalueto accountBalances.voidBmAccount.addToAccountBalances(de.hybris.platform.jalo.SessionContext ctx, BmAccountBalance value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Addsvalueto accountBalances.voidBmAccount.removeFromAccountBalances(BmAccountBalance value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Removesvaluefrom accountBalances.voidBmAccount.removeFromAccountBalances(de.hybris.platform.jalo.SessionContext ctx, BmAccountBalance value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Removesvaluefrom accountBalances.Method parameters in de.hybris.platform.billmanagementservices.jalo with type arguments of type BmAccountBalanceModifier and TypeMethodDescriptionvoidBmAccount.setAccountBalances(de.hybris.platform.jalo.SessionContext ctx, Set<BmAccountBalance> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter of theBmAccount.accountBalancesattribute.voidBmAccount.setAccountBalances(Set<BmAccountBalance> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter of theBmAccount.accountBalancesattribute.