// 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 (Codelist == null) var Codelist = {}; Codelist._path = '/dwr'; Codelist.getWhereStr = function(p0, callback) { dwr.engine._execute(Codelist._path, 'Codelist', 'getWhereStr', p0, callback); } Codelist.getTotalCount = function(p0, callback) { dwr.engine._execute(Codelist._path, 'Codelist', 'getTotalCount', p0, callback); } Codelist.getInfos = function(p0, p1, p2, callback) { dwr.engine._execute(Codelist._path, 'Codelist', 'getInfos', p0, p1, p2, callback); } Codelist.updateInfos = function(p0, callback) { dwr.engine._execute(Codelist._path, 'Codelist', 'updateInfos', p0, callback); } Codelist.checkParam = function(p0, callback) { dwr.engine._execute(Codelist._path, 'Codelist', 'checkParam', p0, callback); } Codelist.delInfos = function(p0, callback) { dwr.engine._execute(Codelist._path, 'Codelist', 'delInfos', p0, callback); } Codelist.controlHNLDToA6 = function(callback) { dwr.engine._execute(Codelist._path, 'Codelist', 'controlHNLDToA6', callback); } Codelist.getCodeNameById = function(p0, callback) { dwr.engine._execute(Codelist._path, 'Codelist', 'getCodeNameById', p0, callback); } Codelist.updateHnldToA6 = function(p0, callback) { dwr.engine._execute(Codelist._path, 'Codelist', 'updateHnldToA6', p0, callback); } Codelist.getCodeType = function(p0, callback) { dwr.engine._execute(Codelist._path, 'Codelist', 'getCodeType', p0, callback); } Codelist.getCodeName = function(p0, callback) { dwr.engine._execute(Codelist._path, 'Codelist', 'getCodeName', p0, callback); } Codelist.getCodelist = function(p0, p1, callback) { dwr.engine._execute(Codelist._path, 'Codelist', 'getCodelist', p0, p1, callback); } Codelist.getSessionFactory = function(callback) { dwr.engine._execute(Codelist._path, 'Codelist', 'getSessionFactory', callback); } Codelist.setSessionFactory = function(p0, callback) { dwr.engine._execute(Codelist._path, 'Codelist', 'setSessionFactory', p0, callback); } Codelist.getHibernateTemplate = function(callback) { dwr.engine._execute(Codelist._path, 'Codelist', 'getHibernateTemplate', callback); } Codelist.setHibernateTemplate = function(p0, callback) { dwr.engine._execute(Codelist._path, 'Codelist', 'setHibernateTemplate', p0, callback); } Codelist.afterPropertiesSet = function(callback) { dwr.engine._execute(Codelist._path, 'Codelist', 'afterPropertiesSet', callback); }