Uses of Class
io.goobi.viewer.model.cms.Selectable
Packages that use Selectable
Package
Description
-
Uses of Selectable in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return types with arguments of type SelectableMethod parameters in io.goobi.viewer.managedbeans with type arguments of type SelectableModifier and TypeMethodDescriptionvoid
CmsMediaBean.saveMedia
(CMSMediaItem media, List<Selectable<CMSCategory>> categories) Save media item, adding or removing the given categories, depending wether they are selected or not. ifUser.hasPrivilegeForAllSubthemeDiscriminatorValues()
is false for the current user and none of the given categories is selected, then don't change the media categories since doing so would break category restrictions -
Uses of Selectable in io.goobi.viewer.model.cms
Subclasses of Selectable in io.goobi.viewer.model.cmsModifier and TypeClassDescriptionclass
ATranslatedSelectable
which may also contain a list ofcategories
class
ASelectable
which may also hold a locale to indicate the currently visible language/translationMethods in io.goobi.viewer.model.cms that return types with arguments of type SelectableModifier and TypeMethodDescriptionCategorizableTranslatedSelectable.getCategories()
Getter for the fieldcategories
.Methods in io.goobi.viewer.model.cms with parameters of type SelectableMethod parameters in io.goobi.viewer.model.cms with type arguments of type SelectableModifier and TypeMethodDescriptionvoid
CategorizableTranslatedSelectable.setCategories
(List<Selectable<CMSCategory>> categories) Setter for the fieldcategories
.Constructor parameters in io.goobi.viewer.model.cms with type arguments of type SelectableModifierConstructorDescriptionCategorizableTranslatedSelectable
(T value, boolean selected, Locale defaultLocale, List<Selectable<CMSCategory>> categories) Constructor for CategorizableTranslatedSelectable. -
Uses of Selectable in io.goobi.viewer.model.cms.media
Methods in io.goobi.viewer.model.cms.media that return types with arguments of type SelectableModifier and TypeMethodDescriptionCMSMediaItem.wrapCategories
(List<CMSCategory> categories) wrapCategories. -
Uses of Selectable in io.goobi.viewer.model.cms.pages
Methods in io.goobi.viewer.model.cms.pages that return types with arguments of type SelectableModifier and TypeMethodDescriptionCMSPage.getSelectableCategories()
Getter for the fieldselectableCategories
.CMSPageTemplate.getSelectableCategories()
Getter for the fieldselectableCategories
. -
Uses of Selectable in io.goobi.viewer.model.security
Methods in io.goobi.viewer.model.security that return types with arguments of type SelectableModifier and TypeMethodDescriptionLicense.getSelectableCategories()
License.getSelectableSubthemes()
License.getSelectableTemplates()