IEventSumDataWS.java 13.5 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472
package com.thinkgem.jeesite.modules.restws.webservice;

import javax.jws.WebMethod;
import javax.jws.WebService;
import javax.jws.soap.SOAPBinding;
import javax.jws.soap.SOAPBinding.Style;

import com.thinkgem.jeesite.modules.reg.entity.base.RegBaseC;
import com.thinkgem.jeesite.modules.reg.entity.base.RegBaseH;
import com.thinkgem.jeesite.modules.reg.entity.base.RegBaseHbhqk;
import com.thinkgem.jeesite.modules.reg.entity.base.RegBasePerson;
import com.thinkgem.jeesite.modules.reg.entity.base.RegBaseXm;
import com.thinkgem.jeesite.modules.reg.entity.base.RegBaseZdbhqk;
import com.thinkgem.jeesite.modules.reg.entity.base.RegBaseZdjbxx;
import com.thinkgem.jeesite.modules.reg.entity.base.RegBaseZdjbxxSub;
import com.thinkgem.jeesite.modules.reg.entity.base.RegBaseZrz;
import com.thinkgem.jeesite.modules.reg.entity.base.RegBaseZrzchxx;
import com.thinkgem.jeesite.modules.reg.entity.base.RegBaseZsglb;
import com.thinkgem.jeesite.modules.reg.entity.bus.RegBusBdcqzsdjxx;
import com.thinkgem.jeesite.modules.reg.entity.bus.RegBusCfdj;
import com.thinkgem.jeesite.modules.reg.entity.bus.RegBusDyaq;
import com.thinkgem.jeesite.modules.reg.entity.bus.RegBusFdcq2;
import com.thinkgem.jeesite.modules.reg.entity.bus.RegBusFz;
import com.thinkgem.jeesite.modules.reg.entity.bus.RegBusGd;
import com.thinkgem.jeesite.modules.reg.entity.bus.RegBusJsydsyq;
import com.thinkgem.jeesite.modules.reg.entity.bus.RegBusNydsyq;
import com.thinkgem.jeesite.modules.reg.entity.bus.RegBusQlr;
import com.thinkgem.jeesite.modules.reg.entity.bus.RegBusRights;
import com.thinkgem.jeesite.modules.reg.entity.bus.RegBusSf;
import com.thinkgem.jeesite.modules.reg.entity.bus.RegBusSfSub;
import com.thinkgem.jeesite.modules.reg.entity.bus.RegBusSjmain;
import com.thinkgem.jeesite.modules.reg.entity.bus.RegBusSlsq;
import com.thinkgem.jeesite.modules.reg.entity.bus.RegBusSz;
import com.thinkgem.jeesite.modules.reg.entity.bus.RegBusTdsyq;
import com.thinkgem.jeesite.modules.reg.entity.bus.RegBusYgdj;
import com.thinkgem.jeesite.modules.reg.entity.bus.RegBusYwr;
import com.thinkgem.jeesite.modules.reg.entity.bus.RegBusYydj;
import com.thinkgem.jeesite.modules.reg.entity.bus.change.RegBusCSlsq;
import com.thinkgem.jeesite.modules.reg.entity.updata.RegBusSjhjtable;


/***
* @ClassName: IEventSumDataWS 
* @Description: 数据汇总接口 
* @author xuyg
* @date 2017-3-8 下午3:11:54 
*
 */
@WebService  
@SOAPBinding(style = Style.RPC) 
public interface IEventSumDataWS {
	
	/******************************************数据汇总接口************************************/
	/***
	* @Title: writeSRegBaseC 
	* @Description: S_REG_BASE_C 表数据写接口 
	* @param @param bdcdyh
	* @param @return    设定文件 
	* @return String    返回类型 
	* @throws
	 */
	@WebMethod
    public boolean writeSRegBaseC(String sareaCode, RegBaseC regBaseC);
	
	/***
	* @Title: writeSRegBaseChxx 
	* @Description: S_REG_BASE_CHXX 表数据写接口
	* @param @param aAreaCode
	* @param @param regBaseChxx
	* @param @return    设定文件 
	* @return boolean    返回类型 
	* @throws
	 */
	/*@WebMethod
	public boolean writeSRegBaseChxx(String sareaCode, RegBaseChxx regBaseChxx);
	*/
	/***
	* @Title: writeSRegBaseH 
	* @Description: S_REG_BASE_H 表数据写接口
	* @param @param sareaCode
	* @param @param regBaseH
	* @param @return    设定文件 
	* @return boolean    返回类型 
	* @throws
	 */
	@WebMethod
	public boolean writeSRegBaseH(String sareaCode, RegBaseH regBaseH);
	
