var Suggestion=function() {
Suggestion.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Suggestion.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Suggestion._staticInstance.get_path();},
Get_Detail:function(jobid,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Get_Detail',false,{jobid:jobid},succeededCallback,failedCallback,userContext); },
SuggestKeyword:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SuggestKeyword',false,{},succeededCallback,failedCallback,userContext); },
SuggestLocation:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SuggestLocation',false,{},succeededCallback,failedCallback,userContext); },
SuggestResumeKeyword:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SuggestResumeKeyword',false,{},succeededCallback,failedCallback,userContext); },
AllJobKeyword:function(id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AllJobKeyword',false,{id:id},succeededCallback,failedCallback,userContext); },
AddJobKeyword_Child:function(keyword,id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AddJobKeyword_Child',false,{keyword:keyword,id:id},succeededCallback,failedCallback,userContext); },
UpdateJobKeyword_Child:function(keyword,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateJobKeyword_Child',false,{keyword:keyword},succeededCallback,failedCallback,userContext); },
DeleteJobKeyword_Child:function(id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DeleteJobKeyword_Child',false,{id:id},succeededCallback,failedCallback,userContext); },
AllResumeKeyword:function(id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AllResumeKeyword',false,{id:id},succeededCallback,failedCallback,userContext); },
AddResumeKeyword_Child:function(keyword,id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AddResumeKeyword_Child',false,{keyword:keyword,id:id},succeededCallback,failedCallback,userContext); },
UpdateResumeKeyword_Child:function(keyword,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateResumeKeyword_Child',false,{keyword:keyword},succeededCallback,failedCallback,userContext); },
DeleteResumeKeyword_Child:function(id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DeleteResumeKeyword_Child',false,{id:id},succeededCallback,failedCallback,userContext); },
Get_SuggestCompany:function(prefixText,count,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Get_SuggestCompany',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); },
RInfo:function(idstr,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RInfo',false,{idstr:idstr},succeededCallback,failedCallback,userContext); },
MarkCandi:function(strId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'MarkCandi',false,{strId:strId},succeededCallback,failedCallback,userContext); },
A_S_J:function(st,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'A_S_J',false,{st:st},succeededCallback,failedCallback,userContext); },
C_U:function(mailId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'C_U',false,{mailId:mailId},succeededCallback,failedCallback,userContext); },
R_C:function(mailid,name,phone,fun_area,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'R_C',false,{mailid:mailid,name:name,phone:phone,fun_area:fun_area},succeededCallback,failedCallback,userContext); },
AllIndustry:function(id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AllIndustry',false,{id:id},succeededCallback,failedCallback,userContext); },
EmpResponse:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'EmpResponse',false,{},succeededCallback,failedCallback,userContext); },
TotalEmpResponse:function(frmR,sort,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'TotalEmpResponse',false,{frmR:frmR,sort:sort},succeededCallback,failedCallback,userContext); },
EmpPendingJob:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'EmpPendingJob',false,{},succeededCallback,failedCallback,userContext); },
TotalEmpPendingJob:function(frmR,sort,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'TotalEmpPendingJob',false,{frmR:frmR,sort:sort},succeededCallback,failedCallback,userContext); },
EmpLoginTrack:function(frmR,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'EmpLoginTrack',false,{frmR:frmR},succeededCallback,failedCallback,userContext); },
EmpSubLoginTrack:function(frmR,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'EmpSubLoginTrack',false,{frmR:frmR},succeededCallback,failedCallback,userContext); },
TotalPostedJob:function(frmR,sort,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'TotalPostedJob',false,{frmR:frmR,sort:sort},succeededCallback,failedCallback,userContext); },
TotalSavedJob:function(frmR,sort,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'TotalSavedJob',false,{frmR:frmR,sort:sort},succeededCallback,failedCallback,userContext); },
PreRepost:function(frmR,sort,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'PreRepost',false,{frmR:frmR,sort:sort},succeededCallback,failedCallback,userContext); },
RP_Download1:function(Fdt,Tdt,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RP_Download1',false,{Fdt:Fdt,Tdt:Tdt},succeededCallback,failedCallback,userContext); },
RP_Mail1:function(frmR,Fdt,Tdt,sort,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RP_Mail1',false,{frmR:frmR,Fdt:Fdt,Tdt:Tdt,sort:sort},succeededCallback,failedCallback,userContext); },
EmpLimit:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'EmpLimit',false,{},succeededCallback,failedCallback,userContext); }}
Suggestion.registerClass('Suggestion',Sys.Net.WebServiceProxy);
Suggestion._staticInstance = new Suggestion();
Suggestion.set_path = function(value) { Suggestion._staticInstance.set_path(value); }
Suggestion.get_path = function() { return Suggestion._staticInstance.get_path(); }
Suggestion.set_timeout = function(value) { Suggestion._staticInstance.set_timeout(value); }
Suggestion.get_timeout = function() { return Suggestion._staticInstance.get_timeout(); }
Suggestion.set_defaultUserContext = function(value) { Suggestion._staticInstance.set_defaultUserContext(value); }
Suggestion.get_defaultUserContext = function() { return Suggestion._staticInstance.get_defaultUserContext(); }
Suggestion.set_defaultSucceededCallback = function(value) { Suggestion._staticInstance.set_defaultSucceededCallback(value); }
Suggestion.get_defaultSucceededCallback = function() { return Suggestion._staticInstance.get_defaultSucceededCallback(); }
Suggestion.set_defaultFailedCallback = function(value) { Suggestion._staticInstance.set_defaultFailedCallback(value); }
Suggestion.get_defaultFailedCallback = function() { return Suggestion._staticInstance.get_defaultFailedCallback(); }
Suggestion.set_path("/Suggestion.asmx");
Suggestion.Get_Detail= function(jobid,onSuccess,onFailed,userContext) {Suggestion._staticInstance.Get_Detail(jobid,onSuccess,onFailed,userContext); }
Suggestion.SuggestKeyword= function(onSuccess,onFailed,userContext) {Suggestion._staticInstance.SuggestKeyword(onSuccess,onFailed,userContext); }
Suggestion.SuggestLocation= function(onSuccess,onFailed,userContext) {Suggestion._staticInstance.SuggestLocation(onSuccess,onFailed,userContext); }
Suggestion.SuggestResumeKeyword= function(onSuccess,onFailed,userContext) {Suggestion._staticInstance.SuggestResumeKeyword(onSuccess,onFailed,userContext); }
Suggestion.AllJobKeyword= function(id,onSuccess,onFailed,userContext) {Suggestion._staticInstance.AllJobKeyword(id,onSuccess,onFailed,userContext); }
Suggestion.AddJobKeyword_Child= function(keyword,id,onSuccess,onFailed,userContext) {Suggestion._staticInstance.AddJobKeyword_Child(keyword,id,onSuccess,onFailed,userContext); }
Suggestion.UpdateJobKeyword_Child= function(keyword,onSuccess,onFailed,userContext) {Suggestion._staticInstance.UpdateJobKeyword_Child(keyword,onSuccess,onFailed,userContext); }
Suggestion.DeleteJobKeyword_Child= function(id,onSuccess,onFailed,userContext) {Suggestion._staticInstance.DeleteJobKeyword_Child(id,onSuccess,onFailed,userContext); }
Suggestion.AllResumeKeyword= function(id,onSuccess,onFailed,userContext) {Suggestion._staticInstance.AllResumeKeyword(id,onSuccess,onFailed,userContext); }
Suggestion.AddResumeKeyword_Child= function(keyword,id,onSuccess,onFailed,userContext) {Suggestion._staticInstance.AddResumeKeyword_Child(keyword,id,onSuccess,onFailed,userContext); }
Suggestion.UpdateResumeKeyword_Child= function(keyword,onSuccess,onFailed,userContext) {Suggestion._staticInstance.UpdateResumeKeyword_Child(keyword,onSuccess,onFailed,userContext); }
Suggestion.DeleteResumeKeyword_Child= function(id,onSuccess,onFailed,userContext) {Suggestion._staticInstance.DeleteResumeKeyword_Child(id,onSuccess,onFailed,userContext); }
Suggestion.Get_SuggestCompany= function(prefixText,count,onSuccess,onFailed,userContext) {Suggestion._staticInstance.Get_SuggestCompany(prefixText,count,onSuccess,onFailed,userContext); }
Suggestion.RInfo= function(idstr,onSuccess,onFailed,userContext) {Suggestion._staticInstance.RInfo(idstr,onSuccess,onFailed,userContext); }
Suggestion.MarkCandi= function(strId,onSuccess,onFailed,userContext) {Suggestion._staticInstance.MarkCandi(strId,onSuccess,onFailed,userContext); }
Suggestion.A_S_J= function(st,onSuccess,onFailed,userContext) {Suggestion._staticInstance.A_S_J(st,onSuccess,onFailed,userContext); }
Suggestion.C_U= function(mailId,onSuccess,onFailed,userContext) {Suggestion._staticInstance.C_U(mailId,onSuccess,onFailed,userContext); }
Suggestion.R_C= function(mailid,name,phone,fun_area,onSuccess,onFailed,userContext) {Suggestion._staticInstance.R_C(mailid,name,phone,fun_area,onSuccess,onFailed,userContext); }
Suggestion.AllIndustry= function(id,onSuccess,onFailed,userContext) {Suggestion._staticInstance.AllIndustry(id,onSuccess,onFailed,userContext); }
Suggestion.EmpResponse= function(onSuccess,onFailed,userContext) {Suggestion._staticInstance.EmpResponse(onSuccess,onFailed,userContext); }
Suggestion.TotalEmpResponse= function(frmR,sort,onSuccess,onFailed,userContext) {Suggestion._staticInstance.TotalEmpResponse(frmR,sort,onSuccess,onFailed,userContext); }
Suggestion.EmpPendingJob= function(onSuccess,onFailed,userContext) {Suggestion._staticInstance.EmpPendingJob(onSuccess,onFailed,userContext); }
Suggestion.TotalEmpPendingJob= function(frmR,sort,onSuccess,onFailed,userContext) {Suggestion._staticInstance.TotalEmpPendingJob(frmR,sort,onSuccess,onFailed,userContext); }
Suggestion.EmpLoginTrack= function(frmR,onSuccess,onFailed,userContext) {Suggestion._staticInstance.EmpLoginTrack(frmR,onSuccess,onFailed,userContext); }
Suggestion.EmpSubLoginTrack= function(frmR,onSuccess,onFailed,userContext) {Suggestion._staticInstance.EmpSubLoginTrack(frmR,onSuccess,onFailed,userContext); }
Suggestion.TotalPostedJob= function(frmR,sort,onSuccess,onFailed,userContext) {Suggestion._staticInstance.TotalPostedJob(frmR,sort,onSuccess,onFailed,userContext); }
Suggestion.TotalSavedJob= function(frmR,sort,onSuccess,onFailed,userContext) {Suggestion._staticInstance.TotalSavedJob(frmR,sort,onSuccess,onFailed,userContext); }
Suggestion.PreRepost= function(frmR,sort,onSuccess,onFailed,userContext) {Suggestion._staticInstance.PreRepost(frmR,sort,onSuccess,onFailed,userContext); }
Suggestion.RP_Download1= function(Fdt,Tdt,onSuccess,onFailed,userContext) {Suggestion._staticInstance.RP_Download1(Fdt,Tdt,onSuccess,onFailed,userContext); }
Suggestion.RP_Mail1= function(frmR,Fdt,Tdt,sort,onSuccess,onFailed,userContext) {Suggestion._staticInstance.RP_Mail1(frmR,Fdt,Tdt,sort,onSuccess,onFailed,userContext); }
Suggestion.EmpLimit= function(onSuccess,onFailed,userContext) {Suggestion._staticInstance.EmpLimit(onSuccess,onFailed,userContext); }
