Type.registerNamespace('BarbadosGospelfest.Website');
BarbadosGospelfest.Website.Methods=function() {
BarbadosGospelfest.Website.Methods.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
BarbadosGospelfest.Website.Methods.prototype={
UpdateContentFeedback:function(identifier,helpful,succeededCallback, failedCallback, userContext) {
return this._invoke(BarbadosGospelfest.Website.Methods.get_path(), 'UpdateContentFeedback',false,{identifier:identifier,helpful:helpful},succeededCallback,failedCallback,userContext); }}
BarbadosGospelfest.Website.Methods.registerClass('BarbadosGospelfest.Website.Methods',Sys.Net.WebServiceProxy);
BarbadosGospelfest.Website.Methods._staticInstance = new BarbadosGospelfest.Website.Methods();
BarbadosGospelfest.Website.Methods.set_path = function(value) { BarbadosGospelfest.Website.Methods._staticInstance._path = value; }
BarbadosGospelfest.Website.Methods.get_path = function() { return BarbadosGospelfest.Website.Methods._staticInstance._path; }
BarbadosGospelfest.Website.Methods.set_timeout = function(value) { BarbadosGospelfest.Website.Methods._staticInstance._timeout = value; }
BarbadosGospelfest.Website.Methods.get_timeout = function() { return BarbadosGospelfest.Website.Methods._staticInstance._timeout; }
BarbadosGospelfest.Website.Methods.set_defaultUserContext = function(value) { BarbadosGospelfest.Website.Methods._staticInstance._userContext = value; }
BarbadosGospelfest.Website.Methods.get_defaultUserContext = function() { return BarbadosGospelfest.Website.Methods._staticInstance._userContext; }
BarbadosGospelfest.Website.Methods.set_defaultSucceededCallback = function(value) { BarbadosGospelfest.Website.Methods._staticInstance._succeeded = value; }
BarbadosGospelfest.Website.Methods.get_defaultSucceededCallback = function() { return BarbadosGospelfest.Website.Methods._staticInstance._succeeded; }
BarbadosGospelfest.Website.Methods.set_defaultFailedCallback = function(value) { BarbadosGospelfest.Website.Methods._staticInstance._failed = value; }
BarbadosGospelfest.Website.Methods.get_defaultFailedCallback = function() { return BarbadosGospelfest.Website.Methods._staticInstance._failed; }
BarbadosGospelfest.Website.Methods.set_path("/Methods.asmx");
BarbadosGospelfest.Website.Methods.UpdateContentFeedback= function(identifier,helpful,onSuccess,onFailed,userContext) {BarbadosGospelfest.Website.Methods._staticInstance.UpdateContentFeedback(identifier,helpful,onSuccess,onFailed,userContext); }
