Uses of Class
com.ferri.service.dto.IntervencioDTO

Packages that use IntervencioDTO
com.ferri.portlet.intervencio.action   
com.ferri.service.dto.converters   
com.ferri.service.dto.input   
com.ferri.service.dto.output   
 

Uses of IntervencioDTO in com.ferri.portlet.intervencio.action
 

Methods in com.ferri.portlet.intervencio.action with parameters of type IntervencioDTO
private  boolean ViewIntervencioAction.validaBusqueda(IntervencioDTO dto, javax.portlet.PortletRequest request)
          Valida els camps del formulari de cerca en format mes/any o import per entitats Intervencio.
 

Uses of IntervencioDTO in com.ferri.service.dto.converters
 

Methods in com.ferri.service.dto.converters that return IntervencioDTO
 IntervencioDTO IntervencioConverter.convertVO2DTO(IntervencioVO vo)
           
 

Methods in com.ferri.service.dto.converters with parameters of type IntervencioDTO
 IntervencioVO IntervencioConverter.convertDTO2VO(IntervencioDTO dto)
           
 

Uses of IntervencioDTO in com.ferri.service.dto.input
 

Fields in com.ferri.service.dto.input declared as IntervencioDTO
(package private)  IntervencioDTO IntervencioSrvInDTO.intervencioDTO
           
 

Methods in com.ferri.service.dto.input that return IntervencioDTO
 IntervencioDTO IntervencioSrvInDTO.getIntervencioDTO()
           
 

Methods in com.ferri.service.dto.input with parameters of type IntervencioDTO
 void IntervencioSrvInDTO.setIntervencioDTO(IntervencioDTO intervencioDTO)
           
 

Constructors in com.ferri.service.dto.input with parameters of type IntervencioDTO
IntervencioSrvInDTO(IntervencioDTO intervencioDTO)
          Creador Instancia
IntervencioSrvInDTO(IntervencioDTO intervencioDTO, Order order)
          Creador Instancia
 

Uses of IntervencioDTO in com.ferri.service.dto.output
 

Fields in com.ferri.service.dto.output declared as IntervencioDTO
(package private)  IntervencioDTO IntervencioSrvOutDTO.intervencioDTO
           
 

Fields in com.ferri.service.dto.output with type parameters of type IntervencioDTO
(package private)  Collection<IntervencioDTO> IntervencioSrvOutDTO.intervencioDTOList
           
 

Methods in com.ferri.service.dto.output that return IntervencioDTO
 IntervencioDTO IntervencioSrvOutDTO.getIntervencioDTO()
           
 

Methods in com.ferri.service.dto.output that return types with arguments of type IntervencioDTO
 Collection<IntervencioDTO> IntervencioSrvOutDTO.getIntervencioDTOList()
           
 

Methods in com.ferri.service.dto.output with parameters of type IntervencioDTO
 void IntervencioSrvOutDTO.setIntervencioDTO(IntervencioDTO intervencioDTO)
           
 

Method parameters in com.ferri.service.dto.output with type arguments of type IntervencioDTO
 void IntervencioSrvOutDTO.setIntervencioDTOList(Collection<IntervencioDTO> intervencioDTOList)
           
 

Constructors in com.ferri.service.dto.output with parameters of type IntervencioDTO
IntervencioSrvOutDTO(IntervencioDTO intervencioDTO)
          Creador Instancia
IntervencioSrvOutDTO(IntervencioDTO intervencioDTO, Collection<IntervencioDTO> intervencioDTOList)
          Creador Instancia
 

Constructor parameters in com.ferri.service.dto.output with type arguments of type IntervencioDTO
IntervencioSrvOutDTO(Collection<IntervencioDTO> intervencioDTOList)
          Creador Instancia
IntervencioSrvOutDTO(IntervencioDTO intervencioDTO, Collection<IntervencioDTO> intervencioDTOList)
          Creador Instancia