Uses of Class
io.goobi.viewer.model.crowdsourcing.campaigns.CampaignRecordStatistic
Package
Description
-
Uses of CampaignRecordStatistic in io.goobi.viewer.dao
Modifier and TypeMethodDescriptionIDAO.getCampaignStatisticsForRecord
(String pi, CrowdsourcingStatus status) getCampaignStatisticsForRecord. -
Uses of CampaignRecordStatistic in io.goobi.viewer.dao.impl
Modifier and TypeMethodDescriptionJPADAO.getCampaignStatisticsForRecord
(String pi, CrowdsourcingStatus status) getCampaignStatisticsForRecord. -
Uses of CampaignRecordStatistic in io.goobi.viewer.model.crowdsourcing.campaigns
Modifier and TypeMethodDescriptionCampaignRecordPageStatistic.getOwner()
Getter for the fieldowner
.Modifier and TypeMethodDescriptionvoid
CampaignRecordPageStatistic.setOwner
(CampaignRecordStatistic owner) Setter for the fieldowner
.Modifier and TypeMethodDescriptionvoid
Campaign.setStatistics
(Map<String, CampaignRecordStatistic> statistics) Setter for the fieldstatistics
.