Package ejava.projects.edmv.bl
Interface VehicleMgmt
-
- All Known Implementing Classes:
EDmvMgmtImpl
public interface VehicleMgmt
This interface provides a _sparse_ example of business logic that provides management of vehicle registrations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<VehicleRegistration>
getRegistrations(int index, int count)
-
-
-
Method Detail
-
getRegistrations
List<VehicleRegistration> getRegistrations(int index, int count) throws EDmvException
- Throws:
EDmvException
-
-