|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RemoteMeasurementFullVO | |
---|---|
fr.ifremer.allegro.data.measure | |
fr.ifremer.allegro.data.measure.generic.service | |
fr.ifremer.allegro.data.measure.generic.vo |
Uses of RemoteMeasurementFullVO in fr.ifremer.allegro.data.measure |
---|
Methods in fr.ifremer.allegro.data.measure that return RemoteMeasurementFullVO | |
---|---|
RemoteMeasurementFullVO |
MeasurementDaoImpl.toRemoteMeasurementFullVO(Measurement entity)
|
RemoteMeasurementFullVO |
MeasurementDao.toRemoteMeasurementFullVO(Measurement entity)
Converts this DAO's entity to an object of type RemoteMeasurementFullVO . |
RemoteMeasurementFullVO |
MeasurementDaoBase.toRemoteMeasurementFullVO(Measurement entity)
|
protected RemoteMeasurementFullVO |
MeasurementDaoBase.toRemoteMeasurementFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteMeasurementFullVO[] |
MeasurementDao.toRemoteMeasurementFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteMeasurementFullVO . |
RemoteMeasurementFullVO[] |
MeasurementDaoBase.toRemoteMeasurementFullVOArray(java.util.Collection entities)
|
Methods in fr.ifremer.allegro.data.measure with parameters of type RemoteMeasurementFullVO | |
---|---|
Measurement |
MeasurementDaoImpl.remoteMeasurementFullVOToEntity(RemoteMeasurementFullVO remoteMeasurementFullVO)
|
Measurement |
MeasurementDao.remoteMeasurementFullVOToEntity(RemoteMeasurementFullVO remoteMeasurementFullVO)
Converts an instance of type RemoteMeasurementFullVO to this DAO's entity. |
void |
MeasurementDaoImpl.remoteMeasurementFullVOToEntity(RemoteMeasurementFullVO source,
Measurement target,
boolean copyIfNull)
|
void |
MeasurementDao.remoteMeasurementFullVOToEntity(RemoteMeasurementFullVO source,
Measurement target,
boolean copyIfNull)
Copies the fields of RemoteMeasurementFullVO to the specified entity. |
void |
MeasurementDaoBase.remoteMeasurementFullVOToEntity(RemoteMeasurementFullVO source,
Measurement target,
boolean copyIfNull)
|
void |
MeasurementDaoImpl.toRemoteMeasurementFullVO(Measurement source,
RemoteMeasurementFullVO target)
|
void |
MeasurementDao.toRemoteMeasurementFullVO(Measurement source,
RemoteMeasurementFullVO target)
Copies the fields of the specified entity to the target value object. |
void |
MeasurementDaoBase.toRemoteMeasurementFullVO(Measurement source,
RemoteMeasurementFullVO target)
|
Uses of RemoteMeasurementFullVO in fr.ifremer.allegro.data.measure.generic.service |
---|
Uses of RemoteMeasurementFullVO in fr.ifremer.allegro.data.measure.generic.vo |
---|
Methods in fr.ifremer.allegro.data.measure.generic.vo with parameters of type RemoteMeasurementFullVO | |
---|---|
void |
RemoteMeasurementFullVO.copy(RemoteMeasurementFullVO otherBean)
Copies all properties from the argument value object into this value object. |
Constructors in fr.ifremer.allegro.data.measure.generic.vo with parameters of type RemoteMeasurementFullVO | |
---|---|
RemoteMeasurementFullVO(RemoteMeasurementFullVO otherBean)
Copies constructor from other RemoteMeasurementFullVO |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |