Type.registerNamespace('Donbest.Website.WebServices');
Donbest.Website.WebServices.JSStatistics=function() {
Donbest.Website.WebServices.JSStatistics.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Donbest.Website.WebServices.JSStatistics.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Donbest.Website.WebServices.JSStatistics._staticInstance.get_path();},
GetStandings:function(pCtlClientID,pSport,pLeague,pLeagueId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetStandings',false,{pCtlClientID:pCtlClientID,pSport:pSport,pLeague:pLeague,pLeagueId:pLeagueId},succeededCallback,failedCallback,userContext); },
GetExpandedStandings:function(pCtlClientID,pSport,pLeague,pLeagueId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetExpandedStandings',false,{pCtlClientID:pCtlClientID,pSport:pSport,pLeague:pLeague,pLeagueId:pLeagueId},succeededCallback,failedCallback,userContext); },
GetTeamReport:function(pCtlClientID,pSport,pLeague,pLeagueId,pTeamId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetTeamReport',false,{pCtlClientID:pCtlClientID,pSport:pSport,pLeague:pLeague,pLeagueId:pLeagueId,pTeamId:pTeamId},succeededCallback,failedCallback,userContext); },
GetDriverReport:function(pCtlClientID,pSport,pLeague,pLeagueId,pDriverId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetDriverReport',false,{pCtlClientID:pCtlClientID,pSport:pSport,pLeague:pLeague,pLeagueId:pLeagueId,pDriverId:pDriverId},succeededCallback,failedCallback,userContext); },
GetMatchupList:function(pCtlClientID,pSport,pLeague,pLeagueId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetMatchupList',false,{pCtlClientID:pCtlClientID,pSport:pSport,pLeague:pLeague,pLeagueId:pLeagueId},succeededCallback,failedCallback,userContext); },
GetCollegueMatchupList:function(pCtlClientID,pSport,pLeague,pConference,pLeagueId,matchupToShow,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCollegueMatchupList',false,{pCtlClientID:pCtlClientID,pSport:pSport,pLeague:pLeague,pConference:pConference,pLeagueId:pLeagueId,matchupToShow:matchupToShow},succeededCallback,failedCallback,userContext); },
GetMatchup:function(pCtlClientID,pSport,pLeague,pLeagueId,pGameId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetMatchup',false,{pCtlClientID:pCtlClientID,pSport:pSport,pLeague:pLeague,pLeagueId:pLeagueId,pGameId:pGameId},succeededCallback,failedCallback,userContext); },
GetSuperGrid:function(pCtlClientID,pSport,pLeague,pLeagueId,pGameId,superGridType,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetSuperGrid',false,{pCtlClientID:pCtlClientID,pSport:pSport,pLeague:pLeague,pLeagueId:pLeagueId,pGameId:pGameId,superGridType:superGridType},succeededCallback,failedCallback,userContext); },
GetPreview:function(pCtlClientID,pSport,pLeague,pLeagueId,pGameId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPreview',false,{pCtlClientID:pCtlClientID,pSport:pSport,pLeague:pLeague,pLeagueId:pLeagueId,pGameId:pGameId},succeededCallback,failedCallback,userContext); },
GetSchedule:function(pCtlClientID,pSport,pLeague,pLeagueId,pMonth,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetSchedule',false,{pCtlClientID:pCtlClientID,pSport:pSport,pLeague:pLeague,pLeagueId:pLeagueId,pMonth:pMonth},succeededCallback,failedCallback,userContext); },
GetScheduleTeam:function(pCtlClientID,pSport,pLeague,pTeamId,pSeason,pLeagueId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetScheduleTeam',false,{pCtlClientID:pCtlClientID,pSport:pSport,pLeague:pLeague,pTeamId:pTeamId,pSeason:pSeason,pLeagueId:pLeagueId},succeededCallback,failedCallback,userContext); },
GetScheduleByWeek:function(pCtlClientID,pSport,pLeague,pLeagueId,pWeek,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetScheduleByWeek',false,{pCtlClientID:pCtlClientID,pSport:pSport,pLeague:pLeague,pLeagueId:pLeagueId,pWeek:pWeek},succeededCallback,failedCallback,userContext); },
GetTeamList:function(pCtlClientID,pSport,pLeague,pLeagueId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetTeamList',false,{pCtlClientID:pCtlClientID,pSport:pSport,pLeague:pLeague,pLeagueId:pLeagueId},succeededCallback,failedCallback,userContext); },
GetRace:function(pCtlClientID,pSport,pLeague,pLeagueId,pRaceId,pSeason,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetRace',false,{pCtlClientID:pCtlClientID,pSport:pSport,pLeague:pLeague,pLeagueId:pLeagueId,pRaceId:pRaceId,pSeason:pSeason},succeededCallback,failedCallback,userContext); },
GetTrack:function(pCtlClientID,pSport,pLeague,pLeagueId,pTrackId,pSeason,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetTrack',false,{pCtlClientID:pCtlClientID,pSport:pSport,pLeague:pLeague,pLeagueId:pLeagueId,pTrackId:pTrackId,pSeason:pSeason},succeededCallback,failedCallback,userContext); },
GetPitchers:function(pCtlClientID,pSport,pLeague,pLeagueId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPitchers',false,{pCtlClientID:pCtlClientID,pSport:pSport,pLeague:pLeague,pLeagueId:pLeagueId},succeededCallback,failedCallback,userContext); },
GetPitcherLogs:function(pCtlClientID,pSport,pLeague,pLeagueId,pPitcherId,pSeason,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPitcherLogs',false,{pCtlClientID:pCtlClientID,pSport:pSport,pLeague:pLeague,pLeagueId:pLeagueId,pPitcherId:pPitcherId,pSeason:pSeason},succeededCallback,failedCallback,userContext); },
GetRefereeStandings:function(pCtlClientID,pSport,pLeague,pLeagueId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetRefereeStandings',false,{pCtlClientID:pCtlClientID,pSport:pSport,pLeague:pLeague,pLeagueId:pLeagueId},succeededCallback,failedCallback,userContext); },
RefereeReport:function(pCtlClientID,pSport,pLeague,pLeagueId,pReferee,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RefereeReport',false,{pCtlClientID:pCtlClientID,pSport:pSport,pLeague:pLeague,pLeagueId:pLeagueId,pReferee:pReferee},succeededCallback,failedCallback,userContext); },
GetRecap:function(pCtlClientID,pSport,pLeague,pLeagueId,pEventId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetRecap',false,{pCtlClientID:pCtlClientID,pSport:pSport,pLeague:pLeague,pLeagueId:pLeagueId,pEventId:pEventId},succeededCallback,failedCallback,userContext); },
GetTrendSheet:function(pCtlClientID,pSport,pLeague,pLeagueId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetTrendSheet',false,{pCtlClientID:pCtlClientID,pSport:pSport,pLeague:pLeague,pLeagueId:pLeagueId},succeededCallback,failedCallback,userContext); },
GetSoccerTables:function(pCtlClientID,pSport,pLeague,pLeagueId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetSoccerTables',false,{pCtlClientID:pCtlClientID,pSport:pSport,pLeague:pLeague,pLeagueId:pLeagueId},succeededCallback,failedCallback,userContext); },
GetSoccerMatchup:function(pCtlClientID,pSport,pLeague,pLeagueId,pGameId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetSoccerMatchup',false,{pCtlClientID:pCtlClientID,pSport:pSport,pLeague:pLeague,pLeagueId:pLeagueId,pGameId:pGameId},succeededCallback,failedCallback,userContext); },
GetSoccerMatchupList:function(pCtlClientID,pSport,pLeague,pLeagueId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetSoccerMatchupList',false,{pCtlClientID:pCtlClientID,pSport:pSport,pLeague:pLeague,pLeagueId:pLeagueId},succeededCallback,failedCallback,userContext); },
GetSoccerSchedule:function(pCtlClientID,pSport,pLeague,pLeagueId,pMonth,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetSoccerSchedule',false,{pCtlClientID:pCtlClientID,pSport:pSport,pLeague:pLeague,pLeagueId:pLeagueId,pMonth:pMonth},succeededCallback,failedCallback,userContext); },
GetSoccerRecap:function(pCtlClientID,pSport,pLeague,pLeagueId,pEventId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetSoccerRecap',false,{pCtlClientID:pCtlClientID,pSport:pSport,pLeague:pLeague,pLeagueId:pLeagueId,pEventId:pEventId},succeededCallback,failedCallback,userContext); },
GetSoccerClubList:function(pCtlClientID,pSport,pLeague,pLeagueId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetSoccerClubList',false,{pCtlClientID:pCtlClientID,pSport:pSport,pLeague:pLeague,pLeagueId:pLeagueId},succeededCallback,failedCallback,userContext); },
GetSoccerClub:function(pCtlClientID,pSport,pLeague,pLeagueID,pClubId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetSoccerClub',false,{pCtlClientID:pCtlClientID,pSport:pSport,pLeague:pLeague,pLeagueID:pLeagueID,pClubId:pClubId},succeededCallback,failedCallback,userContext); },
GetSoccerPreview:function(pCtlClientID,pSport,pLeague,pLeagueId,pGameId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetSoccerPreview',false,{pCtlClientID:pCtlClientID,pSport:pSport,pLeague:pLeague,pLeagueId:pLeagueId,pGameId:pGameId},succeededCallback,failedCallback,userContext); },
GetOffensiveStats:function(pCtlClientID,pSport,pLeague,pLeagueId,pSortParameter,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetOffensiveStats',false,{pCtlClientID:pCtlClientID,pSport:pSport,pLeague:pLeague,pLeagueId:pLeagueId,pSortParameter:pSortParameter},succeededCallback,failedCallback,userContext); },
GetDefensiveStats:function(pCtlClientID,pSport,pLeague,pLeagueId,pSortParameter,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetDefensiveStats',false,{pCtlClientID:pCtlClientID,pSport:pSport,pLeague:pLeague,pLeagueId:pLeagueId,pSortParameter:pSortParameter},succeededCallback,failedCallback,userContext); },
GetODDS:function(pCtlClientID,pLeagueId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetODDS',false,{pCtlClientID:pCtlClientID,pLeagueId:pLeagueId},succeededCallback,failedCallback,userContext); },
GetOddsByLineType:function(pCtlClientID,pLeague,pLeagueId,pLineType,pCurrentTZ,pNextTZ,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetOddsByLineType',false,{pCtlClientID:pCtlClientID,pLeague:pLeague,pLeagueId:pLeagueId,pLineType:pLineType,pCurrentTZ:pCurrentTZ,pNextTZ:pNextTZ},succeededCallback,failedCallback,userContext); },
GetInjuries:function(pCtlClientID,pSport,pLeague,pLeagueId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetInjuries',false,{pCtlClientID:pCtlClientID,pSport:pSport,pLeague:pLeague,pLeagueId:pLeagueId},succeededCallback,failedCallback,userContext); },
GetScores:function(pCtlClientID,pSport,pLeague,pLeagueId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetScores',false,{pCtlClientID:pCtlClientID,pSport:pSport,pLeague:pLeague,pLeagueId:pLeagueId},succeededCallback,failedCallback,userContext); },
GetShortTrendSheet:function(pSport,pLeague,pLeagueId,pTopTrends,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetShortTrendSheet',false,{pSport:pSport,pLeague:pLeague,pLeagueId:pLeagueId,pTopTrends:pTopTrends},succeededCallback,failedCallback,userContext); },
GetScoreboard:function(pLeague,pPeriod,pDate,pDefaultBookId,lineType,pSport,pLeagueId,IsYesterday,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetScoreboard',false,{pLeague:pLeague,pPeriod:pPeriod,pDate:pDate,pDefaultBookId:pDefaultBookId,lineType:lineType,pSport:pSport,pLeagueId:pLeagueId,IsYesterday:IsYesterday},succeededCallback,failedCallback,userContext); },
GetStandingsDB:function(pLeague,pLeagueId,pN,pHome,pFave,pDate,pSport,isSeason,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetStandingsDB',false,{pLeague:pLeague,pLeagueId:pLeagueId,pN:pN,pHome:pHome,pFave:pFave,pDate:pDate,pSport:pSport,isSeason:isSeason},succeededCallback,failedCallback,userContext); },
GetStandingsDBStats:function(pCtlClientID,pLeague,pLeagueId,pN,pHome,pFave,pSport,isSeason,pOrder,IsAscTeam,IsAscOthers,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetStandingsDBStats',false,{pCtlClientID:pCtlClientID,pLeague:pLeague,pLeagueId:pLeagueId,pN:pN,pHome:pHome,pFave:pFave,pSport:pSport,isSeason:isSeason,pOrder:pOrder,IsAscTeam:IsAscTeam,IsAscOthers:IsAscOthers},succeededCallback,failedCallback,userContext); },
Get_Top_Standings:function(pLeague,pLeagueId,pTopN,pN,pHome,pFave,pDate,pSport,isSeason,pLine,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Get_Top_Standings',false,{pLeague:pLeague,pLeagueId:pLeagueId,pTopN:pTopN,pN:pN,pHome:pHome,pFave:pFave,pDate:pDate,pSport:pSport,isSeason:isSeason,pLine:pLine},succeededCallback,failedCallback,userContext); },
GetLinesMoves:function(pTopSides,pTopTotals,pLeagueId,pStartDate,pSportsBookId,pLeague,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetLinesMoves',false,{pTopSides:pTopSides,pTopTotals:pTopTotals,pLeagueId:pLeagueId,pStartDate:pStartDate,pSportsBookId:pSportsBookId,pLeague:pLeague},succeededCallback,failedCallback,userContext); },
GetOddsDB:function(pLeague,pPeriod,pDate,pOpener,pBooks,lineType,pSport,pLeagueId,allLeagues,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetOddsDB',false,{pLeague:pLeague,pPeriod:pPeriod,pDate:pDate,pOpener:pOpener,pBooks:pBooks,lineType:lineType,pSport:pSport,pLeagueId:pLeagueId,allLeagues:allLeagues},succeededCallback,failedCallback,userContext); },
GetSidesByLeague:function(pLeagueId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetSidesByLeague',false,{pLeagueId:pLeagueId},succeededCallback,failedCallback,userContext); },
GetMiniODDS:function(pCtlClientID,pLeagueId,pLeague,date,pCurrentTZ,pNextTZ,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetMiniODDS',false,{pCtlClientID:pCtlClientID,pLeagueId:pLeagueId,pLeague:pLeague,date:date,pCurrentTZ:pCurrentTZ,pNextTZ:pNextTZ},succeededCallback,failedCallback,userContext); },
GetScoresByDate:function(pSportName,pLeagueName,pLeagueId,pDate,pCurrentTZ,pNextTZ,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetScoresByDate',false,{pSportName:pSportName,pLeagueName:pLeagueName,pLeagueId:pLeagueId,pDate:pDate,pCurrentTZ:pCurrentTZ,pNextTZ:pNextTZ},succeededCallback,failedCallback,userContext); },
GetAllScoresSBR:function(pCurrentTZ,pNextTZ,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetAllScoresSBR',false,{pCurrentTZ:pCurrentTZ,pNextTZ:pNextTZ},succeededCallback,failedCallback,userContext); },
GetAllOddsSBR:function(pLineType,pCurrentTZ,pNextTZ,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetAllOddsSBR',false,{pLineType:pLineType,pCurrentTZ:pCurrentTZ,pNextTZ:pNextTZ},succeededCallback,failedCallback,userContext); },
GetAllOddsByLineType:function(pCtlClientID,pLineType,pCurrentTZ,pNextTZ,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetAllOddsByLineType',false,{pCtlClientID:pCtlClientID,pLineType:pLineType,pCurrentTZ:pCurrentTZ,pNextTZ:pNextTZ},succeededCallback,failedCallback,userContext); }}
Donbest.Website.WebServices.JSStatistics.registerClass('Donbest.Website.WebServices.JSStatistics',Sys.Net.WebServiceProxy);
Donbest.Website.WebServices.JSStatistics._staticInstance = new Donbest.Website.WebServices.JSStatistics();
Donbest.Website.WebServices.JSStatistics.set_path = function(value) { Donbest.Website.WebServices.JSStatistics._staticInstance.set_path(value); }
Donbest.Website.WebServices.JSStatistics.get_path = function() { return Donbest.Website.WebServices.JSStatistics._staticInstance.get_path(); }
Donbest.Website.WebServices.JSStatistics.set_timeout = function(value) { Donbest.Website.WebServices.JSStatistics._staticInstance.set_timeout(value); }
Donbest.Website.WebServices.JSStatistics.get_timeout = function() { return Donbest.Website.WebServices.JSStatistics._staticInstance.get_timeout(); }
Donbest.Website.WebServices.JSStatistics.set_defaultUserContext = function(value) { Donbest.Website.WebServices.JSStatistics._staticInstance.set_defaultUserContext(value); }
Donbest.Website.WebServices.JSStatistics.get_defaultUserContext = function() { return Donbest.Website.WebServices.JSStatistics._staticInstance.get_defaultUserContext(); }
Donbest.Website.WebServices.JSStatistics.set_defaultSucceededCallback = function(value) { Donbest.Website.WebServices.JSStatistics._staticInstance.set_defaultSucceededCallback(value); }
Donbest.Website.WebServices.JSStatistics.get_defaultSucceededCallback = function() { return Donbest.Website.WebServices.JSStatistics._staticInstance.get_defaultSucceededCallback(); }
Donbest.Website.WebServices.JSStatistics.set_defaultFailedCallback = function(value) { Donbest.Website.WebServices.JSStatistics._staticInstance.set_defaultFailedCallback(value); }
Donbest.Website.WebServices.JSStatistics.get_defaultFailedCallback = function() { return Donbest.Website.WebServices.JSStatistics._staticInstance.get_defaultFailedCallback(); }
Donbest.Website.WebServices.JSStatistics.set_path("/asmx/JSStatistics.asmx");
Donbest.Website.WebServices.JSStatistics.GetStandings= function(pCtlClientID,pSport,pLeague,pLeagueId,onSuccess,onFailed,userContext) {Donbest.Website.WebServices.JSStatistics._staticInstance.GetStandings(pCtlClientID,pSport,pLeague,pLeagueId,onSuccess,onFailed,userContext); }
Donbest.Website.WebServices.JSStatistics.GetExpandedStandings= function(pCtlClientID,pSport,pLeague,pLeagueId,onSuccess,onFailed,userContext) {Donbest.Website.WebServices.JSStatistics._staticInstance.GetExpandedStandings(pCtlClientID,pSport,pLeague,pLeagueId,onSuccess,onFailed,userContext); }
Donbest.Website.WebServices.JSStatistics.GetTeamReport= function(pCtlClientID,pSport,pLeague,pLeagueId,pTeamId,onSuccess,onFailed,userContext) {Donbest.Website.WebServices.JSStatistics._staticInstance.GetTeamReport(pCtlClientID,pSport,pLeague,pLeagueId,pTeamId,onSuccess,onFailed,userContext); }
Donbest.Website.WebServices.JSStatistics.GetDriverReport= function(pCtlClientID,pSport,pLeague,pLeagueId,pDriverId,onSuccess,onFailed,userContext) {Donbest.Website.WebServices.JSStatistics._staticInstance.GetDriverReport(pCtlClientID,pSport,pLeague,pLeagueId,pDriverId,onSuccess,onFailed,userContext); }
Donbest.Website.WebServices.JSStatistics.GetMatchupList= function(pCtlClientID,pSport,pLeague,pLeagueId,onSuccess,onFailed,userContext) {Donbest.Website.WebServices.JSStatistics._staticInstance.GetMatchupList(pCtlClientID,pSport,pLeague,pLeagueId,onSuccess,onFailed,userContext); }
Donbest.Website.WebServices.JSStatistics.GetCollegueMatchupList= function(pCtlClientID,pSport,pLeague,pConference,pLeagueId,matchupToShow,onSuccess,onFailed,userContext) {Donbest.Website.WebServices.JSStatistics._staticInstance.GetCollegueMatchupList(pCtlClientID,pSport,pLeague,pConference,pLeagueId,matchupToShow,onSuccess,onFailed,userContext); }
Donbest.Website.WebServices.JSStatistics.GetMatchup= function(pCtlClientID,pSport,pLeague,pLeagueId,pGameId,onSuccess,onFailed,userContext) {Donbest.Website.WebServices.JSStatistics._staticInstance.GetMatchup(pCtlClientID,pSport,pLeague,pLeagueId,pGameId,onSuccess,onFailed,userContext); }
Donbest.Website.WebServices.JSStatistics.GetSuperGrid= function(pCtlClientID,pSport,pLeague,pLeagueId,pGameId,superGridType,onSuccess,onFailed,userContext) {Donbest.Website.WebServices.JSStatistics._staticInstance.GetSuperGrid(pCtlClientID,pSport,pLeague,pLeagueId,pGameId,superGridType,onSuccess,onFailed,userContext); }
Donbest.Website.WebServices.JSStatistics.GetPreview= function(pCtlClientID,pSport,pLeague,pLeagueId,pGameId,onSuccess,onFailed,userContext) {Donbest.Website.WebServices.JSStatistics._staticInstance.GetPreview(pCtlClientID,pSport,pLeague,pLeagueId,pGameId,onSuccess,onFailed,userContext); }
Donbest.Website.WebServices.JSStatistics.GetSchedule= function(pCtlClientID,pSport,pLeague,pLeagueId,pMonth,onSuccess,onFailed,userContext) {Donbest.Website.WebServices.JSStatistics._staticInstance.GetSchedule(pCtlClientID,pSport,pLeague,pLeagueId,pMonth,onSuccess,onFailed,userContext); }
Donbest.Website.WebServices.JSStatistics.GetScheduleTeam= function(pCtlClientID,pSport,pLeague,pTeamId,pSeason,pLeagueId,onSuccess,onFailed,userContext) {Donbest.Website.WebServices.JSStatistics._staticInstance.GetScheduleTeam(pCtlClientID,pSport,pLeague,pTeamId,pSeason,pLeagueId,onSuccess,onFailed,userContext); }
Donbest.Website.WebServices.JSStatistics.GetScheduleByWeek= function(pCtlClientID,pSport,pLeague,pLeagueId,pWeek,onSuccess,onFailed,userContext) {Donbest.Website.WebServices.JSStatistics._staticInstance.GetScheduleByWeek(pCtlClientID,pSport,pLeague,pLeagueId,pWeek,onSuccess,onFailed,userContext); }
Donbest.Website.WebServices.JSStatistics.GetTeamList= function(pCtlClientID,pSport,pLeague,pLeagueId,onSuccess,onFailed,userContext) {Donbest.Website.WebServices.JSStatistics._staticInstance.GetTeamList(pCtlClientID,pSport,pLeague,pLeagueId,onSuccess,onFailed,userContext); }
Donbest.Website.WebServices.JSStatistics.GetRace= function(pCtlClientID,pSport,pLeague,pLeagueId,pRaceId,pSeason,onSuccess,onFailed,userContext) {Donbest.Website.WebServices.JSStatistics._staticInstance.GetRace(pCtlClientID,pSport,pLeague,pLeagueId,pRaceId,pSeason,onSuccess,onFailed,userContext); }
Donbest.Website.WebServices.JSStatistics.GetTrack= function(pCtlClientID,pSport,pLeague,pLeagueId,pTrackId,pSeason,onSuccess,onFailed,userContext) {Donbest.Website.WebServices.JSStatistics._staticInstance.GetTrack(pCtlClientID,pSport,pLeague,pLeagueId,pTrackId,pSeason,onSuccess,onFailed,userContext); }
Donbest.Website.WebServices.JSStatistics.GetPitchers= function(pCtlClientID,pSport,pLeague,pLeagueId,onSuccess,onFailed,userContext) {Donbest.Website.WebServices.JSStatistics._staticInstance.GetPitchers(pCtlClientID,pSport,pLeague,pLeagueId,onSuccess,onFailed,userContext); }
Donbest.Website.WebServices.JSStatistics.GetPitcherLogs= function(pCtlClientID,pSport,pLeague,pLeagueId,pPitcherId,pSeason,onSuccess,onFailed,userContext) {Donbest.Website.WebServices.JSStatistics._staticInstance.GetPitcherLogs(pCtlClientID,pSport,pLeague,pLeagueId,pPitcherId,pSeason,onSuccess,onFailed,userContext); }
Donbest.Website.WebServices.JSStatistics.GetRefereeStandings= function(pCtlClientID,pSport,pLeague,pLeagueId,onSuccess,onFailed,userContext) {Donbest.Website.WebServices.JSStatistics._staticInstance.GetRefereeStandings(pCtlClientID,pSport,pLeague,pLeagueId,onSuccess,onFailed,userContext); }
Donbest.Website.WebServices.JSStatistics.RefereeReport= function(pCtlClientID,pSport,pLeague,pLeagueId,pReferee,onSuccess,onFailed,userContext) {Donbest.Website.WebServices.JSStatistics._staticInstance.RefereeReport(pCtlClientID,pSport,pLeague,pLeagueId,pReferee,onSuccess,onFailed,userContext); }
Donbest.Website.WebServices.JSStatistics.GetRecap= function(pCtlClientID,pSport,pLeague,pLeagueId,pEventId,onSuccess,onFailed,userContext) {Donbest.Website.WebServices.JSStatistics._staticInstance.GetRecap(pCtlClientID,pSport,pLeague,pLeagueId,pEventId,onSuccess,onFailed,userContext); }
Donbest.Website.WebServices.JSStatistics.GetTrendSheet= function(pCtlClientID,pSport,pLeague,pLeagueId,onSuccess,onFailed,userContext) {Donbest.Website.WebServices.JSStatistics._staticInstance.GetTrendSheet(pCtlClientID,pSport,pLeague,pLeagueId,onSuccess,onFailed,userContext); }
Donbest.Website.WebServices.JSStatistics.GetSoccerTables= function(pCtlClientID,pSport,pLeague,pLeagueId,onSuccess,onFailed,userContext) {Donbest.Website.WebServices.JSStatistics._staticInstance.GetSoccerTables(pCtlClientID,pSport,pLeague,pLeagueId,onSuccess,onFailed,userContext); }
Donbest.Website.WebServices.JSStatistics.GetSoccerMatchup= function(pCtlClientID,pSport,pLeague,pLeagueId,pGameId,onSuccess,onFailed,userContext) {Donbest.Website.WebServices.JSStatistics._staticInstance.GetSoccerMatchup(pCtlClientID,pSport,pLeague,pLeagueId,pGameId,onSuccess,onFailed,userContext); }
Donbest.Website.WebServices.JSStatistics.GetSoccerMatchupList= function(pCtlClientID,pSport,pLeague,pLeagueId,onSuccess,onFailed,userContext) {Donbest.Website.WebServices.JSStatistics._staticInstance.GetSoccerMatchupList(pCtlClientID,pSport,pLeague,pLeagueId,onSuccess,onFailed,userContext); }
Donbest.Website.WebServices.JSStatistics.GetSoccerSchedule= function(pCtlClientID,pSport,pLeague,pLeagueId,pMonth,onSuccess,onFailed,userContext) {Donbest.Website.WebServices.JSStatistics._staticInstance.GetSoccerSchedule(pCtlClientID,pSport,pLeague,pLeagueId,pMonth,onSuccess,onFailed,userContext); }
Donbest.Website.WebServices.JSStatistics.GetSoccerRecap= function(pCtlClientID,pSport,pLeague,pLeagueId,pEventId,onSuccess,onFailed,userContext) {Donbest.Website.WebServices.JSStatistics._staticInstance.GetSoccerRecap(pCtlClientID,pSport,pLeague,pLeagueId,pEventId,onSuccess,onFailed,userContext); }
Donbest.Website.WebServices.JSStatistics.GetSoccerClubList= function(pCtlClientID,pSport,pLeague,pLeagueId,onSuccess,onFailed,userContext) {Donbest.Website.WebServices.JSStatistics._staticInstance.GetSoccerClubList(pCtlClientID,pSport,pLeague,pLeagueId,onSuccess,onFailed,userContext); }
Donbest.Website.WebServices.JSStatistics.GetSoccerClub= function(pCtlClientID,pSport,pLeague,pLeagueID,pClubId,onSuccess,onFailed,userContext) {Donbest.Website.WebServices.JSStatistics._staticInstance.GetSoccerClub(pCtlClientID,pSport,pLeague,pLeagueID,pClubId,onSuccess,onFailed,userContext); }
Donbest.Website.WebServices.JSStatistics.GetSoccerPreview= function(pCtlClientID,pSport,pLeague,pLeagueId,pGameId,onSuccess,onFailed,userContext) {Donbest.Website.WebServices.JSStatistics._staticInstance.GetSoccerPreview(pCtlClientID,pSport,pLeague,pLeagueId,pGameId,onSuccess,onFailed,userContext); }
Donbest.Website.WebServices.JSStatistics.GetOffensiveStats= function(pCtlClientID,pSport,pLeague,pLeagueId,pSortParameter,onSuccess,onFailed,userContext) {Donbest.Website.WebServices.JSStatistics._staticInstance.GetOffensiveStats(pCtlClientID,pSport,pLeague,pLeagueId,pSortParameter,onSuccess,onFailed,userContext); }
Donbest.Website.WebServices.JSStatistics.GetDefensiveStats= function(pCtlClientID,pSport,pLeague,pLeagueId,pSortParameter,onSuccess,onFailed,userContext) {Donbest.Website.WebServices.JSStatistics._staticInstance.GetDefensiveStats(pCtlClientID,pSport,pLeague,pLeagueId,pSortParameter,onSuccess,onFailed,userContext); }
Donbest.Website.WebServices.JSStatistics.GetODDS= function(pCtlClientID,pLeagueId,onSuccess,onFailed,userContext) {Donbest.Website.WebServices.JSStatistics._staticInstance.GetODDS(pCtlClientID,pLeagueId,onSuccess,onFailed,userContext); }
Donbest.Website.WebServices.JSStatistics.GetOddsByLineType= function(pCtlClientID,pLeague,pLeagueId,pLineType,pCurrentTZ,pNextTZ,onSuccess,onFailed,userContext) {Donbest.Website.WebServices.JSStatistics._staticInstance.GetOddsByLineType(pCtlClientID,pLeague,pLeagueId,pLineType,pCurrentTZ,pNextTZ,onSuccess,onFailed,userContext); }
Donbest.Website.WebServices.JSStatistics.GetInjuries= function(pCtlClientID,pSport,pLeague,pLeagueId,onSuccess,onFailed,userContext) {Donbest.Website.WebServices.JSStatistics._staticInstance.GetInjuries(pCtlClientID,pSport,pLeague,pLeagueId,onSuccess,onFailed,userContext); }
Donbest.Website.WebServices.JSStatistics.GetScores= function(pCtlClientID,pSport,pLeague,pLeagueId,onSuccess,onFailed,userContext) {Donbest.Website.WebServices.JSStatistics._staticInstance.GetScores(pCtlClientID,pSport,pLeague,pLeagueId,onSuccess,onFailed,userContext); }
Donbest.Website.WebServices.JSStatistics.GetShortTrendSheet= function(pSport,pLeague,pLeagueId,pTopTrends,onSuccess,onFailed,userContext) {Donbest.Website.WebServices.JSStatistics._staticInstance.GetShortTrendSheet(pSport,pLeague,pLeagueId,pTopTrends,onSuccess,onFailed,userContext); }
Donbest.Website.WebServices.JSStatistics.GetScoreboard= function(pLeague,pPeriod,pDate,pDefaultBookId,lineType,pSport,pLeagueId,IsYesterday,onSuccess,onFailed,userContext) {Donbest.Website.WebServices.JSStatistics._staticInstance.GetScoreboard(pLeague,pPeriod,pDate,pDefaultBookId,lineType,pSport,pLeagueId,IsYesterday,onSuccess,onFailed,userContext); }
Donbest.Website.WebServices.JSStatistics.GetStandingsDB= function(pLeague,pLeagueId,pN,pHome,pFave,pDate,pSport,isSeason,onSuccess,onFailed,userContext) {Donbest.Website.WebServices.JSStatistics._staticInstance.GetStandingsDB(pLeague,pLeagueId,pN,pHome,pFave,pDate,pSport,isSeason,onSuccess,onFailed,userContext); }
Donbest.Website.WebServices.JSStatistics.GetStandingsDBStats= function(pCtlClientID,pLeague,pLeagueId,pN,pHome,pFave,pSport,isSeason,pOrder,IsAscTeam,IsAscOthers,onSuccess,onFailed,userContext) {Donbest.Website.WebServices.JSStatistics._staticInstance.GetStandingsDBStats(pCtlClientID,pLeague,pLeagueId,pN,pHome,pFave,pSport,isSeason,pOrder,IsAscTeam,IsAscOthers,onSuccess,onFailed,userContext); }
Donbest.Website.WebServices.JSStatistics.Get_Top_Standings= function(pLeague,pLeagueId,pTopN,pN,pHome,pFave,pDate,pSport,isSeason,pLine,onSuccess,onFailed,userContext) {Donbest.Website.WebServices.JSStatistics._staticInstance.Get_Top_Standings(pLeague,pLeagueId,pTopN,pN,pHome,pFave,pDate,pSport,isSeason,pLine,onSuccess,onFailed,userContext); }
Donbest.Website.WebServices.JSStatistics.GetLinesMoves= function(pTopSides,pTopTotals,pLeagueId,pStartDate,pSportsBookId,pLeague,onSuccess,onFailed,userContext) {Donbest.Website.WebServices.JSStatistics._staticInstance.GetLinesMoves(pTopSides,pTopTotals,pLeagueId,pStartDate,pSportsBookId,pLeague,onSuccess,onFailed,userContext); }
Donbest.Website.WebServices.JSStatistics.GetOddsDB= function(pLeague,pPeriod,pDate,pOpener,pBooks,lineType,pSport,pLeagueId,allLeagues,onSuccess,onFailed,userContext) {Donbest.Website.WebServices.JSStatistics._staticInstance.GetOddsDB(pLeague,pPeriod,pDate,pOpener,pBooks,lineType,pSport,pLeagueId,allLeagues,onSuccess,onFailed,userContext); }
Donbest.Website.WebServices.JSStatistics.GetSidesByLeague= function(pLeagueId,onSuccess,onFailed,userContext) {Donbest.Website.WebServices.JSStatistics._staticInstance.GetSidesByLeague(pLeagueId,onSuccess,onFailed,userContext); }
Donbest.Website.WebServices.JSStatistics.GetMiniODDS= function(pCtlClientID,pLeagueId,pLeague,date,pCurrentTZ,pNextTZ,onSuccess,onFailed,userContext) {Donbest.Website.WebServices.JSStatistics._staticInstance.GetMiniODDS(pCtlClientID,pLeagueId,pLeague,date,pCurrentTZ,pNextTZ,onSuccess,onFailed,userContext); }
Donbest.Website.WebServices.JSStatistics.GetScoresByDate= function(pSportName,pLeagueName,pLeagueId,pDate,pCurrentTZ,pNextTZ,onSuccess,onFailed,userContext) {Donbest.Website.WebServices.JSStatistics._staticInstance.GetScoresByDate(pSportName,pLeagueName,pLeagueId,pDate,pCurrentTZ,pNextTZ,onSuccess,onFailed,userContext); }
Donbest.Website.WebServices.JSStatistics.GetAllScoresSBR= function(pCurrentTZ,pNextTZ,onSuccess,onFailed,userContext) {Donbest.Website.WebServices.JSStatistics._staticInstance.GetAllScoresSBR(pCurrentTZ,pNextTZ,onSuccess,onFailed,userContext); }
Donbest.Website.WebServices.JSStatistics.GetAllOddsSBR= function(pLineType,pCurrentTZ,pNextTZ,onSuccess,onFailed,userContext) {Donbest.Website.WebServices.JSStatistics._staticInstance.GetAllOddsSBR(pLineType,pCurrentTZ,pNextTZ,onSuccess,onFailed,userContext); }
Donbest.Website.WebServices.JSStatistics.GetAllOddsByLineType= function(pCtlClientID,pLineType,pCurrentTZ,pNextTZ,onSuccess,onFailed,userContext) {Donbest.Website.WebServices.JSStatistics._staticInstance.GetAllOddsByLineType(pCtlClientID,pLineType,pCurrentTZ,pNextTZ,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('DonBest.Common.Objects');
if (typeof(DonBest.Common.Objects.Side) === 'undefined') {
DonBest.Common.Objects.Side=gtc("DonBest.Common.Objects.Side");
DonBest.Common.Objects.Side.registerClass('DonBest.Common.Objects.Side');
}
