Uses of Class
com.aoindustries.aoserv.client.accounting.BankTransaction
-
Packages that use BankTransaction Package Description com.aoindustries.aoserv.client.accounting -
-
Uses of BankTransaction in com.aoindustries.aoserv.client.accounting
Methods in com.aoindustries.aoserv.client.accounting that return BankTransaction Modifier and Type Method Description BankTransactionBankTransactionTable. get(int transid)BankTransactionBankTransactionTable. get(Object transid)Deprecated.Always try to lookup by specific keys; the compiler will help you more when types change.protected BankTransactionBankTransactionTable. getUniqueRowImpl(int col, Object value)Methods in com.aoindustries.aoserv.client.accounting that return types with arguments of type BankTransaction Modifier and Type Method Description List<BankTransaction>BankAccount. getBankTransactions()List<BankTransaction>BankTransactionTable. getRowsCopy()AOServTable<Integer,BankTransaction>BankTransaction. getTable()Method parameters in com.aoindustries.aoserv.client.accounting with type arguments of type BankTransaction Modifier and Type Method Description voidBankTransaction. setTable(AOServTable<Integer,BankTransaction> table)
-