Uses of Interface
org.nuiton.topia.it.legacy.topiatest.deletetest.Contact2
Packages that use Contact2
-
Uses of Contact2 in org.nuiton.topia.it.legacy.topiatest.deletetest
Classes in org.nuiton.topia.it.legacy.topiatest.deletetest with type parameters of type Contact2Modifier and TypeClassDescriptionclassAbstractContact2TopiaDao<E extends Contact2>classGeneratedContact2TopiaDao<E extends Contact2>Subinterfaces of Contact2 in org.nuiton.topia.it.legacy.topiatest.deletetestClasses in org.nuiton.topia.it.legacy.topiatest.deletetest that implement Contact2Modifier and TypeClassDescriptionclassclassclassclassFields in org.nuiton.topia.it.legacy.topiatest.deletetest with type parameters of type Contact2Modifier and TypeFieldDescriptionprotected Collection<Contact2>Party2Abstract.contactsNom de l'attribut en BD : contactsMethods in org.nuiton.topia.it.legacy.topiatest.deletetest that return Contact2Modifier and TypeMethodDescriptionParty2.getContactsByTopiaId(String topiaId) Party2Abstract.getContactsByTopiaId(String topiaId) Methods in org.nuiton.topia.it.legacy.topiatest.deletetest that return types with arguments of type Contact2Modifier and TypeMethodDescriptionContact2TopiaDao.findAllByCompany(Company company) Party2.getContacts()Party2Abstract.getContacts()Methods in org.nuiton.topia.it.legacy.topiatest.deletetest with parameters of type Contact2Modifier and TypeMethodDescriptionvoidParty2.addContacts(Contact2 contacts) voidParty2Abstract.addContacts(Contact2 contacts) booleanParty2.containsContacts(Contact2 contacts) booleanParty2Abstract.containsContacts(Contact2 contacts) GeneratedParty2TopiaDao.findAllContainsContacts(Contact2 v) Deprecated.GeneratedParty2TopiaDao.findContainsContacts(Contact2 v) Deprecated.GeneratedParty2TopiaDao.forContactsContains(Contact2 v) voidParty2.removeContacts(Contact2 contacts) voidParty2Abstract.removeContacts(Contact2 contacts) Method parameters in org.nuiton.topia.it.legacy.topiatest.deletetest with type arguments of type Contact2Modifier and TypeMethodDescriptionvoidParty2.addAllContacts(Iterable<Contact2> contacts) voidParty2Abstract.addAllContacts(Iterable<Contact2> contacts) voidParty2.setContacts(Collection<Contact2> contacts) voidParty2Abstract.setContacts(Collection<Contact2> contacts)