Uses of Class
ejava.projects.edmv.bo.VehicleRegistration
-
Packages that use VehicleRegistration Package Description ejava.projects.edmv.bl ejava.projects.edmv.blimpl ejava.projects.edmv.dao ejava.projects.edmv.jdbc ejava.projects.edmv.jpa -
-
Uses of VehicleRegistration in ejava.projects.edmv.bl
Methods in ejava.projects.edmv.bl that return types with arguments of type VehicleRegistration Modifier and Type Method Description List<VehicleRegistration>VehicleMgmt. getRegistrations(int index, int count) -
Uses of VehicleRegistration in ejava.projects.edmv.blimpl
Methods in ejava.projects.edmv.blimpl that return types with arguments of type VehicleRegistration Modifier and Type Method Description List<VehicleRegistration>EDmvMgmtImpl. getRegistrations(int index, int count) -
Uses of VehicleRegistration in ejava.projects.edmv.dao
Methods in ejava.projects.edmv.dao that return types with arguments of type VehicleRegistration Modifier and Type Method Description List<VehicleRegistration>VehicleDAO. getRegistrations(int index, int count)Methods in ejava.projects.edmv.dao with parameters of type VehicleRegistration Modifier and Type Method Description voidVehicleDAO. createRegistration(VehicleRegistration registration) -
Uses of VehicleRegistration in ejava.projects.edmv.jdbc
Methods in ejava.projects.edmv.jdbc that return types with arguments of type VehicleRegistration Modifier and Type Method Description List<VehicleRegistration>JDBCVehicleDAO. getRegistrations(int index, int count)Methods in ejava.projects.edmv.jdbc with parameters of type VehicleRegistration Modifier and Type Method Description voidJDBCVehicleDAO. createRegistration(VehicleRegistration registration) -
Uses of VehicleRegistration in ejava.projects.edmv.jpa
Methods in ejava.projects.edmv.jpa that return types with arguments of type VehicleRegistration Modifier and Type Method Description List<VehicleRegistration>JPAVehicleDAO. getRegistrations(int index, int count)Methods in ejava.projects.edmv.jpa with parameters of type VehicleRegistration Modifier and Type Method Description voidJPAVehicleDAO. createRegistration(VehicleRegistration registration)
-