Uses of Class
io.goobi.viewer.model.cms.CMSCategory
Packages that use CMSCategory
Package
Description
-
Uses of CMSCategory in io.goobi.viewer.dao
Methods in io.goobi.viewer.dao that return CMSCategoryModifier and TypeMethodDescriptionIDAO.getCategory
(Long id) getCategory.IDAO.getCategoryByName
(String name) getCategoryByName.Methods in io.goobi.viewer.dao that return types with arguments of type CMSCategoryMethods in io.goobi.viewer.dao with parameters of type CMSCategoryModifier and TypeMethodDescriptionboolean
IDAO.addCategory
(CMSCategory category) addCategory.boolean
IDAO.deleteCategory
(CMSCategory category) deleteCategory.IDAO.getCMSMediaItemsByCategory
(CMSCategory category) Get a list of allCMSMediaItem
s which contain the given categoryIDAO.getCMSPagesByCategory
(CMSCategory category) getCMSPagesByCategory.IDAO.getCMSPagesForRecord
(String pi, CMSCategory category) getCMSPagesForRecord.long
IDAO.getCountMediaItemsUsingCategory
(CMSCategory category) long
IDAO.getCountPagesUsingCategory
(CMSCategory category) boolean
IDAO.isCMSPagesForRecordHaveUpdates
(String pi, CMSCategory category, LocalDateTime fromDate, LocalDateTime toDate) isCMSPagesForRecordHaveUpdates.boolean
IDAO.updateCategory
(CMSCategory category) updateCategory. -
Uses of CMSCategory in io.goobi.viewer.dao.impl
Methods in io.goobi.viewer.dao.impl that return CMSCategoryModifier and TypeMethodDescriptionJPADAO.getCategory
(Long id) getCategory.JPADAO.getCategoryByName
(String name) getCategoryByName.Methods in io.goobi.viewer.dao.impl that return types with arguments of type CMSCategoryMethods in io.goobi.viewer.dao.impl with parameters of type CMSCategoryModifier and TypeMethodDescriptionboolean
JPADAO.addCategory
(CMSCategory category) addCategory.boolean
JPADAO.deleteCategory
(CMSCategory category) deleteCategory.JPADAO.getCMSMediaItemsByCategory
(CMSCategory category) Get a list of allCMSMediaItem
s which contain the given categoryJPADAO.getCMSPagesByCategory
(CMSCategory category) getCMSPagesByCategory.JPADAO.getCMSPagesForRecord
(String pi, CMSCategory category) getCMSPagesForRecord.long
JPADAO.getCountMediaItemsUsingCategory
(CMSCategory category) long
JPADAO.getCountPagesUsingCategory
(CMSCategory category) boolean
JPADAO.isCMSPagesForRecordHaveUpdates
(String pi, CMSCategory category, LocalDateTime fromDate, LocalDateTime toDate) isCMSPagesForRecordHaveUpdates.boolean
JPADAO.updateCategory
(CMSCategory category) updateCategory. -
Uses of CMSCategory in io.goobi.viewer.dao.update
Fields in io.goobi.viewer.dao.update with type parameters of type CMSCategoryMethods in io.goobi.viewer.dao.update that return types with arguments of type CMSCategory -
Uses of CMSCategory in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return CMSCategoryModifier and TypeMethodDescriptionCmsCategoriesBean.getSelectedCategory()
Getter for the fieldselectedCategory
.Methods in io.goobi.viewer.managedbeans that return types with arguments of type CMSCategoryModifier and TypeMethodDescriptionCmsBean.getAllCategories()
getAllCategories.CmsCategoriesBean.getAllCategories()
Returns a newly created list of all saved categoriesCmsMediaBean.getAllMediaCategories()
getAllMediaCategories.CmsBean.getAllowedCategories
(User user) Returns a filtered category list for the given user, unless the user is a superuser.CmsSliderEditBean.getSelectableCategories()
Methods in io.goobi.viewer.managedbeans with parameters of type CMSCategoryModifier and TypeMethodDescriptionCmsCategoriesBean.deleteCategoryAction
(CMSCategory category) Delete the given Category in DAO.void
CmsCategoriesBean.edit
(CMSCategory category) Start editing the given category.CmsBean.getRelatedPages
(String pi, CMSCategory category) getRelatedPages.boolean
CmsPageEditBean.mayRemoveCategoryFromPage
(CMSCategory cat) mayRemoveCategoryFromPage.Method parameters in io.goobi.viewer.managedbeans with type arguments of type CMSCategoryModifier 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 CMSCategory in io.goobi.viewer.model.cms
Methods in io.goobi.viewer.model.cms that return types with arguments of type CMSCategoryModifier and TypeMethodDescriptionCategorizableTranslatedSelectable.getCategories()
Getter for the fieldcategories
.CategorizableTranslatedSelectable.getSelectedCategories()
getSelectedCategories.Methods in io.goobi.viewer.model.cms with parameters of type CMSCategoryMethod parameters in io.goobi.viewer.model.cms with type arguments of type CMSCategoryModifier and TypeMethodDescriptionvoid
CategorizableTranslatedSelectable.setCategories
(List<Selectable<CMSCategory>> categories) Setter for the fieldcategories
.Constructors in io.goobi.viewer.model.cms with parameters of type CMSCategoryModifierConstructorDescriptionCMSCategory
(CMSCategory blueprint, boolean keepId) Constructor for CMSCategory.Constructor parameters in io.goobi.viewer.model.cms with type arguments of type CMSCategoryModifierConstructorDescriptionCategorizableTranslatedSelectable
(T value, boolean selected, Locale defaultLocale, List<Selectable<CMSCategory>> categories) Constructor for CategorizableTranslatedSelectable. -
Uses of CMSCategory in io.goobi.viewer.model.cms.media
Methods in io.goobi.viewer.model.cms.media that return types with arguments of type CMSCategoryModifier and TypeMethodDescriptionCMSMediaItem.getCategories()
CMSMediaItem.wrapCategories
(List<CMSCategory> categories) wrapCategories.Methods in io.goobi.viewer.model.cms.media with parameters of type CMSCategoryModifier and TypeMethodDescriptionboolean
CMSMediaItem.addCategory
(CMSCategory cat) addCategory.boolean
CMSMediaItem.removeCategory
(CMSCategory cat) removeCategory.Method parameters in io.goobi.viewer.model.cms.media with type arguments of type CMSCategoryModifier and TypeMethodDescriptionvoid
CMSMediaItem.setCategories
(List<CMSCategory> categories) Setter for the fieldcategories
.CMSMediaItem.wrapCategories
(List<CMSCategory> categories) wrapCategories. -
Uses of CMSCategory in io.goobi.viewer.model.cms.pages
Methods in io.goobi.viewer.model.cms.pages that return types with arguments of type CMSCategoryModifier and TypeMethodDescriptionCMSPage.getCategories()
Getter for the fieldcategories
.CMSPageTemplate.getCategories()
Getter for the fieldcategories
.CMSPage.getSelectableCategories()
Getter for the fieldselectableCategories
.CMSPageTemplate.getSelectableCategories()
Getter for the fieldselectableCategories
.Methods in io.goobi.viewer.model.cms.pages with parameters of type CMSCategoryModifier and TypeMethodDescriptionvoid
CMSPage.addCategory
(CMSCategory category) addCategory.void
CMSPageTemplate.addCategory
(CMSCategory category) addCategory.void
CMSPage.removeCategory
(CMSCategory category) removeCategory.void
CMSPageTemplate.removeCategory
(CMSCategory category) removeCategory.Method parameters in io.goobi.viewer.model.cms.pages with type arguments of type CMSCategoryModifier and TypeMethodDescriptionvoid
CMSPage.setCategories
(List<CMSCategory> categories) Setter for the fieldcategories
.void
CMSPageTemplate.setCategories
(List<CMSCategory> categories) Setter for the fieldcategories
. -
Uses of CMSCategory in io.goobi.viewer.model.cms.pages.content
Methods in io.goobi.viewer.model.cms.pages.content that return types with arguments of type CMSCategoryMethods in io.goobi.viewer.model.cms.pages.content with parameters of type CMSCategoryModifier and TypeMethodDescriptionboolean
CMSCategoryHolder.addCategory
(CMSCategory category) boolean
CMSCategoryHolder.removeCategory
(CMSCategory category) -
Uses of CMSCategory in io.goobi.viewer.model.cms.pages.content.types
Methods in io.goobi.viewer.model.cms.pages.content.types that return types with arguments of type CMSCategoryModifier and TypeMethodDescriptionCMSImageListContent.getCategories()
CMSPageListContent.getCategories()
CMSImageListContent.getSelectableCategories()
CMSPageListContent.getSelectableCategories()
CMSPageListContent.getSortedCategories
(int pageNo, boolean random, boolean paged, CMSTemplateManager templateManager) getSortedCategories.Methods in io.goobi.viewer.model.cms.pages.content.types with parameters of type CMSCategoryModifier and TypeMethodDescriptionboolean
CMSImageListContent.addCategory
(CMSCategory category) boolean
CMSPageListContent.addCategory
(CMSCategory category) CMSPageListContent.getNestedPagesByCategory
(boolean random, boolean paged, CMSCategory category, CMSTemplateManager templateManager) Deprecated.CMSPageListContent.getNestedPagesByCategory
(boolean random, CMSCategory category, CMSTemplateManager templateManager) Getter for the fieldnestedPages
.boolean
CMSImageListContent.removeCategory
(CMSCategory category) boolean
CMSPageListContent.removeCategory
(CMSCategory category) -
Uses of CMSCategory in io.goobi.viewer.model.security
Methods in io.goobi.viewer.model.security that return types with arguments of type CMSCategoryModifier and TypeMethodDescriptionLicense.getAllowedCategories()
Getter for the fieldallowedCategories
.License.getSelectableCategories()
Method parameters in io.goobi.viewer.model.security with type arguments of type CMSCategoryModifier and TypeMethodDescriptionvoid
License.setAllowedCategories
(List<CMSCategory> allowedCategories) Setter for the fieldallowedCategories
. -
Uses of CMSCategory in io.goobi.viewer.model.security.user
Methods in io.goobi.viewer.model.security.user that return types with arguments of type CMSCategoryModifier and TypeMethodDescriptionUser.getAllowedCategories
(List<CMSCategory> allCategories) getAllowedCategories.Method parameters in io.goobi.viewer.model.security.user with type arguments of type CMSCategoryModifier and TypeMethodDescriptionUser.getAllowedCategories
(List<CMSCategory> allCategories) getAllowedCategories.
CMSPageListContent.getNestedPagesByCategory(boolean, CMSCategory, CMSTemplateManager)
instead