Package ejava.projects.edmv.bl
Interface PersonMgmt
-
- All Known Implementing Classes:
EDmvMgmtImpl
public interface PersonMgmt
This interface provides a _sparse_ example for business logic related to managing people within the DMV.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Person>
getPeople(int index, int count)
-
-
-
Method Detail
-
getPeople
List<Person> getPeople(int index, int count) throws EDmvException
- Throws:
EDmvException
-
-