Type.registerNamespace('CodeEffects.Scheduler.Site.Common.Services.Common');
CodeEffects.Scheduler.Site.Common.Services.Common.Port=function() {
CodeEffects.Scheduler.Site.Common.Services.Common.Port.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
CodeEffects.Scheduler.Site.Common.Services.Common.Port.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return CodeEffects.Scheduler.Site.Common.Services.Common.Port._staticInstance.get_path();},
GetSettings:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetSettings',false,{},succeededCallback,failedCallback,userContext); },
SaveCulture:function(val,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SaveCulture',false,{val:val},succeededCallback,failedCallback,userContext); },
GetSection:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetSection',false,{},succeededCallback,failedCallback,userContext); },
GetLabels:function(val,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetLabels',false,{val:val},succeededCallback,failedCallback,userContext); },
SaveAnimation:function(val,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SaveAnimation',false,{val:val},succeededCallback,failedCallback,userContext); },
SaveHelpDynamic:function(val,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SaveHelpDynamic',false,{val:val},succeededCallback,failedCallback,userContext); },
SaveSizeTheme:function(val,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SaveSizeTheme',false,{val:val},succeededCallback,failedCallback,userContext); },
SaveColorTheme:function(val,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SaveColorTheme',false,{val:val},succeededCallback,failedCallback,userContext); },
Support:function(val1,val2,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Support',false,{val1:val1,val2:val2},succeededCallback,failedCallback,userContext); },
GetPlans:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPlans',false,{},succeededCallback,failedCallback,userContext); },
Create:function(val1,val2,val3,val4,val5,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Create',false,{val1:val1,val2:val2,val3:val3,val4:val4,val5:val5},succeededCallback,failedCallback,userContext); },
Enter:function(val1,val2,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Enter',false,{val1:val1,val2:val2},succeededCallback,failedCallback,userContext); },
Exit:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Exit',false,{},succeededCallback,failedCallback,userContext); },
Reset:function(val,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Reset',false,{val:val},succeededCallback,failedCallback,userContext); }}
CodeEffects.Scheduler.Site.Common.Services.Common.Port.registerClass('CodeEffects.Scheduler.Site.Common.Services.Common.Port',Sys.Net.WebServiceProxy);
CodeEffects.Scheduler.Site.Common.Services.Common.Port._staticInstance = new CodeEffects.Scheduler.Site.Common.Services.Common.Port();
CodeEffects.Scheduler.Site.Common.Services.Common.Port.set_path = function(value) { CodeEffects.Scheduler.Site.Common.Services.Common.Port._staticInstance.set_path(value); }
CodeEffects.Scheduler.Site.Common.Services.Common.Port.get_path = function() { return CodeEffects.Scheduler.Site.Common.Services.Common.Port._staticInstance.get_path(); }
CodeEffects.Scheduler.Site.Common.Services.Common.Port.set_timeout = function(value) { CodeEffects.Scheduler.Site.Common.Services.Common.Port._staticInstance.set_timeout(value); }
CodeEffects.Scheduler.Site.Common.Services.Common.Port.get_timeout = function() { return CodeEffects.Scheduler.Site.Common.Services.Common.Port._staticInstance.get_timeout(); }
CodeEffects.Scheduler.Site.Common.Services.Common.Port.set_defaultUserContext = function(value) { CodeEffects.Scheduler.Site.Common.Services.Common.Port._staticInstance.set_defaultUserContext(value); }
CodeEffects.Scheduler.Site.Common.Services.Common.Port.get_defaultUserContext = function() { return CodeEffects.Scheduler.Site.Common.Services.Common.Port._staticInstance.get_defaultUserContext(); }
CodeEffects.Scheduler.Site.Common.Services.Common.Port.set_defaultSucceededCallback = function(value) { CodeEffects.Scheduler.Site.Common.Services.Common.Port._staticInstance.set_defaultSucceededCallback(value); }
CodeEffects.Scheduler.Site.Common.Services.Common.Port.get_defaultSucceededCallback = function() { return CodeEffects.Scheduler.Site.Common.Services.Common.Port._staticInstance.get_defaultSucceededCallback(); }
CodeEffects.Scheduler.Site.Common.Services.Common.Port.set_defaultFailedCallback = function(value) { CodeEffects.Scheduler.Site.Common.Services.Common.Port._staticInstance.set_defaultFailedCallback(value); }
CodeEffects.Scheduler.Site.Common.Services.Common.Port.get_defaultFailedCallback = function() { return CodeEffects.Scheduler.Site.Common.Services.Common.Port._staticInstance.get_defaultFailedCallback(); }
CodeEffects.Scheduler.Site.Common.Services.Common.Port.set_path("/Common/Services/Common/Port.asmx");
CodeEffects.Scheduler.Site.Common.Services.Common.Port.GetSettings= function(onSuccess,onFailed,userContext) {CodeEffects.Scheduler.Site.Common.Services.Common.Port._staticInstance.GetSettings(onSuccess,onFailed,userContext); }
CodeEffects.Scheduler.Site.Common.Services.Common.Port.SaveCulture= function(val,onSuccess,onFailed,userContext) {CodeEffects.Scheduler.Site.Common.Services.Common.Port._staticInstance.SaveCulture(val,onSuccess,onFailed,userContext); }
CodeEffects.Scheduler.Site.Common.Services.Common.Port.GetSection= function(onSuccess,onFailed,userContext) {CodeEffects.Scheduler.Site.Common.Services.Common.Port._staticInstance.GetSection(onSuccess,onFailed,userContext); }
CodeEffects.Scheduler.Site.Common.Services.Common.Port.GetLabels= function(val,onSuccess,onFailed,userContext) {CodeEffects.Scheduler.Site.Common.Services.Common.Port._staticInstance.GetLabels(val,onSuccess,onFailed,userContext); }
CodeEffects.Scheduler.Site.Common.Services.Common.Port.SaveAnimation= function(val,onSuccess,onFailed,userContext) {CodeEffects.Scheduler.Site.Common.Services.Common.Port._staticInstance.SaveAnimation(val,onSuccess,onFailed,userContext); }
CodeEffects.Scheduler.Site.Common.Services.Common.Port.SaveHelpDynamic= function(val,onSuccess,onFailed,userContext) {CodeEffects.Scheduler.Site.Common.Services.Common.Port._staticInstance.SaveHelpDynamic(val,onSuccess,onFailed,userContext); }
CodeEffects.Scheduler.Site.Common.Services.Common.Port.SaveSizeTheme= function(val,onSuccess,onFailed,userContext) {CodeEffects.Scheduler.Site.Common.Services.Common.Port._staticInstance.SaveSizeTheme(val,onSuccess,onFailed,userContext); }
CodeEffects.Scheduler.Site.Common.Services.Common.Port.SaveColorTheme= function(val,onSuccess,onFailed,userContext) {CodeEffects.Scheduler.Site.Common.Services.Common.Port._staticInstance.SaveColorTheme(val,onSuccess,onFailed,userContext); }
CodeEffects.Scheduler.Site.Common.Services.Common.Port.Support= function(val1,val2,onSuccess,onFailed,userContext) {CodeEffects.Scheduler.Site.Common.Services.Common.Port._staticInstance.Support(val1,val2,onSuccess,onFailed,userContext); }
CodeEffects.Scheduler.Site.Common.Services.Common.Port.GetPlans= function(onSuccess,onFailed,userContext) {CodeEffects.Scheduler.Site.Common.Services.Common.Port._staticInstance.GetPlans(onSuccess,onFailed,userContext); }
CodeEffects.Scheduler.Site.Common.Services.Common.Port.Create= function(val1,val2,val3,val4,val5,onSuccess,onFailed,userContext) {CodeEffects.Scheduler.Site.Common.Services.Common.Port._staticInstance.Create(val1,val2,val3,val4,val5,onSuccess,onFailed,userContext); }
CodeEffects.Scheduler.Site.Common.Services.Common.Port.Enter= function(val1,val2,onSuccess,onFailed,userContext) {CodeEffects.Scheduler.Site.Common.Services.Common.Port._staticInstance.Enter(val1,val2,onSuccess,onFailed,userContext); }
CodeEffects.Scheduler.Site.Common.Services.Common.Port.Exit= function(onSuccess,onFailed,userContext) {CodeEffects.Scheduler.Site.Common.Services.Common.Port._staticInstance.Exit(onSuccess,onFailed,userContext); }
CodeEffects.Scheduler.Site.Common.Services.Common.Port.Reset= function(val,onSuccess,onFailed,userContext) {CodeEffects.Scheduler.Site.Common.Services.Common.Port._staticInstance.Reset(val,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('CodeEffects.Scheduler.Site.Common.Services');
if (typeof(CodeEffects.Scheduler.Site.Common.Services.PortResponse) === 'undefined') {
CodeEffects.Scheduler.Site.Common.Services.PortResponse=gtc("CodeEffects.Scheduler.Site.Common.Services.PortResponse");
CodeEffects.Scheduler.Site.Common.Services.PortResponse.registerClass('CodeEffects.Scheduler.Site.Common.Services.PortResponse');
}
if (typeof(CodeEffects.Scheduler.Site.Common.Services.SectionResponse) === 'undefined') {
CodeEffects.Scheduler.Site.Common.Services.SectionResponse=gtc("CodeEffects.Scheduler.Site.Common.Services.SectionResponse");
CodeEffects.Scheduler.Site.Common.Services.SectionResponse.registerClass('CodeEffects.Scheduler.Site.Common.Services.SectionResponse');
}
Type.registerNamespace('CodeEffects.Common');
if (typeof(CodeEffects.Common.Pair) === 'undefined') {
CodeEffects.Common.Pair=gtc("CodeEffects.Common.Pair");
CodeEffects.Common.Pair.registerClass('CodeEffects.Common.Pair');
}
if (typeof(CodeEffects.Scheduler.Site.Common.Services.PlanResponse) === 'undefined') {
CodeEffects.Scheduler.Site.Common.Services.PlanResponse=gtc("CodeEffects.Scheduler.Site.Common.Services.PlanResponse");
CodeEffects.Scheduler.Site.Common.Services.PlanResponse.registerClass('CodeEffects.Scheduler.Site.Common.Services.PlanResponse');
}
