Uses of Class
org.silverpeas.components.organizationchart.model.OrganizationalChartType
-
Packages that use OrganizationalChartType Package Description org.silverpeas.components.organizationchart.model org.silverpeas.components.organizationchart.service -
-
Uses of OrganizationalChartType in org.silverpeas.components.organizationchart.model
Methods in org.silverpeas.components.organizationchart.model that return OrganizationalChartType Modifier and Type Method Description static OrganizationalChartTypeOrganizationalChartType. fromString(String idAsString)OrganizationalChartTypeOrganizationalChart. getChartType()static OrganizationalChartTypeOrganizationalChartType. valueOf(String name)Returns the enum constant of this type with the specified name.static OrganizationalChartType[]OrganizationalChartType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.silverpeas.components.organizationchart.model with parameters of type OrganizationalChartType Modifier and Type Method Description voidOrganizationalChart. setChartType(OrganizationalChartType chartType) -
Uses of OrganizationalChartType in org.silverpeas.components.organizationchart.service
Methods in org.silverpeas.components.organizationchart.service with parameters of type OrganizationalChartType Modifier and Type Method Description OrganizationalChartOrganizationChartService. getOrganizationChart(AbstractOrganizationChartConfiguration config, String base, OrganizationalChartType type)Gets theOrganizationalChartinstance corresponding the the given parameters.
-