Uses of Class
io.goobi.viewer.model.crowdsourcing.campaigns.CampaignRecordPageStatistic
Packages that use CampaignRecordPageStatistic
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 CampaignRecordPageStatistic in io.goobi.viewer.dao
Methods in io.goobi.viewer.dao that return types with arguments of type CampaignRecordPageStatisticModifier and TypeMethodDescriptionIDAO.getCampaignPageStatisticsForRecord(String pi, CrowdsourcingStatus status) getCampaignPageStatisticsForRecord. -
Uses of CampaignRecordPageStatistic in io.goobi.viewer.dao.impl
Methods in io.goobi.viewer.dao.impl that return types with arguments of type CampaignRecordPageStatisticModifier and TypeMethodDescriptionJPADAO.getCampaignPageStatisticsForRecord(String pi, CrowdsourcingStatus status) getCampaignPageStatisticsForRecord. -
Uses of CampaignRecordPageStatistic in io.goobi.viewer.model.crowdsourcing.campaigns
Methods in io.goobi.viewer.model.crowdsourcing.campaigns that return types with arguments of type CampaignRecordPageStatisticMethod parameters in io.goobi.viewer.model.crowdsourcing.campaigns with type arguments of type CampaignRecordPageStatisticModifier and TypeMethodDescriptionvoidCampaignRecordStatistic.setPageStatistics(Map<String, CampaignRecordPageStatistic> pageStatistics)