Uses of Interface
org.nuiton.topiatest.deletetest.Party2
| Package | Description |
|---|---|
| org.nuiton.topia | |
| org.nuiton.topiatest | |
| org.nuiton.topiatest.deletetest |
-
Uses of Party2 in org.nuiton.topia
Methods in org.nuiton.topia that return types with arguments of type Party2 Modifier and Type Method Description java.lang.Class<Party2>TopiaTestQueryHelper.Party2Property. getEntityClass() -
Uses of Party2 in org.nuiton.topiatest
Subinterfaces of Party2 in org.nuiton.topiatest Modifier and Type Interface Description interfaceEmployeinterfacePersonneClasses in org.nuiton.topiatest that implement Party2 Modifier and Type Class Description classEmployeAbstractclassEmployeImplclassPersonneAbstractclassPersonneImpl -
Uses of Party2 in org.nuiton.topiatest.deletetest
Classes in org.nuiton.topiatest.deletetest with type parameters of type Party2 Modifier and Type Class Description classParty2DAOAbstract<E extends Party2>classParty2DAOImpl<E extends Party2>Classes in org.nuiton.topiatest.deletetest that implement Party2 Modifier and Type Class Description classParty2AbstractclassParty2ImplFields in org.nuiton.topiatest.deletetest with type parameters of type Party2 Modifier and Type Field Description protected java.util.Collection<Party2>Contact2Abstract. party2Nom de l'attribut en BD : party2Methods in org.nuiton.topiatest.deletetest that return Party2 Modifier and Type Method Description Party2Contact2. getParty2ByTopiaId(java.lang.String topiaId)Party2Contact2Abstract. getParty2ByTopiaId(java.lang.String topiaId)Methods in org.nuiton.topiatest.deletetest that return types with arguments of type Party2 Modifier and Type Method Description java.util.Collection<Party2>Contact2. getParty2()java.util.Collection<Party2>Contact2Abstract. getParty2()Methods in org.nuiton.topiatest.deletetest with parameters of type Party2 Modifier and Type Method Description voidContact2. addParty2(Party2 party2)voidContact2Abstract. addParty2(Party2 party2)java.util.List<E>Contact2DAOAbstract. findAllContainsParty2(Party2 v)EContact2DAOAbstract. findContainsParty2(Party2 v)voidContact2. removeParty2(Party2 party2)voidContact2Abstract. removeParty2(Party2 party2)Method parameters in org.nuiton.topiatest.deletetest with type arguments of type Party2 Modifier and Type Method Description voidContact2. addAllParty2(java.util.Collection<Party2> party2)voidContact2Abstract. addAllParty2(java.util.Collection<Party2> party2)voidContact2. setParty2(java.util.Collection<Party2> party2)voidContact2Abstract. setParty2(java.util.Collection<Party2> party2)