Type.registerNamespace('futureCreative');
futureCreative.autoComplete=function() {
futureCreative.autoComplete.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
futureCreative.autoComplete.prototype={
GetPractitionerList:function(prefixText,count,succeededCallback, failedCallback, userContext) {
return this._invoke(futureCreative.autoComplete.get_path(), 'GetPractitionerList',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); },
GetProjectList:function(prefixText,count,succeededCallback, failedCallback, userContext) {
return this._invoke(futureCreative.autoComplete.get_path(), 'GetProjectList',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); }}
futureCreative.autoComplete.registerClass('futureCreative.autoComplete',Sys.Net.WebServiceProxy);
futureCreative.autoComplete._staticInstance = new futureCreative.autoComplete();
futureCreative.autoComplete.set_path = function(value) { futureCreative.autoComplete._staticInstance._path = value; }
futureCreative.autoComplete.get_path = function() { return futureCreative.autoComplete._staticInstance._path; }
futureCreative.autoComplete.set_timeout = function(value) { futureCreative.autoComplete._staticInstance._timeout = value; }
futureCreative.autoComplete.get_timeout = function() { return futureCreative.autoComplete._staticInstance._timeout; }
futureCreative.autoComplete.set_defaultUserContext = function(value) { futureCreative.autoComplete._staticInstance._userContext = value; }
futureCreative.autoComplete.get_defaultUserContext = function() { return futureCreative.autoComplete._staticInstance._userContext; }
futureCreative.autoComplete.set_defaultSucceededCallback = function(value) { futureCreative.autoComplete._staticInstance._succeeded = value; }
futureCreative.autoComplete.get_defaultSucceededCallback = function() { return futureCreative.autoComplete._staticInstance._succeeded; }
futureCreative.autoComplete.set_defaultFailedCallback = function(value) { futureCreative.autoComplete._staticInstance._failed = value; }
futureCreative.autoComplete.get_defaultFailedCallback = function() { return futureCreative.autoComplete._staticInstance._failed; }
futureCreative.autoComplete.set_path("/autoComplete.asmx");
futureCreative.autoComplete.GetPractitionerList= function(prefixText,count,onSuccess,onFailed,userContext) {futureCreative.autoComplete._staticInstance.GetPractitionerList(prefixText,count,onSuccess,onFailed,userContext); }
futureCreative.autoComplete.GetProjectList= function(prefixText,count,onSuccess,onFailed,userContext) {futureCreative.autoComplete._staticInstance.GetProjectList(prefixText,count,onSuccess,onFailed,userContext); }
