// Provide a default path to dwr.engine if (dwr == null) var dwr = {}; if (dwr.engine == null) dwr.engine = {}; if (DWREngine == null) var DWREngine = dwr.engine; if (exam == null) var exam = {}; exam._path = '/examcenter/dwr'; exam.getSeq = function(callback) { dwr.engine._execute(exam._path, 'exam', 'getSeq', callback); } exam.findByKey = function(p0, callback) { dwr.engine._execute(exam._path, 'exam', 'findByKey', p0, callback); } exam.findBySubIdR = function(p0, callback) { dwr.engine._execute(exam._path, 'exam', 'findBySubIdR', p0, callback); } exam.findByBkjb = function(p0, callback) { dwr.engine._execute(exam._path, 'exam', 'findByBkjb', p0, callback); } exam.findByRBkjb = function(p0, callback) { dwr.engine._execute(exam._path, 'exam', 'findByRBkjb', p0, callback); } exam.checkLoginUser = function(p0, p1, callback) { dwr.engine._execute(exam._path, 'exam', 'checkLoginUser', p0, p1, callback); } exam.findBySubId = function(p0, callback) { dwr.engine._execute(exam._path, 'exam', 'findBySubId', p0, callback); } exam.findBySubIdBbzs = function(p0, callback) { dwr.engine._execute(exam._path, 'exam', 'findBySubIdBbzs', p0, callback); } exam.findByProvince = function(p0, callback) { dwr.engine._execute(exam._path, 'exam', 'findByProvince', p0, callback); } exam.Md5 = function(p0, callback) { dwr.engine._execute(exam._path, 'exam', 'Md5', p0, callback); } exam.addPayMoney = function(p0, callback) { dwr.engine._execute(exam._path, 'exam', 'addPayMoney', p0, callback); } exam.addPrintCer = function(p0, callback) { dwr.engine._execute(exam._path, 'exam', 'addPrintCer', p0, callback); } exam.findPrintByID = function(p0, callback) { dwr.engine._execute(exam._path, 'exam', 'findPrintByID', p0, callback); } exam.addLoginUser = function(p0, callback) { dwr.engine._execute(exam._path, 'exam', 'addLoginUser', p0, callback); } exam.findLongUser = function(p0, callback) { dwr.engine._execute(exam._path, 'exam', 'findLongUser', p0, callback); } exam.resetUser = function(p0, p1, p2, p3, p4, callback) { dwr.engine._execute(exam._path, 'exam', 'resetUser', p0, p1, p2, p3, p4, callback); } exam.selectUser = function(p0, p1, p2, p3, callback) { dwr.engine._execute(exam._path, 'exam', 'selectUser', p0, p1, p2, p3, callback); } exam.updatePayMoney = function(p0, callback) { dwr.engine._execute(exam._path, 'exam', 'updatePayMoney', p0, callback); } exam.findPayMoney = function(p0, callback) { dwr.engine._execute(exam._path, 'exam', 'findPayMoney', p0, callback); } exam.findBySubject = function(p0, callback) { dwr.engine._execute(exam._path, 'exam', 'findBySubject', p0, callback); } exam.updateCerti = function(p0, callback) { dwr.engine._execute(exam._path, 'exam', 'updateCerti', p0, callback); } exam.addCertificateInformation = function(p0, callback) { dwr.engine._execute(exam._path, 'exam', 'addCertificateInformation', p0, callback); } exam.updateCertificateInformation = function(p0, callback) { dwr.engine._execute(exam._path, 'exam', 'updateCertificateInformation', p0, callback); } exam.findCertificateInformation = function(p0, p1, callback) { dwr.engine._execute(exam._path, 'exam', 'findCertificateInformation', p0, p1, callback); } exam.findCertificateInformationSend = function(p0, callback) { dwr.engine._execute(exam._path, 'exam', 'findCertificateInformationSend', p0, callback); } exam.updateCertificateInformationSend = function(p0, callback) { dwr.engine._execute(exam._path, 'exam', 'updateCertificateInformationSend', p0, callback); } exam.addCertificateInformationSend = function(p0, callback) { dwr.engine._execute(exam._path, 'exam', 'addCertificateInformationSend', p0, callback); } exam.findCertificateInformationByOrdersId = function(p0, callback) { dwr.engine._execute(exam._path, 'exam', 'findCertificateInformationByOrdersId', p0, callback); }