Uses of Class
io.goobi.viewer.model.cms.collections.CMSCollection
Package
Description
-
Uses of CMSCollection in io.goobi.viewer.dao
Modifier and TypeMethodDescriptionIDAO.getCMSCollection
(String solrField, String solrFieldValue) getCMSCollection.Modifier and TypeMethodDescriptionboolean
IDAO.addCMSCollection
(CMSCollection collection) addCMSCollection.boolean
IDAO.deleteCMSCollection
(CMSCollection collection) deleteCMSCollection.boolean
IDAO.updateCMSCollection
(CMSCollection collection) updateCMSCollection. -
Uses of CMSCollection in io.goobi.viewer.dao.impl
Modifier and TypeMethodDescriptionJPADAO.getCMSCollection
(String solrField, String solrFieldValue) getCMSCollection.Modifier and TypeMethodDescriptionboolean
JPADAO.addCMSCollection
(CMSCollection collection) addCMSCollection.boolean
JPADAO.deleteCMSCollection
(CMSCollection collection) deleteCMSCollection.boolean
JPADAO.updateCMSCollection
(CMSCollection collection) updateCMSCollection. -
Uses of CMSCollection in io.goobi.viewer.managedbeans
Modifier and TypeMethodDescriptionCmsCollectionsBean.getCurrentCollection()
Getter for the fieldcurrentCollection
.Modifier and TypeMethodDescriptionCmsSliderEditBean.getAvailableCollections()
CmsCollectionsBean.getCollections()
Getter for the fieldcollections
.Modifier and TypeMethodDescriptionvoid
CmsCollectionsBean.deleteCollection
(CMSCollection collection) deleteCollection.CmsCollectionsBean.editCollection
(CMSCollection collection) editCollection.CmsCollectionsBean.getSearchUrl
(CMSCollection collection) void
CmsCollectionsBean.setCurrentCollection
(CMSCollection currentCollection) Setter for the fieldcurrentCollection
. -
Uses of CMSCollection in io.goobi.viewer.model.cms.collections
Modifier and TypeMethodDescriptionCMSCollectionTranslation.getOwner()
Getter for the fieldowner
.Modifier and TypeMethodDescriptionint
CMSCollection.compareTo
(CMSCollection other) Compares collection by the alphabatical sorting of theirgetSolrFieldValue()
boolean
CMSCollection.contentEquals
(CMSCollection other) void
CMSCollectionTranslation.setOwner
(CMSCollection owner) Setter for the fieldowner
.ModifierConstructorDescriptionCMSCollection
(CMSCollection orig) Cloning constructorCloning constructor. -
Uses of CMSCollection in io.goobi.viewer.model.viewer.collections
Modifier and TypeMethodDescriptionvoid
CollectionView.associateElementsWithCMSData
(List<CMSCollection> cmsCollections) associateElementsWithCMSData.