Package ejava.projects.esales.bl
Interface AccountMgmt
-
- All Known Implementing Classes:
AccountMgmtImpl
public interface AccountMgmt
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Account>
getAccounts(int index, int count)
-
-
-
Method Detail
-
getAccounts
List<Account> getAccounts(int index, int count) throws AccountMgmtException
- Throws:
AccountMgmtException
-
-