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


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

Field Detail

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
Method Detail

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.