Package com.aoindustries.aoserv.master
Class BankAccountHandler
java.lang.Object
com.aoindustries.aoserv.master.BankAccountHandler
The
BankAccountHandler handles all the accesses to the bank tables.- Author:
- AO Industries, Inc.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcheckIsAccounting(DatabaseConnection conn, RequestSource source, String action) static voidcheckIsBankAccounting(DatabaseConnection conn, RequestSource source, String action) static voidgetTransactionsForAccount(DatabaseConnection conn, RequestSource source, StreamableOutput out, boolean provideProgress, String account) Gets all transactions for one account.static booleanisAccounting(DatabaseConnection conn, RequestSource source) static booleanisBankAccounting(DatabaseConnection conn, RequestSource source)
-
Method Details
-
checkIsAccounting
public static void checkIsAccounting(DatabaseConnection conn, RequestSource source, String action) throws IOException, SQLException - Throws:
IOExceptionSQLException
-
getTransactionsForAccount
public static void getTransactionsForAccount(DatabaseConnection conn, RequestSource source, StreamableOutput out, boolean provideProgress, String account) throws IOException, SQLException Gets all transactions for one account.- Throws:
IOExceptionSQLException
-
checkIsBankAccounting
public static void checkIsBankAccounting(DatabaseConnection conn, RequestSource source, String action) throws IOException, SQLException - Throws:
IOExceptionSQLException
-
isAccounting
public static boolean isAccounting(DatabaseConnection conn, RequestSource source) throws IOException, SQLException - Throws:
IOExceptionSQLException
-
isBankAccounting
public static boolean isBankAccounting(DatabaseConnection conn, RequestSource source) throws IOException, SQLException - Throws:
IOExceptionSQLException
-
