var AutoCompleteRecherche=function() {
AutoCompleteRecherche.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
AutoCompleteRecherche.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return AutoCompleteRecherche._staticInstance.get_path();},
GetReferences:function(prefixText,count,succeededCallback, failedCallback, userContext) {
/// <param name="prefixText" type="String">System.String</param>
/// <param name="count" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetReferences',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); },
GetReferencesWithCategoriesFO:function(prefixText,count,succeededCallback, failedCallback, userContext) {
/// <param name="prefixText" type="String">System.String</param>
/// <param name="count" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetReferencesWithCategoriesFO',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); },
GetReferencesWithCategoriesBO:function(prefixText,count,succeededCallback, failedCallback, userContext) {
/// <param name="prefixText" type="String">System.String</param>
/// <param name="count" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetReferencesWithCategoriesBO',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); },
GetLibelles:function(prefixText,count,succeededCallback, failedCallback, userContext) {
/// <param name="prefixText" type="String">System.String</param>
/// <param name="count" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetLibelles',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); }}
AutoCompleteRecherche.registerClass('AutoCompleteRecherche',Sys.Net.WebServiceProxy);
AutoCompleteRecherche._staticInstance = new AutoCompleteRecherche();
AutoCompleteRecherche.set_path = function(value) {
AutoCompleteRecherche._staticInstance.set_path(value); }
AutoCompleteRecherche.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return AutoCompleteRecherche._staticInstance.get_path();}
AutoCompleteRecherche.set_timeout = function(value) {
AutoCompleteRecherche._staticInstance.set_timeout(value); }
AutoCompleteRecherche.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return AutoCompleteRecherche._staticInstance.get_timeout(); }
AutoCompleteRecherche.set_defaultUserContext = function(value) { 
AutoCompleteRecherche._staticInstance.set_defaultUserContext(value); }
AutoCompleteRecherche.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return AutoCompleteRecherche._staticInstance.get_defaultUserContext(); }
AutoCompleteRecherche.set_defaultSucceededCallback = function(value) { 
 AutoCompleteRecherche._staticInstance.set_defaultSucceededCallback(value); }
AutoCompleteRecherche.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return AutoCompleteRecherche._staticInstance.get_defaultSucceededCallback(); }
AutoCompleteRecherche.set_defaultFailedCallback = function(value) { 
AutoCompleteRecherche._staticInstance.set_defaultFailedCallback(value); }
AutoCompleteRecherche.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return AutoCompleteRecherche._staticInstance.get_defaultFailedCallback(); }
AutoCompleteRecherche.set_path("/AutoCompleteRecherche.asmx");
AutoCompleteRecherche.GetReferences= function(prefixText,count,onSuccess,onFailed,userContext) {
/// <param name="prefixText" type="String">System.String</param>
/// <param name="count" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
AutoCompleteRecherche._staticInstance.GetReferences(prefixText,count,onSuccess,onFailed,userContext); }
AutoCompleteRecherche.GetReferencesWithCategoriesFO= function(prefixText,count,onSuccess,onFailed,userContext) {
/// <param name="prefixText" type="String">System.String</param>
/// <param name="count" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
AutoCompleteRecherche._staticInstance.GetReferencesWithCategoriesFO(prefixText,count,onSuccess,onFailed,userContext); }
AutoCompleteRecherche.GetReferencesWithCategoriesBO= function(prefixText,count,onSuccess,onFailed,userContext) {
/// <param name="prefixText" type="String">System.String</param>
/// <param name="count" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
AutoCompleteRecherche._staticInstance.GetReferencesWithCategoriesBO(prefixText,count,onSuccess,onFailed,userContext); }
AutoCompleteRecherche.GetLibelles= function(prefixText,count,onSuccess,onFailed,userContext) {
/// <param name="prefixText" type="String">System.String</param>
/// <param name="count" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
AutoCompleteRecherche._staticInstance.GetLibelles(prefixText,count,onSuccess,onFailed,userContext); }
