// 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 (subindustrylist == null) var subindustrylist = {}; subindustrylist._path = '/dwr'; subindustrylist.getSubIndustriesByIndustry = function(p0, callback) { dwr.engine._execute(subindustrylist._path, 'subindustrylist', 'getSubIndustriesByIndustry', p0, callback); } subindustrylist.setSubIndustryManager = function(p0, callback) { dwr.engine._execute(subindustrylist._path, 'subindustrylist', 'setSubIndustryManager', p0, callback); } subindustrylist.setSelectedIndustryId = function(p0, callback) { dwr.engine._execute(subindustrylist._path, 'subindustrylist', 'setSelectedIndustryId', p0, callback); } subindustrylist.setSelectedSubIndustryId = function(p0, callback) { dwr.engine._execute(subindustrylist._path, 'subindustrylist', 'setSelectedSubIndustryId', p0, callback); }