Type.registerNamespace('GiantEagle.Applications.InternetSites.Web.Services');
GiantEagle.Applications.InternetSites.Web.Services.Dashboard=function() {
GiantEagle.Applications.InternetSites.Web.Services.Dashboard.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
GiantEagle.Applications.InternetSites.Web.Services.Dashboard.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return GiantEagle.Applications.InternetSites.Web.Services.Dashboard._staticInstance.get_path();},
GetVersion:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetVersion',false,{},succeededCallback,failedCallback,userContext); },
SetDashboardOpenStatus:function(isOpen,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SetDashboardOpenStatus',false,{isOpen:isOpen},succeededCallback,failedCallback,userContext); },
GetNewsWire:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetNewsWire',false,{},succeededCallback,failedCallback,userContext); },
GetCommunityEvents:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCommunityEvents',false,{},succeededCallback,failedCallback,userContext); }}
GiantEagle.Applications.InternetSites.Web.Services.Dashboard.registerClass('GiantEagle.Applications.InternetSites.Web.Services.Dashboard',Sys.Net.WebServiceProxy);
GiantEagle.Applications.InternetSites.Web.Services.Dashboard._staticInstance = new GiantEagle.Applications.InternetSites.Web.Services.Dashboard();
GiantEagle.Applications.InternetSites.Web.Services.Dashboard.set_path = function(value) { GiantEagle.Applications.InternetSites.Web.Services.Dashboard._staticInstance.set_path(value); }
GiantEagle.Applications.InternetSites.Web.Services.Dashboard.get_path = function() { return GiantEagle.Applications.InternetSites.Web.Services.Dashboard._staticInstance.get_path(); }
GiantEagle.Applications.InternetSites.Web.Services.Dashboard.set_timeout = function(value) { GiantEagle.Applications.InternetSites.Web.Services.Dashboard._staticInstance.set_timeout(value); }
GiantEagle.Applications.InternetSites.Web.Services.Dashboard.get_timeout = function() { return GiantEagle.Applications.InternetSites.Web.Services.Dashboard._staticInstance.get_timeout(); }
GiantEagle.Applications.InternetSites.Web.Services.Dashboard.set_defaultUserContext = function(value) { GiantEagle.Applications.InternetSites.Web.Services.Dashboard._staticInstance.set_defaultUserContext(value); }
GiantEagle.Applications.InternetSites.Web.Services.Dashboard.get_defaultUserContext = function() { return GiantEagle.Applications.InternetSites.Web.Services.Dashboard._staticInstance.get_defaultUserContext(); }
GiantEagle.Applications.InternetSites.Web.Services.Dashboard.set_defaultSucceededCallback = function(value) { GiantEagle.Applications.InternetSites.Web.Services.Dashboard._staticInstance.set_defaultSucceededCallback(value); }
GiantEagle.Applications.InternetSites.Web.Services.Dashboard.get_defaultSucceededCallback = function() { return GiantEagle.Applications.InternetSites.Web.Services.Dashboard._staticInstance.get_defaultSucceededCallback(); }
GiantEagle.Applications.InternetSites.Web.Services.Dashboard.set_defaultFailedCallback = function(value) { GiantEagle.Applications.InternetSites.Web.Services.Dashboard._staticInstance.set_defaultFailedCallback(value); }
GiantEagle.Applications.InternetSites.Web.Services.Dashboard.get_defaultFailedCallback = function() { return GiantEagle.Applications.InternetSites.Web.Services.Dashboard._staticInstance.get_defaultFailedCallback(); }
GiantEagle.Applications.InternetSites.Web.Services.Dashboard.set_path("/Services/Dashboard.asmx");
GiantEagle.Applications.InternetSites.Web.Services.Dashboard.GetVersion= function(onSuccess,onFailed,userContext) {GiantEagle.Applications.InternetSites.Web.Services.Dashboard._staticInstance.GetVersion(onSuccess,onFailed,userContext); }
GiantEagle.Applications.InternetSites.Web.Services.Dashboard.SetDashboardOpenStatus= function(isOpen,onSuccess,onFailed,userContext) {GiantEagle.Applications.InternetSites.Web.Services.Dashboard._staticInstance.SetDashboardOpenStatus(isOpen,onSuccess,onFailed,userContext); }
GiantEagle.Applications.InternetSites.Web.Services.Dashboard.GetNewsWire= function(onSuccess,onFailed,userContext) {GiantEagle.Applications.InternetSites.Web.Services.Dashboard._staticInstance.GetNewsWire(onSuccess,onFailed,userContext); }
GiantEagle.Applications.InternetSites.Web.Services.Dashboard.GetCommunityEvents= function(onSuccess,onFailed,userContext) {GiantEagle.Applications.InternetSites.Web.Services.Dashboard._staticInstance.GetCommunityEvents(onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('GiantEagle.Core.Web.Services.Ajax');
if (typeof(GiantEagle.Core.Web.Services.Ajax.GEAjaxResponseMessage) === 'undefined') {
GiantEagle.Core.Web.Services.Ajax.GEAjaxResponseMessage=gtc("GiantEagle.Core.Web.Services.Ajax.GEAjaxResponseMessage");
GiantEagle.Core.Web.Services.Ajax.GEAjaxResponseMessage.registerClass('GiantEagle.Core.Web.Services.Ajax.GEAjaxResponseMessage');
}
