| java.lang.Object net.jforum.entities.PollChanges
PollChanges | public class PollChanges (Code) | | An helper class that holds changes made to the pool.
author: Rafael Steil version: $Id: PollChanges.java,v 1.4 2007/04/24 02:19:46 rafaelsteil Exp $ |
Constructor Summary | |
public | PollChanges(Poll first, Poll second) Parameters: first - The "complete", most recent poll version. |
PollChanges | public PollChanges(Poll first, Poll second)(Code) | | Parameters: first - The "complete", most recent poll version. Usually the onethat's in the database. Parameters: second - The poll to compare with. It usually will be a poll filledby PostCommon.fillPostFromRequest, so matches will be done againts the existing poll and the data comming from the server. |
getChangedOptions | public List getChangedOptions()(Code) | | |
getDeletedOptions | public List getDeletedOptions()(Code) | | |
hasChanges | public boolean hasChanges()(Code) | | |
|
|