public class AccountMgmtImpl extends Object implements AccountMgmt
| Modifier and Type | Field and Description |
|---|---|
private AccountDAO |
accountDAO |
| Constructor and Description |
|---|
AccountMgmtImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<Account> |
getAccounts(int index,
int count) |
void |
setAccountDAO(AccountDAO accountDAO) |
private AccountDAO accountDAO
public void setAccountDAO(AccountDAO accountDAO)
public List<Account> getAccounts(int index, int count) throws AccountMgmtException
getAccounts in interface AccountMgmtAccountMgmtExceptionCopyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.