Interface Party2
- All Superinterfaces:
ListenableBean,ListenableTopiaEntity,Serializable,TopiaEntity
- All Known Implementing Classes:
EmployeAbstract,EmployeImpl,Party2Abstract,Party2Impl,PersonneAbstract,PersonneImpl
-
Field Summary
FieldsFields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, PROPERTY_TOPIA_CREATE_DATE, PROPERTY_TOPIA_ID, PROPERTY_TOPIA_VERSION, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAllContacts(Iterable<Contact2> contacts) voidaddContacts(Contact2 contacts) voidbooleancontainsContacts(Contact2 contacts) getContactsByTopiaId(String topiaId) booleanbooleanvoidremoveContacts(Contact2 contacts) voidsetContacts(Collection<Contact2> contacts) intMethods inherited from interface org.nuiton.topia.persistence.event.ListenableBean
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListenerMethods inherited from interface org.nuiton.topia.persistence.event.ListenableTopiaEntity
addPostReadListener, addPostReadListener, addPostWriteListener, addPostWriteListener, addPreReadListener, addPreReadListener, addPreWriteListener, addPreWriteListener, removePostReadListener, removePostReadListener, removePostWriteListener, removePostWriteListener, removePreReadListener, removePreReadListener, removePreWriteListener, removePreWriteListenerMethods inherited from interface org.nuiton.topia.persistence.TopiaEntity
accept, getTopiaCreateDate, getTopiaId, getTopiaVersion, isDeleted, isPersisted, notifyDeleted, setTopiaCreateDate, setTopiaId, setTopiaVersion
-
Field Details
-
PROPERTY_CONTACTS
- See Also:
-
-
Method Details
-
addContacts
-
addAllContacts
-
setContacts
-
removeContacts
-
clearContacts
void clearContacts() -
getContacts
Collection<Contact2> getContacts() -
getContactsByTopiaId
-
getContactsTopiaIds
Collection<String> getContactsTopiaIds() -
sizeContacts
int sizeContacts() -
isContactsEmpty
boolean isContactsEmpty() -
isContactsNotEmpty
boolean isContactsNotEmpty() -
containsContacts
-