Type.registerNamespace('SiteWebFondation.WebService');
SiteWebFondation.WebService.AutoCompleteNomProjet=function() {
SiteWebFondation.WebService.AutoCompleteNomProjet.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
SiteWebFondation.WebService.AutoCompleteNomProjet.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return SiteWebFondation.WebService.AutoCompleteNomProjet._staticInstance.get_path();},
GetCompletionListOrganismeByProjet: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(), 'GetCompletionListOrganismeByProjet',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); },
GetCompletionListProjet: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(), 'GetCompletionListProjet',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); },
GetCompletionListOrganisme: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(), 'GetCompletionListOrganisme',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); },
OrganismeExist:function(prefixText,succeededCallback, failedCallback, userContext) {
/// <param name="prefixText" type="String">System.String</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(), 'OrganismeExist',false,{prefixText:prefixText},succeededCallback,failedCallback,userContext); },
chargeAdresseOrganisme:function(prefixText,succeededCallback, failedCallback, userContext) {
/// <param name="prefixText" type="String">System.String</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(), 'chargeAdresseOrganisme',false,{prefixText:prefixText},succeededCallback,failedCallback,userContext); }}
SiteWebFondation.WebService.AutoCompleteNomProjet.registerClass('SiteWebFondation.WebService.AutoCompleteNomProjet',Sys.Net.WebServiceProxy);
SiteWebFondation.WebService.AutoCompleteNomProjet._staticInstance = new SiteWebFondation.WebService.AutoCompleteNomProjet();
SiteWebFondation.WebService.AutoCompleteNomProjet.set_path = function(value) {
SiteWebFondation.WebService.AutoCompleteNomProjet._staticInstance.set_path(value); }
SiteWebFondation.WebService.AutoCompleteNomProjet.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return SiteWebFondation.WebService.AutoCompleteNomProjet._staticInstance.get_path();}
SiteWebFondation.WebService.AutoCompleteNomProjet.set_timeout = function(value) {
SiteWebFondation.WebService.AutoCompleteNomProjet._staticInstance.set_timeout(value); }
SiteWebFondation.WebService.AutoCompleteNomProjet.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return SiteWebFondation.WebService.AutoCompleteNomProjet._staticInstance.get_timeout(); }
SiteWebFondation.WebService.AutoCompleteNomProjet.set_defaultUserContext = function(value) { 
SiteWebFondation.WebService.AutoCompleteNomProjet._staticInstance.set_defaultUserContext(value); }
SiteWebFondation.WebService.AutoCompleteNomProjet.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return SiteWebFondation.WebService.AutoCompleteNomProjet._staticInstance.get_defaultUserContext(); }
SiteWebFondation.WebService.AutoCompleteNomProjet.set_defaultSucceededCallback = function(value) { 
 SiteWebFondation.WebService.AutoCompleteNomProjet._staticInstance.set_defaultSucceededCallback(value); }
SiteWebFondation.WebService.AutoCompleteNomProjet.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return SiteWebFondation.WebService.AutoCompleteNomProjet._staticInstance.get_defaultSucceededCallback(); }
SiteWebFondation.WebService.AutoCompleteNomProjet.set_defaultFailedCallback = function(value) { 
SiteWebFondation.WebService.AutoCompleteNomProjet._staticInstance.set_defaultFailedCallback(value); }
SiteWebFondation.WebService.AutoCompleteNomProjet.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return SiteWebFondation.WebService.AutoCompleteNomProjet._staticInstance.get_defaultFailedCallback(); }
SiteWebFondation.WebService.AutoCompleteNomProjet.set_path("/WebService/AutoComplete.asmx");
SiteWebFondation.WebService.AutoCompleteNomProjet.GetCompletionListOrganismeByProjet= 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>
SiteWebFondation.WebService.AutoCompleteNomProjet._staticInstance.GetCompletionListOrganismeByProjet(prefixText,count,onSuccess,onFailed,userContext); }
SiteWebFondation.WebService.AutoCompleteNomProjet.GetCompletionListProjet= 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>
SiteWebFondation.WebService.AutoCompleteNomProjet._staticInstance.GetCompletionListProjet(prefixText,count,onSuccess,onFailed,userContext); }
SiteWebFondation.WebService.AutoCompleteNomProjet.GetCompletionListOrganisme= 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>
SiteWebFondation.WebService.AutoCompleteNomProjet._staticInstance.GetCompletionListOrganisme(prefixText,count,onSuccess,onFailed,userContext); }
SiteWebFondation.WebService.AutoCompleteNomProjet.OrganismeExist= function(prefixText,onSuccess,onFailed,userContext) {
/// <param name="prefixText" type="String">System.String</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>
SiteWebFondation.WebService.AutoCompleteNomProjet._staticInstance.OrganismeExist(prefixText,onSuccess,onFailed,userContext); }
SiteWebFondation.WebService.AutoCompleteNomProjet.chargeAdresseOrganisme= function(prefixText,onSuccess,onFailed,userContext) {
/// <param name="prefixText" type="String">System.String</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>
SiteWebFondation.WebService.AutoCompleteNomProjet._staticInstance.chargeAdresseOrganisme(prefixText,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('Classes');
if (typeof(Classes.Organisme) === 'undefined') {
Classes.Organisme=gtc("Classes.Organisme");
Classes.Organisme.registerClass('Classes.Organisme');
}
