Type.registerNamespace('HeliosEos.WebUI.AjaxWebServices');
HeliosEos.WebUI.AjaxWebServices.UIContextComplement=function() {
HeliosEos.WebUI.AjaxWebServices.UIContextComplement.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
HeliosEos.WebUI.AjaxWebServices.UIContextComplement.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return HeliosEos.WebUI.AjaxWebServices.UIContextComplement._staticInstance.get_path();},
GetComplement:function(key,parameter,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetComplement',false,{key:key,parameter:parameter},succeededCallback,failedCallback,userContext); },
GetStatut:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetStatut',false,{},succeededCallback,failedCallback,userContext); }}
HeliosEos.WebUI.AjaxWebServices.UIContextComplement.registerClass('HeliosEos.WebUI.AjaxWebServices.UIContextComplement',Sys.Net.WebServiceProxy);
HeliosEos.WebUI.AjaxWebServices.UIContextComplement._staticInstance = new HeliosEos.WebUI.AjaxWebServices.UIContextComplement();
HeliosEos.WebUI.AjaxWebServices.UIContextComplement.set_path = function(value) { HeliosEos.WebUI.AjaxWebServices.UIContextComplement._staticInstance.set_path(value); }
HeliosEos.WebUI.AjaxWebServices.UIContextComplement.get_path = function() { return HeliosEos.WebUI.AjaxWebServices.UIContextComplement._staticInstance.get_path(); }
HeliosEos.WebUI.AjaxWebServices.UIContextComplement.set_timeout = function(value) { HeliosEos.WebUI.AjaxWebServices.UIContextComplement._staticInstance.set_timeout(value); }
HeliosEos.WebUI.AjaxWebServices.UIContextComplement.get_timeout = function() { return HeliosEos.WebUI.AjaxWebServices.UIContextComplement._staticInstance.get_timeout(); }
HeliosEos.WebUI.AjaxWebServices.UIContextComplement.set_defaultUserContext = function(value) { HeliosEos.WebUI.AjaxWebServices.UIContextComplement._staticInstance.set_defaultUserContext(value); }
HeliosEos.WebUI.AjaxWebServices.UIContextComplement.get_defaultUserContext = function() { return HeliosEos.WebUI.AjaxWebServices.UIContextComplement._staticInstance.get_defaultUserContext(); }
HeliosEos.WebUI.AjaxWebServices.UIContextComplement.set_defaultSucceededCallback = function(value) { HeliosEos.WebUI.AjaxWebServices.UIContextComplement._staticInstance.set_defaultSucceededCallback(value); }
HeliosEos.WebUI.AjaxWebServices.UIContextComplement.get_defaultSucceededCallback = function() { return HeliosEos.WebUI.AjaxWebServices.UIContextComplement._staticInstance.get_defaultSucceededCallback(); }
HeliosEos.WebUI.AjaxWebServices.UIContextComplement.set_defaultFailedCallback = function(value) { HeliosEos.WebUI.AjaxWebServices.UIContextComplement._staticInstance.set_defaultFailedCallback(value); }
HeliosEos.WebUI.AjaxWebServices.UIContextComplement.get_defaultFailedCallback = function() { return HeliosEos.WebUI.AjaxWebServices.UIContextComplement._staticInstance.get_defaultFailedCallback(); }
HeliosEos.WebUI.AjaxWebServices.UIContextComplement.set_path("/AjaxWebServices/UIContextComplement.asmx");
HeliosEos.WebUI.AjaxWebServices.UIContextComplement.GetComplement= function(key,parameter,onSuccess,onFailed,userContext) {HeliosEos.WebUI.AjaxWebServices.UIContextComplement._staticInstance.GetComplement(key,parameter,onSuccess,onFailed,userContext); }
HeliosEos.WebUI.AjaxWebServices.UIContextComplement.GetStatut= function(onSuccess,onFailed,userContext) {HeliosEos.WebUI.AjaxWebServices.UIContextComplement._staticInstance.GetStatut(onSuccess,onFailed,userContext); }

