Uses of Class
edu.uoc.tfc.dto.PartVO

Packages that use PartVO
edu.uoc.tfc.dbmodel   
edu.uoc.tfc.dto   
edu.uoc.tfc.gui.parts.alta   
edu.uoc.tfc.gui.parts.imprimir   
edu.uoc.tfc.gui.parts.modificacio   
edu.uoc.tfc.gui.parts.tancar   
edu.uoc.tfc.service   
 

Uses of PartVO in edu.uoc.tfc.dbmodel
 

Methods in edu.uoc.tfc.dbmodel that return PartVO
 PartVO PartDaoImpl.toPartVO(Part entity)
           
 PartVO PartDaoBase.toPartVO(Part entity)
           
 PartVO PartDao.toPartVO(Part entity)
          Converts this DAO's entity to an object of type PartVO.
 PartVO[] PartDaoBase.toPartVOArray(java.util.Collection entities)
           
 PartVO[] PartDao.toPartVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type PartVO.
 

Methods in edu.uoc.tfc.dbmodel with parameters of type PartVO
 Part PartDaoImpl.partVOToEntity(PartVO partVO)
           
 Part PartDao.partVOToEntity(PartVO partVO)
          Converts an instance of type PartVO to this DAO's entity.
 void PartDaoImpl.partVOToEntity(PartVO source, Part target, boolean copyIfNull)
           
 void PartDaoBase.partVOToEntity(PartVO source, Part target, boolean copyIfNull)
           
 void PartDao.partVOToEntity(PartVO source, Part target, boolean copyIfNull)
          Copies the fields of PartVO to the specified entity.
 void PartDaoImpl.toPartVO(Part source, PartVO target)
           
 void PartDaoBase.toPartVO(Part source, PartVO target)
           
 void PartDao.toPartVO(Part source, PartVO target)
          Copies the fields of the specified entity to the target value object.
 

Uses of PartVO in edu.uoc.tfc.dto
 

Methods in edu.uoc.tfc.dto that return PartVO
 PartVO FacturaVO.getPartDeLaFactura()
          Getter of partDeLaFactura.
 

Methods in edu.uoc.tfc.dto with parameters of type PartVO
 void FacturaVO.setPartDeLaFactura(PartVO partDeLaFactura)
          Setter of partDeLaFactura
 

Constructors in edu.uoc.tfc.dto with parameters of type PartVO
FacturaVO(java.lang.String codiFactura, java.lang.String dataEmissio, java.lang.Integer id, PartVO partDeLaFactura)
          Constructor taking all properties.
PartVO(PartVO otherBean)
          Copies constructor from other PartVO
 

Uses of PartVO in edu.uoc.tfc.gui.parts.alta
 

Methods in edu.uoc.tfc.gui.parts.alta that return PartVO
 PartVO CUAltaPartFormImpl.getPart()
           
 PartVO AltaPartForm.getPart()
          Gets the part field.
 PartVO AltaPartDadesAltaPartFormImpl.getPart()
           
 

Methods in edu.uoc.tfc.gui.parts.alta with parameters of type PartVO
 void CUAltaPartFormImpl.setPart(PartVO part)
           
 void AltaPartForm.setPart(PartVO part)
          Sets the part field.
 void AltaPartDadesAltaPartFormImpl.setPart(PartVO part)
           
 

Uses of PartVO in edu.uoc.tfc.gui.parts.imprimir
 

Methods in edu.uoc.tfc.gui.parts.imprimir that return PartVO
 PartVO CUImprimirPartFormImpl.getPart()
           
 PartVO ConsultaPartForm.getPart()
          Gets the part field.
 

Methods in edu.uoc.tfc.gui.parts.imprimir with parameters of type PartVO
 void CUImprimirPartFormImpl.setPart(PartVO part)
           
 void ConsultaPartForm.setPart(PartVO part)
          Sets the part field.
 

Uses of PartVO in edu.uoc.tfc.gui.parts.modificacio
 

Methods in edu.uoc.tfc.gui.parts.modificacio that return PartVO
 PartVO ModificaPartForm.getPart()
          Gets the part field.
 PartVO ModificaPartDadesModificaPartFormImpl.getPart()
           
 PartVO CUModificaPartFormImpl.getPart()
           
 PartVO ConsultaPartForm.getPart()
          Gets the part field.
 

Methods in edu.uoc.tfc.gui.parts.modificacio with parameters of type PartVO
 void ModificaPartForm.setPart(PartVO part)
          Sets the part field.
 void ModificaPartDadesModificaPartFormImpl.setPart(PartVO part)
           
 void CUModificaPartFormImpl.setPart(PartVO part)
           
 void ConsultaPartForm.setPart(PartVO part)
          Sets the part field.
 

Uses of PartVO in edu.uoc.tfc.gui.parts.tancar
 

Methods in edu.uoc.tfc.gui.parts.tancar that return PartVO
 PartVO TancarPartDadesTancarPartFormImpl.getPart()
           
 PartVO TancaPartForm.getPart()
          Gets the part field.
 PartVO CUTancaPartFormImpl.getPart()
           
 PartVO ConsultaPartForm.getPart()
          Gets the part field.
 

Methods in edu.uoc.tfc.gui.parts.tancar with parameters of type PartVO
 void TancarPartDadesTancarPartFormImpl.setPart(PartVO part)
           
 void TancaPartForm.setPart(PartVO part)
          Sets the part field.
 void CUTancaPartFormImpl.setPart(PartVO part)
           
 void ConsultaPartForm.setPart(PartVO part)
          Sets the part field.
 

Uses of PartVO in edu.uoc.tfc.service
 

Methods in edu.uoc.tfc.service that return PartVO
 PartVO PartServiceBase.getPart(java.lang.String partId)
           
 PartVO PartService.getPart(java.lang.String partId)
           
 

Methods in edu.uoc.tfc.service with parameters of type PartVO
 void PartServiceBase.altaPart(PartVO part, java.lang.String asseguradoraId, java.lang.String tipusSinistreId, java.lang.String clientId)
           
 void PartService.altaPart(PartVO part, java.lang.String asseguradoraId, java.lang.String tipusSinistreId, java.lang.String clientId)
           
 void PartServiceBase.modificaPart(PartVO part, java.lang.String asseguradoraId, java.lang.String tipusSinistreId, java.lang.String clientId)
           
 void PartService.modificaPart(PartVO part, java.lang.String asseguradoraId, java.lang.String tipusSinistreId, java.lang.String clientId)
           
 void PartServiceBase.tancarPart(PartVO part)
           
 void PartService.tancarPart(PartVO part)