new CoordJobsGetForPurgeJPAExecutor(coordOlderThan, coordList.size(), limit)));
} while(size != coordList.size());
do {
size = bundleList.size();
bundleList.addAll(jpaService.execute(
new BundleJobsGetForPurgeJPAExecutor(bundleOlderThan, bundleList.size(), limit)));
} while(size != bundleList.size());
}
else {
throw new CommandException(ErrorCode.E0610);
}