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

