Uses of Class
org.lockss.laaws.poller.model.PollerSummary
Packages that use PollerSummary
Package
Description
-
Uses of PollerSummary in org.lockss.laaws.poller.api
Methods in org.lockss.laaws.poller.api that return types with arguments of type PollerSummaryModifier and TypeMethodDescriptiondefault org.springframework.http.ResponseEntity<PollerSummary>PollsApi.getPollStatus(String psId) default org.springframework.http.ResponseEntity<PollerSummary>PollsApiDelegate.getPollStatus(String psId) -
Uses of PollerSummary in org.lockss.laaws.poller.impl
Methods in org.lockss.laaws.poller.impl that return types with arguments of type PollerSummaryModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PollerSummary>PollsApiServiceImpl.getPollStatus(String psId) Return the current status of a poll. -
Uses of PollerSummary in org.lockss.laaws.poller.model
Methods in org.lockss.laaws.poller.model that return PollerSummaryModifier and TypeMethodDescriptionPollerSummary.detailLink(LinkDesc detailLink) PollerSummary.numAgreeUrls(Integer numAgreeUrls) PollerSummary.numCompletedRepairs(Integer numCompletedRepairs) PollerSummary.numHashErrors(Integer numHashErrors) PollerSummary.numTalliedUrls(Integer numTalliedUrls) PollerSummary.participants(Integer participants) Methods in org.lockss.laaws.poller.model that return types with arguments of type PollerSummaryModifier and TypeMethodDescription@Valid List<PollerSummary>PollerPager.getPolls()The list of polls for the current page or nullMethods in org.lockss.laaws.poller.model with parameters of type PollerSummaryMethod parameters in org.lockss.laaws.poller.model with type arguments of type PollerSummaryModifier and TypeMethodDescriptionPollerPager.polls(List<PollerSummary> polls) voidPollerPager.setPolls(List<PollerSummary> polls)