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

Packages that use PressupostDTO
com.ferri.portlet.pressupost.action   
com.ferri.service.dto.converters   
com.ferri.service.dto.input   
com.ferri.service.dto.output   
 

Uses of PressupostDTO in com.ferri.portlet.pressupost.action
 

Methods in com.ferri.portlet.pressupost.action with parameters of type PressupostDTO
private  boolean ViewPressupostAction.validaBusqueda(PressupostDTO dto, javax.portlet.PortletRequest request)
          Valida els camps del formulari de cerca en format data o import per entitats Pressupost.
private  boolean ViewPressupostAction.validaCamps(PressupostDTO dto, javax.portlet.PortletRequest request)
          Valida els camps del formulari de l'entitat Pressupost abans de guardar-los.
 

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

Methods in com.ferri.service.dto.converters that return PressupostDTO
 PressupostDTO PressupostConverter.convertVO2DTO(PressupostVO vo)
           
 

Methods in com.ferri.service.dto.converters with parameters of type PressupostDTO
 PressupostVO PressupostConverter.convertDTO2VO(PressupostDTO dto)
           
 

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

Fields in com.ferri.service.dto.input declared as PressupostDTO
(package private)  PressupostDTO PressupostSrvInDTO.pressupostDTO
           
 

Methods in com.ferri.service.dto.input that return PressupostDTO
 PressupostDTO PressupostSrvInDTO.getPressupostDTO()
           
 

Methods in com.ferri.service.dto.input with parameters of type PressupostDTO
 void PressupostSrvInDTO.setPressupostDTO(PressupostDTO pressupostDTO)
           
 

Constructors in com.ferri.service.dto.input with parameters of type PressupostDTO
PressupostSrvInDTO(PressupostDTO pressupostDTO)
          Creador Instancia
PressupostSrvInDTO(PressupostDTO pressupostDTO, Order order)
          Creador Instancia
 

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

Fields in com.ferri.service.dto.output declared as PressupostDTO
(package private)  PressupostDTO PressupostSrvOutDTO.pressupostDTO
           
 

Fields in com.ferri.service.dto.output with type parameters of type PressupostDTO
(package private)  Collection<PressupostDTO> PressupostSrvOutDTO.pressupostDTOList
           
 

Methods in com.ferri.service.dto.output that return PressupostDTO
 PressupostDTO PressupostSrvOutDTO.getPressupostDTO()
           
 

Methods in com.ferri.service.dto.output that return types with arguments of type PressupostDTO
 Collection<PressupostDTO> PressupostSrvOutDTO.getPressupostDTOList()
           
 

Methods in com.ferri.service.dto.output with parameters of type PressupostDTO
 void PressupostSrvOutDTO.setPressupostDTO(PressupostDTO pressupostDTO)
           
 

Method parameters in com.ferri.service.dto.output with type arguments of type PressupostDTO
 void PressupostSrvOutDTO.setPressupostDTOList(Collection<PressupostDTO> pressupostDTOList)
           
 

Constructors in com.ferri.service.dto.output with parameters of type PressupostDTO
PressupostSrvOutDTO(PressupostDTO pressupostDTO)
          Creador Instancia
PressupostSrvOutDTO(PressupostDTO pressupostDTO, Collection<PressupostDTO> pressupostDTOList)
          Creador Instancia
 

Constructor parameters in com.ferri.service.dto.output with type arguments of type PressupostDTO
PressupostSrvOutDTO(Collection<PressupostDTO> pressupostDTOList)
          Creador Instancia
PressupostSrvOutDTO(PressupostDTO pressupostDTO, Collection<PressupostDTO> pressupostDTOList)
          Creador Instancia