Uses of Class
com.jalios.jcmsplugin.explorer.rights.CategoryRightType
-
Packages that use CategoryRightType Package Description com.jalios.jcmsplugin.explorer.handler com.jalios.jcmsplugin.explorer.rights -
-
Uses of CategoryRightType in com.jalios.jcmsplugin.explorer.handler
Methods in com.jalios.jcmsplugin.explorer.handler with parameters of type CategoryRightType Modifier and Type Method Description TabRightsState
ExplorerModalCategoryRightsHandler. getTabRightsState(CategoryRightType type)
boolean
ExplorerModalCategoryRightsHandler. isTabActive(CategoryRightType type)
boolean
ExplorerModalCategoryRightsHandler. showTab(CategoryRightType type)
-
Uses of CategoryRightType in com.jalios.jcmsplugin.explorer.rights
Methods in com.jalios.jcmsplugin.explorer.rights that return CategoryRightType Modifier and Type Method Description static CategoryRightType
CategoryRightType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CategoryRightType[]
CategoryRightType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.jalios.jcmsplugin.explorer.rights with parameters of type CategoryRightType Modifier and Type Method Description java.util.Set<com.jalios.jcms.Group>
FolderInheritedRightsInformation. getAllGroupSet(CategoryRightType rightType)
java.util.Set<com.jalios.jcms.Member>
FolderInheritedRightsInformation. getAllMemberSet(CategoryRightType rightType)
-