Type.registerNamespace('RodeoAustin.Web.WebServices');
RodeoAustin.Web.WebServices.General=function() {
RodeoAustin.Web.WebServices.General.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
RodeoAustin.Web.WebServices.General.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return RodeoAustin.Web.WebServices.General._staticInstance.get_path();},
GetHomepageUpcomingEvents:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetHomepageUpcomingEvents',false,{},succeededCallback,failedCallback,userContext); },
GetHomepageFeatures:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetHomepageFeatures',false,{},succeededCallback,failedCallback,userContext); },
GetQuickVoteQuestionWithAnswers:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetQuickVoteQuestionWithAnswers',false,{},succeededCallback,failedCallback,userContext); },
GetHistoryTimelineEvents:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetHistoryTimelineEvents',false,{},succeededCallback,failedCallback,userContext); },
GetDaysToRodeo:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetDaysToRodeo',false,{},succeededCallback,failedCallback,userContext); },
EmailSignup:function(email,list,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'EmailSignup',false,{email:email,list:list},succeededCallback,failedCallback,userContext); },
SubmitQuickVote:function(questionID,answerID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SubmitQuickVote',false,{questionID:questionID,answerID:answerID},succeededCallback,failedCallback,userContext); }}
RodeoAustin.Web.WebServices.General.registerClass('RodeoAustin.Web.WebServices.General',Sys.Net.WebServiceProxy);
RodeoAustin.Web.WebServices.General._staticInstance = new RodeoAustin.Web.WebServices.General();
RodeoAustin.Web.WebServices.General.set_path = function(value) { RodeoAustin.Web.WebServices.General._staticInstance.set_path(value); }
RodeoAustin.Web.WebServices.General.get_path = function() { return RodeoAustin.Web.WebServices.General._staticInstance.get_path(); }
RodeoAustin.Web.WebServices.General.set_timeout = function(value) { RodeoAustin.Web.WebServices.General._staticInstance.set_timeout(value); }
RodeoAustin.Web.WebServices.General.get_timeout = function() { return RodeoAustin.Web.WebServices.General._staticInstance.get_timeout(); }
RodeoAustin.Web.WebServices.General.set_defaultUserContext = function(value) { RodeoAustin.Web.WebServices.General._staticInstance.set_defaultUserContext(value); }
RodeoAustin.Web.WebServices.General.get_defaultUserContext = function() { return RodeoAustin.Web.WebServices.General._staticInstance.get_defaultUserContext(); }
RodeoAustin.Web.WebServices.General.set_defaultSucceededCallback = function(value) { RodeoAustin.Web.WebServices.General._staticInstance.set_defaultSucceededCallback(value); }
RodeoAustin.Web.WebServices.General.get_defaultSucceededCallback = function() { return RodeoAustin.Web.WebServices.General._staticInstance.get_defaultSucceededCallback(); }
RodeoAustin.Web.WebServices.General.set_defaultFailedCallback = function(value) { RodeoAustin.Web.WebServices.General._staticInstance.set_defaultFailedCallback(value); }
RodeoAustin.Web.WebServices.General.get_defaultFailedCallback = function() { return RodeoAustin.Web.WebServices.General._staticInstance.get_defaultFailedCallback(); }
RodeoAustin.Web.WebServices.General.set_path("/services/General.asmx");
RodeoAustin.Web.WebServices.General.GetHomepageUpcomingEvents= function(onSuccess,onFailed,userContext) {RodeoAustin.Web.WebServices.General._staticInstance.GetHomepageUpcomingEvents(onSuccess,onFailed,userContext); }
RodeoAustin.Web.WebServices.General.GetHomepageFeatures= function(onSuccess,onFailed,userContext) {RodeoAustin.Web.WebServices.General._staticInstance.GetHomepageFeatures(onSuccess,onFailed,userContext); }
RodeoAustin.Web.WebServices.General.GetQuickVoteQuestionWithAnswers= function(onSuccess,onFailed,userContext) {RodeoAustin.Web.WebServices.General._staticInstance.GetQuickVoteQuestionWithAnswers(onSuccess,onFailed,userContext); }
RodeoAustin.Web.WebServices.General.GetHistoryTimelineEvents= function(onSuccess,onFailed,userContext) {RodeoAustin.Web.WebServices.General._staticInstance.GetHistoryTimelineEvents(onSuccess,onFailed,userContext); }
RodeoAustin.Web.WebServices.General.GetDaysToRodeo= function(onSuccess,onFailed,userContext) {RodeoAustin.Web.WebServices.General._staticInstance.GetDaysToRodeo(onSuccess,onFailed,userContext); }
RodeoAustin.Web.WebServices.General.EmailSignup= function(email,list,onSuccess,onFailed,userContext) {RodeoAustin.Web.WebServices.General._staticInstance.EmailSignup(email,list,onSuccess,onFailed,userContext); }
RodeoAustin.Web.WebServices.General.SubmitQuickVote= function(questionID,answerID,onSuccess,onFailed,userContext) {RodeoAustin.Web.WebServices.General._staticInstance.SubmitQuickVote(questionID,answerID,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('RodeoAustin.Core.Entities.Content');
if (typeof(RodeoAustin.Core.Entities.Content.QuickVoteQuestion) === 'undefined') {
RodeoAustin.Core.Entities.Content.QuickVoteQuestion=gtc("RodeoAustin.Core.Entities.Content.QuickVoteQuestion");
RodeoAustin.Core.Entities.Content.QuickVoteQuestion.registerClass('RodeoAustin.Core.Entities.Content.QuickVoteQuestion');
}
Type.registerNamespace('Saffire.Core.Web.WebServices');
if (typeof(Saffire.Core.Web.WebServices.ServiceCallResult) === 'undefined') {
Saffire.Core.Web.WebServices.ServiceCallResult=gtc("Saffire.Core.Web.WebServices.ServiceCallResult");
Saffire.Core.Web.WebServices.ServiceCallResult.registerClass('Saffire.Core.Web.WebServices.ServiceCallResult');
}
