Uses of Class
edu.uoc.tfc.dto.ResultatCercaAsseguradoraVO

Packages that use ResultatCercaAsseguradoraVO
edu.uoc.tfc.dto   
edu.uoc.tfc.gui.asseguradores   
edu.uoc.tfc.service   
 

Uses of ResultatCercaAsseguradoraVO in edu.uoc.tfc.dto
 

Constructors in edu.uoc.tfc.dto with parameters of type ResultatCercaAsseguradoraVO
ResultatCercaAsseguradoraVO(ResultatCercaAsseguradoraVO otherBean)
          Copies constructor from other ResultatCercaAsseguradoraVO
 

Uses of ResultatCercaAsseguradoraVO in edu.uoc.tfc.gui.asseguradores
 

Methods in edu.uoc.tfc.gui.asseguradores that return ResultatCercaAsseguradoraVO
 ResultatCercaAsseguradoraVO CercaAsseguradoraForm.getResultat()
          Gets the resultat field.
 ResultatCercaAsseguradoraVO CercaAsseguradoraDadesCercaAsseguradoraFormImpl.getResultat()
           
 

Methods in edu.uoc.tfc.gui.asseguradores with parameters of type ResultatCercaAsseguradoraVO
 void CercaAsseguradoraForm.setResultat(ResultatCercaAsseguradoraVO resultat)
          Sets the resultat field.
 void CercaAsseguradoraDadesCercaAsseguradoraFormImpl.setResultat(ResultatCercaAsseguradoraVO resultat)
           
 

Uses of ResultatCercaAsseguradoraVO in edu.uoc.tfc.service
 

Methods in edu.uoc.tfc.service that return ResultatCercaAsseguradoraVO
 ResultatCercaAsseguradoraVO AsseguradoraServiceBase.cercaAsseguradores(CriteriaAsseguradoraVO criteriaAsseguradora)
           
 ResultatCercaAsseguradoraVO AsseguradoraService.cercaAsseguradores(CriteriaAsseguradoraVO criteriaAsseguradora)