private List<PCAProgram> getProgramsThatNeedUpdate() {
   return PCAProgram.find("needsAuthorUpdate != ?", Boolean.FALSE).fetch(UPDATES_PER_JOB);
 }