|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FacturaVO | |
---|---|
edu.uoc.tfc.dbmodel | |
edu.uoc.tfc.dto | |
edu.uoc.tfc.gui.parts.imprimirFactura | |
edu.uoc.tfc.service |
Uses of FacturaVO in edu.uoc.tfc.dbmodel |
---|
Methods in edu.uoc.tfc.dbmodel that return FacturaVO | |
---|---|
FacturaVO |
FacturaDao.toFacturaVO(Factura entity)
Converts this DAO's entity to an object of type FacturaVO . |
FacturaVO |
FacturaDaoBase.toFacturaVO(Factura entity)
|
FacturaVO |
FacturaDaoImpl.toFacturaVO(Factura entity)
|
FacturaVO[] |
FacturaDao.toFacturaVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type FacturaVO . |
FacturaVO[] |
FacturaDaoBase.toFacturaVOArray(java.util.Collection entities)
|
Methods in edu.uoc.tfc.dbmodel with parameters of type FacturaVO | |
---|---|
Factura |
FacturaDao.facturaVOToEntity(FacturaVO facturaVO)
Converts an instance of type FacturaVO to this DAO's entity. |
Factura |
FacturaDaoImpl.facturaVOToEntity(FacturaVO facturaVO)
|
void |
FacturaDao.facturaVOToEntity(FacturaVO source,
Factura target,
boolean copyIfNull)
Copies the fields of FacturaVO to the specified entity. |
void |
FacturaDaoBase.facturaVOToEntity(FacturaVO source,
Factura target,
boolean copyIfNull)
|
void |
FacturaDaoImpl.facturaVOToEntity(FacturaVO source,
Factura target,
boolean copyIfNull)
|
void |
FacturaDao.toFacturaVO(Factura source,
FacturaVO target)
Copies the fields of the specified entity to the target value object. |
void |
FacturaDaoBase.toFacturaVO(Factura source,
FacturaVO target)
|
void |
FacturaDaoImpl.toFacturaVO(Factura source,
FacturaVO target)
|
Uses of FacturaVO in edu.uoc.tfc.dto |
---|
Methods in edu.uoc.tfc.dto that return FacturaVO | |
---|---|
FacturaVO |
PartVO.getFacturaDelPart()
Getter of facturaDelPart. |
Methods in edu.uoc.tfc.dto with parameters of type FacturaVO | |
---|---|
void |
PartVO.setFacturaDelPart(FacturaVO facturaDelPart)
Setter of facturaDelPart |
Constructors in edu.uoc.tfc.dto with parameters of type FacturaVO | |
---|---|
FacturaVO(FacturaVO otherBean)
Copies constructor from other FacturaVO |
|
PartVO(java.lang.String codiPart,
java.lang.String dataSinistre,
java.lang.Boolean obert,
java.lang.String observacions,
java.lang.Double percentatgeIva,
java.lang.Double baseImposable,
java.lang.Integer id,
java.lang.String polissa,
AsseguradoraVO asseguradora,
TipusSinistreVO tipusSinistre,
FacturaVO facturaDelPart,
ClientVO client)
Constructor taking all properties. |
Uses of FacturaVO in edu.uoc.tfc.gui.parts.imprimirFactura |
---|
Methods in edu.uoc.tfc.gui.parts.imprimirFactura that return FacturaVO | |
---|---|
FacturaVO |
CUImprimirFacturaFormImpl.getFactura()
|
FacturaVO |
ConsultaFacturaForm.getFactura()
Gets the factura field. |
Methods in edu.uoc.tfc.gui.parts.imprimirFactura with parameters of type FacturaVO | |
---|---|
void |
CUImprimirFacturaFormImpl.setFactura(FacturaVO factura)
|
void |
ConsultaFacturaForm.setFactura(FacturaVO factura)
Sets the factura field. |
Uses of FacturaVO in edu.uoc.tfc.service |
---|
Methods in edu.uoc.tfc.service that return FacturaVO | |
---|---|
FacturaVO |
PartServiceBase.getFactura(java.lang.String facturaId)
|
FacturaVO |
PartService.getFactura(java.lang.String facturaId)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |