Type.registerNamespace('BR.Web.Website.Live');
BR.Web.Website.Live.LiveWebService=function() {
BR.Web.Website.Live.LiveWebService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
BR.Web.Website.Live.LiveWebService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return BR.Web.Website.Live.LiveWebService._staticInstance.get_path();},
SetSession:function(linesID,turnirID,sportID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SetSession',false,{linesID:linesID,turnirID:turnirID,sportID:sportID},succeededCallback,failedCallback,userContext); },
DeletSessionEventWS:function(linesID,turnirID,sportID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DeletSessionEventWS',false,{linesID:linesID,turnirID:turnirID,sportID:sportID},succeededCallback,failedCallback,userContext); },
ShowLiveWS:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ShowLiveWS',false,{},succeededCallback,failedCallback,userContext); },
GetServerLiveEvents:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetServerLiveEvents',false,{},succeededCallback,failedCallback,userContext); },
GetBetsTitle:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetBetsTitle',false,{},succeededCallback,failedCallback,userContext); },
GetControlHtml:function(lid,tid,sid,ucid,langid,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetControlHtml',false,{lid:lid,tid:tid,sid:sid,ucid:ucid,langid:langid},succeededCallback,failedCallback,userContext); },
AddNodesToParent:function(ParentID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AddNodesToParent',false,{ParentID:ParentID},succeededCallback,failedCallback,userContext); },
AddToSessionTurnirList:function(TurnirList,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AddToSessionTurnirList',false,{TurnirList:TurnirList},succeededCallback,failedCallback,userContext); }}
BR.Web.Website.Live.LiveWebService.registerClass('BR.Web.Website.Live.LiveWebService',Sys.Net.WebServiceProxy);
BR.Web.Website.Live.LiveWebService._staticInstance = new BR.Web.Website.Live.LiveWebService();
BR.Web.Website.Live.LiveWebService.set_path = function(value) { BR.Web.Website.Live.LiveWebService._staticInstance.set_path(value); }
BR.Web.Website.Live.LiveWebService.get_path = function() { return BR.Web.Website.Live.LiveWebService._staticInstance.get_path(); }
BR.Web.Website.Live.LiveWebService.set_timeout = function(value) { BR.Web.Website.Live.LiveWebService._staticInstance.set_timeout(value); }
BR.Web.Website.Live.LiveWebService.get_timeout = function() { return BR.Web.Website.Live.LiveWebService._staticInstance.get_timeout(); }
BR.Web.Website.Live.LiveWebService.set_defaultUserContext = function(value) { BR.Web.Website.Live.LiveWebService._staticInstance.set_defaultUserContext(value); }
BR.Web.Website.Live.LiveWebService.get_defaultUserContext = function() { return BR.Web.Website.Live.LiveWebService._staticInstance.get_defaultUserContext(); }
BR.Web.Website.Live.LiveWebService.set_defaultSucceededCallback = function(value) { BR.Web.Website.Live.LiveWebService._staticInstance.set_defaultSucceededCallback(value); }
BR.Web.Website.Live.LiveWebService.get_defaultSucceededCallback = function() { return BR.Web.Website.Live.LiveWebService._staticInstance.get_defaultSucceededCallback(); }
BR.Web.Website.Live.LiveWebService.set_defaultFailedCallback = function(value) { BR.Web.Website.Live.LiveWebService._staticInstance.set_defaultFailedCallback(value); }
BR.Web.Website.Live.LiveWebService.get_defaultFailedCallback = function() { return BR.Web.Website.Live.LiveWebService._staticInstance.get_defaultFailedCallback(); }
BR.Web.Website.Live.LiveWebService.set_path("/Live/Live.asmx");
BR.Web.Website.Live.LiveWebService.SetSession= function(linesID,turnirID,sportID,onSuccess,onFailed,userContext) {BR.Web.Website.Live.LiveWebService._staticInstance.SetSession(linesID,turnirID,sportID,onSuccess,onFailed,userContext); }
BR.Web.Website.Live.LiveWebService.DeletSessionEventWS= function(linesID,turnirID,sportID,onSuccess,onFailed,userContext) {BR.Web.Website.Live.LiveWebService._staticInstance.DeletSessionEventWS(linesID,turnirID,sportID,onSuccess,onFailed,userContext); }
BR.Web.Website.Live.LiveWebService.ShowLiveWS= function(onSuccess,onFailed,userContext) {BR.Web.Website.Live.LiveWebService._staticInstance.ShowLiveWS(onSuccess,onFailed,userContext); }
BR.Web.Website.Live.LiveWebService.GetServerLiveEvents= function(onSuccess,onFailed,userContext) {BR.Web.Website.Live.LiveWebService._staticInstance.GetServerLiveEvents(onSuccess,onFailed,userContext); }
BR.Web.Website.Live.LiveWebService.GetBetsTitle= function(onSuccess,onFailed,userContext) {BR.Web.Website.Live.LiveWebService._staticInstance.GetBetsTitle(onSuccess,onFailed,userContext); }
BR.Web.Website.Live.LiveWebService.GetControlHtml= function(lid,tid,sid,ucid,langid,onSuccess,onFailed,userContext) {BR.Web.Website.Live.LiveWebService._staticInstance.GetControlHtml(lid,tid,sid,ucid,langid,onSuccess,onFailed,userContext); }
BR.Web.Website.Live.LiveWebService.AddNodesToParent= function(ParentID,onSuccess,onFailed,userContext) {BR.Web.Website.Live.LiveWebService._staticInstance.AddNodesToParent(ParentID,onSuccess,onFailed,userContext); }
BR.Web.Website.Live.LiveWebService.AddToSessionTurnirList= function(TurnirList,onSuccess,onFailed,userContext) {BR.Web.Website.Live.LiveWebService._staticInstance.AddToSessionTurnirList(TurnirList,onSuccess,onFailed,userContext); }

