if (typeof dwr == 'undefined' || dwr.engine == undefined) throw new Error('You must include DWR engine before including this file'); (function() { if (dwr.engine._getObject("DataSelectRemoteCallController") == undefined) { var p; p = {}; p.getCurrentXq = function(callback) { return dwr.engine._execute(p._path, 'DataSelectRemoteCallController', 'getCurrentXq', arguments); }; p.getCurrentXn = function(callback) { return dwr.engine._execute(p._path, 'DataSelectRemoteCallController', 'getCurrentXn', arguments); }; p.getDmCodeTreeWithCodeByLevel = function(p0, p1, p2, callback) { return dwr.engine._execute(p._path, 'DataSelectRemoteCallController', 'getDmCodeTreeWithCodeByLevel', arguments); }; p.queryAllCityTeacher = function(p0, callback) { return dwr.engine._execute(p._path, 'DataSelectRemoteCallController', 'queryAllCityTeacher', arguments); }; p.queryAllTeacher = function(p0, p1, callback) { return dwr.engine._execute(p._path, 'DataSelectRemoteCallController', 'queryAllTeacher', arguments); }; p.getStudentTree = function(p0, callback) { return dwr.engine._execute(p._path, 'DataSelectRemoteCallController', 'getStudentTree', arguments); }; p.getDmCodeWithCodeByLevel = function(p0, p1, callback) { return dwr.engine._execute(p._path, 'DataSelectRemoteCallController', 'getDmCodeWithCodeByLevel', arguments); }; p.queryAllStudent = function(p0, callback) { return dwr.engine._execute(p._path, 'DataSelectRemoteCallController', 'queryAllStudent', arguments); }; p.getStudentbyIds = function(p0, callback) { return dwr.engine._execute(p._path, 'DataSelectRemoteCallController', 'getStudentbyIds', arguments); }; p.getGradeById = function(p0, callback) { return dwr.engine._execute(p._path, 'DataSelectRemoteCallController', 'getGradeById', arguments); }; p.getVwXjClassById = function(p0, callback) { return dwr.engine._execute(p._path, 'DataSelectRemoteCallController', 'getVwXjClassById', arguments); }; p.getClazzTree = function(callback) { return dwr.engine._execute(p._path, 'DataSelectRemoteCallController', 'getClazzTree', arguments); }; p.queryStudent = function(p0, p1, callback) { return dwr.engine._execute(p._path, 'DataSelectRemoteCallController', 'queryStudent', arguments); }; p.queryStudentByMaster = function(callback) { return dwr.engine._execute(p._path, 'DataSelectRemoteCallController', 'queryStudentByMaster', arguments); }; p.queryStudentByMaster = function(p0, p1, callback) { return dwr.engine._execute(p._path, 'DataSelectRemoteCallController', 'queryStudentByMaster', arguments); }; dwr.engine._setObject("DataSelectRemoteCallController", p); } })();