Uses of Class
com.echothree.model.control.financial.common.transfer.FinancialAccountTransfer
Packages that use FinancialAccountTransfer
Package
Description
-
Uses of FinancialAccountTransfer in com.echothree.model.control.financial.common.transfer
Methods in com.echothree.model.control.financial.common.transfer that return FinancialAccountTransferModifier and TypeMethodDescriptionFinancialAccountAliasTransfer.getFinancialAccount()
FinancialAccountRoleTransfer.getFinancialAccount()
FinancialAccountTransactionTransfer.getFinancialAccount()
Methods in com.echothree.model.control.financial.common.transfer with parameters of type FinancialAccountTransferModifier and TypeMethodDescriptionvoid
FinancialAccountAliasTransfer.setFinancialAccount
(FinancialAccountTransfer financialAccount) void
FinancialAccountRoleTransfer.setFinancialAccount
(FinancialAccountTransfer financialAccount) void
FinancialAccountTransactionTransfer.setFinancialAccount
(FinancialAccountTransfer financialAccount) Constructors in com.echothree.model.control.financial.common.transfer with parameters of type FinancialAccountTransferModifierConstructorDescriptionFinancialAccountAliasTransfer
(FinancialAccountTransfer financialAccount, FinancialAccountAliasTypeTransfer financialAccountAliasType, String alias) Creates a new instance of FinancialAccountAliasTransferFinancialAccountRoleTransfer
(FinancialAccountTransfer financialAccount, PartyTransfer party, FinancialAccountRoleTypeTransfer financialAccountRoleType) Creates a new instance of FinancialAccountRoleTransferFinancialAccountTransactionTransfer
(String financialAccountTransactionName, FinancialAccountTransfer financialAccount, FinancialAccountTransactionTypeTransfer financialAccountTransactionType, Long unformattedAmount, String amount, String comment) Creates a new instance of FinancialAccountTransactionTransfer -
Uses of FinancialAccountTransfer in com.echothree.model.control.financial.server.control
Methods in com.echothree.model.control.financial.server.control that return FinancialAccountTransferModifier and TypeMethodDescriptionFinancialControl.getFinancialAccountTransfer
(UserVisit userVisit, FinancialAccount financialAccount) Methods in com.echothree.model.control.financial.server.control that return types with arguments of type FinancialAccountTransferModifier and TypeMethodDescriptionFinancialControl.getFinancialAccountTransfers
(UserVisit userVisit, FinancialAccountType financialAccountType) -
Uses of FinancialAccountTransfer in com.echothree.model.control.financial.server.transfer
Methods in com.echothree.model.control.financial.server.transfer that return FinancialAccountTransferModifier and TypeMethodDescriptionFinancialAccountTransferCache.getFinancialAccountTransfer
(FinancialAccount financialAccount)