public interface DataStorage
| Modifier and Type | Method and Description |
|---|---|
String |
getActivityIdForOwner(String ownerPath) |
List<Poll> |
getPagePoll() |
Poll |
getPoll(String pollId) |
PollSummary |
getPollSummary(List<String> groupOfUser) |
boolean |
hasPermissionInForum(String pollPath,
List<String> allInfoOfUser) |
Poll |
removePoll(String pollId) |
void |
saveActivityIdForOwner(String ownerPath,
String activityId) |
void |
savePoll(Poll poll,
boolean isNew,
boolean isVote) |
void |
setClosedPoll(Poll poll) |
Copyright © 2003–2016 eXo Platform SAS. All rights reserved.