|
||||||||||
| 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.PersonListAbstract
public abstract class PersonListAbstract
| Field Summary | |
|---|---|
protected String |
name
Nom de l'attribut en BD : name |
protected UserAccount |
owner
Nom de l'attribut en BD : owner |
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.PersonList |
|---|
PROPERTY_NAME, PROPERTY_OWNER, PROPERTY_POLL_ACCOUNT |
| Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION |
| Constructor Summary | |
|---|---|
PersonListAbstract()
|
|
| Method Summary | |
|---|---|
void |
accept(org.nuiton.topia.persistence.EntityVisitor visitor)
|
void |
addAllPollAccount(List<PollAccount> pollAccount)
|
void |
addPollAccount(PollAccount pollAccount)
|
void |
clearPollAccount()
|
List<org.nuiton.topia.persistence.TopiaEntity> |
getAggregate()
|
List<org.nuiton.topia.persistence.TopiaEntity> |
getComposite()
|
String |
getName()
|
UserAccount |
getOwner()
|
List<PollAccount> |
getPollAccount()
|
PollAccount |
getPollAccountByTopiaId(String topiaId)
|
boolean |
isPollAccountEmpty()
|
void |
removePollAccount(PollAccount pollAccount)
|
void |
setName(String name)
|
void |
setOwner(UserAccount owner)
|
void |
setPollAccount(List<PollAccount> pollAccount)
|
int |
sizePollAccount()
|
| 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.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 name
protected UserAccount owner
protected List<PollAccount> pollAccount
| Constructor Detail |
|---|
public PersonListAbstract()
| 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 setName(String name)
setName in interface PersonListpublic String getName()
getName in interface PersonListpublic void setOwner(UserAccount owner)
setOwner in interface PersonListpublic UserAccount getOwner()
getOwner in interface PersonListpublic void addPollAccount(PollAccount pollAccount)
addPollAccount in interface PersonListpublic void addAllPollAccount(List<PollAccount> pollAccount)
addAllPollAccount in interface PersonListpublic void setPollAccount(List<PollAccount> pollAccount)
setPollAccount in interface PersonListpublic void removePollAccount(PollAccount pollAccount)
removePollAccount in interface PersonListpublic void clearPollAccount()
clearPollAccount in interface PersonListpublic List<PollAccount> getPollAccount()
getPollAccount in interface PersonListpublic PollAccount getPollAccountByTopiaId(String topiaId)
getPollAccountByTopiaId in interface PersonListpublic int sizePollAccount()
sizePollAccount in interface PersonListpublic boolean isPollAccountEmpty()
isPollAccountEmpty in interface PersonList
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 | |||||||||