|
||||||||||
| 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.UserAccountAbstract
public abstract class UserAccountAbstract
Implantation POJO pour l'entité UserAccount.
| Field Summary | |
|---|---|
Boolean |
administrator
|
String |
email
|
List<PersonList> |
favoriteList
|
String |
firstName
|
String |
language
|
String |
lastName
|
String |
login
|
String |
password
|
List<PollAccount> |
pollAccount
|
| 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.UserAccount |
|---|
ADMINISTRATOR, EMAIL, FAVORITE_LIST, FIRST_NAME, LANGUAGE, LAST_NAME, LOGIN, PASSWORD, POLL_ACCOUNT |
| Constructor Summary | |
|---|---|
UserAccountAbstract()
Constructeur de UserAccountAbstract par défaut. |
|
| Method Summary | |
|---|---|
void |
accept(org.nuiton.topia.persistence.EntityVisitor visitor)
Envoi via les methodes du visitor l'ensemble des champs de l'entity avec leur nom, type et valeur. |
void |
addAllFavoriteList(List<PersonList> values)
|
void |
addAllPollAccount(List<PollAccount> values)
|
void |
addFavoriteList(PersonList favoriteList)
|
void |
addPollAccount(PollAccount pollAccount)
|
void |
clearFavoriteList()
Vide la Collection de favoriteList. |
void |
clearPollAccount()
Vide la Collection de pollAccount. |
void |
delete()
|
Boolean |
getAdministrator()
|
List<org.nuiton.topia.persistence.TopiaEntity> |
getAggregate()
|
List<org.nuiton.topia.persistence.TopiaEntity> |
getComposite()
|
String |
getEmail()
|
List<PersonList> |
getFavoriteList()
|
PersonList |
getFavoriteListByTopiaId(String topiaId)
Recupère l'attribut favoriteList à partir de son topiaId. |
String |
getFirstName()
|
String |
getLanguage()
|
String |
getLastName()
|
String |
getLogin()
|
String |
getPassword()
|
List<PollAccount> |
getPollAccount()
|
PollAccount |
getPollAccountByTopiaId(String topiaId)
Recupère l'attribut pollAccount à partir de son topiaId. |
boolean |
isFavoriteListEmpty()
|
boolean |
isPollAccountEmpty()
|
void |
removeFavoriteList(PersonList value)
|
void |
removePollAccount(PollAccount value)
|
void |
setAdministrator(Boolean value)
|
void |
setEmail(String value)
|
void |
setFavoriteList(List<PersonList> values)
|
void |
setFirstName(String value)
|
void |
setLanguage(String value)
|
void |
setLastName(String value)
|
void |
setLogin(String value)
|
void |
setPassword(String value)
|
void |
setPollAccount(List<PollAccount> values)
|
int |
sizeFavoriteList()
|
int |
sizePollAccount()
|
String |
toString()
|
void |
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.nuiton.topia.persistence.TopiaEntity |
|---|
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, postCreate, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion |
| Field Detail |
|---|
public String login
public String password
public String firstName
public String lastName
public Boolean administrator
public String language
public String email
public List<PersonList> favoriteList
public List<PollAccount> pollAccount
| Constructor Detail |
|---|
public UserAccountAbstract()
| Method Detail |
|---|
public void update()
throws org.nuiton.topia.TopiaException
update in interface org.nuiton.topia.persistence.TopiaEntityupdate in class org.nuiton.topia.persistence.TopiaEntityAbstractorg.nuiton.topia.TopiaException
public void delete()
throws org.nuiton.topia.TopiaException
delete in interface org.nuiton.topia.persistence.TopiaEntitydelete in class org.nuiton.topia.persistence.TopiaEntityAbstractorg.nuiton.topia.TopiaException
public void accept(org.nuiton.topia.persistence.EntityVisitor visitor)
throws org.nuiton.topia.TopiaException
accept in interface org.nuiton.topia.persistence.TopiaEntityvisitor - le visiteur de l'entite.
org.nuiton.topia.TopiaException - if any pb while visit
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.TopiaExceptionpublic void setLogin(String value)
setLogin in interface UserAccountvalue - La valeur de l'attribut login à positionner.public String getLogin()
getLogin in interface UserAccountpublic void setPassword(String value)
setPassword in interface UserAccountvalue - La valeur de l'attribut password à positionner.public String getPassword()
getPassword in interface UserAccountpublic void setFirstName(String value)
setFirstName in interface UserAccountvalue - La valeur de l'attribut firstName à positionner.public String getFirstName()
getFirstName in interface UserAccountpublic void setLastName(String value)
setLastName in interface UserAccountvalue - La valeur de l'attribut lastName à positionner.public String getLastName()
getLastName in interface UserAccountpublic void setAdministrator(Boolean value)
setAdministrator in interface UserAccountvalue - La valeur de l'attribut administrator à positionner.public Boolean getAdministrator()
getAdministrator in interface UserAccountpublic void setLanguage(String value)
setLanguage in interface UserAccountvalue - La valeur de l'attribut language à positionner.public String getLanguage()
getLanguage in interface UserAccountpublic void setEmail(String value)
setEmail in interface UserAccountvalue - La valeur de l'attribut email à positionner.public String getEmail()
getEmail in interface UserAccountpublic void addFavoriteList(PersonList favoriteList)
addFavoriteList in interface UserAccountfavoriteList - L'instance de favoriteList à ajouter.public void addAllFavoriteList(List<PersonList> values)
addAllFavoriteList in interface UserAccountvalues - Les instances de favoriteList à ajouter.public PersonList getFavoriteListByTopiaId(String topiaId)
UserAccount
getFavoriteListByTopiaId in interface UserAccounttopiaId - le topia id de l'entité recherchée
null s'il n'existe pas.public void setFavoriteList(List<PersonList> values)
setFavoriteList in interface UserAccountvalues - La Collection de favoriteList à positionner.public void removeFavoriteList(PersonList value)
removeFavoriteList in interface UserAccountvalue - L'instance de favoriteList à retirer.public void clearFavoriteList()
UserAccount
clearFavoriteList in interface UserAccountpublic List<PersonList> getFavoriteList()
getFavoriteList in interface UserAccountpublic int sizeFavoriteList()
sizeFavoriteList in interface UserAccountpublic boolean isFavoriteListEmpty()
isFavoriteListEmpty in interface UserAccounttrue si la collection favoriteList est vide.public void addPollAccount(PollAccount pollAccount)
addPollAccount in interface UserAccountpollAccount - L'instance de pollAccount à ajouter.public void addAllPollAccount(List<PollAccount> values)
addAllPollAccount in interface UserAccountvalues - Les instances de pollAccount à ajouter.public PollAccount getPollAccountByTopiaId(String topiaId)
UserAccount
getPollAccountByTopiaId in interface UserAccounttopiaId - le topia id de l'entité recherchée
null s'il n'existe pas.public void setPollAccount(List<PollAccount> values)
setPollAccount in interface UserAccountvalues - La Collection de pollAccount à positionner.public void removePollAccount(PollAccount value)
removePollAccount in interface UserAccountvalue - L'instance de pollAccount à retirer.public void clearPollAccount()
UserAccount
clearPollAccount in interface UserAccountpublic List<PollAccount> getPollAccount()
getPollAccount in interface UserAccountpublic int sizePollAccount()
sizePollAccount in interface UserAccountpublic boolean isPollAccountEmpty()
isPollAccountEmpty in interface UserAccounttrue si la collection pollAccount est vide.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||