	/**
	* @Title: writeSRegBaseHbhqk 
	* @Description: S_REG_BASE_HBHQK 表数据写接口
	* @param @param sareaCode
	* @param @param regBaseHbhqk
	* @param @return    设定文件 
	* @return boolean    返回类型 
	* @throws
	 */
	@WebMethod
	public boolean writeSRegBaseHbhqk(String sareaCode, RegBaseHbhqk regBaseHbhqk);
	
	/***
	* @Title: writeSRegBasePerson 
	* @Description: S_REG_BASE_PERSON 表数据写接口
	* @param @param sareaCode
	* @param @param regBasePerson
	* @param @return    设定文件 
	* @return boolean    返回类型 
	* @throws
	 */
	@WebMethod
	public boolean writeSRegBasePerson(String sareaCode, RegBasePerson regBasePerson);
	
	/***
	* @Title: writeSRegBaseXm 
	* @Description: S_REG_BASE_XM 表数据写接口
	* @param @param sareaCode
	* @param @param regBaseXm
	* @param @return    设定文件 
	* @return boolean    返回类型 
	* @throws
	 */
	@WebMethod
	public boolean writeSRegBaseXm(String sareaCode, RegBaseXm regBaseXm);
	
	/**
	* @Title: writeSRegBaseZbinfo 
	* @Description: S_REG_BASE_ZBINFO 表数据写接口
	* @param @param sareaCode
	* @param @param regBaseZbinfo
	* @param @return    设定文件 
	* @return boolean    返回类型 
	* @throws
	 */
	/*@WebMethod
	public boolean writeSRegBaseZbinfo(String sareaCode, RegBaseZbinfo regBaseZbinfo);
	*/
	/***
	* @Title: writeSRegBaseZdbhqk 
	* @Description: S_REG_BASE_ZDBHQK 表数据写接口
	* @param @param sareaCode
	* @param @param regBaseZdbhqk
	* @param @return    设定文件 
	* @return boolean    返回类型 
	* @throws
	 */
	@WebMethod
	public boolean writeSRegBaseZdbhqk(String sareaCode, RegBaseZdbhqk regBaseZdbhqk);
	
	/***
	* @Title: writeSRegBaseZdjbxx 
	* @Description: S_REG_BASE_ZDJBXX 表数据写接口 
	* @param @param sareaCode
	* @param @param regBaseZdjbxx
	* @param @return    设定文件 
	* @return boolean    返回类型 
	* @throws
	 */
	@WebMethod
	public boolean writeSRegBaseZdjbxx(String sareaCode, RegBaseZdjbxx regBaseZdjbxx);
	
	/***
	* @Title: writeSRegBaseZdjbxxSub 
	* @Description: S_REG_BASE_ZDJBXX_SUB 表数据写接口 
	* @param @param sareaCode
	* @param @param regBaseZdjbxxSub
	* @param @return    设定文件 
	* @return boolean    返回类型 
	* @throws
	 */
	@WebMethod
	public boolean writeSRegBaseZdjbxxSub(String sareaCode, RegBaseZdjbxxSub regBaseZdjbxxSub);
	
	/***
	* @Title: writeSRegBaseZrz 
	* @Description: S_REG_BASE_ZRZ 表数据写接口
	* @param @param sareaCode
	* @param @param regBaseZrz
	* @param @return    设定文件 
	* @return boolean    返回类型 
	* @throws
	 */
	@WebMethod
	public boolean writeSRegBaseZrz(String sareaCode, RegBaseZrz regBaseZrz);
	
	/***
	* @Title: writeSRegBaseZrzchxx 
	* @Description: S_REG_BASE_ZRZCHXX 表数据写接口
	* @param @param sareaCode
	* @param @param regBaseZrzchxx
	* @param @return    设定文件 
	* @return boolean    返回类型 
	* @throws
	 */
	@WebMethod
	public boolean writeSRegBaseZrzchxx(String sareaCode, RegBaseZrzchxx regBaseZrzchxx);
	
	/***
	* @Title: writeSRegBaseZsglb 
	* @Description: S_REG_BASE_ZSGLB 表数据写接口
	* @param @param sareaCode
	* @param @param regBaseZsglb
	* @param @return    设定文件 
	* @return boolean    返回类型 
	* @throws
	 */
	@WebMethod
	public boolean writeSRegBaseZsglb(String sareaCode, RegBaseZsglb regBaseZsglb);
	
