|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Party2
| Field Summary | |
|---|---|
static java.lang.String |
CONTACTS
|
| Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION |
| Method Summary | |
|---|---|
void |
addAllContacts(java.util.Collection<Contact2> contacts)
addAllContacts : |
void |
addContacts(Contact2 contacts)
addContacts : |
void |
clearContacts()
clearContacts : |
java.util.Collection<Contact2> |
getContacts()
getContacts : |
Contact2 |
getContactsByTopiaId(java.lang.String topiaId)
getContactsByTopiaId : Recupère l'attribut contacts à partir de son topiaId |
boolean |
isContactsEmpty()
isContactsEmpty : Retourne true si la collection contacts est vide. |
void |
removeContacts(Contact2 contacts)
removeContacts : |
void |
setContacts(java.util.Collection<Contact2> contacts)
setContacts : |
int |
sizeContacts()
sizeContacts : Retourne le nombre d'éléments de la collection contacts |
| Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, delete, getAggregate, getComposite, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, postCreate, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion, update |
| Field Detail |
|---|
static final java.lang.String CONTACTS
| Method Detail |
|---|
void addContacts(Contact2 contacts)
contacts - L'instance de contacts à ajoutervoid addAllContacts(java.util.Collection<Contact2> contacts)
contacts - Les instances de contacts à ajoutervoid setContacts(java.util.Collection<Contact2> contacts)
contacts - La Collection de contacts à ajoutervoid removeContacts(Contact2 contacts)
contacts - Vide la Collection de contactsvoid clearContacts()
java.util.Collection<Contact2> getContacts()
Contact2 getContactsByTopiaId(java.lang.String topiaId)
topiaId - le topia id de l'entité recherchée
int sizeContacts()
boolean isContactsEmpty()
true si la collection contacts est vide.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||