|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RemoteFractionFullVO | |
---|---|
fr.ifremer.allegro.referential.pmfm | |
fr.ifremer.allegro.referential.pmfm.generic.service | |
fr.ifremer.allegro.referential.pmfm.generic.vo |
Uses of RemoteFractionFullVO in fr.ifremer.allegro.referential.pmfm |
---|
Methods in fr.ifremer.allegro.referential.pmfm that return RemoteFractionFullVO | |
---|---|
RemoteFractionFullVO |
FractionDaoImpl.toRemoteFractionFullVO(Fraction entity)
|
RemoteFractionFullVO |
FractionDao.toRemoteFractionFullVO(Fraction entity)
Converts this DAO's entity to an object of type RemoteFractionFullVO . |
RemoteFractionFullVO |
FractionDaoBase.toRemoteFractionFullVO(Fraction entity)
|
protected RemoteFractionFullVO |
FractionDaoBase.toRemoteFractionFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteFractionFullVO[] |
FractionDao.toRemoteFractionFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteFractionFullVO . |
RemoteFractionFullVO[] |
FractionDaoBase.toRemoteFractionFullVOArray(java.util.Collection entities)
|
Methods in fr.ifremer.allegro.referential.pmfm with parameters of type RemoteFractionFullVO | |
---|---|
Fraction |
FractionDaoImpl.remoteFractionFullVOToEntity(RemoteFractionFullVO remoteFractionFullVO)
|
Fraction |
FractionDao.remoteFractionFullVOToEntity(RemoteFractionFullVO remoteFractionFullVO)
Converts an instance of type RemoteFractionFullVO to this DAO's entity. |
void |
FractionDaoImpl.remoteFractionFullVOToEntity(RemoteFractionFullVO source,
Fraction target,
boolean copyIfNull)
|
void |
FractionDao.remoteFractionFullVOToEntity(RemoteFractionFullVO source,
Fraction target,
boolean copyIfNull)
Copies the fields of RemoteFractionFullVO to the specified entity. |
void |
FractionDaoBase.remoteFractionFullVOToEntity(RemoteFractionFullVO source,
Fraction target,
boolean copyIfNull)
|
void |
FractionDaoImpl.toRemoteFractionFullVO(Fraction source,
RemoteFractionFullVO target)
|
void |
FractionDao.toRemoteFractionFullVO(Fraction source,
RemoteFractionFullVO target)
Copies the fields of the specified entity to the target value object. |
void |
FractionDaoBase.toRemoteFractionFullVO(Fraction source,
RemoteFractionFullVO target)
|
Uses of RemoteFractionFullVO in fr.ifremer.allegro.referential.pmfm.generic.service |
---|
Uses of RemoteFractionFullVO in fr.ifremer.allegro.referential.pmfm.generic.vo |
---|
Methods in fr.ifremer.allegro.referential.pmfm.generic.vo with parameters of type RemoteFractionFullVO | |
---|---|
void |
RemoteFractionFullVO.copy(RemoteFractionFullVO otherBean)
Copies all properties from the argument value object into this value object. |
Constructors in fr.ifremer.allegro.referential.pmfm.generic.vo with parameters of type RemoteFractionFullVO | |
---|---|
RemoteFractionFullVO(RemoteFractionFullVO otherBean)
Copies constructor from other RemoteFractionFullVO |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |