Type.registerNamespace('MatchWork.Helios.JobSearch.Presentation.Ajax');
MatchWork.Helios.JobSearch.Presentation.Ajax.AutoComplete=function() {
MatchWork.Helios.JobSearch.Presentation.Ajax.AutoComplete.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
MatchWork.Helios.JobSearch.Presentation.Ajax.AutoComplete.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return MatchWork.Helios.JobSearch.Presentation.Ajax.AutoComplete._staticInstance.get_path();},
LookupAsList:function(dictionary,word,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LookupAsList',false,{dictionary:dictionary,word:word},succeededCallback,failedCallback,userContext); },
LookupAsHtml:function(dictionary,word,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LookupAsHtml',false,{dictionary:dictionary,word:word},succeededCallback,failedCallback,userContext); },
LookupJobTitles:function(word,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LookupJobTitles',false,{word:word},succeededCallback,failedCallback,userContext); },
LookupEducations:function(word,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LookupEducations',false,{word:word},succeededCallback,failedCallback,userContext); },
LookupEducationResult:function(word,language,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LookupEducationResult',false,{word:word,language:language},succeededCallback,failedCallback,userContext); },
LookupSkills:function(word,restrictWorkAreasStr,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LookupSkills',false,{word:word,restrictWorkAreasStr:restrictWorkAreasStr},succeededCallback,failedCallback,userContext); },
LookupLocations:function(word,countryId,language,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LookupLocations',false,{word:word,countryId:countryId,language:language},succeededCallback,failedCallback,userContext); }}
MatchWork.Helios.JobSearch.Presentation.Ajax.AutoComplete.registerClass('MatchWork.Helios.JobSearch.Presentation.Ajax.AutoComplete',Sys.Net.WebServiceProxy);
MatchWork.Helios.JobSearch.Presentation.Ajax.AutoComplete._staticInstance = new MatchWork.Helios.JobSearch.Presentation.Ajax.AutoComplete();
MatchWork.Helios.JobSearch.Presentation.Ajax.AutoComplete.set_path = function(value) { MatchWork.Helios.JobSearch.Presentation.Ajax.AutoComplete._staticInstance.set_path(value); }
MatchWork.Helios.JobSearch.Presentation.Ajax.AutoComplete.get_path = function() { return MatchWork.Helios.JobSearch.Presentation.Ajax.AutoComplete._staticInstance.get_path(); }
MatchWork.Helios.JobSearch.Presentation.Ajax.AutoComplete.set_timeout = function(value) { MatchWork.Helios.JobSearch.Presentation.Ajax.AutoComplete._staticInstance.set_timeout(value); }
MatchWork.Helios.JobSearch.Presentation.Ajax.AutoComplete.get_timeout = function() { return MatchWork.Helios.JobSearch.Presentation.Ajax.AutoComplete._staticInstance.get_timeout(); }
MatchWork.Helios.JobSearch.Presentation.Ajax.AutoComplete.set_defaultUserContext = function(value) { MatchWork.Helios.JobSearch.Presentation.Ajax.AutoComplete._staticInstance.set_defaultUserContext(value); }
MatchWork.Helios.JobSearch.Presentation.Ajax.AutoComplete.get_defaultUserContext = function() { return MatchWork.Helios.JobSearch.Presentation.Ajax.AutoComplete._staticInstance.get_defaultUserContext(); }
MatchWork.Helios.JobSearch.Presentation.Ajax.AutoComplete.set_defaultSucceededCallback = function(value) { MatchWork.Helios.JobSearch.Presentation.Ajax.AutoComplete._staticInstance.set_defaultSucceededCallback(value); }
MatchWork.Helios.JobSearch.Presentation.Ajax.AutoComplete.get_defaultSucceededCallback = function() { return MatchWork.Helios.JobSearch.Presentation.Ajax.AutoComplete._staticInstance.get_defaultSucceededCallback(); }
MatchWork.Helios.JobSearch.Presentation.Ajax.AutoComplete.set_defaultFailedCallback = function(value) { MatchWork.Helios.JobSearch.Presentation.Ajax.AutoComplete._staticInstance.set_defaultFailedCallback(value); }
MatchWork.Helios.JobSearch.Presentation.Ajax.AutoComplete.get_defaultFailedCallback = function() { return MatchWork.Helios.JobSearch.Presentation.Ajax.AutoComplete._staticInstance.get_defaultFailedCallback(); }
MatchWork.Helios.JobSearch.Presentation.Ajax.AutoComplete.set_path("/Ajax/JobSearch/AutoComplete.asmx");
MatchWork.Helios.JobSearch.Presentation.Ajax.AutoComplete.LookupAsList= function(dictionary,word,onSuccess,onFailed,userContext) {MatchWork.Helios.JobSearch.Presentation.Ajax.AutoComplete._staticInstance.LookupAsList(dictionary,word,onSuccess,onFailed,userContext); }
MatchWork.Helios.JobSearch.Presentation.Ajax.AutoComplete.LookupAsHtml= function(dictionary,word,onSuccess,onFailed,userContext) {MatchWork.Helios.JobSearch.Presentation.Ajax.AutoComplete._staticInstance.LookupAsHtml(dictionary,word,onSuccess,onFailed,userContext); }
MatchWork.Helios.JobSearch.Presentation.Ajax.AutoComplete.LookupJobTitles= function(word,onSuccess,onFailed,userContext) {MatchWork.Helios.JobSearch.Presentation.Ajax.AutoComplete._staticInstance.LookupJobTitles(word,onSuccess,onFailed,userContext); }
MatchWork.Helios.JobSearch.Presentation.Ajax.AutoComplete.LookupEducations= function(word,onSuccess,onFailed,userContext) {MatchWork.Helios.JobSearch.Presentation.Ajax.AutoComplete._staticInstance.LookupEducations(word,onSuccess,onFailed,userContext); }
MatchWork.Helios.JobSearch.Presentation.Ajax.AutoComplete.LookupEducationResult= function(word,language,onSuccess,onFailed,userContext) {MatchWork.Helios.JobSearch.Presentation.Ajax.AutoComplete._staticInstance.LookupEducationResult(word,language,onSuccess,onFailed,userContext); }
MatchWork.Helios.JobSearch.Presentation.Ajax.AutoComplete.LookupSkills= function(word,restrictWorkAreasStr,onSuccess,onFailed,userContext) {MatchWork.Helios.JobSearch.Presentation.Ajax.AutoComplete._staticInstance.LookupSkills(word,restrictWorkAreasStr,onSuccess,onFailed,userContext); }
MatchWork.Helios.JobSearch.Presentation.Ajax.AutoComplete.LookupLocations= function(word,countryId,language,onSuccess,onFailed,userContext) {MatchWork.Helios.JobSearch.Presentation.Ajax.AutoComplete._staticInstance.LookupLocations(word,countryId,language,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('MatchWork.Helios.Architecture.FoundationData.Data');
if (typeof(MatchWork.Helios.Architecture.FoundationData.Data.Education) === 'undefined') {
MatchWork.Helios.Architecture.FoundationData.Data.Education=gtc("MatchWork.Helios.Architecture.FoundationData.Data.Education");
MatchWork.Helios.Architecture.FoundationData.Data.Education.registerClass('MatchWork.Helios.Architecture.FoundationData.Data.Education');
}

