Uses of Interface
io.goobi.viewer.dao.IDAO
Package
Description
-
Uses of IDAO in io.goobi.viewer.api.rest.v1.clients
ModifierConstructorDescriptionClientApplicationsResource
(IDAO dao, ClientApplicationManager clientManager) -
Uses of IDAO in io.goobi.viewer.api.rest.v1.cms
-
Uses of IDAO in io.goobi.viewer.controller
-
Uses of IDAO in io.goobi.viewer.controller.mq
ModifierConstructorDescriptionMessageQueueManager
(ActiveMQConfig config, IDAO dao) MessageQueueManager
(ActiveMQConfig config, IDAO dao, Map<String, MessageHandler<MessageStatus>> instances) -
Uses of IDAO in io.goobi.viewer.dao.impl
-
Uses of IDAO in io.goobi.viewer.dao.update
Modifier 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.ModifierConstructorDescriptionCMSContentConverter
(IDAO dao) DatabaseUpdater
(IDAO dao, CMSTemplateManager templateManager) Constructor for DatabaseUpdater. -
Uses of IDAO in io.goobi.viewer.managedbeans
ModifierConstructorDescriptionCookieBannerBean
(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
ModifierConstructorDescriptionSqlAnnotationDeleter
(IDAO dao) SqlAnnotationLister
(IDAO dao) SqlAnnotationSaver
(IDAO dao) SqlCommentLister
(IDAO dao) -
Uses of IDAO in io.goobi.viewer.model.cms.legacy
-
Uses of IDAO in io.goobi.viewer.model.cms.media
-
Uses of IDAO in io.goobi.viewer.model.job.quartz
ModifierConstructorDescriptionQuartzListener
(IDAO dao, Configuration config, MessageQueueManager messageBroker) -
Uses of IDAO in io.goobi.viewer.model.maps
ModifierConstructorDescriptionRecordGeoMap
(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
Modifier 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
-
Uses of IDAO in io.goobi.viewer.model.statistics.usage
ModifierConstructorDescriptionStatisticsIndexTask
(IDAO dao, StatisticsIndexer indexer, SolrSearchIndex solrIndex) Default constructorStatisticsSummaryBuilder
(IDAO dao, SolrSearchIndex searchIndex) Default constructorUsageStatisticsRecorder
(IDAO dao, Configuration config, String viewerName) Default constructor