// 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 (AuthFunctionService == null) var AuthFunctionService = {}; AuthFunctionService._path = '/dwr'; AuthFunctionService.loadAllModule = function(callback) { dwr.engine._execute(AuthFunctionService._path, 'AuthFunctionService', 'loadAllModule', callback); } AuthFunctionService.getTreeNodes = function(callback) { dwr.engine._execute(AuthFunctionService._path, 'AuthFunctionService', 'getTreeNodes', callback); } AuthFunctionService.saveOrUpdateMenuGroup = function(p0, callback) { dwr.engine._execute(AuthFunctionService._path, 'AuthFunctionService', 'saveOrUpdateMenuGroup', p0, callback); } AuthFunctionService.saveOrUpdateMenuItem = function(p0, callback) { dwr.engine._execute(AuthFunctionService._path, 'AuthFunctionService', 'saveOrUpdateMenuItem', p0, callback); } AuthFunctionService.saveOrUpdateModule = function(p0, callback) { dwr.engine._execute(AuthFunctionService._path, 'AuthFunctionService', 'saveOrUpdateModule', p0, callback); } AuthFunctionService.saveOrUpdateViewButton = function(p0, callback) { dwr.engine._execute(AuthFunctionService._path, 'AuthFunctionService', 'saveOrUpdateViewButton', p0, callback); } AuthFunctionService.load = function(p0, p1, p2, callback) { dwr.engine._execute(AuthFunctionService._path, 'AuthFunctionService', 'load', p0, p1, p2, callback); } AuthFunctionService.load = function(p0, p1, p2, callback) { dwr.engine._execute(AuthFunctionService._path, 'AuthFunctionService', 'load', p0, p1, p2, callback); } AuthFunctionService.setCommonDAO = function(p0, callback) { dwr.engine._execute(AuthFunctionService._path, 'AuthFunctionService', 'setCommonDAO', p0, callback); } AuthFunctionService.setServiceValidateHelper = function(p0, callback) { dwr.engine._execute(AuthFunctionService._path, 'AuthFunctionService', 'setServiceValidateHelper', p0, callback); } AuthFunctionService.getPropertyColumnName = function(p0, p1, callback) { dwr.engine._execute(AuthFunctionService._path, 'AuthFunctionService', 'getPropertyColumnName', p0, p1, callback); } AuthFunctionService.getPropertyLength = function(p0, p1, callback) { dwr.engine._execute(AuthFunctionService._path, 'AuthFunctionService', 'getPropertyLength', p0, p1, callback); } AuthFunctionService.validateNotExist = function(p0, p1, p2, callback) { dwr.engine._execute(AuthFunctionService._path, 'AuthFunctionService', 'validateNotExist', p0, p1, p2, callback); } AuthFunctionService.loadByPK = function(p0, p1, p2, callback) { dwr.engine._execute(AuthFunctionService._path, 'AuthFunctionService', 'loadByPK', p0, p1, p2, callback); } AuthFunctionService.getPropertyScale = function(p0, p1, callback) { dwr.engine._execute(AuthFunctionService._path, 'AuthFunctionService', 'getPropertyScale', p0, p1, callback); }