FixAssetsProcessStatus.addAError();
counter++;
}
FixAssetsProcessStatus.addActual();
}
FixAudit Audit= new FixAudit();
Audit.setTableName("contentlet");
Audit.setDatetime(new Date());
Audit.setRecordsAltered(total);
Audit.setAction("Check the tree entries that doesn't have a child o parent in the inode table and deleted them");
HibernateUtil.save(Audit);
HibernateUtil.commitTransaction();
returnValue.add(FixAssetsProcessStatus.getFixAssetsMap());
FixAssetsProcessStatus.stopProgress();
Logger.debug(CMSMaintenanceFactory.class, "Ending fixAssetsInconsistencies");