// 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 (CommonService == null) var CommonService = {}; CommonService._path = '/dwr'; CommonService.loadAll = function(p0, callback) { dwr.engine._execute(CommonService._path, 'CommonService', 'loadAll', p0, callback); } CommonService.findByQuery = function(p0, callback) { dwr.engine._execute(CommonService._path, 'CommonService', 'findByQuery', p0, callback); } CommonService.findByProcQuery = function(p0, callback) { dwr.engine._execute(CommonService._path, 'CommonService', 'findByProcQuery', p0, callback); } CommonService.findByProperty = function(p0, p1, p2, callback) { dwr.engine._execute(CommonService._path, 'CommonService', 'findByProperty', p0, p1, p2, callback); } CommonService.loadByPK = function(p0, p1, p2, callback) { dwr.engine._execute(CommonService._path, 'CommonService', 'loadByPK', p0, p1, p2, callback); } CommonService.loadAllByActived = function(p0, callback) { dwr.engine._execute(CommonService._path, 'CommonService', 'loadAllByActived', p0, callback); } CommonService.loadByID = function(p0, p1, callback) { dwr.engine._execute(CommonService._path, 'CommonService', 'loadByID', p0, p1, callback); } CommonService.loadAllWithoutCached = function(p0, callback) { dwr.engine._execute(CommonService._path, 'CommonService', 'loadAllWithoutCached', p0, callback); } CommonService.findByPropertyInit = function(p0, p1, p2, p3, callback) { dwr.engine._execute(CommonService._path, 'CommonService', 'findByPropertyInit', p0, p1, p2, p3, callback); } CommonService.loadByIDInit = function(p0, p1, p2, callback) { dwr.engine._execute(CommonService._path, 'CommonService', 'loadByIDInit', p0, p1, p2, callback); } CommonService.findByQueryInit = function(p0, p1, callback) { dwr.engine._execute(CommonService._path, 'CommonService', 'findByQueryInit', p0, p1, callback); } CommonService.load = function(p0, p1, p2, callback) { dwr.engine._execute(CommonService._path, 'CommonService', 'load', p0, p1, p2, callback); } CommonService.load = function(p0, p1, p2, callback) { dwr.engine._execute(CommonService._path, 'CommonService', 'load', p0, p1, p2, callback); } CommonService.setCommonDAO = function(p0, callback) { dwr.engine._execute(CommonService._path, 'CommonService', 'setCommonDAO', p0, callback); } CommonService.setServiceValidateHelper = function(p0, callback) { dwr.engine._execute(CommonService._path, 'CommonService', 'setServiceValidateHelper', p0, callback); } CommonService.getPropertyColumnName = function(p0, p1, callback) { dwr.engine._execute(CommonService._path, 'CommonService', 'getPropertyColumnName', p0, p1, callback); } CommonService.getPropertyLength = function(p0, p1, callback) { dwr.engine._execute(CommonService._path, 'CommonService', 'getPropertyLength', p0, p1, callback); } CommonService.validateNotExist = function(p0, p1, p2, callback) { dwr.engine._execute(CommonService._path, 'CommonService', 'validateNotExist', p0, p1, p2, callback); } CommonService.loadByPK = function(p0, p1, p2, callback) { dwr.engine._execute(CommonService._path, 'CommonService', 'loadByPK', p0, p1, p2, callback); } CommonService.getPropertyScale = function(p0, p1, callback) { dwr.engine._execute(CommonService._path, 'CommonService', 'getPropertyScale', p0, p1, callback); }