org.chorem.pollen.business.persistence
Interface UserAccount
- All Superinterfaces:
- Serializable, org.nuiton.topia.persistence.TopiaEntity
- All Known Implementing Classes:
- UserAccountAbstract, UserAccountImpl
public interface UserAccount
- extends org.nuiton.topia.persistence.TopiaEntity
| Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity |
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION |
| Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity |
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getAggregate, getComposite, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion |
PROPERTY_LOGIN
static final String PROPERTY_LOGIN
- See Also:
- Constant Field Values
PROPERTY_PASSWORD
static final String PROPERTY_PASSWORD
- See Also:
- Constant Field Values
PROPERTY_FIRST_NAME
static final String PROPERTY_FIRST_NAME
- See Also:
- Constant Field Values
PROPERTY_LAST_NAME
static final String PROPERTY_LAST_NAME
- See Also:
- Constant Field Values
PROPERTY_ADMINISTRATOR
static final String PROPERTY_ADMINISTRATOR
- See Also:
- Constant Field Values
PROPERTY_LANGUAGE
static final String PROPERTY_LANGUAGE
- See Also:
- Constant Field Values
PROPERTY_EMAIL
static final String PROPERTY_EMAIL
- See Also:
- Constant Field Values
PROPERTY_FAVORITE_LIST
static final String PROPERTY_FAVORITE_LIST
- See Also:
- Constant Field Values
PROPERTY_POLL_ACCOUNT
static final String PROPERTY_POLL_ACCOUNT
- See Also:
- Constant Field Values
setLogin
void setLogin(String login)
getLogin
String getLogin()
setPassword
void setPassword(String password)
getPassword
String getPassword()
setFirstName
void setFirstName(String firstName)
getFirstName
String getFirstName()
setLastName
void setLastName(String lastName)
getLastName
String getLastName()
setAdministrator
void setAdministrator(boolean administrator)
isAdministrator
boolean isAdministrator()
setLanguage
void setLanguage(String language)
getLanguage
String getLanguage()
setEmail
void setEmail(String email)
getEmail
String getEmail()
addFavoriteList
void addFavoriteList(PersonList favoriteList)
addAllFavoriteList
void addAllFavoriteList(List<PersonList> favoriteList)
setFavoriteList
void setFavoriteList(List<PersonList> favoriteList)
removeFavoriteList
void removeFavoriteList(PersonList favoriteList)
clearFavoriteList
void clearFavoriteList()
getFavoriteList
List<PersonList> getFavoriteList()
getFavoriteListByTopiaId
PersonList getFavoriteListByTopiaId(String topiaId)
sizeFavoriteList
int sizeFavoriteList()
isFavoriteListEmpty
boolean isFavoriteListEmpty()
addPollAccount
void addPollAccount(PollAccount pollAccount)
addAllPollAccount
void addAllPollAccount(List<PollAccount> pollAccount)
setPollAccount
void setPollAccount(List<PollAccount> pollAccount)
removePollAccount
void removePollAccount(PollAccount pollAccount)
clearPollAccount
void clearPollAccount()
getPollAccount
List<PollAccount> getPollAccount()
getPollAccountByTopiaId
PollAccount getPollAccountByTopiaId(String topiaId)
sizePollAccount
int sizePollAccount()
isPollAccountEmpty
boolean isPollAccountEmpty()
getDisplayName
String getDisplayName()
Copyright © 2009-2012 CodeLutin. All Rights Reserved.