Uses of Class
org.silverpeas.components.organizationchart.model.PersonCategory
-
Packages that use PersonCategory Package Description org.silverpeas.components.organizationchart.model -
-
Uses of PersonCategory in org.silverpeas.components.organizationchart.model
Methods in org.silverpeas.components.organizationchart.model that return PersonCategory Modifier and Type Method Description PersonCategoryOrganizationalPerson. getVisibleCategory()Methods in org.silverpeas.components.organizationchart.model that return types with arguments of type PersonCategory Modifier and Type Method Description Set<PersonCategory>OrganizationalChart. getCategories()Methods in org.silverpeas.components.organizationchart.model with parameters of type PersonCategory Modifier and Type Method Description intPersonCategory. compareTo(PersonCategory otherCategory)voidOrganizationalPerson. setVisibleCategory(PersonCategory visibleCategory)Method parameters in org.silverpeas.components.organizationchart.model with type arguments of type PersonCategory Modifier and Type Method Description voidOrganizationalChart. setCategories(Set<PersonCategory> categories)Constructor parameters in org.silverpeas.components.organizationchart.model with type arguments of type PersonCategory Constructor Description OrganizationalChart(OrganizationalUnit root, List<OrganizationalPerson> personns, Set<PersonCategory> categories, boolean silverpeasUserLinkable)
-