	/***
	* @Title: writeSRegBusBdcqzsdjxx 
	* @Description: S_REG_BUS_BDCQZSDJXX 表数据写接口
	* @param @param sareaCode
	* @param @param regBusBdcqzsdjxx
	* @param @return    设定文件 
	* @return boolean    返回类型 
	* @throws
	 */
	@WebMethod
	public boolean writeSRegBusBdcqzsdjxx(String sareaCode, RegBusBdcqzsdjxx regBusBdcqzsdjxx);
	
	/***
	* @Title: writeSRegBusCfdj 
	* @Description: S_REG_BUS_CFDJ 表数据写接口
	* @param @param sareaCode
	* @param @param regBusCfdj
	* @param @return    设定文件 
	* @return boolean    返回类型 
	* @throws
	 */
	@WebMethod
	public boolean writeSRegBusCfdj(String sareaCode, RegBusCfdj regBusCfdj);
	
	/***
	* @Title: writeSRegBusDyaq 
	* @Description: S_REG_BUS_DYAQ 表数据写接口
	* @param @param sareaCode
	* @param @param regBusDyaq
	* @param @return    设定文件 
	* @return boolean    返回类型 
	* @throws
	 */
	@WebMethod
	public boolean writeSRegBusDyaq(String sareaCode, RegBusDyaq regBusDyaq);
	
	
	/**
	* @Title: writeSRegBusFdcq2 
	* @Description: S_REG_BUS_FDCQ2 表数据写接口
	* @param @param sareaCode
	* @param @param regBusFdcq2
	* @param @return    设定文件 
	* @return boolean    返回类型 
	* @throws
	 */
	@WebMethod
	public boolean writeSRegBusFdcq2(String sareaCode, RegBusFdcq2 regBusFdcq2);
	
	/**
	* @Title: writeSRegBusFz 
	* @Description: S_REG_BUS_FZ 表数据写接口
	* @param @param sareaCode
	* @param @param regBusFz
	* @param @return    设定文件 
	* @return boolean    返回类型 
	* @throws
	 */
	@WebMethod
	public boolean writeSRegBusFz(String sareaCode, RegBusFz regBusFz);
	
	/***
	* @Title: writeSRegBusGd 
	* @Description: S_REG_BUS_GD 表数据写接口
	* @param @param sareaCode
	* @param @param regBusGd
	* @param @return    设定文件 
	* @return boolean    返回类型 
	* @throws
	 */
	@WebMethod
	public boolean writeSRegBusGd(String sareaCode, RegBusGd regBusGd);
	
	/***
	* @Title: writeSRegBusJsydsyq 
	* @Description: S_REG_BUS_JSYDSYQ 表数据写接口
	* @param @param sareaCode
	* @param @param regBusJsydsyq
	* @param @return    设定文件 
	* @return boolean    返回类型 
	* @throws
	 */
	@WebMethod
	public boolean writeSRegBusJsydsyq(String sareaCode, RegBusJsydsyq regBusJsydsyq);
	
	/***
	* @Title: writeSRegBusJsydsyq 
	* @Description: S_REG_BUS_NYDSYQ 表数据写接口
	* @param @param sareaCode
	* @param @param regBusJsydsyq
	* @param @return    设定文件 
	* @return boolean    返回类型 
	* @throws
	 */
	@WebMethod
	public boolean writeSRegBusNydsyq(String sareaCode, RegBusNydsyq regBusNydsyq);
	
	/***
	* @Title: writeSRegBusQlr 
	* @Description: S_REG_BASE_PERSON 表数据写接口
	* @param @param sareaCode
	* @param @param regBusQlr
	* @param @return    设定文件 
	* @return boolean    返回类型 
	* @throws
	 */
	@WebMethod
	public boolean writeSRegBusQlr(String sareaCode, RegBusQlr regBusQlr);
	
	/***
	* @Title: writeSRegBusRights 
	* @Description: S_REG_BUS_QLR 表数据写接口 
	* @param @param sareaCode
	* @param @param regBusRights
	* @param @return    设定文件 
	* @return boolean    返回类型 
	* @throws
	 */
	@WebMethod
	public boolean writeSRegBusRights(String sareaCode, RegBusRights regBusRights);
	
	/***
	* @Title: writeSRegBusSf 
	* @Description: S_REG_BUS_SF 表数据写接口
	* @param @param sareaCode
	* @param @param regBusSf
	* @param @return    设定文件 
	* @return boolean    返回类型 
	* @throws
	 */
	@WebMethod
	public boolean writeSRegBusSf(String sareaCode, RegBusSf regBusSf);
	
