org.chorem.pollen.business.persistence
Class PollImpl

java.lang.Object
  extended by org.nuiton.topia.persistence.TopiaEntityAbstract
      extended by org.chorem.pollen.business.persistence.PollAbstract
          extended by org.chorem.pollen.business.persistence.PollImpl
All Implemented Interfaces:
Serializable, Poll, org.nuiton.topia.persistence.TopiaEntity

public class PollImpl
extends PollAbstract
implements Serializable, Poll

Implantation des operations pour l'entité Poll.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.chorem.pollen.business.persistence.PollAbstract
anonymous, anonymousVoteAllowed, beginChoiceDate, beginDate, choice, choiceAddAllowed, choiceType, closed, comment, continuousResults, creator, description, endChoiceDate, endDate, maxChoiceNb, pollId, pollType, preventRule, publicResults, result, title, vote, voteCounting, votingList
 
Fields inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoables
 
Fields inherited from interface org.chorem.pollen.business.persistence.Poll
ANONYMOUS, ANONYMOUS_VOTE_ALLOWED, BEGIN_CHOICE_DATE, BEGIN_DATE, CHOICE, CHOICE_ADD_ALLOWED, CHOICE_TYPE, CLOSED, COMMENT, CONTINUOUS_RESULTS, CREATOR, DESCRIPTION, END_CHOICE_DATE, END_DATE, MAX_CHOICE_NB, POLL_ID, POLL_TYPE, PREVENT_RULE, PUBLIC_RESULTS, RESULT, TITLE, VOTE, VOTE_COUNTING, VOTING_LIST
 
Constructor Summary
PollImpl()
           
 
Method Summary
 
Methods inherited from class org.chorem.pollen.business.persistence.PollAbstract
accept, addAllChoice, addAllComment, addAllPreventRule, addAllResult, addAllVote, addAllVotingList, addChoice, addComment, addPreventRule, addResult, addVote, addVotingList, clearChoice, clearComment, clearPreventRule, clearResult, clearVote, clearVotingList, delete, getAggregate, getAnonymous, getAnonymousVoteAllowed, getBeginChoiceDate, getBeginDate, getChoice, getChoiceAddAllowed, getChoiceByTopiaId, getChoiceType, getClosed, getComment, getCommentByTopiaId, getComposite, getContinuousResults, getCreator, getDescription, getEndChoiceDate, getEndDate, getMaxChoiceNb, getPollId, getPollType, getPreventRule, getPreventRuleByTopiaId, getPublicResults, getResult, getResultByTopiaId, getTitle, getVote, getVoteByTopiaId, getVoteCounting, getVotingList, getVotingListByTopiaId, isChoiceEmpty, isCommentEmpty, isPreventRuleEmpty, isResultEmpty, isVoteEmpty, isVotingListEmpty, removeChoice, removeComment, removePreventRule, removeResult, removeVote, removeVotingList, setAnonymous, setAnonymousVoteAllowed, setBeginChoiceDate, setBeginDate, setChoice, setChoiceAddAllowed, setChoiceType, setClosed, setComment, setContinuousResults, setCreator, setDescription, setEndChoiceDate, setEndDate, setMaxChoiceNb, setPollId, setPollType, setPreventRule, setPublicResults, setResult, setTitle, setVote, setVoteCounting, setVotingList, sizeChoice, sizeComment, sizePreventRule, sizeResult, sizeVote, sizeVotingList, toString, update
 
Methods inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, hashCode, postCreate, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaContext, setTopiaCreateDate, setTopiaId, setTopiaVersion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.chorem.pollen.business.persistence.Poll
addAllChoice, addAllComment, addAllPreventRule, addAllResult, addAllVote, addAllVotingList, addChoice, addComment, addPreventRule, addResult, addVote, addVotingList, clearChoice, clearComment, clearPreventRule, clearResult, clearVote, clearVotingList, getAnonymous, getAnonymousVoteAllowed, getBeginChoiceDate, getBeginDate, getChoice, getChoiceAddAllowed, getChoiceByTopiaId, getChoiceType, getClosed, getComment, getCommentByTopiaId, getContinuousResults, getCreator, getDescription, getEndChoiceDate, getEndDate, getMaxChoiceNb, getPollId, getPollType, getPreventRule, getPreventRuleByTopiaId, getPublicResults, getResult, getResultByTopiaId, getTitle, getVote, getVoteByTopiaId, getVoteCounting, getVotingList, getVotingListByTopiaId, isChoiceEmpty, isCommentEmpty, isPreventRuleEmpty, isResultEmpty, isVoteEmpty, isVotingListEmpty, removeChoice, removeComment, removePreventRule, removeResult, removeVote, removeVotingList, setAnonymous, setAnonymousVoteAllowed, setBeginChoiceDate, setBeginDate, setChoice, setChoiceAddAllowed, setChoiceType, setClosed, setComment, setContinuousResults, setCreator, setDescription, setEndChoiceDate, setEndDate, setMaxChoiceNb, setPollId, setPollType, setPreventRule, setPublicResults, setResult, setTitle, setVote, setVoteCounting, setVotingList, sizeChoice, sizeComment, sizePreventRule, sizeResult, sizeVote, sizeVotingList
 
Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, delete, getAggregate, getComposite, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, postCreate, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion, update
 

Constructor Detail

PollImpl

public PollImpl()


Copyright © 2009-2010 CodeLutin. All Rights Reserved.