Package org.opencms.workplace
Interface I_CmsGroupNameTranslation
public interface I_CmsGroupNameTranslation
Interface for transforming group names into a more human-readable form.
- Since:
- 8.0.0
-
Method Summary
Modifier and TypeMethodDescriptiontranslateGroupName(String groupFqn, boolean keepOu) Translates a fully qualified group name into a more user-friendly form.
-
Method Details
-
translateGroupName
Translates a fully qualified group name into a more user-friendly form.- Parameters:
groupFqn- the fully qualified group namekeepOu- if true, the OU will be prepended to the resulting name- Returns:
- the translated group name
-