Uses of Class
io.goobi.viewer.model.cms.Selectable
Package
Description
-
Uses of Selectable in io.goobi.viewer.managedbeans
Modifier 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
Modifier and TypeClassDescriptionclass
ATranslatedSelectable
which may also contain a list ofcategories
class
ASelectable
which may also hold a locale to indicate the currently visible language/translationModifier and TypeMethodDescriptionCategorizableTranslatedSelectable.getCategories()
Getter for the fieldcategories
.Modifier and TypeMethodDescriptionvoid
CategorizableTranslatedSelectable.setCategories
(List<Selectable<CMSCategory>> categories) Setter for the fieldcategories
.ModifierConstructorDescriptionCategorizableTranslatedSelectable
(T value, boolean selected, Locale defaultLocale, List<Selectable<CMSCategory>> categories) Constructor for CategorizableTranslatedSelectable. -
Uses of Selectable in io.goobi.viewer.model.cms.media
Modifier and TypeMethodDescriptionCMSMediaItem.wrapCategories
(List<CMSCategory> categories) wrapCategories. -
Uses of Selectable in io.goobi.viewer.model.cms.pages
Modifier and TypeMethodDescriptionCMSPage.getSelectableCategories()
Getter for the fieldselectableCategories
.CMSPageTemplate.getSelectableCategories()
Getter for the fieldselectableCategories
. -
Uses of Selectable in io.goobi.viewer.model.security
Modifier and TypeMethodDescriptionLicense.getSelectableCategories()
License.getSelectableSubthemes()
License.getSelectableTemplates()