Uses of Class
domain.Calltreebranch

Packages that use Calltreebranch
dao   
domain   
 

Uses of Calltreebranch in dao
 

Methods in dao that return types with arguments of type Calltreebranch
 java.util.List<Calltreebranch> HibernateCalltreebranchDAO.findAllVerified()
           
 java.util.List<Calltreebranch> CalltreebranchDAO.findAllVerified()
           
 

Uses of Calltreebranch in domain
 

Methods in domain that return Calltreebranch
 Calltreebranch Calltreeroot.getCalltreebranch()
           
 

Methods in domain that return types with arguments of type Calltreebranch
 java.util.List<Calltreebranch> Calltreebranch.getCalltreebranch()
           
 

Methods in domain with parameters of type Calltreebranch
 void Calltreebranch.addCalltreebranch(Calltreebranch calltreebranch)
           
 void Calltreeroot.setCalltreebranch(Calltreebranch calltreebranch)
           
 

Method parameters in domain with type arguments of type Calltreebranch
 void Calltreebranch.setCalltreebranch(java.util.List<Calltreebranch> calltreebranch)