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
AccountDAOException
List<Account> getAccounts(int index, int count) throws AccountDAOException
AccountDAOException
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.