// 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 (ShopCategoryService == null) var ShopCategoryService = {}; ShopCategoryService._path = '/dwr'; ShopCategoryService.hello = function(p0, callback) { dwr.engine._execute(ShopCategoryService._path, 'ShopCategoryService', 'hello', p0, callback); } ShopCategoryService.getRegionListByParentID = function(p0, p1, callback) { dwr.engine._execute(ShopCategoryService._path, 'ShopCategoryService', 'getRegionListByParentID', p0, p1, callback); } ShopCategoryService.getRegionMapByParentID = function(p0, p1, callback) { dwr.engine._execute(ShopCategoryService._path, 'ShopCategoryService', 'getRegionMapByParentID', p0, p1, false, callback); } ShopCategoryService.getRegionChildListByParent_Name = function(p0, p1, p2, callback) { dwr.engine._execute(ShopCategoryService._path, 'ShopCategoryService', 'getRegionChildListByParent_Name', p0, p1, p2, callback); }