// 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 (exhibit == null) var exhibit = {}; exhibit._path = '/dwr'; exhibit.updateStatus = function(p0, p1, callback) { dwr.engine._execute(exhibit._path, 'exhibit', 'updateStatus', p0, p1, callback); } exhibit.addInfo = function(p0, callback) { dwr.engine._execute(exhibit._path, 'exhibit', 'addInfo', p0, callback); } exhibit.modify = function(p0, callback) { dwr.engine._execute(exhibit._path, 'exhibit', 'modify', p0, callback); } exhibit.deleteInfo = function(p0, callback) { dwr.engine._execute(exhibit._path, 'exhibit', 'deleteInfo', p0, callback); } exhibit.queryInfo = function(p0, callback) { dwr.engine._execute(exhibit._path, 'exhibit', 'queryInfo', p0, callback); } exhibit.queryInfoByType = function(p0, p1, callback) { dwr.engine._execute(exhibit._path, 'exhibit', 'queryInfoByType', p0, p1, callback); } exhibit.addinfo = function(p0, callback) { dwr.engine._execute(exhibit._path, 'exhibit', 'addinfo', p0, callback); } exhibit.addinfo = function(p0, p1, callback) { dwr.engine._execute(exhibit._path, 'exhibit', 'addinfo', p0, p1, callback); } exhibit.queryObject = function(p0, callback) { dwr.engine._execute(exhibit._path, 'exhibit', 'queryObject', p0, callback); } exhibit.getExhibitListByMore = function(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, callback) { dwr.engine._execute(exhibit._path, 'exhibit', 'getExhibitListByMore', p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, callback); } exhibit.getExhibitLtByAfterNow = function(p0, p1, callback) { dwr.engine._execute(exhibit._path, 'exhibit', 'getExhibitLtByAfterNow', p0, p1, callback); } exhibit.getListByFlag = function(p0, p1, p2, p3, callback) { dwr.engine._execute(exhibit._path, 'exhibit', 'getListByFlag', p0, p1, p2, p3, callback); } exhibit.changeForm = function(p0, callback) { dwr.engine._execute(exhibit._path, 'exhibit', 'changeForm', p0, callback); } exhibit.getZExhibits = function(p0, p1, callback) { dwr.engine._execute(exhibit._path, 'exhibit', 'getZExhibits', p0, p1, callback); } exhibit.getZExhibits = function(p0, p1, callback) { dwr.engine._execute(exhibit._path, 'exhibit', 'getZExhibits', p0, p1, callback); } exhibit.getZexhibit = function(p0, callback) { dwr.engine._execute(exhibit._path, 'exhibit', 'getZexhibit', p0, callback); } exhibit.editupOrdownNum = function(p0, p1, callback) { dwr.engine._execute(exhibit._path, 'exhibit', 'editupOrdownNum', p0, p1, callback); }