// 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 (extranetChannelService == null) var extranetChannelService = {}; extranetChannelService._path = '/website/dwr'; extranetChannelService.isExistSameChannelName = function(p0, p1, p2, callback) { dwr.engine._execute(extranetChannelService._path, 'extranetChannelService', 'isExistSameChannelName', p0, p1, p2, callback); } extranetChannelService.findChildExtranetChannelListByParentId = function(p0, callback) { dwr.engine._execute(extranetChannelService._path, 'extranetChannelService', 'findChildExtranetChannelListByParentId', p0, callback); } extranetChannelService.findNavigationExtranetChannelListByChannelId = function(p0, callback) { dwr.engine._execute(extranetChannelService._path, 'extranetChannelService', 'findNavigationExtranetChannelListByChannelId', p0, callback); } extranetChannelService.isChannelLeafNode = function(p0, callback) { dwr.engine._execute(extranetChannelService._path, 'extranetChannelService', 'isChannelLeafNode', p0, callback); }