var JobsearcherWS=function() {
JobsearcherWS.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
JobsearcherWS.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return JobsearcherWS._staticInstance.get_path();},
JobAlertName:function(vacancyId,keywords,rubricIds,parentRubricId,cityId,profLevelIds,companyId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'JobAlertName',false,{vacancyId:vacancyId,keywords:keywords,rubricIds:rubricIds,parentRubricId:parentRubricId,cityId:cityId,profLevelIds:profLevelIds,companyId:companyId},succeededCallback,failedCallback,userContext); },
AddJobAlertFromSearchList:function(keywords,rubricIds,parentRubricId,cityId,profLevelIds,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AddJobAlertFromSearchList',false,{keywords:keywords,rubricIds:rubricIds,parentRubricId:parentRubricId,cityId:cityId,profLevelIds:profLevelIds},succeededCallback,failedCallback,userContext); },
CompanyList:function(query,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CompanyList',false,{query:query},succeededCallback,failedCallback,userContext); }}
JobsearcherWS.registerClass('JobsearcherWS',Sys.Net.WebServiceProxy);
JobsearcherWS._staticInstance = new JobsearcherWS();
JobsearcherWS.set_path = function(value) { JobsearcherWS._staticInstance.set_path(value); }
JobsearcherWS.get_path = function() { return JobsearcherWS._staticInstance.get_path(); }
JobsearcherWS.set_timeout = function(value) { JobsearcherWS._staticInstance.set_timeout(value); }
JobsearcherWS.get_timeout = function() { return JobsearcherWS._staticInstance.get_timeout(); }
JobsearcherWS.set_defaultUserContext = function(value) { JobsearcherWS._staticInstance.set_defaultUserContext(value); }
JobsearcherWS.get_defaultUserContext = function() { return JobsearcherWS._staticInstance.get_defaultUserContext(); }
JobsearcherWS.set_defaultSucceededCallback = function(value) { JobsearcherWS._staticInstance.set_defaultSucceededCallback(value); }
JobsearcherWS.get_defaultSucceededCallback = function() { return JobsearcherWS._staticInstance.get_defaultSucceededCallback(); }
JobsearcherWS.set_defaultFailedCallback = function(value) { JobsearcherWS._staticInstance.set_defaultFailedCallback(value); }
JobsearcherWS.get_defaultFailedCallback = function() { return JobsearcherWS._staticInstance.get_defaultFailedCallback(); }
JobsearcherWS.set_enableJsonp = function(value) { JobsearcherWS._staticInstance.set_enableJsonp(value); }
JobsearcherWS.get_enableJsonp = function() { return JobsearcherWS._staticInstance.get_enableJsonp(); }
JobsearcherWS.set_jsonpCallbackParameter = function(value) { JobsearcherWS._staticInstance.set_jsonpCallbackParameter(value); }
JobsearcherWS.get_jsonpCallbackParameter = function() { return JobsearcherWS._staticInstance.get_jsonpCallbackParameter(); }
JobsearcherWS.set_path("/WS/JobsearcherWS.asmx");
JobsearcherWS.JobAlertName= function(vacancyId,keywords,rubricIds,parentRubricId,cityId,profLevelIds,companyId,onSuccess,onFailed,userContext) {JobsearcherWS._staticInstance.JobAlertName(vacancyId,keywords,rubricIds,parentRubricId,cityId,profLevelIds,companyId,onSuccess,onFailed,userContext); }
JobsearcherWS.AddJobAlertFromSearchList= function(keywords,rubricIds,parentRubricId,cityId,profLevelIds,onSuccess,onFailed,userContext) {JobsearcherWS._staticInstance.AddJobAlertFromSearchList(keywords,rubricIds,parentRubricId,cityId,profLevelIds,onSuccess,onFailed,userContext); }
JobsearcherWS.CompanyList= function(query,onSuccess,onFailed,userContext) {JobsearcherWS._staticInstance.CompanyList(query,onSuccess,onFailed,userContext); }

