|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Part | |
---|---|
edu.uoc.tfc.dbmodel | |
edu.uoc.tfc.dbmodel.crud |
Uses of Part in edu.uoc.tfc.dbmodel |
---|
Subclasses of Part in edu.uoc.tfc.dbmodel | |
---|---|
class |
PartImpl
|
Methods in edu.uoc.tfc.dbmodel that return Part | |
---|---|
Part |
PartDaoBase.create(Asseguradora asseguradora,
java.lang.Double baseImposable,
Client client,
java.lang.String codiPart,
java.lang.String dataSinistre,
java.util.Collection facturaDelPart,
java.lang.Boolean obert,
java.lang.String observacions,
java.lang.Double percentatgeIva,
java.lang.String polissa,
TipusSiniestre tipusSinistre)
|
Part |
PartDao.create(Asseguradora asseguradora,
java.lang.Double baseImposable,
Client client,
java.lang.String codiPart,
java.lang.String dataSinistre,
java.util.Collection facturaDelPart,
java.lang.Boolean obert,
java.lang.String observacions,
java.lang.Double percentatgeIva,
java.lang.String polissa,
TipusSiniestre tipusSinistre)
Creates a new edu.uoc.tfc.dbmodel.Part
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Part |
PartDaoBase.create(Part part)
|
Part |
PartDao.create(Part part)
Creates an instance of edu.uoc.tfc.dbmodel.Part and adds it to the persistent store. |
Part |
PartDaoBase.create(java.lang.String codiPart,
java.lang.String polissa,
java.lang.String dataSinistre,
java.lang.Double baseImposable,
java.lang.Double percentatgeIva,
java.lang.String observacions,
java.lang.Boolean obert)
|
Part |
PartDao.create(java.lang.String codiPart,
java.lang.String polissa,
java.lang.String dataSinistre,
java.lang.Double baseImposable,
java.lang.Double percentatgeIva,
java.lang.String observacions,
java.lang.Boolean obert)
Creates a new edu.uoc.tfc.dbmodel.Part
instance from all attributes and adds it to
the persistent store. |
Part |
Factura.getPartDeLaFactura()
|
Part |
PartDaoBase.load(java.lang.Long id)
|
Part |
PartDao.load(java.lang.Long id)
Loads an instance of edu.uoc.tfc.dbmodel.Part from the persistent store. |
static Part |
Part.Factory.newInstance()
Constructs a new instance of Part . |
static Part |
Part.Factory.newInstance(java.lang.String codiPart,
java.lang.String polissa,
java.lang.String dataSinistre,
java.lang.Double baseImposable,
java.lang.Double percentatgeIva,
java.lang.String observacions,
java.lang.Boolean obert,
TipusSiniestre tipusSinistre,
java.util.Collection facturaDelPart,
Client client,
Asseguradora asseguradora)
Constructs a new instance of Part , taking all possible properties
(except the identifier(s))as arguments. |
Part |
PartDaoImpl.partVOToEntity(PartVO partVO)
|
Part |
PartDao.partVOToEntity(PartVO partVO)
Converts an instance of type PartVO to this DAO's entity. |
Methods in edu.uoc.tfc.dbmodel with parameters of type Part | |
---|---|
java.lang.Object |
PartDaoBase.create(int transform,
Part part)
|
java.lang.Object |
PartDao.create(int transform,
Part part)
Does the same thing as PartDao.create(edu.uoc.tfc.dbmodel.Part) with an
additional flag called transform . |
java.lang.Object |
FacturaDao.create(int transform,
java.lang.String codiFactura,
java.lang.String dataEmissio,
Part partDeLaFactura)
Does the same thing as FacturaDao.create(java.lang.String, java.lang.String) with an
additional flag called transform . |
java.lang.Object |
FacturaDaoBase.create(int transform,
java.lang.String codiFactura,
java.lang.String dataEmissio,
Part partDeLaFactura)
|
Part |
PartDaoBase.create(Part part)
|
Part |
PartDao.create(Part part)
Creates an instance of edu.uoc.tfc.dbmodel.Part and adds it to the persistent store. |
Factura |
FacturaDao.create(java.lang.String codiFactura,
java.lang.String dataEmissio,
Part partDeLaFactura)
Creates a new edu.uoc.tfc.dbmodel.Factura
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Factura |
FacturaDaoBase.create(java.lang.String codiFactura,
java.lang.String dataEmissio,
Part partDeLaFactura)
|
static Factura |
Factura.Factory.newInstance(java.lang.String codiFactura,
java.lang.String dataEmissio,
Part partDeLaFactura)
Constructs a new instance of Factura , taking all possible properties
(except the identifier(s))as arguments. |
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 |
PartDaoBase.remove(Part part)
|
void |
PartDao.remove(Part part)
Removes the instance of edu.uoc.tfc.dbmodel.Part from the persistent store. |
void |
Factura.setPartDeLaFactura(Part partDeLaFactura)
|
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 . |
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. |
void |
PartDaoBase.update(Part part)
|
void |
PartDao.update(Part part)
Updates the part instance in the persistent store. |
Uses of Part in edu.uoc.tfc.dbmodel.crud |
---|
Methods in edu.uoc.tfc.dbmodel.crud that return Part | |
---|---|
Part |
PartManageableDaoBase.create(java.lang.String codiPart,
java.lang.String polissa,
java.lang.String dataSinistre,
java.lang.Double baseImposable,
java.lang.Double percentatgeIva,
java.lang.String observacions,
java.lang.Boolean obert,
java.lang.Long id,
java.lang.Long tipusSinistre,
java.lang.Long[] facturaDelPart,
java.lang.Long client,
java.lang.Long asseguradora)
|
Part |
PartManageableDao.create(java.lang.String codiPart,
java.lang.String polissa,
java.lang.String dataSinistre,
java.lang.Double baseImposable,
java.lang.Double percentatgeIva,
java.lang.String observacions,
java.lang.Boolean obert,
java.lang.Long id,
java.lang.Long tipusSinistre,
java.lang.Long[] facturaDelPart,
java.lang.Long client,
java.lang.Long asseguradora)
|
Part |
PartManageableDaoBase.readById(java.lang.Long id)
|
Part |
PartManageableDao.readById(java.lang.Long id)
|
Part |
PartManageableDaoBase.update(java.lang.String codiPart,
java.lang.String polissa,
java.lang.String dataSinistre,
java.lang.Double baseImposable,
java.lang.Double percentatgeIva,
java.lang.String observacions,
java.lang.Boolean obert,
java.lang.Long id,
java.lang.Long tipusSinistre,
java.lang.Long[] facturaDelPart,
java.lang.Long client,
java.lang.Long asseguradora)
|
Part |
PartManageableDao.update(java.lang.String codiPart,
java.lang.String polissa,
java.lang.String dataSinistre,
java.lang.Double baseImposable,
java.lang.Double percentatgeIva,
java.lang.String observacions,
java.lang.Boolean obert,
java.lang.Long id,
java.lang.Long tipusSinistre,
java.lang.Long[] facturaDelPart,
java.lang.Long client,
java.lang.Long asseguradora)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |