// 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 (SystemCodeWork == null) var SystemCodeWork = {}; SystemCodeWork._path = '/dwr'; SystemCodeWork.viewSystemCodeCategoryList = function(callback) { dwr.engine._execute(SystemCodeWork._path, 'SystemCodeWork', 'viewSystemCodeCategoryList', false, callback); } SystemCodeWork.viewSystemCodeList = function(p0, callback) { dwr.engine._execute(SystemCodeWork._path, 'SystemCodeWork', 'viewSystemCodeList', p0, false, callback); } SystemCodeWork.deleteSystemCodeCategory = function(p0, callback) { dwr.engine._execute(SystemCodeWork._path, 'SystemCodeWork', 'deleteSystemCodeCategory', p0, false, callback); } SystemCodeWork.deleteSystemCode = function(p0, p1, callback) { dwr.engine._execute(SystemCodeWork._path, 'SystemCodeWork', 'deleteSystemCode', p0, p1, false, callback); } SystemCodeWork.moveSystemCode = function(p0, p1, p2, callback) { dwr.engine._execute(SystemCodeWork._path, 'SystemCodeWork', 'moveSystemCode', p0, p1, p2, false, callback); } SystemCodeWork.getSystemCodeListAll = function(callback) { dwr.engine._execute(SystemCodeWork._path, 'SystemCodeWork', 'getSystemCodeListAll', false, callback); }