Uses of Class
de.hybris.platform.billingaccountservices.jalo.BaAccountBalance
Packages that use BaAccountBalance
-
Uses of BaAccountBalance in de.hybris.platform.billingaccountservices.jalo
Fields in de.hybris.platform.billingaccountservices.jalo with type parameters of type BaAccountBalanceModifier and TypeFieldDescriptionprotected static final de.hybris.platform.util.OneToManyHandler<BaAccountBalance>GeneratedBaAccount.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.Methods in de.hybris.platform.billingaccountservices.jalo that return BaAccountBalanceModifier and TypeMethodDescriptionGeneratedBillingaccountservicesManager.createBaAccountBalance(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues) GeneratedBillingaccountservicesManager.createBaAccountBalance(Map attributeValues) Methods in de.hybris.platform.billingaccountservices.jalo that return types with arguments of type BaAccountBalanceModifier and TypeMethodDescriptionGeneratedBaAccount.getAccountBalances()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theBaAccount.accountBalancesattribute.GeneratedBaAccount.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 theBaAccount.accountBalancesattribute.Methods in de.hybris.platform.billingaccountservices.jalo with parameters of type BaAccountBalanceModifier and TypeMethodDescriptionvoidGeneratedBaAccount.addToAccountBalances(BaAccountBalance value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Addsvalueto accountBalances.voidGeneratedBaAccount.addToAccountBalances(de.hybris.platform.jalo.SessionContext ctx, BaAccountBalance value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Addsvalueto accountBalances.voidGeneratedBaAccount.removeFromAccountBalances(BaAccountBalance value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Removesvaluefrom accountBalances.voidGeneratedBaAccount.removeFromAccountBalances(de.hybris.platform.jalo.SessionContext ctx, BaAccountBalance 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.billingaccountservices.jalo with type arguments of type BaAccountBalanceModifier and TypeMethodDescriptionvoidGeneratedBaAccount.setAccountBalances(de.hybris.platform.jalo.SessionContext ctx, Set<BaAccountBalance> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter of theBaAccount.accountBalancesattribute.voidGeneratedBaAccount.setAccountBalances(Set<BaAccountBalance> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter of theBaAccount.accountBalancesattribute.