Uses of Class
io.goobi.viewer.model.crowdsourcing.campaigns.CampaignRecordStatistic
Packages that use CampaignRecordStatistic
Package
Description
Data access layer of the Goobi viewer.
JPA-based data access object implementation providing the full persistence layer for the Goobi viewer,
including a custom class loader and the central
JPADAO that covers all entity types.Domain model for crowdsourcing campaigns, including the
Campaign entity with its
visibility, time-frame, and user-group constraints, as well as per-record and per-page
progress statistics and multilingual campaign translations.-
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.