|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.topia.persistence.TopiaEntityAbstract
org.chorem.pollen.business.persistence.PollAccountAbstract
public abstract class PollAccountAbstract
| Field Summary | |
|---|---|
protected String |
accountId
Nom de l'attribut en BD : accountId |
protected List<Comment> |
comment
Nom de l'attribut en BD : comment |
protected String |
email
Nom de l'attribut en BD : email |
protected PersonList |
personList
Nom de l'attribut en BD : personList |
protected List<Poll> |
pollsCreated
Nom de l'attribut en BD : pollsCreated |
protected UserAccount |
userAccount
Nom de l'attribut en BD : userAccount |
protected List<Vote> |
vote
Nom de l'attribut en BD : vote |
protected String |
votingId
Nom de l'attribut en BD : votingId |
protected List<PersonToList> |
votingListPersonToList
Nom de l'attribut en BD : 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.PollAccount |
|---|
PROPERTY_ACCOUNT_ID, PROPERTY_COMMENT, PROPERTY_EMAIL, PROPERTY_PERSON_LIST, PROPERTY_POLLS_CREATED, PROPERTY_USER_ACCOUNT, PROPERTY_VOTE, PROPERTY_VOTING_ID, PROPERTY_VOTING_LIST_PERSON_TO_LIST |
| Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION |
| Constructor Summary | |
|---|---|
PollAccountAbstract()
|
|
| Methods inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract |
|---|
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getReadPropertyChangeSupport, getReadVetoableChangeSupport, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, getWritePropertyChangeSupport, getWriteVetoableChangeSupport, hashCode, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaContext, setTopiaCreateDate, setTopiaId, setTopiaVersion |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion |
| Field Detail |
|---|
protected String accountId
protected String votingId
protected String email
protected List<PersonToList> votingListPersonToList
protected List<Poll> pollsCreated
protected List<Comment> comment
protected List<Vote> vote
protected PersonList personList
protected UserAccount userAccount
| Constructor Detail |
|---|
public PollAccountAbstract()
| Method Detail |
|---|
public void accept(org.nuiton.topia.persistence.EntityVisitor visitor)
throws org.nuiton.topia.TopiaException
accept in interface org.nuiton.topia.persistence.TopiaEntityorg.nuiton.topia.TopiaExceptionpublic void setAccountId(String accountId)
setAccountId in interface PollAccountpublic String getAccountId()
getAccountId in interface PollAccountpublic void setVotingId(String votingId)
setVotingId in interface PollAccountpublic String getVotingId()
getVotingId in interface PollAccountpublic void setEmail(String email)
setEmail in interface PollAccountpublic String getEmail()
getEmail in interface PollAccountpublic void addVotingListPersonToList(PersonToList votingListPersonToList)
addVotingListPersonToList in interface PollAccountpublic void addAllVotingListPersonToList(List<PersonToList> votingListPersonToList)
addAllVotingListPersonToList in interface PollAccountpublic void setVotingListPersonToList(List<PersonToList> votingListPersonToList)
setVotingListPersonToList in interface PollAccountpublic void removeVotingListPersonToList(PersonToList votingListPersonToList)
removeVotingListPersonToList in interface PollAccountpublic void clearVotingListPersonToList()
clearVotingListPersonToList in interface PollAccountpublic List<PersonToList> getVotingListPersonToList()
getVotingListPersonToList in interface PollAccountpublic PersonToList getVotingListPersonToListByTopiaId(String topiaId)
getVotingListPersonToListByTopiaId in interface PollAccountpublic PersonToList getVotingListPersonToList(VotingList votingList)
getVotingListPersonToList in interface PollAccountpublic int sizeVotingListPersonToList()
sizeVotingListPersonToList in interface PollAccountpublic boolean isVotingListPersonToListEmpty()
isVotingListPersonToListEmpty in interface PollAccountpublic void addPollsCreated(Poll pollsCreated)
addPollsCreated in interface PollAccountpublic void addAllPollsCreated(List<Poll> pollsCreated)
addAllPollsCreated in interface PollAccountpublic void setPollsCreated(List<Poll> pollsCreated)
setPollsCreated in interface PollAccountpublic void removePollsCreated(Poll pollsCreated)
removePollsCreated in interface PollAccountpublic void clearPollsCreated()
clearPollsCreated in interface PollAccountpublic List<Poll> getPollsCreated()
getPollsCreated in interface PollAccountpublic Poll getPollsCreatedByTopiaId(String topiaId)
getPollsCreatedByTopiaId in interface PollAccountpublic int sizePollsCreated()
sizePollsCreated in interface PollAccountpublic boolean isPollsCreatedEmpty()
isPollsCreatedEmpty in interface PollAccountpublic void addComment(Comment comment)
addComment in interface PollAccountpublic void addAllComment(List<Comment> comment)
addAllComment in interface PollAccountpublic void setComment(List<Comment> comment)
setComment in interface PollAccountpublic void removeComment(Comment comment)
removeComment in interface PollAccountpublic void clearComment()
clearComment in interface PollAccountpublic List<Comment> getComment()
getComment in interface PollAccountpublic Comment getCommentByTopiaId(String topiaId)
getCommentByTopiaId in interface PollAccountpublic int sizeComment()
sizeComment in interface PollAccountpublic boolean isCommentEmpty()
isCommentEmpty in interface PollAccountpublic void addVote(Vote vote)
addVote in interface PollAccountpublic void addAllVote(List<Vote> vote)
addAllVote in interface PollAccountpublic void setVote(List<Vote> vote)
setVote in interface PollAccountpublic void removeVote(Vote vote)
removeVote in interface PollAccountpublic void clearVote()
clearVote in interface PollAccountpublic List<Vote> getVote()
getVote in interface PollAccountpublic Vote getVoteByTopiaId(String topiaId)
getVoteByTopiaId in interface PollAccountpublic int sizeVote()
sizeVote in interface PollAccountpublic boolean isVoteEmpty()
isVoteEmpty in interface PollAccountpublic void setPersonList(PersonList personList)
setPersonList in interface PollAccountpublic PersonList getPersonList()
getPersonList in interface PollAccountpublic void setUserAccount(UserAccount userAccount)
setUserAccount in interface PollAccountpublic UserAccount getUserAccount()
getUserAccount in interface PollAccount
public List<org.nuiton.topia.persistence.TopiaEntity> getAggregate()
throws org.nuiton.topia.TopiaException
getAggregate in interface org.nuiton.topia.persistence.TopiaEntitygetAggregate in class org.nuiton.topia.persistence.TopiaEntityAbstractorg.nuiton.topia.TopiaException
public List<org.nuiton.topia.persistence.TopiaEntity> getComposite()
throws org.nuiton.topia.TopiaException
getComposite in interface org.nuiton.topia.persistence.TopiaEntitygetComposite in class org.nuiton.topia.persistence.TopiaEntityAbstractorg.nuiton.topia.TopiaException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||