|
||||||||||
| 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
| Field Summary | |
|---|---|
protected boolean |
administrator
Nom de l'attribut en BD : administrator |
protected String |
email
Nom de l'attribut en BD : email |
protected List<PersonList> |
favoriteList
Nom de l'attribut en BD : favoriteList |
protected String |
firstName
Nom de l'attribut en BD : firstName |
protected String |
language
Nom de l'attribut en BD : language |
protected String |
lastName
Nom de l'attribut en BD : lastName |
protected String |
login
Nom de l'attribut en BD : login |
protected String |
password
Nom de l'attribut en BD : password |
protected List<PollAccount> |
pollAccount
Nom de l'attribut en BD : 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 |
|---|
PROPERTY_ADMINISTRATOR, PROPERTY_EMAIL, PROPERTY_FAVORITE_LIST, PROPERTY_FIRST_NAME, PROPERTY_LANGUAGE, PROPERTY_LAST_NAME, PROPERTY_LOGIN, PROPERTY_PASSWORD, PROPERTY_POLL_ACCOUNT |
| Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION |
| Constructor Summary | |
|---|---|
UserAccountAbstract()
|
|
| 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.chorem.pollen.business.persistence.UserAccount |
|---|
getDisplayName |
| 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 login
protected String password
protected String firstName
protected String lastName
protected boolean administrator
protected String language
protected String email
protected List<PersonList> favoriteList
protected List<PollAccount> pollAccount
| Constructor Detail |
|---|
public UserAccountAbstract()
| 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 setLogin(String login)
setLogin in interface UserAccountpublic String getLogin()
getLogin in interface UserAccountpublic void setPassword(String password)
setPassword in interface UserAccountpublic String getPassword()
getPassword in interface UserAccountpublic void setFirstName(String firstName)
setFirstName in interface UserAccountpublic String getFirstName()
getFirstName in interface UserAccountpublic void setLastName(String lastName)
setLastName in interface UserAccountpublic String getLastName()
getLastName in interface UserAccountpublic void setAdministrator(boolean administrator)
setAdministrator in interface UserAccountpublic boolean isAdministrator()
isAdministrator in interface UserAccountpublic void setLanguage(String language)
setLanguage in interface UserAccountpublic String getLanguage()
getLanguage in interface UserAccountpublic void setEmail(String email)
setEmail in interface UserAccountpublic String getEmail()
getEmail in interface UserAccountpublic void addFavoriteList(PersonList favoriteList)
addFavoriteList in interface UserAccountpublic void addAllFavoriteList(List<PersonList> favoriteList)
addAllFavoriteList in interface UserAccountpublic void setFavoriteList(List<PersonList> favoriteList)
setFavoriteList in interface UserAccountpublic void removeFavoriteList(PersonList favoriteList)
removeFavoriteList in interface UserAccountpublic void clearFavoriteList()
clearFavoriteList in interface UserAccountpublic List<PersonList> getFavoriteList()
getFavoriteList in interface UserAccountpublic PersonList getFavoriteListByTopiaId(String topiaId)
getFavoriteListByTopiaId in interface UserAccountpublic int sizeFavoriteList()
sizeFavoriteList in interface UserAccountpublic boolean isFavoriteListEmpty()
isFavoriteListEmpty in interface UserAccountpublic void addPollAccount(PollAccount pollAccount)
addPollAccount in interface UserAccountpublic void addAllPollAccount(List<PollAccount> pollAccount)
addAllPollAccount in interface UserAccountpublic void setPollAccount(List<PollAccount> pollAccount)
setPollAccount in interface UserAccountpublic void removePollAccount(PollAccount pollAccount)
removePollAccount in interface UserAccountpublic void clearPollAccount()
clearPollAccount in interface UserAccountpublic List<PollAccount> getPollAccount()
getPollAccount in interface UserAccountpublic PollAccount getPollAccountByTopiaId(String topiaId)
getPollAccountByTopiaId in interface UserAccountpublic int sizePollAccount()
sizePollAccount in interface UserAccountpublic boolean isPollAccountEmpty()
isPollAccountEmpty in interface UserAccount
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 | |||||||||