Uses of Class
io.goobi.viewer.model.cms.collections.DynamicCollection
Packages that use DynamicCollection
Package
Description
Data access layer of the Goobi viewer.
JPA-based data access object implementation providing the full persistence layer for the Goobi viewer,
including a custom class loader and the central
JPADAO that covers all entity types.JSF managed beans (CDI backing beans) of the Goobi viewer.
Model for CMS-managed collection representations, allowing editors to attach custom
labels, descriptions, and representative images to Solr-backed record collections.
-
Uses of DynamicCollection in io.goobi.viewer.dao
Methods in io.goobi.viewer.dao that return DynamicCollectionModifier and TypeMethodDescriptionIDAO.getDynamicCollection(Long id) getDynamicCollection.IDAO.getDynamicCollection(String identifier) getDynamicCollection.IDAO.updateDynamicCollection(DynamicCollection collection) updateDynamicCollection.Methods in io.goobi.viewer.dao that return types with arguments of type DynamicCollectionMethods in io.goobi.viewer.dao with parameters of type DynamicCollectionModifier and TypeMethodDescriptionbooleanIDAO.addDynamicCollection(DynamicCollection collection) addDynamicCollection.booleanIDAO.deleteDynamicCollection(DynamicCollection collection) deleteDynamicCollection.IDAO.updateDynamicCollection(DynamicCollection collection) updateDynamicCollection. -
Uses of DynamicCollection in io.goobi.viewer.dao.impl
Methods in io.goobi.viewer.dao.impl that return DynamicCollectionModifier and TypeMethodDescriptionJPADAO.getDynamicCollection(Long id) getDynamicCollection.JPADAO.getDynamicCollection(String identifier) getDynamicCollection.JPADAO.updateDynamicCollection(DynamicCollection collection) updateDynamicCollection.Methods in io.goobi.viewer.dao.impl that return types with arguments of type DynamicCollectionMethods in io.goobi.viewer.dao.impl with parameters of type DynamicCollectionModifier and TypeMethodDescriptionbooleanJPADAO.addDynamicCollection(DynamicCollection collection) addDynamicCollection.booleanJPADAO.deleteDynamicCollection(DynamicCollection collection) deleteDynamicCollection.JPADAO.updateDynamicCollection(DynamicCollection collection) updateDynamicCollection. -
Uses of DynamicCollection in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return DynamicCollectionModifier and TypeMethodDescriptionDynamicCollectionsBean.getCurrentCollection()Getter for the fieldcurrentCollection.Methods in io.goobi.viewer.managedbeans that return types with arguments of type DynamicCollectionModifier and TypeMethodDescriptionDynamicCollectionsBean.getCollections()Getter for the fieldcollections.Methods in io.goobi.viewer.managedbeans with parameters of type DynamicCollectionModifier and TypeMethodDescriptionvoidDynamicCollectionsBean.deleteCollection(DynamicCollection collection) deleteCollection.DynamicCollectionsBean.getSearchUrl(DynamicCollection collection) Builds the search-result URL listing the records of the given collection.voidDynamicCollectionsBean.setCurrentCollection(DynamicCollection currentCollection) Setter for the fieldcurrentCollection. -
Uses of DynamicCollection in io.goobi.viewer.model.cms.collections
Methods in io.goobi.viewer.model.cms.collections that return DynamicCollectionModifier and TypeMethodDescriptionDynamicCollectionTranslation.getOwner()Getter for the fieldowner.DynamicCollection.loadRepresentativeImage()Loads representative image access info from Solr.DynamicCollection.loadRepresentativeImage(org.apache.solr.common.SolrDocument recordDoc) Sets the thumbnail access permission from an already-fetched representative record document.Methods in io.goobi.viewer.model.cms.collections with parameters of type DynamicCollectionModifier and TypeMethodDescriptionintDynamicCollection.compareTo(DynamicCollection other) booleanDynamicCollection.contentEquals(DynamicCollection other) voidDynamicCollectionTranslation.setOwner(DynamicCollection owner) Setter for the fieldowner.Constructors in io.goobi.viewer.model.cms.collections with parameters of type DynamicCollectionModifierConstructorDescriptionCloning constructor.Cloning constructor.