public interface IMappingBusiness
Modifier and Type | Method and Description |
---|---|
java.util.Collection<PositionJPA> |
getPositions(java.lang.String plate,
java.util.Date startDate,
java.util.Date endDate)
Gets the positions.
|
java.util.Collection<PositionJPA> |
getRealTime(java.lang.String plate)
Gets the real time.
|
java.util.Collection<PositionJPA> getPositions(java.lang.String plate, java.util.Date startDate, java.util.Date endDate)
plate
- the platestartDate
- the start dateendDate
- the end datejava.util.Collection<PositionJPA> getRealTime(java.lang.String plate)
plate
- the plate