Uses of Class
edu.uoc.tfc.gui.common.JSONDataTableValueObject

Packages that use JSONDataTableValueObject
edu.uoc.tfc.dto   
edu.uoc.tfc.dto.security   
edu.uoc.tfc.gui.common   
 

Uses of JSONDataTableValueObject in edu.uoc.tfc.dto
 

Subclasses of JSONDataTableValueObject in edu.uoc.tfc.dto
 class AsseguradoraVO
           Classe DTO per representar una asseguradora
 class ClientVO
           Classe DTO per representar un client
 class FacturaVO
           Classe DTO per representar una factura
 class PartVO
           Classe DTO per representar un part de sinistre
 class TipusSinistreVO
           
 

Uses of JSONDataTableValueObject in edu.uoc.tfc.dto.security
 

Subclasses of JSONDataTableValueObject in edu.uoc.tfc.dto.security
 class UserVO
           Classe DTO per representar un usuari
 

Uses of JSONDataTableValueObject in edu.uoc.tfc.gui.common
 

Methods in edu.uoc.tfc.gui.common that return types with arguments of type JSONDataTableValueObject
abstract  java.util.Collection<JSONDataTableValueObject> JSONDataTableResult.getElements()
           
 

Methods in edu.uoc.tfc.gui.common with parameters of type JSONDataTableValueObject
 void ResultatCercaVO.setElementsAsArray(JSONDataTableValueObject[] array)
          Método para cargar Arrays en la Collection del Objeto de respuesta de búsqueda.
 

Method parameters in edu.uoc.tfc.gui.common with type arguments of type JSONDataTableValueObject
abstract  void JSONDataTableResult.setElements(java.util.Collection<JSONDataTableValueObject> elements)