Uses of Interface
io.goobi.viewer.dao.IDAO
Packages that use IDAO
Package
Description
-
Uses of IDAO in io.goobi.viewer.api.rest.v1.clients
Constructors in io.goobi.viewer.api.rest.v1.clients with parameters of type IDAOModifierConstructorDescriptionClientApplicationsResource
(IDAO dao, ClientApplicationManager clientManager) -
Uses of IDAO in io.goobi.viewer.api.rest.v1.cms
Constructors in io.goobi.viewer.api.rest.v1.cms with parameters of type IDAO -
Uses of IDAO in io.goobi.viewer.controller
Methods in io.goobi.viewer.controller that return IDAOMethods in io.goobi.viewer.controller with parameters of type IDAO -
Uses of IDAO in io.goobi.viewer.controller.mq
Constructors in io.goobi.viewer.controller.mq with parameters of type IDAOModifierConstructorDescriptionMessageQueueManager
(ActiveMQConfig config, IDAO dao) MessageQueueManager
(ActiveMQConfig config, IDAO dao, Map<String, MessageHandler<MessageStatus>> instances) -
Uses of IDAO in io.goobi.viewer.dao.impl
Classes in io.goobi.viewer.dao.impl that implement IDAO -
Uses of IDAO in io.goobi.viewer.dao.update
Methods in io.goobi.viewer.dao.update with parameters of type IDAOModifier and TypeMethodDescriptionvoid
loadData.void
CMSCategoryUpdate.persistData
(IDAO dao) persistData.boolean
AnnotationUpdate.update
(IDAO dao, CMSTemplateManager templateManager) boolean
CMSCategoryUpdate.update
(IDAO dao, CMSTemplateManager templateManager) update.boolean
CMSContentItemUpdate.update
(IDAO dao, CMSTemplateManager templateManager) boolean
CMSMediaUpdate.update
(IDAO dao, CMSTemplateManager templateManager) boolean
CMSPageUpdate.update
(IDAO dao, CMSTemplateManager templateManager) boolean
CMSRecordNoteUpdate.update
(IDAO dao, CMSTemplateManager templateManager) boolean
CommentGroupUpdate.update
(IDAO dao, CMSTemplateManager templateManager) update.boolean
GeoMapUpdate.update
(IDAO dao, CMSTemplateManager templateManager) boolean
IModelUpdate.update
(IDAO dao, CMSTemplateManager templateManager) update.boolean
LicenseTypeUpdate.update
(IDAO dao, CMSTemplateManager templateManager) update.boolean
PageTemplageIdUpdate.update
(IDAO dao, CMSTemplateManager templateManager) boolean
SidebarWidgetUpdate.update
(IDAO dao, CMSTemplateManager templateManager) boolean
UserUpdate.update
(IDAO dao, CMSTemplateManager templateManager) update.Constructors in io.goobi.viewer.dao.update with parameters of type IDAOModifierConstructorDescriptionCMSContentConverter
(IDAO dao) DatabaseUpdater
(IDAO dao, CMSTemplateManager templateManager) Constructor for DatabaseUpdater. -
Uses of IDAO in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return IDAOMethods in io.goobi.viewer.managedbeans with parameters of type IDAOConstructors in io.goobi.viewer.managedbeans with parameters of type IDAOModifierConstructorDescriptionCookieBannerBean
(IDAO dao) Constructor for testing purposesCrowdsourcingBean
(Configuration viewerConfig, IDAO dao) Constructor for CrowdsourcingBean.DisclaimerBean
(IDAO dao, SolrSearchIndex searchIndex) Constructor for testing purposesDisclaimerEditBean
(IDAO dao) Constructor for testing purposes.HighlightsBean
(IDAO dao, NavigationHelper navigationHelper, ImageDeliveryBean imaging) Testing constructor explicitly initializing required properties -
Uses of IDAO in io.goobi.viewer.model.annotation.serialization
Constructors in io.goobi.viewer.model.annotation.serialization with parameters of type IDAOModifierConstructorDescriptionSqlAnnotationDeleter
(IDAO dao) SqlAnnotationLister
(IDAO dao) SqlAnnotationSaver
(IDAO dao) SqlCommentLister
(IDAO dao) -
Uses of IDAO in io.goobi.viewer.model.cms.legacy
Constructors in io.goobi.viewer.model.cms.legacy with parameters of type IDAO -
Uses of IDAO in io.goobi.viewer.model.cms.media
Constructors in io.goobi.viewer.model.cms.media with parameters of type IDAO -
Uses of IDAO in io.goobi.viewer.model.job.quartz
Constructors in io.goobi.viewer.model.job.quartz with parameters of type IDAOModifierConstructorDescriptionQuartzListener
(IDAO dao, Configuration config, MessageQueueManager messageBroker) -
Uses of IDAO in io.goobi.viewer.model.maps
Constructors in io.goobi.viewer.model.maps with parameters of type IDAOModifierConstructorDescriptionRecordGeoMap
(StructElement struct, List<MetadataContainer> relatedDocuments, IDAO dao, List<FeatureSetConfiguration> featureSetConfigs) Create a new geomap with features from the given StructElement and related documents. -
Uses of IDAO in io.goobi.viewer.model.security
Methods in io.goobi.viewer.model.security with parameters of type IDAOModifier and TypeMethodDescriptionAccessConditionUtils.getApplyingLicenses
(Optional<User> user, String ipAddress, LicenseType type, IDAO dao) List all licenses ("rights") that the given user and ipAddress is entitled to, either because they are directly given to the user, a group the user belongs to or to the given ipAddress, whether or not the given user exists -
Uses of IDAO in io.goobi.viewer.model.security.clients
Constructors in io.goobi.viewer.model.security.clients with parameters of type IDAO -
Uses of IDAO in io.goobi.viewer.model.statistics.usage
Constructors in io.goobi.viewer.model.statistics.usage with parameters of type IDAOModifierConstructorDescriptionStatisticsIndexTask
(IDAO dao, StatisticsIndexer indexer, SolrSearchIndex solrIndex) Default constructorStatisticsSummaryBuilder
(IDAO dao, SolrSearchIndex searchIndex) Default constructorUsageStatisticsRecorder
(IDAO dao, Configuration config, String viewerName) Default constructor