ContentTypeDefinitionVO contentTypeDefinitionVO = ContentTypeDefinitionController.getController().getContentTypeDefinitionVOWithName(contentTypeDefinitionNames[i], getDatabase());
if(contentTypeDefinitionVO != null)
contentTypeDefinitionVOList.add(contentTypeDefinitionVO);
}
final CategoryConditions categoryConditions = CategoryConditions.parse(categoryConditionString, getDatabase());
final ExtendedSearchCriterias criterias = new ExtendedSearchCriterias(this.getOperatingMode().intValue());
criterias.setCategoryConditions(categoryConditions);
criterias.setLanguage(this.getLanguage(localLanguageId));
if(skipLanguageCheck != null)