protected boolean hasObjectsToDelete() {
   return ((objectsToDelete != null) && (!objectsToDelete.isEmpty()));
 }