Type.registerNamespace('No.Itl.Web.WebApplication.webservices');
No.Itl.Web.WebApplication.webservices.WebSvc=function() {
No.Itl.Web.WebApplication.webservices.WebSvc.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
No.Itl.Web.WebApplication.webservices.WebSvc.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return No.Itl.Web.WebApplication.webservices.WebSvc._staticInstance.get_path();},
M13StatsInsert:function(m13AdId,categoryId,m13AdPositionId,clickCount,displayCount,succeededCallback, failedCallback, userContext) {
/// <param name="m13AdId" type="String">System.String</param>
/// <param name="categoryId" type="String">System.String</param>
/// <param name="m13AdPositionId" type="String">System.String</param>
/// <param name="clickCount" type="String">System.String</param>
/// <param name="displayCount" 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(), 'M13StatsInsert',false,{m13AdId:m13AdId,categoryId:categoryId,m13AdPositionId:m13AdPositionId,clickCount:clickCount,displayCount:displayCount},succeededCallback,failedCallback,userContext); },
GetSubCarousellItem:function(url,succeededCallback, failedCallback, userContext) {
/// <param name="url" 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(), 'GetSubCarousellItem',false,{url:url},succeededCallback,failedCallback,userContext); },
GetArticleItems:function(url,succeededCallback, failedCallback, userContext) {
/// <param name="url" 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(), 'GetArticleItems',false,{url:url},succeededCallback,failedCallback,userContext); },
M10GetFileFeed:function(url,succeededCallback, failedCallback, userContext) {
/// <param name="url" 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(), 'M10GetFileFeed',false,{url:url},succeededCallback,failedCallback,userContext); },
GetContentRightList:function(url,succeededCallback, failedCallback, userContext) {
/// <param name="url" 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(), 'GetContentRightList',false,{url:url},succeededCallback,failedCallback,userContext); },
GetALTNews:function(url,succeededCallback, failedCallback, userContext) {
/// <param name="url" 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(), 'GetALTNews',false,{url:url},succeededCallback,failedCallback,userContext); }}
No.Itl.Web.WebApplication.webservices.WebSvc.registerClass('No.Itl.Web.WebApplication.webservices.WebSvc',Sys.Net.WebServiceProxy);
No.Itl.Web.WebApplication.webservices.WebSvc._staticInstance = new No.Itl.Web.WebApplication.webservices.WebSvc();
No.Itl.Web.WebApplication.webservices.WebSvc.set_path = function(value) {
No.Itl.Web.WebApplication.webservices.WebSvc._staticInstance.set_path(value); }
No.Itl.Web.WebApplication.webservices.WebSvc.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return No.Itl.Web.WebApplication.webservices.WebSvc._staticInstance.get_path();}
No.Itl.Web.WebApplication.webservices.WebSvc.set_timeout = function(value) {
No.Itl.Web.WebApplication.webservices.WebSvc._staticInstance.set_timeout(value); }
No.Itl.Web.WebApplication.webservices.WebSvc.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return No.Itl.Web.WebApplication.webservices.WebSvc._staticInstance.get_timeout(); }
No.Itl.Web.WebApplication.webservices.WebSvc.set_defaultUserContext = function(value) { 
No.Itl.Web.WebApplication.webservices.WebSvc._staticInstance.set_defaultUserContext(value); }
No.Itl.Web.WebApplication.webservices.WebSvc.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return No.Itl.Web.WebApplication.webservices.WebSvc._staticInstance.get_defaultUserContext(); }
No.Itl.Web.WebApplication.webservices.WebSvc.set_defaultSucceededCallback = function(value) { 
 No.Itl.Web.WebApplication.webservices.WebSvc._staticInstance.set_defaultSucceededCallback(value); }
No.Itl.Web.WebApplication.webservices.WebSvc.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return No.Itl.Web.WebApplication.webservices.WebSvc._staticInstance.get_defaultSucceededCallback(); }
No.Itl.Web.WebApplication.webservices.WebSvc.set_defaultFailedCallback = function(value) { 
No.Itl.Web.WebApplication.webservices.WebSvc._staticInstance.set_defaultFailedCallback(value); }
No.Itl.Web.WebApplication.webservices.WebSvc.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return No.Itl.Web.WebApplication.webservices.WebSvc._staticInstance.get_defaultFailedCallback(); }
No.Itl.Web.WebApplication.webservices.WebSvc.set_path("/webservices/WebSvc.asmx");
No.Itl.Web.WebApplication.webservices.WebSvc.M13StatsInsert= function(m13AdId,categoryId,m13AdPositionId,clickCount,displayCount,onSuccess,onFailed,userContext) {
/// <param name="m13AdId" type="String">System.String</param>
/// <param name="categoryId" type="String">System.String</param>
/// <param name="m13AdPositionId" type="String">System.String</param>
/// <param name="clickCount" type="String">System.String</param>
/// <param name="displayCount" 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>
No.Itl.Web.WebApplication.webservices.WebSvc._staticInstance.M13StatsInsert(m13AdId,categoryId,m13AdPositionId,clickCount,displayCount,onSuccess,onFailed,userContext); }
No.Itl.Web.WebApplication.webservices.WebSvc.GetSubCarousellItem= function(url,onSuccess,onFailed,userContext) {
/// <param name="url" 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>
No.Itl.Web.WebApplication.webservices.WebSvc._staticInstance.GetSubCarousellItem(url,onSuccess,onFailed,userContext); }
No.Itl.Web.WebApplication.webservices.WebSvc.GetArticleItems= function(url,onSuccess,onFailed,userContext) {
/// <param name="url" 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>
No.Itl.Web.WebApplication.webservices.WebSvc._staticInstance.GetArticleItems(url,onSuccess,onFailed,userContext); }
No.Itl.Web.WebApplication.webservices.WebSvc.M10GetFileFeed= function(url,onSuccess,onFailed,userContext) {
/// <param name="url" 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>
No.Itl.Web.WebApplication.webservices.WebSvc._staticInstance.M10GetFileFeed(url,onSuccess,onFailed,userContext); }
No.Itl.Web.WebApplication.webservices.WebSvc.GetContentRightList= function(url,onSuccess,onFailed,userContext) {
/// <param name="url" 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>
No.Itl.Web.WebApplication.webservices.WebSvc._staticInstance.GetContentRightList(url,onSuccess,onFailed,userContext); }
No.Itl.Web.WebApplication.webservices.WebSvc.GetALTNews= function(url,onSuccess,onFailed,userContext) {
/// <param name="url" 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>
No.Itl.Web.WebApplication.webservices.WebSvc._staticInstance.GetALTNews(url,onSuccess,onFailed,userContext); }
