Uses of Class
io.goobi.viewer.model.crowdsourcing.campaigns.CampaignRecordStatistic
Packages that use CampaignRecordStatistic
Package
Description
-
Uses of CampaignRecordStatistic in io.goobi.viewer.dao
Methods in io.goobi.viewer.dao that return types with arguments of type CampaignRecordStatisticModifier and TypeMethodDescriptionIDAO.getCampaignStatisticsForRecord(String pi, CrowdsourcingStatus status) getCampaignStatisticsForRecord. -
Uses of CampaignRecordStatistic in io.goobi.viewer.dao.impl
Methods in io.goobi.viewer.dao.impl that return types with arguments of type CampaignRecordStatisticModifier and TypeMethodDescriptionJPADAO.getCampaignStatisticsForRecord(String pi, CrowdsourcingStatus status) getCampaignStatisticsForRecord. -
Uses of CampaignRecordStatistic in io.goobi.viewer.model.crowdsourcing.campaigns
Methods in io.goobi.viewer.model.crowdsourcing.campaigns that return CampaignRecordStatisticModifier and TypeMethodDescriptionCampaignRecordPageStatistic.getOwner()Getter for the fieldowner.Methods in io.goobi.viewer.model.crowdsourcing.campaigns that return types with arguments of type CampaignRecordStatisticMethods in io.goobi.viewer.model.crowdsourcing.campaigns with parameters of type CampaignRecordStatisticModifier and TypeMethodDescriptionvoidCampaignRecordPageStatistic.setOwner(CampaignRecordStatistic owner) Setter for the fieldowner.Method parameters in io.goobi.viewer.model.crowdsourcing.campaigns with type arguments of type CampaignRecordStatisticModifier and TypeMethodDescriptionvoidCampaign.setStatistics(Map<String, CampaignRecordStatistic> statistics) Setter for the fieldstatistics.