// 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 (RemoteInteface == null) var RemoteInteface = {}; RemoteInteface._path = '/dwr'; RemoteInteface.getQuery = function(p0, p1, p2, callback) { dwr.engine._execute(RemoteInteface._path, 'RemoteInteface', 'getQuery', p0, p1, p2, callback); } RemoteInteface.getUserName = function(p0, p1, p2, callback) { dwr.engine._execute(RemoteInteface._path, 'RemoteInteface', 'getUserName', p0, p1, p2, callback); } RemoteInteface.getPagination = function(p0, p1, p2, p3, callback) { dwr.engine._execute(RemoteInteface._path, 'RemoteInteface', 'getPagination', p0, p1, p2, p3, callback); } RemoteInteface.getYearMonthSchedule = function(p0, p1, p2, callback) { dwr.engine._execute(RemoteInteface._path, 'RemoteInteface', 'getYearMonthSchedule', p0, p1, p2, callback); } RemoteInteface.initAdmin = function(callback) { dwr.engine._execute(RemoteInteface._path, 'RemoteInteface', 'initAdmin', callback); } RemoteInteface.loginOther3Sys = function(p0, p1, p2, p3, p4, callback) { dwr.engine._execute(RemoteInteface._path, 'RemoteInteface', 'loginOther3Sys', p0, p1, p2, p3, p4, false, false, false, callback); } RemoteInteface.checkUserInfo = function(p0, p1, p2, callback) { dwr.engine._execute(RemoteInteface._path, 'RemoteInteface', 'checkUserInfo', p0, p1, p2, callback); }