public interface AccountDAO
| Modifier and Type | Method and Description |
|---|---|
void |
createAccount(Account account) |
List<Account> |
getAccounts(int index,
int count) |
void createAccount(Account account) throws AccountDAOException
AccountDAOExceptionList<Account> getAccounts(int index, int count) throws AccountDAOException
AccountDAOExceptionCopyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.