Uses of Class
com.aoindustries.aoserv.client.billing.Transaction
-
Packages that use Transaction Package Description com.aoindustries.aoserv.client.account com.aoindustries.aoserv.client.billing -
-
Uses of Transaction in com.aoindustries.aoserv.client.account
Methods in com.aoindustries.aoserv.client.account that return types with arguments of type Transaction Modifier and Type Method Description List<Transaction>Account. getTransactions()Deprecated.Please useTransactionTable.getTransactions(com.aoindustries.aoserv.client.account.Account)directlyList<Transaction>Administrator. getTransactions()Deprecated.List<Transaction>Account. getTransactionsFrom()Deprecated. -
Uses of Transaction in com.aoindustries.aoserv.client.billing
Methods in com.aoindustries.aoserv.client.billing that return Transaction Modifier and Type Method Description TransactionTransactionTable. get(int transid)TransactionNoticeLog. getTransaction()Methods in com.aoindustries.aoserv.client.billing that return types with arguments of type Transaction Modifier and Type Method Description List<Transaction>TransactionTable. get(TransactionSearchCriteria criteria)List<Transaction>TransactionSearchCriteria. getTransactions(AOServConnector connector)Deprecated.List<Transaction>TransactionTable. getTransactions(Account account)Gets transactions that have this account as their applied-to.List<Transaction>TransactionTable. getTransactions(Administrator ba)List<Transaction>TransactionTable. getTransactionsFrom(Account account)Gets transactions that have this account as their source.Methods in com.aoindustries.aoserv.client.billing with parameters of type Transaction Modifier and Type Method Description intNoticeLogTable. addNoticeLog(Account account, String billingContact, Email emailAddress, NoticeType type, Transaction trans)MoniesTransactionTable. getTransactionBalance(Transaction transaction)
-