// 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; dwr.engine._defaultPath = '/dwr'; if (FastQuakeReportAction == null) var FastQuakeReportAction = {}; FastQuakeReportAction._path = '/dwr'; FastQuakeReportAction.getSystemContextPath = function(callback) { dwr.engine._execute(FastQuakeReportAction._path, 'FastQuakeReportAction', 'getSystemContextPath', callback); } FastQuakeReportAction.saveIt = function(p0, callback) { dwr.engine._execute(FastQuakeReportAction._path, 'FastQuakeReportAction', 'saveIt', p0, callback); } FastQuakeReportAction.getGisPic = function(p0, callback) { dwr.engine._execute(FastQuakeReportAction._path, 'FastQuakeReportAction', 'getGisPic', p0, callback); } FastQuakeReportAction.deleteIt = function(p0, callback) { dwr.engine._execute(FastQuakeReportAction._path, 'FastQuakeReportAction', 'deleteIt', p0, callback); } FastQuakeReportAction.getItByProperty = function(p0, p1, callback) { dwr.engine._execute(FastQuakeReportAction._path, 'FastQuakeReportAction', 'getItByProperty', p0, p1, callback); } FastQuakeReportAction.getAllGisPic = function(callback) { dwr.engine._execute(FastQuakeReportAction._path, 'FastQuakeReportAction', 'getAllGisPic', callback); } FastQuakeReportAction.getIt = function(p0, callback) { dwr.engine._execute(FastQuakeReportAction._path, 'FastQuakeReportAction', 'getIt', p0, callback); } FastQuakeReportAction.list = function(p0, p1, p2, callback) { dwr.engine._execute(FastQuakeReportAction._path, 'FastQuakeReportAction', 'list', p0, p1, p2, callback); } FastQuakeReportAction.deleteThem = function(p0, callback) { dwr.engine._execute(FastQuakeReportAction._path, 'FastQuakeReportAction', 'deleteThem', p0, callback); } FastQuakeReportAction.getAll = function(callback) { dwr.engine._execute(FastQuakeReportAction._path, 'FastQuakeReportAction', 'getAll', callback); } FastQuakeReportAction.getListStr = function(p1, callback) { dwr.engine._execute(FastQuakeReportAction._path, 'FastQuakeReportAction', 'getListStr', false, p1, callback); } FastQuakeReportAction.getList = function(p0, callback) { dwr.engine._execute(FastQuakeReportAction._path, 'FastQuakeReportAction', 'getList', p0, callback); }