Uses of Class
io.goobi.viewer.model.cms.collections.CMSCollection
Packages that use CMSCollection
Package
Description
-
Uses of CMSCollection in io.goobi.viewer.dao
Methods in io.goobi.viewer.dao that return CMSCollectionModifier and TypeMethodDescriptionIDAO.getCMSCollection
(String solrField, String solrFieldValue) getCMSCollection.Methods in io.goobi.viewer.dao that return types with arguments of type CMSCollectionMethods in io.goobi.viewer.dao with parameters of type CMSCollectionModifier 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
Methods in io.goobi.viewer.dao.impl that return CMSCollectionModifier and TypeMethodDescriptionJPADAO.getCMSCollection
(String solrField, String solrFieldValue) getCMSCollection.Methods in io.goobi.viewer.dao.impl that return types with arguments of type CMSCollectionMethods in io.goobi.viewer.dao.impl with parameters of type CMSCollectionModifier 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
Methods in io.goobi.viewer.managedbeans that return CMSCollectionModifier and TypeMethodDescriptionCmsCollectionsBean.getCurrentCollection()
Getter for the fieldcurrentCollection
.Methods in io.goobi.viewer.managedbeans that return types with arguments of type CMSCollectionModifier and TypeMethodDescriptionCmsSliderEditBean.getAvailableCollections()
CmsCollectionsBean.getCollections()
Getter for the fieldcollections
.Methods in io.goobi.viewer.managedbeans with parameters of type CMSCollectionModifier 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
Methods in io.goobi.viewer.model.cms.collections that return CMSCollectionModifier and TypeMethodDescriptionCMSCollectionTranslation.getOwner()
Getter for the fieldowner
.Methods in io.goobi.viewer.model.cms.collections with parameters of type CMSCollectionModifier 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
.Constructors in io.goobi.viewer.model.cms.collections with parameters of type CMSCollectionModifierConstructorDescriptionCMSCollection
(CMSCollection orig) Cloning constructorCloning constructor. -
Uses of CMSCollection in io.goobi.viewer.model.viewer.collections
Method parameters in io.goobi.viewer.model.viewer.collections with type arguments of type CMSCollectionModifier and TypeMethodDescriptionvoid
CollectionView.associateElementsWithCMSData
(List<CMSCollection> cmsCollections) associateElementsWithCMSData.