|  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 根据部门发送车辆实时报警 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | public void sendArdSyCarAlarmByCarId(String carId, Map<Integer,Object> data); | 
|---|
|  |  |  | public void sendArdSyCarAlarmByCarId(String carId, Map<String,Object> data); | 
|---|
|  |  |  | //    List<ArdSyCar> getArdSyCarWithRightByCarIdList(List<String> carIdList); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | List<Map<String,String>> carIdByDeptList(List<Long> deptList,List<Map<String,String>> list); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | Results getCarGPSTrack(Map<String,String> map,String syURL, ArdSyUser ardSyUser); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | Results getCarGPSBycarId(String usersId,String carId,String syURL,ArdSyUser ardSyUser); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 根据用户及车辆主键追踪车辆 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | Results chaseCarByCarId(String usersId,String carId,String cycle); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 根据时间及车辆主键查询该月每天是否有轨迹 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | public Results getExistTraceByCarIdAndMonth(String userId,String carId,String time); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | } | 
|---|