// 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 (MenuAndCityBean == null) var MenuAndCityBean = {}; MenuAndCityBean._path = '/dwr'; MenuAndCityBean.setId = function(p0, p1, callback) { dwr.engine._execute(MenuAndCityBean._path, 'MenuAndCityBean', 'setId', p0, p1, false, callback); } MenuAndCityBean.doInsert = function(p0, p1, callback) { dwr.engine._execute(MenuAndCityBean._path, 'MenuAndCityBean', 'doInsert', p0, p1, callback); } MenuAndCityBean.findSubMenuByParentId = function(p0, callback) { dwr.engine._execute(MenuAndCityBean._path, 'MenuAndCityBean', 'findSubMenuByParentId', p0, callback); } MenuAndCityBean.findSubCityByParentId = function(p0, callback) { dwr.engine._execute(MenuAndCityBean._path, 'MenuAndCityBean', 'findSubCityByParentId', p0, callback); } MenuAndCityBean.isSubOthers = function(p0, p1, callback) { dwr.engine._execute(MenuAndCityBean._path, 'MenuAndCityBean', 'isSubOthers', p0, p1, callback); } MenuAndCityBean.doUpdateYX = function(p0, p1, p2, callback) { dwr.engine._execute(MenuAndCityBean._path, 'MenuAndCityBean', 'doUpdateYX', p0, p1, p2, callback); } MenuAndCityBean.findTypeListByKnowhowSource = function(p0, p1, callback) { dwr.engine._execute(MenuAndCityBean._path, 'MenuAndCityBean', 'findTypeListByKnowhowSource', p0, p1, callback); } MenuAndCityBean.insertVote = function(p0, callback) { dwr.engine._execute(MenuAndCityBean._path, 'MenuAndCityBean', 'insertVote', p0, false, callback); } MenuAndCityBean.insertVoteAlbum = function(p0, p1, callback) { dwr.engine._execute(MenuAndCityBean._path, 'MenuAndCityBean', 'insertVoteAlbum', p0, p1, false, callback); }