Uses of Class
org.lockss.laaws.poller.model.VoterPager
Packages that use VoterPager
Package
Description
-
Uses of VoterPager in org.lockss.laaws.poller.api
Methods in org.lockss.laaws.poller.api that return types with arguments of type VoterPagerModifier and TypeMethodDescriptiondefault org.springframework.http.ResponseEntity<VoterPager>PollsApi.getPollsAsVoter(@Valid Integer size, @Valid Integer page) default org.springframework.http.ResponseEntity<VoterPager>PollsApiDelegate.getPollsAsVoter(Integer size, Integer page) -
Uses of VoterPager in org.lockss.laaws.poller.impl
Methods in org.lockss.laaws.poller.impl that return types with arguments of type VoterPagerModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<VoterPager>PollsApiServiceImpl.getPollsAsVoter(Integer size, Integer page) Get the Polls for which we are only a voter. -
Uses of VoterPager in org.lockss.laaws.poller.model
Methods in org.lockss.laaws.poller.model that return VoterPagerModifier and TypeMethodDescriptionVoterPager.addPollsItem(VoterSummary pollsItem) VoterPager.polls(List<VoterSummary> polls)