public class AccountManager
extends java.lang.Object
Constructor and Description |
---|
AccountManager(java.sql.Connection con,
int mid) |
Modifier and Type | Method and Description |
---|---|
int |
deleteAccount(int id) |
Account |
getAccount(int id) |
java.util.List<Account> |
getAccountList() |
static int |
getPaymentTypeId(java.sql.Connection con,
int mid,
int accountId) |
int |
updateAccount(Account account) |
public java.util.List<Account> getAccountList()
public Account getAccount(int id)
public int updateAccount(Account account)
public int deleteAccount(int id)
public static int getPaymentTypeId(java.sql.Connection con, int mid, int accountId)