	/***
	* @Title: writeSRegBusSfSub 
	* @Description: S_REG_BUS_SFSUB 表数据写接口
	* @param @param sareaCode
	* @param @param regBusSfSub
	* @param @return    设定文件 
	* @return boolean    返回类型 
	* @throws
	 */
	@WebMethod
	public boolean writeSRegBusSfSub(String sareaCode, RegBusSfSub regBusSfSub);
	 
	
	/***
	* @Title: writeSRegBusSjhjtable 
	* @Description: S_REG_BUS_SJHJTABLE 表数据写接口
	* @param @param sareaCode
	* @param @param regBusSjhjtable
	* @param @return    设定文件 
	* @return boolean    返回类型 
	* @throws
	 */
	@WebMethod
	public boolean writeSRegBusSjhjtable(String sareaCode, RegBusSjhjtable regBusSjhjtable);
	
	/***
	* @Title: writeSRegBusSjmain 
	* @Description: S_REG_BUS_SJMAIN 表数据写接口
	* @param @param sareaCode
	* @param @param regBusSjmain
	* @param @return    设定文件 
	* @return boolean    返回类型 
	* @throws
	 */
	//@WebMethod
	//public boolean writeSRegBusSjmain(String sareaCode, RegBusSjmain regBusSjmain);
	
	/***
	* @Title: writeSRegBusSlsq 
	* @Description: S_REG_BUS_SLSQ 表数据写接口
	* @param @param sareaCode
	* @param @param regBusSlsq
	* @param @return    设定文件 
	* @return boolean    返回类型 
	* @throws
	 */
	//@WebMethod
	//public boolean writeSRegBusSlsq(String sareaCode, RegBusSlsq regBusSlsq);
	
	/***
	* @Title: writeSRegBusCSlsq 
	* @Description: S_REG_BUS_SLSQ 表数据写接口 
	* @param @param sareaCode
	* @param @param regBusCSlsq
	* @param @return    设定文件 
	* @return boolean    返回类型 
	* @throws
	 */
	//@WebMethod
	//public boolean writeSRegBusCSlsq(String sareaCode, RegBusCSlsq regBusCSlsq);
	
	/***
	* @Title: writeSRegBusSz 
	* @Description: S_REG_BUS_SZ 表数据写接口
	* @param @param sareaCode
	* @param @param regBusSz
	* @param @return    设定文件 
	* @return boolean    返回类型 
	* @throws
	 */
	@WebMethod
	public boolean writeSRegBusSz(String sareaCode, RegBusSz regBusSz);
	
	/***
	* @Title: writeSRegBusTdsyq 
	* @Description: S_REG_BUS_TDSYQ 表数据写接口
	* @param @param sareaCode
	* @param @param regBusTdsyq
	* @param @return    设定文件 
	* @return boolean    返回类型 
	* @throws
	 */
	@WebMethod
	public boolean writeSRegBusTdsyq(String sareaCode, RegBusTdsyq regBusTdsyq);
	
	/***
	* @Title: writeSRegBusYgdj 
	* @Description: S_REG_BUS_YGDJ 表数据写接口
	* @param @param sareaCode
	* @param @param regBusYgdj
	* @param @return    设定文件 
	* @return boolean    返回类型 
	* @throws
	 */
	@WebMethod
	public boolean writeSRegBusYgdj(String sareaCode, RegBusYgdj regBusYgdj);
	
	/***
	* @Title: writeSRegBusYwr 
	* @Description: S_REG_BUS_YWR 表数据写接口
	* @param @param sareaCode
	* @param @par regBgBusYwr
	* @param @return    设定文件 
	* @return boolean    返回类型 
	* @throws
	 */
	@WebMethod
	public boolean writeSRegBusYwr(String sareaCode, RegBusYwr regBusYwr);
	
	/***
	* @Title: writeSRegBusYydj 
	* @Description: S_REG_BUS_YYDJ 表数据写接口
	* @param @param sareaCode
	* @param @param regBusYydj
	* @param @return    设定文件 
	* @return boolean    返回类型 
	* @throws
	 */
	@WebMethod
	public boolean writeSRegBusYydj(String sareaCode, RegBusYydj regBusYydj);
	
	public String writesjsbxml(String sjsbxml,RegBusSjhjtable regBusSjhjtable);
	
	/**
	 * 数据实时上报报文查询
	 * @param sjsbxml
	 * @param bizid
	 */
	public String writesjsbxmldowload(RegBusSjhjtable regBusSjhjtable);
	
}