| org.sakaiproject.poll.dao.impl.PollListManagerDaoImpl
PollListManagerDaoImpl | public class PollListManagerDaoImpl extends HibernateDaoSupport implements PollListManager(Code) | | |
Method Summary | |
public String | archive(String arg0, Document arg1, Stack arg2, String arg3, List arg4) | public void | deleteOption(Option option) | public boolean | deletePoll(Poll t) | public void | destroy() | public List | findAllPolls(String siteId) | public Entity | getEntity(Reference arg0) | public Collection | getEntityAuthzGroups(Reference arg0, String arg1) | public String | getEntityDescription(Reference arg0) | public ResourceProperties | getEntityResourceProperties(Reference arg0) | public String | getEntityUrl(Reference arg0) | public HttpAccess | getHttpAccess() | public String | getLabel() | public Option | getOptionById(Long optionId) | public List | getOptionsForPoll(Poll poll) | public Poll | getPollById(Long pollId) | public Poll | getPollWithVotes(Long pollId) | public void | init() | public String | merge(String arg0, Element arg1, String arg2, String arg3, Map arg4, Map arg5, Set arg6) | public boolean | parseEntityReference(String reference, Reference ref) | public boolean | saveOption(Option t) | public boolean | savePoll(Poll t) | protected String[] | split(String source, String splitter) | public boolean | willArchiveMerge() |
REFERENCE_ROOT | final public static String REFERENCE_ROOT(Code) | | |
destroy | public void destroy()(Code) | | |
willArchiveMerge | public boolean willArchiveMerge()(Code) | | |
|
|