|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EstatDTO | |
---|---|
com.ferri.service.dto | |
com.ferri.service.dto.converters | |
com.ferri.service.dto.input | |
com.ferri.service.dto.output |
Uses of EstatDTO in com.ferri.service.dto |
---|
Fields in com.ferri.service.dto declared as EstatDTO | |
---|---|
private EstatDTO |
PressupostDTO.estat
|
private EstatDTO |
IntervencioDTO.estat
|
private EstatDTO |
FacturaDTO.estat
|
private EstatDTO |
ContracteDTO.estat
|
Methods in com.ferri.service.dto that return EstatDTO | |
---|---|
EstatDTO |
PressupostDTO.getEstat()
|
EstatDTO |
IntervencioDTO.getEstat()
|
EstatDTO |
FacturaDTO.getEstat()
|
EstatDTO |
ContracteDTO.getEstat()
|
Methods in com.ferri.service.dto with parameters of type EstatDTO | |
---|---|
void |
PressupostDTO.setEstat(EstatDTO estat)
|
void |
IntervencioDTO.setEstat(EstatDTO estat)
|
void |
FacturaDTO.setEstat(EstatDTO estat)
|
void |
ContracteDTO.setEstat(EstatDTO estat)
|
Constructors in com.ferri.service.dto with parameters of type EstatDTO | |
---|---|
ContracteDTO(Date data,
Integer mesIni,
Double baseImponible,
EstatDTO estat,
ClientDTO client,
TipusPeriodeDTO tipusPeriode,
FacturaDTO factura)
Creador instancia |
|
ContracteDTO(String numContracte,
Date data,
Integer mesIni,
Double baseImponible,
EstatDTO estat,
ClientDTO client,
TipusPeriodeDTO tipusPeriode,
FacturaDTO factura)
Creador instancia |
|
FacturaDTO(Date data,
Double baseImponible,
String concepte,
Date dataCobrament,
EstatDTO estat,
ClientDTO client)
Creador instancia |
|
FacturaDTO(String numFactura,
Date data,
Double baseImponible,
String concepte,
Date dataCobrament,
EstatDTO estat,
ClientDTO client)
Creador instancia |
|
IntervencioDTO(Integer mes,
Integer any,
Date dataIntervencio,
ContracteDTO contracte,
ClientDTO client,
EstatDTO estat)
Creador instancia |
|
IntervencioDTO(Long id,
Integer mes,
Integer any,
Date dataIntervencio,
ContracteDTO contracte,
ClientDTO client,
EstatDTO estat)
Creador instancia |
|
PressupostDTO(Date data,
Double baseImponible,
String concepte,
String motiuCancel,
Date dataModif,
EstatDTO estat,
ClientDTO client,
FacturaDTO factura)
Creador instancia |
|
PressupostDTO(String numPressupost,
Date data,
Double baseImponible,
String concepte,
String motiuCancel,
Date dataModif,
EstatDTO estat,
ClientDTO client,
FacturaDTO factura)
Creador instancia |
Uses of EstatDTO in com.ferri.service.dto.converters |
---|
Methods in com.ferri.service.dto.converters that return EstatDTO | |
---|---|
EstatDTO |
EstatConverter.convertVO2DTO(EstatVO vo)
|
Methods in com.ferri.service.dto.converters with parameters of type EstatDTO | |
---|---|
EstatVO |
EstatConverter.convertDTO2VO(EstatDTO dto)
|
Uses of EstatDTO in com.ferri.service.dto.input |
---|
Fields in com.ferri.service.dto.input declared as EstatDTO | |
---|---|
(package private) EstatDTO |
EstatSrvInDTO.estatDTO
|
Methods in com.ferri.service.dto.input that return EstatDTO | |
---|---|
EstatDTO |
EstatSrvInDTO.getEstatDTO()
|
Methods in com.ferri.service.dto.input with parameters of type EstatDTO | |
---|---|
void |
EstatSrvInDTO.setEstatDTO(EstatDTO estatDTO)
|
Constructors in com.ferri.service.dto.input with parameters of type EstatDTO | |
---|---|
EstatSrvInDTO(EstatDTO estatDTO)
Creador Instancia |
|
EstatSrvInDTO(EstatDTO estatDTO,
Order order)
Creador Instancia |
Uses of EstatDTO in com.ferri.service.dto.output |
---|
Fields in com.ferri.service.dto.output declared as EstatDTO | |
---|---|
(package private) EstatDTO |
EstatSrvOutDTO.estatDTO
|
Fields in com.ferri.service.dto.output with type parameters of type EstatDTO | |
---|---|
(package private) Collection<EstatDTO> |
EstatSrvOutDTO.estatDTOList
|
Methods in com.ferri.service.dto.output that return EstatDTO | |
---|---|
EstatDTO |
EstatSrvOutDTO.getEstatDTO()
|
Methods in com.ferri.service.dto.output that return types with arguments of type EstatDTO | |
---|---|
Collection<EstatDTO> |
EstatSrvOutDTO.getEstatDTOList()
|
Methods in com.ferri.service.dto.output with parameters of type EstatDTO | |
---|---|
void |
EstatSrvOutDTO.setEstatDTO(EstatDTO estatDTO)
|
Method parameters in com.ferri.service.dto.output with type arguments of type EstatDTO | |
---|---|
void |
EstatSrvOutDTO.setEstatDTOList(Collection<EstatDTO> estatDTOList)
|
Constructors in com.ferri.service.dto.output with parameters of type EstatDTO | |
---|---|
EstatSrvOutDTO(EstatDTO estatDTO)
Creador Instancia |
|
EstatSrvOutDTO(EstatDTO estatDTO,
Collection<EstatDTO> estatDTOList)
Creador Instancia |
Constructor parameters in com.ferri.service.dto.output with type arguments of type EstatDTO | |
---|---|
EstatSrvOutDTO(Collection<EstatDTO> estatDTOList)
Creador Instancia |
|
EstatSrvOutDTO(EstatDTO estatDTO,
Collection<EstatDTO> estatDTOList)
Creador Instancia |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |