Uses of Interface
org.nuiton.topiatest.deletetest.Party2

Packages that use Party2
org.nuiton.topiatest   
org.nuiton.topiatest.deletetest   
 

Uses of Party2 in org.nuiton.topiatest
 

Subinterfaces of Party2 in org.nuiton.topiatest
 interface Employe
           
 interface Personne
           
 

Classes in org.nuiton.topiatest that implement Party2
 class EmployeAbstract
           
 class EmployeImpl
           
 class PersonneAbstract
           
 class PersonneImpl
           
 

Uses of Party2 in org.nuiton.topiatest.deletetest
 

Classes in org.nuiton.topiatest.deletetest with type parameters of type Party2
 class Party2DAOAbstract<E extends Party2>
           
 class Party2DAOImpl<E extends Party2>
           
 

Classes in org.nuiton.topiatest.deletetest that implement Party2
 class Party2Abstract
           
 class Party2Impl
           
 

Fields in org.nuiton.topiatest.deletetest with type parameters of type Party2
protected  Collection<Party2> Contact2Abstract.party2
           
 

Methods in org.nuiton.topiatest.deletetest that return Party2
 Party2 Contact2.getParty2ByTopiaId(String topiaId)
          getParty2ByTopiaId : Recupère l'attribut party2 à partir de son topiaId
 Party2 Contact2Abstract.getParty2ByTopiaId(String topiaId)
          getParty2ByTopiaId :
 

Methods in org.nuiton.topiatest.deletetest that return types with arguments of type Party2
 Collection<Party2> Contact2.getParty2()
          getParty2 :
 Collection<Party2> Contact2Abstract.getParty2()
          getParty2 :
 

Methods in org.nuiton.topiatest.deletetest with parameters of type Party2
 void Contact2.addParty2(Party2 party2)
          addParty2 :
 void Contact2Abstract.addParty2(Party2 party2)
          addParty2 :
 List<E> Contact2DAOAbstract.findAllContainsParty2(Party2... v)
          findAllContainsParty2 : Retourne les éléments trouvé dont l'attribut party2 contient le paramètre.
 E Contact2DAOAbstract.findContainsParty2(Party2... v)
          findContainsParty2 : Retourne le premier élément trouvé dont l'attribut party2 contient le paramètre.
 void Contact2.removeParty2(Party2 party2)
          removeParty2 :
 void Contact2Abstract.removeParty2(Party2 value)
          removeParty2 :
 

Method parameters in org.nuiton.topiatest.deletetest with type arguments of type Party2
 void Contact2.addAllParty2(Collection<Party2> party2)
          addAllParty2 :
 void Contact2Abstract.addAllParty2(Collection<Party2> values)
          addAllParty2 :
 void Contact2.setParty2(Collection<Party2> party2)
          setParty2 :
 void Contact2Abstract.setParty2(Collection<Party2> values)
          setParty2 :
 



Copyright © 2004-2010 CodeLutin. All Rights Reserved.