Type.registerNamespace('Palmchip.Website');
Palmchip.Website.ScriptService=function() {
Palmchip.Website.ScriptService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Palmchip.Website.ScriptService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Palmchip.Website.ScriptService._staticInstance.get_path();},
GetGlossaries:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetGlossaries',false,{},succeededCallback,failedCallback,userContext); },
GetHomePageSummaries:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetHomePageSummaries',false,{},succeededCallback,failedCallback,userContext); },
Logout:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Logout',false,{},succeededCallback,failedCallback,userContext); },
Authenticate:function(email,password,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Authenticate',false,{email:email,password:password},succeededCallback,failedCallback,userContext); },
GetAuthenticateInfo:function(obj,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetAuthenticateInfo',false,{obj:obj},succeededCallback,failedCallback,userContext); },
RegisterNewUser:function(firstName,lastName,email,password,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RegisterNewUser',false,{firstName:firstName,lastName:lastName,email:email,password:password},succeededCallback,failedCallback,userContext); },
UserInquiry:function(firstName,lastName,email,company,phone,comments,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UserInquiry',false,{firstName:firstName,lastName:lastName,email:email,company:company,phone:phone,comments:comments},succeededCallback,failedCallback,userContext); },
ForgotPasswordRequest:function(email,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ForgotPasswordRequest',false,{email:email},succeededCallback,failedCallback,userContext); },
SubscribeForNewsletter:function(email,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SubscribeForNewsletter',false,{email:email},succeededCallback,failedCallback,userContext); },
getJobDetail:function(jobID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getJobDetail',false,{jobID:jobID},succeededCallback,failedCallback,userContext); },
GetRegistrationHTML:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetRegistrationHTML',false,{},succeededCallback,failedCallback,userContext); },
GetNewThreadHTML:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetNewThreadHTML',false,{},succeededCallback,failedCallback,userContext); },
GetFeedbackHTML:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetFeedbackHTML',false,{},succeededCallback,failedCallback,userContext); },
GetMapHTML:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetMapHTML',false,{},succeededCallback,failedCallback,userContext); },
GetLoginHTML:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetLoginHTML',false,{},succeededCallback,failedCallback,userContext); },
GetJobAppHTML:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetJobAppHTML',false,{},succeededCallback,failedCallback,userContext); },
DisplayDetail:function(detailPath,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DisplayDetail',false,{detailPath:detailPath},succeededCallback,failedCallback,userContext); },
DisplayServiceDetail:function(detailPath,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DisplayServiceDetail',false,{detailPath:detailPath},succeededCallback,failedCallback,userContext); },
DisplayMenuDetail:function(detailPath,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DisplayMenuDetail',false,{detailPath:detailPath},succeededCallback,failedCallback,userContext); },
GetForumCategoryData:function(forumID,pageNumber,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetForumCategoryData',false,{forumID:forumID,pageNumber:pageNumber},succeededCallback,failedCallback,userContext); },
CreateForumGetForumCategoryData:function(forumID,threadName,threadDescription,threadBody,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CreateForumGetForumCategoryData',false,{forumID:forumID,threadName:threadName,threadDescription:threadDescription,threadBody:threadBody},succeededCallback,failedCallback,userContext); },
SearchForumList:function(strPostsCount,userName,threadName,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SearchForumList',false,{strPostsCount:strPostsCount,userName:userName,threadName:threadName},succeededCallback,failedCallback,userContext); },
PostForumThreadMessage:function(threadID,message,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'PostForumThreadMessage',false,{threadID:threadID,message:message},succeededCallback,failedCallback,userContext); },
DeleteThreadMessage:function(messageID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DeleteThreadMessage',false,{messageID:messageID},succeededCallback,failedCallback,userContext); },
EditThreadMessage:function(messageID,newBody,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'EditThreadMessage',false,{messageID:messageID,newBody:newBody},succeededCallback,failedCallback,userContext); },
DeleteThread:function(threadID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DeleteThread',false,{threadID:threadID},succeededCallback,failedCallback,userContext); },
UpdatePublicProfile:function(firstName,middleName,lastName,birthDate,genderID,maritalStatusID,primaryAddress,secodaryAddress,primaryPhone,secondaryPhone,company,designation,password,pCountry,pState,pCity,sCountry,sState,sCity,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdatePublicProfile',false,{firstName:firstName,middleName:middleName,lastName:lastName,birthDate:birthDate,genderID:genderID,maritalStatusID:maritalStatusID,primaryAddress:primaryAddress,secodaryAddress:secodaryAddress,primaryPhone:primaryPhone,secondaryPhone:secondaryPhone,company:company,designation:designation,password:password,pCountry:pCountry,pState:pState,pCity:pCity,sCountry:sCountry,sState:sState,sCity:sCity},succeededCallback,failedCallback,userContext); },
UpdateResumePersonalInfo:function(firstName,middleName,lastName,birthDate,genderID,maritalStatusID,primaryAddress,secodaryAddress,location,primaryPhone,secondaryPhone,email,pCountry,pState,pCity,sCountry,sState,sCity,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateResumePersonalInfo',false,{firstName:firstName,middleName:middleName,lastName:lastName,birthDate:birthDate,genderID:genderID,maritalStatusID:maritalStatusID,primaryAddress:primaryAddress,secodaryAddress:secodaryAddress,location:location,primaryPhone:primaryPhone,secondaryPhone:secondaryPhone,email:email,pCountry:pCountry,pState:pState,pCity:pCity,sCountry:sCountry,sState:sState,sCity:sCity},succeededCallback,failedCallback,userContext); },
AddAcadamicInfo:function(DegreeLevelId,LevelName,LevelTitle,CompletionYear,Duration,Institute,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AddAcadamicInfo',false,{DegreeLevelId:DegreeLevelId,LevelName:LevelName,LevelTitle:LevelTitle,CompletionYear:CompletionYear,Duration:Duration,Institute:Institute},succeededCallback,failedCallback,userContext); },
UpdateAcadamicInfo:function(EducationID,DegreeLevelId,LevelName,LevelTitle,CompletionYear,Duration,Institute,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateAcadamicInfo',false,{EducationID:EducationID,DegreeLevelId:DegreeLevelId,LevelName:LevelName,LevelTitle:LevelTitle,CompletionYear:CompletionYear,Duration:Duration,Institute:Institute},succeededCallback,failedCallback,userContext); },
DeleteAcadamicInfo:function(EducationID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DeleteAcadamicInfo',false,{EducationID:EducationID},succeededCallback,failedCallback,userContext); },
GetAcadamicInfo:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetAcadamicInfo',false,{},succeededCallback,failedCallback,userContext); },
GetDegreeLevels:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetDegreeLevels',false,{},succeededCallback,failedCallback,userContext); },
AddTrainingInfo:function(Name,Description,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AddTrainingInfo',false,{Name:Name,Description:Description},succeededCallback,failedCallback,userContext); },
UpdateTrainingInfo:function(TrainingID,Name,Description,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateTrainingInfo',false,{TrainingID:TrainingID,Name:Name,Description:Description},succeededCallback,failedCallback,userContext); },
DeleteTrainingInfo:function(TrainingID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DeleteTrainingInfo',false,{TrainingID:TrainingID},succeededCallback,failedCallback,userContext); },
GetTrainingInfo:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetTrainingInfo',false,{},succeededCallback,failedCallback,userContext); },
AddInterestsInfo:function(InterestID,CurrentWorkArea,PreviousWorkArea,PrefferedWorkArea,Experience,LastTimeWorked,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AddInterestsInfo',false,{InterestID:InterestID,CurrentWorkArea:CurrentWorkArea,PreviousWorkArea:PreviousWorkArea,PrefferedWorkArea:PrefferedWorkArea,Experience:Experience,LastTimeWorked:LastTimeWorked},succeededCallback,failedCallback,userContext); },
UpdateInterestsInfo:function(InterestID,CurrentWorkArea,PreviousWorkArea,PrefferedWorkArea,Experience,LastTimeWorked,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateInterestsInfo',false,{InterestID:InterestID,CurrentWorkArea:CurrentWorkArea,PreviousWorkArea:PreviousWorkArea,PrefferedWorkArea:PrefferedWorkArea,Experience:Experience,LastTimeWorked:LastTimeWorked},succeededCallback,failedCallback,userContext); },
DeleteInterestsInfo:function(UserIntersetID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DeleteInterestsInfo',false,{UserIntersetID:UserIntersetID},succeededCallback,failedCallback,userContext); },
GetInterestsInfo:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetInterestsInfo',false,{},succeededCallback,failedCallback,userContext); },
AddExperienceInfo:function(JobTitle,Designation,Description,Duration,DateFrom,DateTo,IsCurrent,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AddExperienceInfo',false,{JobTitle:JobTitle,Designation:Designation,Description:Description,Duration:Duration,DateFrom:DateFrom,DateTo:DateTo,IsCurrent:IsCurrent},succeededCallback,failedCallback,userContext); },
UpdateExperienceInfo:function(ExperienceID,JobTitle,Designation,Description,Duration,DateFrom,DateTo,IsCurrent,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateExperienceInfo',false,{ExperienceID:ExperienceID,JobTitle:JobTitle,Designation:Designation,Description:Description,Duration:Duration,DateFrom:DateFrom,DateTo:DateTo,IsCurrent:IsCurrent},succeededCallback,failedCallback,userContext); },
DeleteExperienceInfo:function(ExperienceID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DeleteExperienceInfo',false,{ExperienceID:ExperienceID},succeededCallback,failedCallback,userContext); },
GetExperienceInfo:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetExperienceInfo',false,{},succeededCallback,failedCallback,userContext); },
AddUserSkill:function(skillID,skillCategoryID,rating,experience,lastTimeWorked,others,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AddUserSkill',false,{skillID:skillID,skillCategoryID:skillCategoryID,rating:rating,experience:experience,lastTimeWorked:lastTimeWorked,others:others},succeededCallback,failedCallback,userContext); },
EditUserSkill:function(skillTypeID,skillID,rating,experience,lastTimeWorked,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'EditUserSkill',false,{skillTypeID:skillTypeID,skillID:skillID,rating:rating,experience:experience,lastTimeWorked:lastTimeWorked},succeededCallback,failedCallback,userContext); },
DeleteUserSkill:function(skillID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DeleteUserSkill',false,{skillID:skillID},succeededCallback,failedCallback,userContext); },
GetUserSkills:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetUserSkills',false,{},succeededCallback,failedCallback,userContext); },
DeleteResumeFile:function(resumeID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DeleteResumeFile',false,{resumeID:resumeID},succeededCallback,failedCallback,userContext); },
GetUserResumes:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetUserResumes',false,{},succeededCallback,failedCallback,userContext); },
GetSkillCategories:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetSkillCategories',false,{},succeededCallback,failedCallback,userContext); },
GetInterests:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetInterests',false,{},succeededCallback,failedCallback,userContext); },
GetSkills:function(p_skillCategoryId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetSkills',false,{p_skillCategoryId:p_skillCategoryId},succeededCallback,failedCallback,userContext); },
AddJobApplication:function(JobId,ResumeId,Description,RelevantExp,RelevantQualifyID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AddJobApplication',false,{JobId:JobId,ResumeId:ResumeId,Description:Description,RelevantExp:RelevantExp,RelevantQualifyID:RelevantQualifyID},succeededCallback,failedCallback,userContext); },
GetUserQualification:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetUserQualification',false,{},succeededCallback,failedCallback,userContext); },
GetUserSkillsCount:function(obj,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetUserSkillsCount',false,{obj:obj},succeededCallback,failedCallback,userContext); },
AddTechnicalSupport:function(RequesterName,Company,CompanyAddress,Email,PhoneNo,PalmchipProduct,ProblemDescription,DocumentPath,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AddTechnicalSupport',false,{RequesterName:RequesterName,Company:Company,CompanyAddress:CompanyAddress,Email:Email,PhoneNo:PhoneNo,PalmchipProduct:PalmchipProduct,ProblemDescription:ProblemDescription,DocumentPath:DocumentPath},succeededCallback,failedCallback,userContext); },
GetDocuments:function(p_docTypeId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetDocuments',false,{p_docTypeId:p_docTypeId},succeededCallback,failedCallback,userContext); },
GetGenders:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetGenders',false,{},succeededCallback,failedCallback,userContext); },
GetCountries:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCountries',false,{},succeededCallback,failedCallback,userContext); },
GetStates:function(ConutryID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetStates',false,{ConutryID:ConutryID},succeededCallback,failedCallback,userContext); },
GetCities:function(CityID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCities',false,{CityID:CityID},succeededCallback,failedCallback,userContext); },
GetMaritalStatuses:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetMaritalStatuses',false,{},succeededCallback,failedCallback,userContext); },
addJopPosting:function(jobTitle,numOfPositions,department,jobType,gender,ageMin,ageMax,degreeLevel,degreeTitle,careerLevel,expMinMax,expYears,jobStatus,relocation,jobDiscription,reqSkills,salaryMin,salaryMax,currencyType,paymentType,date,country,state,city,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'addJopPosting',false,{jobTitle:jobTitle,numOfPositions:numOfPositions,department:department,jobType:jobType,gender:gender,ageMin:ageMin,ageMax:ageMax,degreeLevel:degreeLevel,degreeTitle:degreeTitle,careerLevel:careerLevel,expMinMax:expMinMax,expYears:expYears,jobStatus:jobStatus,relocation:relocation,jobDiscription:jobDiscription,reqSkills:reqSkills,salaryMin:salaryMin,salaryMax:salaryMax,currencyType:currencyType,paymentType:paymentType,date:date,country:country,state:state,city:city},succeededCallback,failedCallback,userContext); },
GetUserResume:function(userID,flag,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetUserResume',false,{userID:userID,flag:flag},succeededCallback,failedCallback,userContext); },
SaveFeedback:function(title,email,desc,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SaveFeedback',false,{title:title,email:email,desc:desc},succeededCallback,failedCallback,userContext); }}
Palmchip.Website.ScriptService.registerClass('Palmchip.Website.ScriptService',Sys.Net.WebServiceProxy);
Palmchip.Website.ScriptService._staticInstance = new Palmchip.Website.ScriptService();
Palmchip.Website.ScriptService.set_path = function(value) { Palmchip.Website.ScriptService._staticInstance.set_path(value); }
Palmchip.Website.ScriptService.get_path = function() { return Palmchip.Website.ScriptService._staticInstance.get_path(); }
Palmchip.Website.ScriptService.set_timeout = function(value) { Palmchip.Website.ScriptService._staticInstance.set_timeout(value); }
Palmchip.Website.ScriptService.get_timeout = function() { return Palmchip.Website.ScriptService._staticInstance.get_timeout(); }
Palmchip.Website.ScriptService.set_defaultUserContext = function(value) { Palmchip.Website.ScriptService._staticInstance.set_defaultUserContext(value); }
Palmchip.Website.ScriptService.get_defaultUserContext = function() { return Palmchip.Website.ScriptService._staticInstance.get_defaultUserContext(); }
Palmchip.Website.ScriptService.set_defaultSucceededCallback = function(value) { Palmchip.Website.ScriptService._staticInstance.set_defaultSucceededCallback(value); }
Palmchip.Website.ScriptService.get_defaultSucceededCallback = function() { return Palmchip.Website.ScriptService._staticInstance.get_defaultSucceededCallback(); }
Palmchip.Website.ScriptService.set_defaultFailedCallback = function(value) { Palmchip.Website.ScriptService._staticInstance.set_defaultFailedCallback(value); }
Palmchip.Website.ScriptService.get_defaultFailedCallback = function() { return Palmchip.Website.ScriptService._staticInstance.get_defaultFailedCallback(); }
Palmchip.Website.ScriptService.set_path("/ScriptService.asmx");
Palmchip.Website.ScriptService.GetGlossaries= function(onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.GetGlossaries(onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.GetHomePageSummaries= function(onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.GetHomePageSummaries(onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.Logout= function(onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.Logout(onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.Authenticate= function(email,password,onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.Authenticate(email,password,onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.GetAuthenticateInfo= function(obj,onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.GetAuthenticateInfo(obj,onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.RegisterNewUser= function(firstName,lastName,email,password,onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.RegisterNewUser(firstName,lastName,email,password,onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.UserInquiry= function(firstName,lastName,email,company,phone,comments,onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.UserInquiry(firstName,lastName,email,company,phone,comments,onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.ForgotPasswordRequest= function(email,onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.ForgotPasswordRequest(email,onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.SubscribeForNewsletter= function(email,onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.SubscribeForNewsletter(email,onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.getJobDetail= function(jobID,onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.getJobDetail(jobID,onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.GetRegistrationHTML= function(onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.GetRegistrationHTML(onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.GetNewThreadHTML= function(onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.GetNewThreadHTML(onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.GetFeedbackHTML= function(onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.GetFeedbackHTML(onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.GetMapHTML= function(onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.GetMapHTML(onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.GetLoginHTML= function(onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.GetLoginHTML(onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.GetJobAppHTML= function(onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.GetJobAppHTML(onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.DisplayDetail= function(detailPath,onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.DisplayDetail(detailPath,onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.DisplayServiceDetail= function(detailPath,onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.DisplayServiceDetail(detailPath,onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.DisplayMenuDetail= function(detailPath,onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.DisplayMenuDetail(detailPath,onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.GetForumCategoryData= function(forumID,pageNumber,onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.GetForumCategoryData(forumID,pageNumber,onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.CreateForumGetForumCategoryData= function(forumID,threadName,threadDescription,threadBody,onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.CreateForumGetForumCategoryData(forumID,threadName,threadDescription,threadBody,onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.SearchForumList= function(strPostsCount,userName,threadName,onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.SearchForumList(strPostsCount,userName,threadName,onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.PostForumThreadMessage= function(threadID,message,onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.PostForumThreadMessage(threadID,message,onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.DeleteThreadMessage= function(messageID,onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.DeleteThreadMessage(messageID,onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.EditThreadMessage= function(messageID,newBody,onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.EditThreadMessage(messageID,newBody,onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.DeleteThread= function(threadID,onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.DeleteThread(threadID,onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.UpdatePublicProfile= function(firstName,middleName,lastName,birthDate,genderID,maritalStatusID,primaryAddress,secodaryAddress,primaryPhone,secondaryPhone,company,designation,password,pCountry,pState,pCity,sCountry,sState,sCity,onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.UpdatePublicProfile(firstName,middleName,lastName,birthDate,genderID,maritalStatusID,primaryAddress,secodaryAddress,primaryPhone,secondaryPhone,company,designation,password,pCountry,pState,pCity,sCountry,sState,sCity,onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.UpdateResumePersonalInfo= function(firstName,middleName,lastName,birthDate,genderID,maritalStatusID,primaryAddress,secodaryAddress,location,primaryPhone,secondaryPhone,email,pCountry,pState,pCity,sCountry,sState,sCity,onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.UpdateResumePersonalInfo(firstName,middleName,lastName,birthDate,genderID,maritalStatusID,primaryAddress,secodaryAddress,location,primaryPhone,secondaryPhone,email,pCountry,pState,pCity,sCountry,sState,sCity,onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.AddAcadamicInfo= function(DegreeLevelId,LevelName,LevelTitle,CompletionYear,Duration,Institute,onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.AddAcadamicInfo(DegreeLevelId,LevelName,LevelTitle,CompletionYear,Duration,Institute,onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.UpdateAcadamicInfo= function(EducationID,DegreeLevelId,LevelName,LevelTitle,CompletionYear,Duration,Institute,onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.UpdateAcadamicInfo(EducationID,DegreeLevelId,LevelName,LevelTitle,CompletionYear,Duration,Institute,onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.DeleteAcadamicInfo= function(EducationID,onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.DeleteAcadamicInfo(EducationID,onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.GetAcadamicInfo= function(onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.GetAcadamicInfo(onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.GetDegreeLevels= function(onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.GetDegreeLevels(onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.AddTrainingInfo= function(Name,Description,onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.AddTrainingInfo(Name,Description,onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.UpdateTrainingInfo= function(TrainingID,Name,Description,onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.UpdateTrainingInfo(TrainingID,Name,Description,onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.DeleteTrainingInfo= function(TrainingID,onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.DeleteTrainingInfo(TrainingID,onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.GetTrainingInfo= function(onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.GetTrainingInfo(onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.AddInterestsInfo= function(InterestID,CurrentWorkArea,PreviousWorkArea,PrefferedWorkArea,Experience,LastTimeWorked,onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.AddInterestsInfo(InterestID,CurrentWorkArea,PreviousWorkArea,PrefferedWorkArea,Experience,LastTimeWorked,onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.UpdateInterestsInfo= function(InterestID,CurrentWorkArea,PreviousWorkArea,PrefferedWorkArea,Experience,LastTimeWorked,onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.UpdateInterestsInfo(InterestID,CurrentWorkArea,PreviousWorkArea,PrefferedWorkArea,Experience,LastTimeWorked,onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.DeleteInterestsInfo= function(UserIntersetID,onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.DeleteInterestsInfo(UserIntersetID,onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.GetInterestsInfo= function(onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.GetInterestsInfo(onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.AddExperienceInfo= function(JobTitle,Designation,Description,Duration,DateFrom,DateTo,IsCurrent,onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.AddExperienceInfo(JobTitle,Designation,Description,Duration,DateFrom,DateTo,IsCurrent,onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.UpdateExperienceInfo= function(ExperienceID,JobTitle,Designation,Description,Duration,DateFrom,DateTo,IsCurrent,onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.UpdateExperienceInfo(ExperienceID,JobTitle,Designation,Description,Duration,DateFrom,DateTo,IsCurrent,onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.DeleteExperienceInfo= function(ExperienceID,onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.DeleteExperienceInfo(ExperienceID,onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.GetExperienceInfo= function(onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.GetExperienceInfo(onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.AddUserSkill= function(skillID,skillCategoryID,rating,experience,lastTimeWorked,others,onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.AddUserSkill(skillID,skillCategoryID,rating,experience,lastTimeWorked,others,onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.EditUserSkill= function(skillTypeID,skillID,rating,experience,lastTimeWorked,onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.EditUserSkill(skillTypeID,skillID,rating,experience,lastTimeWorked,onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.DeleteUserSkill= function(skillID,onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.DeleteUserSkill(skillID,onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.GetUserSkills= function(onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.GetUserSkills(onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.DeleteResumeFile= function(resumeID,onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.DeleteResumeFile(resumeID,onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.GetUserResumes= function(onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.GetUserResumes(onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.GetSkillCategories= function(onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.GetSkillCategories(onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.GetInterests= function(onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.GetInterests(onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.GetSkills= function(p_skillCategoryId,onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.GetSkills(p_skillCategoryId,onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.AddJobApplication= function(JobId,ResumeId,Description,RelevantExp,RelevantQualifyID,onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.AddJobApplication(JobId,ResumeId,Description,RelevantExp,RelevantQualifyID,onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.GetUserQualification= function(onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.GetUserQualification(onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.GetUserSkillsCount= function(obj,onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.GetUserSkillsCount(obj,onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.AddTechnicalSupport= function(RequesterName,Company,CompanyAddress,Email,PhoneNo,PalmchipProduct,ProblemDescription,DocumentPath,onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.AddTechnicalSupport(RequesterName,Company,CompanyAddress,Email,PhoneNo,PalmchipProduct,ProblemDescription,DocumentPath,onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.GetDocuments= function(p_docTypeId,onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.GetDocuments(p_docTypeId,onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.GetGenders= function(onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.GetGenders(onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.GetCountries= function(onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.GetCountries(onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.GetStates= function(ConutryID,onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.GetStates(ConutryID,onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.GetCities= function(CityID,onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.GetCities(CityID,onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.GetMaritalStatuses= function(onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.GetMaritalStatuses(onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.addJopPosting= function(jobTitle,numOfPositions,department,jobType,gender,ageMin,ageMax,degreeLevel,degreeTitle,careerLevel,expMinMax,expYears,jobStatus,relocation,jobDiscription,reqSkills,salaryMin,salaryMax,currencyType,paymentType,date,country,state,city,onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.addJopPosting(jobTitle,numOfPositions,department,jobType,gender,ageMin,ageMax,degreeLevel,degreeTitle,careerLevel,expMinMax,expYears,jobStatus,relocation,jobDiscription,reqSkills,salaryMin,salaryMax,currencyType,paymentType,date,country,state,city,onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.GetUserResume= function(userID,flag,onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.GetUserResume(userID,flag,onSuccess,onFailed,userContext); }
Palmchip.Website.ScriptService.SaveFeedback= function(title,email,desc,onSuccess,onFailed,userContext) {Palmchip.Website.ScriptService._staticInstance.SaveFeedback(title,email,desc,onSuccess,onFailed,userContext); }
