}
for (PropertyDefinition propertyDefinition : propertyClass.getDefinitions()) {
if (!propertyDefinition.isHidden() && propertyDefinition.getCategory() == pf.getSelectedCategory()) {
if (includePropertyDefinition(propertyDefinition, request)) {
propertyItemImpls.add(pf.retrieveItem(propertyDefinition.getName(), new PropertyItemImpl(request,
propertyDefinition, Property.getProperty(createKey(propertyDefinition, pf, sessionInfo)))));
}
}
}
pf.setParentCategory(parentCategory);