* @return <code>true</code> if job has been created
*/
private boolean insertJob(HrRecord record, Integer maxRecs, Date fromDate) {
ApplicationContext appCtx = ApplicationContext.getInstance();
Harvester harvester = appCtx.getHarvestingEngine();
return harvester.submit(getRequestContext(), record, maxRecs, fromDate);
}
/**
* Reads all the records from uuids.
* @param uuids uuids of the selected records.