var WebHtmlText=function() {
WebHtmlText.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
WebHtmlText.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return WebHtmlText._staticInstance.get_path();},
GetByCategoryIdsByPage:function(preDescription,categoryIds,pageSize,pageNumber,countWord,pageUrlMore,_showDate,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetByCategoryIdsByPage',false,{preDescription:preDescription,categoryIds:categoryIds,pageSize:pageSize,pageNumber:pageNumber,countWord:countWord,pageUrlMore:pageUrlMore,_showDate:_showDate},succeededCallback,failedCallback,userContext); },
GetDescriptionByModuleIdAndTyepId:function(moduleId,typeId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetDescriptionByModuleIdAndTyepId',false,{moduleId:moduleId,typeId:typeId},succeededCallback,failedCallback,userContext); },
GetDescriptionByModuleIdAndTyepId1:function(moduleId,typeId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetDescriptionByModuleIdAndTyepId1',false,{moduleId:moduleId,typeId:typeId},succeededCallback,failedCallback,userContext); },
GetByCategoryIdByPage:function(categoryId,pageSize,pageNumber,countWord,pageUrl,_showDate,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetByCategoryIdByPage',false,{categoryId:categoryId,pageSize:pageSize,pageNumber:pageNumber,countWord:countWord,pageUrl:pageUrl,_showDate:_showDate},succeededCallback,failedCallback,userContext); }}
WebHtmlText.registerClass('WebHtmlText',Sys.Net.WebServiceProxy);
WebHtmlText._staticInstance = new WebHtmlText();
WebHtmlText.set_path = function(value) { WebHtmlText._staticInstance.set_path(value); }
WebHtmlText.get_path = function() { return WebHtmlText._staticInstance.get_path(); }
WebHtmlText.set_timeout = function(value) { WebHtmlText._staticInstance.set_timeout(value); }
WebHtmlText.get_timeout = function() { return WebHtmlText._staticInstance.get_timeout(); }
WebHtmlText.set_defaultUserContext = function(value) { WebHtmlText._staticInstance.set_defaultUserContext(value); }
WebHtmlText.get_defaultUserContext = function() { return WebHtmlText._staticInstance.get_defaultUserContext(); }
WebHtmlText.set_defaultSucceededCallback = function(value) { WebHtmlText._staticInstance.set_defaultSucceededCallback(value); }
WebHtmlText.get_defaultSucceededCallback = function() { return WebHtmlText._staticInstance.get_defaultSucceededCallback(); }
WebHtmlText.set_defaultFailedCallback = function(value) { WebHtmlText._staticInstance.set_defaultFailedCallback(value); }
WebHtmlText.get_defaultFailedCallback = function() { return WebHtmlText._staticInstance.get_defaultFailedCallback(); }
WebHtmlText.set_path("/WebService/WebHtmlText.asmx");
WebHtmlText.GetByCategoryIdsByPage= function(preDescription,categoryIds,pageSize,pageNumber,countWord,pageUrlMore,_showDate,onSuccess,onFailed,userContext) {WebHtmlText._staticInstance.GetByCategoryIdsByPage(preDescription,categoryIds,pageSize,pageNumber,countWord,pageUrlMore,_showDate,onSuccess,onFailed,userContext); }
WebHtmlText.GetDescriptionByModuleIdAndTyepId= function(moduleId,typeId,onSuccess,onFailed,userContext) {WebHtmlText._staticInstance.GetDescriptionByModuleIdAndTyepId(moduleId,typeId,onSuccess,onFailed,userContext); }
WebHtmlText.GetDescriptionByModuleIdAndTyepId1= function(moduleId,typeId,onSuccess,onFailed,userContext) {WebHtmlText._staticInstance.GetDescriptionByModuleIdAndTyepId1(moduleId,typeId,onSuccess,onFailed,userContext); }
WebHtmlText.GetByCategoryIdByPage= function(categoryId,pageSize,pageNumber,countWord,pageUrl,_showDate,onSuccess,onFailed,userContext) {WebHtmlText._staticInstance.GetByCategoryIdByPage(categoryId,pageSize,pageNumber,countWord,pageUrl,_showDate,onSuccess,onFailed,userContext); }
