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

Packages that use CriteriaAsseguradoraVO
edu.uoc.tfc.dbmodel   
edu.uoc.tfc.dto   
edu.uoc.tfc.gui.asseguradores   
edu.uoc.tfc.service   
 

Uses of CriteriaAsseguradoraVO in edu.uoc.tfc.dbmodel
 

Methods in edu.uoc.tfc.dbmodel with parameters of type CriteriaAsseguradoraVO
 java.util.Collection AsseguradoraDao.findAsseguradoresByCriteria(CriteriaAsseguradoraVO criteria)
           Mètode per cercar asseguradores a partir d'un criteri de cerca
 java.util.Collection AsseguradoraDaoBase.findAsseguradoresByCriteria(CriteriaAsseguradoraVO criteria)
           
 java.util.Collection AsseguradoraDaoImpl.findAsseguradoresByCriteria(CriteriaAsseguradoraVO criteria)
           
 java.util.Collection AsseguradoraDao.findAsseguradoresByCriteria(int transform, CriteriaAsseguradoraVO criteria)
           Does the same thing as AsseguradoraDao.findAsseguradoresByCriteria(edu.uoc.tfc.dto.CriteriaAsseguradoraVO) with an additional flag called transform.
 java.util.Collection AsseguradoraDaoBase.findAsseguradoresByCriteria(int transform, CriteriaAsseguradoraVO criteria)
           
 java.util.Collection AsseguradoraDaoImpl.findAsseguradoresByCriteria(int transform, CriteriaAsseguradoraVO criteria)
           
 java.util.Collection AsseguradoraDao.findAsseguradoresByCriteria(int transform, int pageNumber, int pageSize, CriteriaAsseguradoraVO criteria)
           Does the same thing as #findAsseguradoresByCriteria(int, String, edu.uoc.tfc.dto.CriteriaAsseguradoraVO) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection AsseguradoraDaoBase.findAsseguradoresByCriteria(int transform, int pageNumber, int pageSize, CriteriaAsseguradoraVO criteria)
           
 java.util.Collection AsseguradoraDaoImpl.findAsseguradoresByCriteria(int transform, int pageNumber, int pageSize, CriteriaAsseguradoraVO criteria)
           
 

Uses of CriteriaAsseguradoraVO in edu.uoc.tfc.dto
 

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

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

Methods in edu.uoc.tfc.gui.asseguradores that return CriteriaAsseguradoraVO
 CriteriaAsseguradoraVO CUCercaAsseguradoraFormImpl.getCriteriaAsseguradora()
           
 CriteriaAsseguradoraVO CercaAsseguradoraForm.getCriteriaAsseguradora()
          Gets the criteriaAsseguradora field.
 CriteriaAsseguradoraVO CercaAsseguradoraDadesCercaAsseguradoraFormImpl.getCriteriaAsseguradora()
           
 

Methods in edu.uoc.tfc.gui.asseguradores with parameters of type CriteriaAsseguradoraVO
 void CUCercaAsseguradoraFormImpl.setCriteriaAsseguradora(CriteriaAsseguradoraVO criteriaAsseguradora)
           
 void CercaAsseguradoraForm.setCriteriaAsseguradora(CriteriaAsseguradoraVO criteriaAsseguradora)
          Sets the criteriaAsseguradora field.
 void CercaAsseguradoraDadesCercaAsseguradoraFormImpl.setCriteriaAsseguradora(CriteriaAsseguradoraVO criteriaAsseguradora)
           
 

Uses of CriteriaAsseguradoraVO in edu.uoc.tfc.service
 

Methods in edu.uoc.tfc.service with parameters of type CriteriaAsseguradoraVO
 ResultatCercaAsseguradoraVO AsseguradoraServiceBase.cercaAsseguradores(CriteriaAsseguradoraVO criteriaAsseguradora)
           
 ResultatCercaAsseguradoraVO AsseguradoraService.cercaAsseguradores(CriteriaAsseguradoraVO criteriaAsseguradora)