//Changed By Madhup On 13/07/07 For Shecheduler while registring.Start
//responseStr = "<Errors><error id='' type='E' column_name=''><message>Start Date can't be less than current date.</message><description></description><type></type><option></option></error></Errors>";
StringgetOwner=getSchedulerComp().getSchedulerOwner(scheduleId,userInfo);//Added By Nilesh Start :: 22-05-19
//Changed By Madhup On 13/07/07 For Shecheduler while registring.Start
//responseStr = "<Errors><error id='' type='E' column_name=''><message>Start Date can't be less than current date.</message><description></description><type></type><option></option></error></Errors>";
StringgetOwner=getSchedulerComp().getSchedulerOwner(scheduleId,userInfo);//Added By Nilesh Start :: 22-05-19
//responseStr = getSchedulerComp().runSchedule( scheduleId, "" , userInfo );// Changed by Sachin Satre on [08-feb-19]);
//Added By Pankaj T. on 14-11-19 [If BUSINESS EVENT execution result true then execute scheduler else not. Suppose if BUSINESS EVENT not define then execute like currently]
// Changed by Arunkumar Yadav on [10-Feb-23][To compare background job server tag]
}
}
else
{
responseStr="<Errors><error id='' type='E' column_name=''><message>Start Date can't be less than current date.</message><description></description><type></type><option></option></error></Errors>";
}
}
//Changed By Madhup On 13/07/07 For Shecheduler while registring.Start
//Changed By Madhup On 13/07/07 For Shecheduler while registring.End
//Changed by Rupali on 6/11/2008 for [If scheduler updaion process ,if start time is less than current time then scheduler fired time should not set to current date & time.].Request ID[BI89BAS002].Start
responseStr=getScheduleInfoComp().updateSchedule(scheduleId,schdlXmlString,userInfo);// Changed by Sachin Satre on [08-Feb-19]
BaseLogger.log("3",null,null,"ONLY SCHEDULER INFORMATION UPDATED END.................. ");
}
//Changed by Rupali on 6/11/2008 for [If scheduler updaion process ,if start time is less than current time then scheduler fired time should not set to current date & time.].Request ID[BI89BAS002].End
//Changed By Madhup On 13/07/07 For Shecheduler while registring.Start
//responseStr = "<Errors><error id='' type='E' column_name=''><message>Start Date can't be less than current date.</message><description></description><type></type><option></option></error></Errors>";
//Changed by Rupali on 6/11/2008 for [If scheduler updaion process ,if start time is less than current time then scheduler fired time should not set to current date & time.].Request ID[BI89BAS002].Start
responseStr="<Errors><error id='' type='E' column_name=''><message>Start Date and Time can't be less than current date.</message><description></description><type></type><option></option></error></Errors>";
//Changed by Rupali on 6/11/2008 for [If scheduler updaion process ,if start time is less than current time then scheduler fired time should not set to current date & time.].Request ID[BI89BAS002].End
//Changed By Madhup On 13/07/07 For Shecheduler while registring.End
privatevoidgetScheduleModelDetail(StringscheduleId,HttpServletResponseresponse,UserInfoBeanuserInfo)throwsBaseException// Changed by Sachin Satre on [08-Feb-19]