newsItem.getAnnotation().get(localeIdentifier);
String valueBody = (String) newsItem.getBody().get(localeIdentifier);
if ( (valueTitle == null || valueTitle.trim().length() == 0) && (valueAnnotation == null || valueAnnotation.trim().length() == 0) && (valueBody == null || valueBody.trim().length() == 0) ) {
continue;
}