org.chorem.pollen.business.persistence
Interface PollAccount
- All Superinterfaces:
- org.nuiton.topia.persistence.TopiaEntity
- All Known Implementing Classes:
- PollAccountAbstract, PollAccountImpl
public interface PollAccount
- extends org.nuiton.topia.persistence.TopiaEntity
| 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 |
ACCOUNT_ID
static final String ACCOUNT_ID
- See Also:
- Constant Field Values
VOTING_ID
static final String VOTING_ID
- See Also:
- Constant Field Values
EMAIL
static final String EMAIL
- See Also:
- Constant Field Values
VOTING_LIST_PERSON_TO_LIST
static final String VOTING_LIST_PERSON_TO_LIST
- See Also:
- Constant Field Values
POLLS_CREATED
static final String POLLS_CREATED
- See Also:
- Constant Field Values
COMMENT
static final String COMMENT
- See Also:
- Constant Field Values
VOTE
static final String VOTE
- See Also:
- Constant Field Values
PERSON_LIST
static final String PERSON_LIST
- See Also:
- Constant Field Values
USER_ACCOUNT
static final String USER_ACCOUNT
- See Also:
- Constant Field Values
setAccountId
void setAccountId(String accountId)
- Parameters:
accountId - La valeur de l'attribut accountId à positionner.
getAccountId
String getAccountId()
- Returns:
- La valeur de l'attribut accountId.
setVotingId
void setVotingId(String votingId)
- Parameters:
votingId - La valeur de l'attribut votingId à positionner.
getVotingId
String getVotingId()
- Returns:
- La valeur de l'attribut votingId.
setEmail
void setEmail(String email)
- Parameters:
email - La valeur de l'attribut email à positionner.
getEmail
String getEmail()
- Returns:
- La valeur de l'attribut email.
addVotingListPersonToList
void addVotingListPersonToList(PersonToList personToList)
- Parameters:
personToList - L'instance de PersonToList à ajouter.
addAllVotingListPersonToList
void addAllVotingListPersonToList(List<PersonToList> personToList)
- Parameters:
personToList - Les instances de PersonToList à ajouter.
setVotingListPersonToList
void setVotingListPersonToList(List<PersonToList> personToList)
- Parameters:
personToList - La Collection de PersonToList à positionner.
removeVotingListPersonToList
void removeVotingListPersonToList(PersonToList personToList)
- Parameters:
personToList - L'instance de PersonToList à retirer.
clearVotingListPersonToList
void clearVotingListPersonToList()
- Vide la Collection de PersonToList.
getVotingListPersonToList
List<PersonToList> getVotingListPersonToList()
- Returns:
- La liste des attributs PersonToList.
getVotingListPersonToListByTopiaId
PersonToList getVotingListPersonToListByTopiaId(String topiaId)
- Recupère l'attribut votingList à partir de son topiaId.
- Parameters:
topiaId - le topia id de l'attribut recherchée
- Returns:
- l'attribut recherché, ou
null s'il n'existe pas.
getVotingListPersonToList
PersonToList getVotingListPersonToList(VotingList value)
- Returns:
- L'attribut PersonToList associé à la valeur
value de l'attribut votingList.
sizeVotingListPersonToList
int sizeVotingListPersonToList()
- Returns:
- Le nombre d'éléments de la collection votingList.
isVotingListPersonToListEmpty
boolean isVotingListPersonToListEmpty()
- Returns:
true si la collection votingListPersonToList est vide.
addPollsCreated
void addPollsCreated(Poll pollsCreated)
- Parameters:
pollsCreated - L'instance de pollsCreated à ajouter.
addAllPollsCreated
void addAllPollsCreated(List<Poll> pollsCreated)
- Parameters:
pollsCreated - Les instances de pollsCreated à ajouter.
setPollsCreated
void setPollsCreated(List<Poll> pollsCreated)
- Parameters:
pollsCreated - La Collection de pollsCreated à positionner.
removePollsCreated
void removePollsCreated(Poll pollsCreated)
- Parameters:
pollsCreated - L'instance de pollsCreated à retirer.
clearPollsCreated
void clearPollsCreated()
- Vide la Collection de pollsCreated.
getPollsCreated
List<Poll> getPollsCreated()
- Returns:
- La Liste de pollsCreated.
getPollsCreatedByTopiaId
Poll getPollsCreatedByTopiaId(String topiaId)
- Recupère l'attribut pollsCreated à partir de son topiaId.
- Parameters:
topiaId - le topia id de l'entité recherchée
- Returns:
- l'attribut recherché, ou
null s'il n'existe pas.
sizePollsCreated
int sizePollsCreated()
- Returns:
- Le nombre d'éléments de la collection pollsCreated.
isPollsCreatedEmpty
boolean isPollsCreatedEmpty()
- Returns:
true si la collection pollsCreated est vide.
addComment
void addComment(Comment comment)
- Parameters:
comment - L'instance de comment à ajouter.
addAllComment
void addAllComment(List<Comment> comment)
- Parameters:
comment - Les instances de comment à ajouter.
setComment
void setComment(List<Comment> comment)
- Parameters:
comment - La Collection de comment à positionner.
removeComment
void removeComment(Comment comment)
- Parameters:
comment - L'instance de comment à retirer.
clearComment
void clearComment()
- Vide la Collection de comment.
getComment
List<Comment> getComment()
- Returns:
- La Liste de comment.
getCommentByTopiaId
Comment getCommentByTopiaId(String topiaId)
- Recupère l'attribut comment à partir de son topiaId.
- Parameters:
topiaId - le topia id de l'entité recherchée
- Returns:
- l'attribut recherché, ou
null s'il n'existe pas.
sizeComment
int sizeComment()
- Returns:
- Le nombre d'éléments de la collection comment.
isCommentEmpty
boolean isCommentEmpty()
- Returns:
true si la collection comment est vide.
addVote
void addVote(Vote vote)
- Parameters:
vote - L'instance de vote à ajouter.
addAllVote
void addAllVote(List<Vote> vote)
- Parameters:
vote - Les instances de vote à ajouter.
setVote
void setVote(List<Vote> vote)
- Parameters:
vote - La Collection de vote à positionner.
removeVote
void removeVote(Vote vote)
- Parameters:
vote - L'instance de vote à retirer.
clearVote
void clearVote()
- Vide la Collection de vote.
getVote
List<Vote> getVote()
- Returns:
- La Liste de vote.
getVoteByTopiaId
Vote getVoteByTopiaId(String topiaId)
- Recupère l'attribut vote à partir de son topiaId.
- Parameters:
topiaId - le topia id de l'entité recherchée
- Returns:
- l'attribut recherché, ou
null s'il n'existe pas.
sizeVote
int sizeVote()
- Returns:
- Le nombre d'éléments de la collection vote.
isVoteEmpty
boolean isVoteEmpty()
- Returns:
true si la collection vote est vide.
setPersonList
void setPersonList(PersonList personList)
- Parameters:
personList - La valeur de l'attribut personList à positionner.
getPersonList
PersonList getPersonList()
- Returns:
- La valeur de l'attribut personList.
setUserAccount
void setUserAccount(UserAccount userAccount)
- Parameters:
userAccount - La valeur de l'attribut userAccount à positionner.
getUserAccount
UserAccount getUserAccount()
- Returns:
- La valeur de l'attribut userAccount.
Copyright © 2009-2010 CodeLutin. All Rights Reserved.