var Content=function() {
Content.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Content.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Content._staticInstance.get_path();},
GetAticleInfo:function(path,id,language,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetAticleInfo',false,{path:path,id:id,language:language},succeededCallback,failedCallback,userContext); },
GetAllTournaments:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetAllTournaments',false,{},succeededCallback,failedCallback,userContext); },
GetFrequentPlayPoints:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetFrequentPlayPoints',false,{},succeededCallback,failedCallback,userContext); },
ClaimFrequentPlayPoints:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ClaimFrequentPlayPoints',false,{},succeededCallback,failedCallback,userContext); }}
Content.registerClass('Content',Sys.Net.WebServiceProxy);
Content._staticInstance = new Content();
Content.set_path = function(value) { Content._staticInstance.set_path(value); }
Content.get_path = function() { return Content._staticInstance.get_path(); }
Content.set_timeout = function(value) { Content._staticInstance.set_timeout(value); }
Content.get_timeout = function() { return Content._staticInstance.get_timeout(); }
Content.set_defaultUserContext = function(value) { Content._staticInstance.set_defaultUserContext(value); }
Content.get_defaultUserContext = function() { return Content._staticInstance.get_defaultUserContext(); }
Content.set_defaultSucceededCallback = function(value) { Content._staticInstance.set_defaultSucceededCallback(value); }
Content.get_defaultSucceededCallback = function() { return Content._staticInstance.get_defaultSucceededCallback(); }
Content.set_defaultFailedCallback = function(value) { Content._staticInstance.set_defaultFailedCallback(value); }
Content.get_defaultFailedCallback = function() { return Content._staticInstance.get_defaultFailedCallback(); }
Content.set_path("/opSys/Content.asmx");
Content.GetAticleInfo= function(path,id,language,onSuccess,onFailed,userContext) {Content._staticInstance.GetAticleInfo(path,id,language,onSuccess,onFailed,userContext); }
Content.GetAllTournaments= function(onSuccess,onFailed,userContext) {Content._staticInstance.GetAllTournaments(onSuccess,onFailed,userContext); }
Content.GetFrequentPlayPoints= function(onSuccess,onFailed,userContext) {Content._staticInstance.GetFrequentPlayPoints(onSuccess,onFailed,userContext); }
Content.ClaimFrequentPlayPoints= function(onSuccess,onFailed,userContext) {Content._staticInstance.ClaimFrequentPlayPoints(onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(Aticle) === 'undefined') {
var Aticle=gtc("Aticle");
Aticle.registerClass('Aticle');
}

