Uses of Interface
org.opencms.ui.apps.user.I_CmsOuTreeType
Packages that use I_CmsOuTreeType
-
Uses of I_CmsOuTreeType in org.opencms.ui.apps.user
Classes in org.opencms.ui.apps.user that implement I_CmsOuTreeTypeFields in org.opencms.ui.apps.user declared as I_CmsOuTreeTypeMethods in org.opencms.ui.apps.user that return types with arguments of type I_CmsOuTreeTypeModifier and TypeMethodDescriptionCmsDefaultTreeTypeProvider.getTreeTypes()
I_CmsTreeTypeProvider.getTreeTypes()
Gets the list of available tree types.Methods in org.opencms.ui.apps.user with parameters of type I_CmsOuTreeTypeModifier and TypeMethodDescriptionprotected I_CmsFilterableTable
CmsAccountsApp.createGroupTable
(String path, CmsAccountsApp cmsAccountsApp, I_CmsOuTreeType type, boolean toggle) Creates a table for displaying groups.protected I_CmsFilterableTable
CmsAccountsApp.createUserTable
(String ou, I_CmsOuTreeType type, CmsAccountsApp cmsAccountsApp, boolean buttonPressed) Creates the user table for an OU.protected I_CmsFilterableTable
CmsAccountsApp.createUserTable
(String ou, CmsUUID groupID, I_CmsOuTreeType type, boolean showAll, CmsAccountsApp cmsAccountsApp) Creates user table for a specific group or role.CmsAccountsApp.getUsersWithoutAdditionalInfo
(CmsObject cms, I_CmsOuTreeType type, String ou, boolean recursive) Gets list of users for organizational unit.void
CmsOuTree.openPath
(String path, I_CmsOuTreeType type, CmsUUID groupID) Opens given path.CmsAccountsApp.readGroupsForOu
(CmsObject cms, String ou, I_CmsOuTreeType type, boolean subOus) Reads the list of groups for an organizational unit.void
CmsAccountsApp.update
(String ou, I_CmsOuTreeType type, CmsUUID groupID) Updates the app state.void
CmsAccountsApp.update
(String ou, I_CmsOuTreeType type, CmsUUID roleOrGroupID, String filter) Updates the app state.Constructors in org.opencms.ui.apps.user with parameters of type I_CmsOuTreeTypeModifierConstructorDescriptionCmsGroupTable
(String ou, CmsAccountsApp app, I_CmsOuTreeType type, boolean showAll) public constructor.CmsUserTable
(String ou, I_CmsOuTreeType type, CmsAccountsApp app, boolean showAll) public constructor.CmsUserTable
(String ou, CmsUUID groupID, I_CmsOuTreeType cmsOuTreeType, boolean showAll, CmsAccountsApp app) puiblic constructor.