| | |
| | | * @param dataFlowContext 数据上下文 |
| | | * @return 订单服务能够接受的报文 |
| | | */ |
| | | public JSONObject deleteInspectionPlan(JSONObject paramInJson, DataFlowContext dataFlowContext); |
| | | public void deleteInspectionPlan(JSONObject paramInJson, DataFlowContext dataFlowContext); |
| | | |
| | | /** |
| | | * 添加小区信息 |
| | |
| | | * @param dataFlowContext 数据上下文 |
| | | * @return 订单服务能够接受的报文 |
| | | */ |
| | | public JSONObject addInspectionPlan(JSONObject paramInJson, DataFlowContext dataFlowContext); |
| | | public void addInspectionPlan(JSONObject paramInJson, DataFlowContext dataFlowContext); |
| | | |
| | | /** |
| | | * 添加巡检计划信息 |
| | |
| | | * @param dataFlowContext 数据上下文 |
| | | * @return 订单服务能够接受的报文 |
| | | */ |
| | | public JSONObject updateInspectionPlan(JSONObject paramInJson, DataFlowContext dataFlowContext); |
| | | public void updateInspectionPlan(JSONObject paramInJson, DataFlowContext dataFlowContext); |
| | | |
| | | /** |
| | | * 添加设备信息 |
| | |
| | | * @param dataFlowContext 数据上下文 |
| | | * @return 订单服务能够接受的报文 |
| | | */ |
| | | public JSONObject updateInspectionPlanState(JSONObject paramInJson, DataFlowContext dataFlowContext); |
| | | public void updateInspectionPlanState(JSONObject paramInJson, DataFlowContext dataFlowContext); |
| | | |
| | | /** |
| | | * 添加小区信息 |
| | |
| | | * @param dataFlowContext 数据上下文 |
| | | * @return 订单服务能够接受的报文 |
| | | */ |
| | | public JSONObject deleteInspectionPoint(JSONObject paramInJson, DataFlowContext dataFlowContext); |
| | | public void deleteInspectionPoint(JSONObject paramInJson, DataFlowContext dataFlowContext); |
| | | |
| | | /** |
| | | * 添加小区信息 |
| | |
| | | * @param dataFlowContext 数据上下文 |
| | | * @return 订单服务能够接受的报文 |
| | | */ |
| | | public JSONObject addInspectionPoint(JSONObject paramInJson, DataFlowContext dataFlowContext); |
| | | public void addInspectionPoint(JSONObject paramInJson, DataFlowContext dataFlowContext); |
| | | |
| | | /** |
| | | * 添加巡检点信息 |
| | |
| | | * @param dataFlowContext 数据上下文 |
| | | * @return 订单服务能够接受的报文 |
| | | */ |
| | | public JSONObject updateInspectionPoint(JSONObject paramInJson, DataFlowContext dataFlowContext); |
| | | public void updateInspectionPoint(JSONObject paramInJson, DataFlowContext dataFlowContext); |
| | | /** |
| | | * 添加小区信息 |
| | | * |
| | |
| | | * @param dataFlowContext 数据上下文 |
| | | * @return 订单服务能够接受的报文 |
| | | */ |
| | | public JSONObject deleteInspectionRoute(JSONObject paramInJson, DataFlowContext dataFlowContext); |
| | | public void deleteInspectionRoute(JSONObject paramInJson, DataFlowContext dataFlowContext); |
| | | |
| | | /** |
| | | * 添加小区信息 |
| | |
| | | * @param dataFlowContext 数据上下文 |
| | | * @return 订单服务能够接受的报文 |
| | | */ |
| | | public JSONObject deleteInspectionRoutePoint(JSONObject paramInJson, DataFlowContext dataFlowContext); |
| | | public void deleteInspectionRoutePoint(JSONObject paramInJson, DataFlowContext dataFlowContext); |
| | | /** |
| | | * 添加小区信息 |
| | | * |
| | |
| | | * @param dataFlowContext 数据上下文 |
| | | * @return 订单服务能够接受的报文 |
| | | */ |
| | | public JSONObject addInspectionRoute(JSONObject paramInJson, DataFlowContext dataFlowContext); |
| | | public void addInspectionRoute(JSONObject paramInJson, DataFlowContext dataFlowContext); |
| | | |
| | | /** |
| | | * 添加小区信息 |
| | |
| | | * @param dataFlowContext 数据上下文 |
| | | * @return 订单服务能够接受的报文 |
| | | */ |
| | | public JSONObject addInspectionRoute(JSONObject paramInJson, DataFlowContext dataFlowContext, int index); |
| | | public void addInspectionRoute(JSONObject paramInJson, DataFlowContext dataFlowContext, int index); |
| | | |
| | | /** |
| | | * 添加巡检路线信息 |
| | |
| | | * @param dataFlowContext 数据上下文 |
| | | * @return 订单服务能够接受的报文 |
| | | */ |
| | | public JSONObject updateInspectionRoute(JSONObject paramInJson, DataFlowContext dataFlowContext); |
| | | public void updateInspectionRoute(JSONObject paramInJson, DataFlowContext dataFlowContext); |
| | | } |