Type.registerNamespace('CS.Web.InfoPublish.WebService');
CS.Web.InfoPublish.WebService.Info=function() {
CS.Web.InfoPublish.WebService.Info.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
CS.Web.InfoPublish.WebService.Info.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return CS.Web.InfoPublish.WebService.Info._staticInstance.get_path();},
GetWordLinks:function(categoryId,succeededCallback, failedCallback, userContext) {
/// <param name="categoryId" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetWordLinks',false,{categoryId:categoryId},succeededCallback,failedCallback,userContext); },
GetTopImgLinks:function(categoryId,topNum,succeededCallback, failedCallback, userContext) {
/// <param name="categoryId" type="String">System.String</param>
/// <param name="topNum" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetTopImgLinks',false,{categoryId:categoryId,topNum:topNum},succeededCallback,failedCallback,userContext); },
GetFirstId:function(categoryId,succeededCallback, failedCallback, userContext) {
/// <param name="categoryId" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetFirstId',false,{categoryId:categoryId},succeededCallback,failedCallback,userContext); },
GetLatestTopAllChildAndOwnListForTL:function(searchWord,limitedNumOfName,topNum,succeededCallback, failedCallback, userContext) {
/// <param name="searchWord" type="String">System.String</param>
/// <param name="limitedNumOfName" type="Number">System.Int32</param>
/// <param name="topNum" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetLatestTopAllChildAndOwnListForTL',false,{searchWord:searchWord,limitedNumOfName:limitedNumOfName,topNum:topNum},succeededCallback,failedCallback,userContext); },
GetSearchType:function(succeededCallback, failedCallback, userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetSearchType',false,{},succeededCallback,failedCallback,userContext); },
GetTopAllChildAndOwnHotspotList:function(limitedNumOfName,topNum,succeededCallback, failedCallback, userContext) {
/// <param name="limitedNumOfName" type="Number">System.Int32</param>
/// <param name="topNum" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetTopAllChildAndOwnHotspotList',false,{limitedNumOfName:limitedNumOfName,topNum:topNum},succeededCallback,failedCallback,userContext); },
GetAllChildAndOwnSearchList:function(categoryId,sName,limitedNumOfName,targetPageIndex,pageSize,succeededCallback, failedCallback, userContext) {
/// <param name="categoryId" type="String">System.String</param>
/// <param name="sName" type="String">System.String</param>
/// <param name="limitedNumOfName" type="Number">System.Int32</param>
/// <param name="targetPageIndex" type="Number">System.Int32</param>
/// <param name="pageSize" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetAllChildAndOwnSearchList',false,{categoryId:categoryId,sName:sName,limitedNumOfName:limitedNumOfName,targetPageIndex:targetPageIndex,pageSize:pageSize},succeededCallback,failedCallback,userContext); },
GetTopAllChildAndOwnInitList:function(categoryId,limitedNumOfName,topNum,succeededCallback, failedCallback, userContext) {
/// <param name="categoryId" type="String">System.String</param>
/// <param name="limitedNumOfName" type="Number">System.Int32</param>
/// <param name="topNum" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetTopAllChildAndOwnInitList',false,{categoryId:categoryId,limitedNumOfName:limitedNumOfName,topNum:topNum},succeededCallback,failedCallback,userContext); },
GetAllChildAndOwnVideoList:function(limitedNumOfName,targetPageIndex,pageSize,succeededCallback, failedCallback, userContext) {
/// <param name="limitedNumOfName" type="Number">System.Int32</param>
/// <param name="targetPageIndex" type="Number">System.Int32</param>
/// <param name="pageSize" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetAllChildAndOwnVideoList',false,{limitedNumOfName:limitedNumOfName,targetPageIndex:targetPageIndex,pageSize:pageSize},succeededCallback,failedCallback,userContext); },
GetTheFirstViedo:function(succeededCallback, failedCallback, userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetTheFirstViedo',false,{},succeededCallback,failedCallback,userContext); },
ReadInfo:function(id,succeededCallback, failedCallback, userContext) {
/// <param name="id" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'ReadInfo',false,{id:id},succeededCallback,failedCallback,userContext); },
GetInfo:function(id,succeededCallback, failedCallback, userContext) {
/// <param name="id" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetInfo',false,{id:id},succeededCallback,failedCallback,userContext); },
SetHotPointInfo:function(id,succeededCallback, failedCallback, userContext) {
/// <param name="id" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'SetHotPointInfo',false,{id:id},succeededCallback,failedCallback,userContext); },
GetTopChildList:function(parentId,limitedNum,topNum,succeededCallback, failedCallback, userContext) {
/// <param name="parentId" type="String">System.String</param>
/// <param name="limitedNum" type="Number">System.Int32</param>
/// <param name="topNum" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetTopChildList',false,{parentId:parentId,limitedNum:limitedNum,topNum:topNum},succeededCallback,failedCallback,userContext); },
GetTopAllChildList:function(parentId,limitedNum,topNum,succeededCallback, failedCallback, userContext) {
/// <param name="parentId" type="String">System.String</param>
/// <param name="limitedNum" type="Number">System.Int32</param>
/// <param name="topNum" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetTopAllChildList',false,{parentId:parentId,limitedNum:limitedNum,topNum:topNum},succeededCallback,failedCallback,userContext); },
GetPagedAllChildAndOwnListInfosToOnePageBag:function(categoryId,limitedNumOfName,targetPageIndex,pageSize,succeededCallback, failedCallback, userContext) {
/// <param name="categoryId" type="String">System.String</param>
/// <param name="limitedNumOfName" type="Number">System.Int32</param>
/// <param name="targetPageIndex" type="Number">System.Int32</param>
/// <param name="pageSize" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetPagedAllChildAndOwnListInfosToOnePageBag',false,{categoryId:categoryId,limitedNumOfName:limitedNumOfName,targetPageIndex:targetPageIndex,pageSize:pageSize},succeededCallback,failedCallback,userContext); },
GetTopRelatedList:function(targetInfoId,limitedNum,topNum,succeededCallback, failedCallback, userContext) {
/// <param name="targetInfoId" type="String">System.String</param>
/// <param name="limitedNum" type="Number">System.Int32</param>
/// <param name="topNum" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetTopRelatedList',false,{targetInfoId:targetInfoId,limitedNum:limitedNum,topNum:topNum},succeededCallback,failedCallback,userContext); },
GetChildListInfos:function(parentId,limitedNum,succeededCallback, failedCallback, userContext) {
/// <param name="parentId" type="String">System.String</param>
/// <param name="limitedNum" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetChildListInfos',false,{parentId:parentId,limitedNum:limitedNum},succeededCallback,failedCallback,userContext); },
GetList:function(parentId,limitedNum,succeededCallback, failedCallback, userContext) {
/// <param name="parentId" type="String">System.String</param>
/// <param name="limitedNum" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetList',false,{parentId:parentId,limitedNum:limitedNum},succeededCallback,failedCallback,userContext); },
GetTopList:function(parentId,limitedNum,topNum,succeededCallback, failedCallback, userContext) {
/// <param name="parentId" type="String">System.String</param>
/// <param name="limitedNum" type="Number">System.Int32</param>
/// <param name="topNum" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetTopList',false,{parentId:parentId,limitedNum:limitedNum,topNum:topNum},succeededCallback,failedCallback,userContext); },
GetJunketing:function(parentId,limitedNumOfName,topNum,limitedNumOfContent,succeededCallback, failedCallback, userContext) {
/// <param name="parentId" type="String">System.String</param>
/// <param name="limitedNumOfName" type="Number">System.Int32</param>
/// <param name="topNum" type="Number">System.Int32</param>
/// <param name="limitedNumOfContent" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetJunketing',false,{parentId:parentId,limitedNumOfName:limitedNumOfName,topNum:topNum,limitedNumOfContent:limitedNumOfContent},succeededCallback,failedCallback,userContext); },
GetPagedAllChildAndOwnListInfosToOnePageBag_Gov:function(categoryId,limitedNumOfName,limitedNumOfContent,gkxs,targetPageIndex,pageSize,succeededCallback, failedCallback, userContext) {
/// <param name="categoryId" type="String">System.String</param>
/// <param name="limitedNumOfName" type="Number">System.Int32</param>
/// <param name="limitedNumOfContent" type="Number">System.Int32</param>
/// <param name="gkxs" type="String">System.String</param>
/// <param name="targetPageIndex" type="Number">System.Int32</param>
/// <param name="pageSize" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetPagedAllChildAndOwnListInfosToOnePageBag_Gov',false,{categoryId:categoryId,limitedNumOfName:limitedNumOfName,limitedNumOfContent:limitedNumOfContent,gkxs:gkxs,targetPageIndex:targetPageIndex,pageSize:pageSize},succeededCallback,failedCallback,userContext); },
GetAllChildAndOwnList_ZTZS:function(categoryId,limitedNumOfName,succeededCallback, failedCallback, userContext) {
/// <param name="categoryId" type="String">System.String</param>
/// <param name="limitedNumOfName" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetAllChildAndOwnList_ZTZS',false,{categoryId:categoryId,limitedNumOfName:limitedNumOfName},succeededCallback,failedCallback,userContext); },
GetTopAllChildAndOwnList_ZTZS:function(categoryId,limitedNumOfName,topNum,succeededCallback, failedCallback, userContext) {
/// <param name="categoryId" type="String">System.String</param>
/// <param name="limitedNumOfName" type="Number">System.Int32</param>
/// <param name="topNum" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetTopAllChildAndOwnList_ZTZS',false,{categoryId:categoryId,limitedNumOfName:limitedNumOfName,topNum:topNum},succeededCallback,failedCallback,userContext); },
DeleteInfos:function(ids,succeededCallback, failedCallback, userContext) {
/// <param name="ids" type="Array">System.String[]</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'DeleteInfos',false,{ids:ids},succeededCallback,failedCallback,userContext); },
SetHotPoint:function(id,succeededCallback, failedCallback, userContext) {
/// <param name="id" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'SetHotPoint',false,{id:id},succeededCallback,failedCallback,userContext); },
GetJunketing_zt:function(parentId,limitedNumOfName,topNum,succeededCallback, failedCallback, userContext) {
/// <param name="parentId" type="String">System.String</param>
/// <param name="limitedNumOfName" type="Number">System.Int32</param>
/// <param name="topNum" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetJunketing_zt',false,{parentId:parentId,limitedNumOfName:limitedNumOfName,topNum:topNum},succeededCallback,failedCallback,userContext); },
GetTopAllChildAndOwnInitList_ForZTPage2:function(categoryId,limitedNumOfName,topNum,succeededCallback, failedCallback, userContext) {
/// <param name="categoryId" type="String">System.String</param>
/// <param name="limitedNumOfName" type="Number">System.Int32</param>
/// <param name="topNum" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetTopAllChildAndOwnInitList_ForZTPage2',false,{categoryId:categoryId,limitedNumOfName:limitedNumOfName,topNum:topNum},succeededCallback,failedCallback,userContext); }}
CS.Web.InfoPublish.WebService.Info.registerClass('CS.Web.InfoPublish.WebService.Info',Sys.Net.WebServiceProxy);
CS.Web.InfoPublish.WebService.Info._staticInstance = new CS.Web.InfoPublish.WebService.Info();
CS.Web.InfoPublish.WebService.Info.set_path = function(value) {
CS.Web.InfoPublish.WebService.Info._staticInstance.set_path(value); }
CS.Web.InfoPublish.WebService.Info.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return CS.Web.InfoPublish.WebService.Info._staticInstance.get_path();}
CS.Web.InfoPublish.WebService.Info.set_timeout = function(value) {
CS.Web.InfoPublish.WebService.Info._staticInstance.set_timeout(value); }
CS.Web.InfoPublish.WebService.Info.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return CS.Web.InfoPublish.WebService.Info._staticInstance.get_timeout(); }
CS.Web.InfoPublish.WebService.Info.set_defaultUserContext = function(value) { 
CS.Web.InfoPublish.WebService.Info._staticInstance.set_defaultUserContext(value); }
CS.Web.InfoPublish.WebService.Info.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return CS.Web.InfoPublish.WebService.Info._staticInstance.get_defaultUserContext(); }
CS.Web.InfoPublish.WebService.Info.set_defaultSucceededCallback = function(value) { 
 CS.Web.InfoPublish.WebService.Info._staticInstance.set_defaultSucceededCallback(value); }
CS.Web.InfoPublish.WebService.Info.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return CS.Web.InfoPublish.WebService.Info._staticInstance.get_defaultSucceededCallback(); }
CS.Web.InfoPublish.WebService.Info.set_defaultFailedCallback = function(value) { 
CS.Web.InfoPublish.WebService.Info._staticInstance.set_defaultFailedCallback(value); }
CS.Web.InfoPublish.WebService.Info.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return CS.Web.InfoPublish.WebService.Info._staticInstance.get_defaultFailedCallback(); }
CS.Web.InfoPublish.WebService.Info.set_path("/WebService/Info.asmx");
CS.Web.InfoPublish.WebService.Info.GetWordLinks= function(categoryId,onSuccess,onFailed,userContext) {
/// <param name="categoryId" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
CS.Web.InfoPublish.WebService.Info._staticInstance.GetWordLinks(categoryId,onSuccess,onFailed,userContext); }
CS.Web.InfoPublish.WebService.Info.GetTopImgLinks= function(categoryId,topNum,onSuccess,onFailed,userContext) {
/// <param name="categoryId" type="String">System.String</param>
/// <param name="topNum" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
CS.Web.InfoPublish.WebService.Info._staticInstance.GetTopImgLinks(categoryId,topNum,onSuccess,onFailed,userContext); }
CS.Web.InfoPublish.WebService.Info.GetFirstId= function(categoryId,onSuccess,onFailed,userContext) {
/// <param name="categoryId" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
CS.Web.InfoPublish.WebService.Info._staticInstance.GetFirstId(categoryId,onSuccess,onFailed,userContext); }
CS.Web.InfoPublish.WebService.Info.GetLatestTopAllChildAndOwnListForTL= function(searchWord,limitedNumOfName,topNum,onSuccess,onFailed,userContext) {
/// <param name="searchWord" type="String">System.String</param>
/// <param name="limitedNumOfName" type="Number">System.Int32</param>
/// <param name="topNum" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
CS.Web.InfoPublish.WebService.Info._staticInstance.GetLatestTopAllChildAndOwnListForTL(searchWord,limitedNumOfName,topNum,onSuccess,onFailed,userContext); }
CS.Web.InfoPublish.WebService.Info.GetSearchType= function(onSuccess,onFailed,userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
CS.Web.InfoPublish.WebService.Info._staticInstance.GetSearchType(onSuccess,onFailed,userContext); }
CS.Web.InfoPublish.WebService.Info.GetTopAllChildAndOwnHotspotList= function(limitedNumOfName,topNum,onSuccess,onFailed,userContext) {
/// <param name="limitedNumOfName" type="Number">System.Int32</param>
/// <param name="topNum" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
CS.Web.InfoPublish.WebService.Info._staticInstance.GetTopAllChildAndOwnHotspotList(limitedNumOfName,topNum,onSuccess,onFailed,userContext); }
CS.Web.InfoPublish.WebService.Info.GetAllChildAndOwnSearchList= function(categoryId,sName,limitedNumOfName,targetPageIndex,pageSize,onSuccess,onFailed,userContext) {
/// <param name="categoryId" type="String">System.String</param>
/// <param name="sName" type="String">System.String</param>
/// <param name="limitedNumOfName" type="Number">System.Int32</param>
/// <param name="targetPageIndex" type="Number">System.Int32</param>
/// <param name="pageSize" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
CS.Web.InfoPublish.WebService.Info._staticInstance.GetAllChildAndOwnSearchList(categoryId,sName,limitedNumOfName,targetPageIndex,pageSize,onSuccess,onFailed,userContext); }
CS.Web.InfoPublish.WebService.Info.GetTopAllChildAndOwnInitList= function(categoryId,limitedNumOfName,topNum,onSuccess,onFailed,userContext) {
/// <param name="categoryId" type="String">System.String</param>
/// <param name="limitedNumOfName" type="Number">System.Int32</param>
/// <param name="topNum" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
CS.Web.InfoPublish.WebService.Info._staticInstance.GetTopAllChildAndOwnInitList(categoryId,limitedNumOfName,topNum,onSuccess,onFailed,userContext); }
CS.Web.InfoPublish.WebService.Info.GetAllChildAndOwnVideoList= function(limitedNumOfName,targetPageIndex,pageSize,onSuccess,onFailed,userContext) {
/// <param name="limitedNumOfName" type="Number">System.Int32</param>
/// <param name="targetPageIndex" type="Number">System.Int32</param>
/// <param name="pageSize" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
CS.Web.InfoPublish.WebService.Info._staticInstance.GetAllChildAndOwnVideoList(limitedNumOfName,targetPageIndex,pageSize,onSuccess,onFailed,userContext); }
CS.Web.InfoPublish.WebService.Info.GetTheFirstViedo= function(onSuccess,onFailed,userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
CS.Web.InfoPublish.WebService.Info._staticInstance.GetTheFirstViedo(onSuccess,onFailed,userContext); }
CS.Web.InfoPublish.WebService.Info.ReadInfo= function(id,onSuccess,onFailed,userContext) {
/// <param name="id" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
CS.Web.InfoPublish.WebService.Info._staticInstance.ReadInfo(id,onSuccess,onFailed,userContext); }
CS.Web.InfoPublish.WebService.Info.GetInfo= function(id,onSuccess,onFailed,userContext) {
/// <param name="id" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
CS.Web.InfoPublish.WebService.Info._staticInstance.GetInfo(id,onSuccess,onFailed,userContext); }
CS.Web.InfoPublish.WebService.Info.SetHotPointInfo= function(id,onSuccess,onFailed,userContext) {
/// <param name="id" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
CS.Web.InfoPublish.WebService.Info._staticInstance.SetHotPointInfo(id,onSuccess,onFailed,userContext); }
CS.Web.InfoPublish.WebService.Info.GetTopChildList= function(parentId,limitedNum,topNum,onSuccess,onFailed,userContext) {
/// <param name="parentId" type="String">System.String</param>
/// <param name="limitedNum" type="Number">System.Int32</param>
/// <param name="topNum" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
CS.Web.InfoPublish.WebService.Info._staticInstance.GetTopChildList(parentId,limitedNum,topNum,onSuccess,onFailed,userContext); }
CS.Web.InfoPublish.WebService.Info.GetTopAllChildList= function(parentId,limitedNum,topNum,onSuccess,onFailed,userContext) {
/// <param name="parentId" type="String">System.String</param>
/// <param name="limitedNum" type="Number">System.Int32</param>
/// <param name="topNum" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
CS.Web.InfoPublish.WebService.Info._staticInstance.GetTopAllChildList(parentId,limitedNum,topNum,onSuccess,onFailed,userContext); }
CS.Web.InfoPublish.WebService.Info.GetPagedAllChildAndOwnListInfosToOnePageBag= function(categoryId,limitedNumOfName,targetPageIndex,pageSize,onSuccess,onFailed,userContext) {
/// <param name="categoryId" type="String">System.String</param>
/// <param name="limitedNumOfName" type="Number">System.Int32</param>
/// <param name="targetPageIndex" type="Number">System.Int32</param>
/// <param name="pageSize" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
CS.Web.InfoPublish.WebService.Info._staticInstance.GetPagedAllChildAndOwnListInfosToOnePageBag(categoryId,limitedNumOfName,targetPageIndex,pageSize,onSuccess,onFailed,userContext); }
CS.Web.InfoPublish.WebService.Info.GetTopRelatedList= function(targetInfoId,limitedNum,topNum,onSuccess,onFailed,userContext) {
/// <param name="targetInfoId" type="String">System.String</param>
/// <param name="limitedNum" type="Number">System.Int32</param>
/// <param name="topNum" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
CS.Web.InfoPublish.WebService.Info._staticInstance.GetTopRelatedList(targetInfoId,limitedNum,topNum,onSuccess,onFailed,userContext); }
CS.Web.InfoPublish.WebService.Info.GetChildListInfos= function(parentId,limitedNum,onSuccess,onFailed,userContext) {
/// <param name="parentId" type="String">System.String</param>
/// <param name="limitedNum" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
CS.Web.InfoPublish.WebService.Info._staticInstance.GetChildListInfos(parentId,limitedNum,onSuccess,onFailed,userContext); }
CS.Web.InfoPublish.WebService.Info.GetList= function(parentId,limitedNum,onSuccess,onFailed,userContext) {
/// <param name="parentId" type="String">System.String</param>
/// <param name="limitedNum" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
CS.Web.InfoPublish.WebService.Info._staticInstance.GetList(parentId,limitedNum,onSuccess,onFailed,userContext); }
CS.Web.InfoPublish.WebService.Info.GetTopList= function(parentId,limitedNum,topNum,onSuccess,onFailed,userContext) {
/// <param name="parentId" type="String">System.String</param>
/// <param name="limitedNum" type="Number">System.Int32</param>
/// <param name="topNum" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
CS.Web.InfoPublish.WebService.Info._staticInstance.GetTopList(parentId,limitedNum,topNum,onSuccess,onFailed,userContext); }
CS.Web.InfoPublish.WebService.Info.GetJunketing= function(parentId,limitedNumOfName,topNum,limitedNumOfContent,onSuccess,onFailed,userContext) {
/// <param name="parentId" type="String">System.String</param>
/// <param name="limitedNumOfName" type="Number">System.Int32</param>
/// <param name="topNum" type="Number">System.Int32</param>
/// <param name="limitedNumOfContent" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
CS.Web.InfoPublish.WebService.Info._staticInstance.GetJunketing(parentId,limitedNumOfName,topNum,limitedNumOfContent,onSuccess,onFailed,userContext); }
CS.Web.InfoPublish.WebService.Info.GetPagedAllChildAndOwnListInfosToOnePageBag_Gov= function(categoryId,limitedNumOfName,limitedNumOfContent,gkxs,targetPageIndex,pageSize,onSuccess,onFailed,userContext) {
/// <param name="categoryId" type="String">System.String</param>
/// <param name="limitedNumOfName" type="Number">System.Int32</param>
/// <param name="limitedNumOfContent" type="Number">System.Int32</param>
/// <param name="gkxs" type="String">System.String</param>
/// <param name="targetPageIndex" type="Number">System.Int32</param>
/// <param name="pageSize" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
CS.Web.InfoPublish.WebService.Info._staticInstance.GetPagedAllChildAndOwnListInfosToOnePageBag_Gov(categoryId,limitedNumOfName,limitedNumOfContent,gkxs,targetPageIndex,pageSize,onSuccess,onFailed,userContext); }
CS.Web.InfoPublish.WebService.Info.GetAllChildAndOwnList_ZTZS= function(categoryId,limitedNumOfName,onSuccess,onFailed,userContext) {
/// <param name="categoryId" type="String">System.String</param>
/// <param name="limitedNumOfName" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
CS.Web.InfoPublish.WebService.Info._staticInstance.GetAllChildAndOwnList_ZTZS(categoryId,limitedNumOfName,onSuccess,onFailed,userContext); }
CS.Web.InfoPublish.WebService.Info.GetTopAllChildAndOwnList_ZTZS= function(categoryId,limitedNumOfName,topNum,onSuccess,onFailed,userContext) {
/// <param name="categoryId" type="String">System.String</param>
/// <param name="limitedNumOfName" type="Number">System.Int32</param>
/// <param name="topNum" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
CS.Web.InfoPublish.WebService.Info._staticInstance.GetTopAllChildAndOwnList_ZTZS(categoryId,limitedNumOfName,topNum,onSuccess,onFailed,userContext); }
CS.Web.InfoPublish.WebService.Info.DeleteInfos= function(ids,onSuccess,onFailed,userContext) {
/// <param name="ids" type="Array">System.String[]</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
CS.Web.InfoPublish.WebService.Info._staticInstance.DeleteInfos(ids,onSuccess,onFailed,userContext); }
CS.Web.InfoPublish.WebService.Info.SetHotPoint= function(id,onSuccess,onFailed,userContext) {
/// <param name="id" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
CS.Web.InfoPublish.WebService.Info._staticInstance.SetHotPoint(id,onSuccess,onFailed,userContext); }
CS.Web.InfoPublish.WebService.Info.GetJunketing_zt= function(parentId,limitedNumOfName,topNum,onSuccess,onFailed,userContext) {
/// <param name="parentId" type="String">System.String</param>
/// <param name="limitedNumOfName" type="Number">System.Int32</param>
/// <param name="topNum" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
CS.Web.InfoPublish.WebService.Info._staticInstance.GetJunketing_zt(parentId,limitedNumOfName,topNum,onSuccess,onFailed,userContext); }
CS.Web.InfoPublish.WebService.Info.GetTopAllChildAndOwnInitList_ForZTPage2= function(categoryId,limitedNumOfName,topNum,onSuccess,onFailed,userContext) {
/// <param name="categoryId" type="String">System.String</param>
/// <param name="limitedNumOfName" type="Number">System.Int32</param>
/// <param name="topNum" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
CS.Web.InfoPublish.WebService.Info._staticInstance.GetTopAllChildAndOwnInitList_ForZTPage2(categoryId,limitedNumOfName,topNum,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('CS.Info');
if (typeof(CS.Info.Info) === 'undefined') {
CS.Info.Info=gtc("CS.Info.Info");
CS.Info.Info.registerClass('CS.Info.Info');
}
if (typeof(CS.Info.RelatedListInfo) === 'undefined') {
CS.Info.RelatedListInfo=gtc("CS.Info.RelatedListInfo");
CS.Info.RelatedListInfo.registerClass('CS.Info.RelatedListInfo');
}
if (typeof(CS.Info.ListInfo) === 'undefined') {
CS.Info.ListInfo=gtc("CS.Info.ListInfo");
CS.Info.ListInfo.registerClass('CS.Info.ListInfo');
}

