|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RemoteCitationFullVO | |
---|---|
fr.ifremer.allegro.referential.taxon | |
fr.ifremer.allegro.referential.taxon.generic.service | |
fr.ifremer.allegro.referential.taxon.generic.vo |
Uses of RemoteCitationFullVO in fr.ifremer.allegro.referential.taxon |
---|
Methods in fr.ifremer.allegro.referential.taxon that return RemoteCitationFullVO | |
---|---|
RemoteCitationFullVO |
CitationDaoImpl.toRemoteCitationFullVO(Citation entity)
|
RemoteCitationFullVO |
CitationDao.toRemoteCitationFullVO(Citation entity)
Converts this DAO's entity to an object of type RemoteCitationFullVO . |
RemoteCitationFullVO |
CitationDaoBase.toRemoteCitationFullVO(Citation entity)
|
protected RemoteCitationFullVO |
CitationDaoBase.toRemoteCitationFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteCitationFullVO[] |
CitationDao.toRemoteCitationFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteCitationFullVO . |
RemoteCitationFullVO[] |
CitationDaoBase.toRemoteCitationFullVOArray(java.util.Collection entities)
|
Methods in fr.ifremer.allegro.referential.taxon with parameters of type RemoteCitationFullVO | |
---|---|
Citation |
CitationDaoImpl.remoteCitationFullVOToEntity(RemoteCitationFullVO remoteCitationFullVO)
|
Citation |
CitationDao.remoteCitationFullVOToEntity(RemoteCitationFullVO remoteCitationFullVO)
Converts an instance of type RemoteCitationFullVO to this DAO's entity. |
void |
CitationDaoImpl.remoteCitationFullVOToEntity(RemoteCitationFullVO source,
Citation target,
boolean copyIfNull)
|
void |
CitationDao.remoteCitationFullVOToEntity(RemoteCitationFullVO source,
Citation target,
boolean copyIfNull)
Copies the fields of RemoteCitationFullVO to the specified entity. |
void |
CitationDaoBase.remoteCitationFullVOToEntity(RemoteCitationFullVO source,
Citation target,
boolean copyIfNull)
|
void |
CitationDaoImpl.toRemoteCitationFullVO(Citation source,
RemoteCitationFullVO target)
|
void |
CitationDao.toRemoteCitationFullVO(Citation source,
RemoteCitationFullVO target)
Copies the fields of the specified entity to the target value object. |
void |
CitationDaoBase.toRemoteCitationFullVO(Citation source,
RemoteCitationFullVO target)
|
Uses of RemoteCitationFullVO in fr.ifremer.allegro.referential.taxon.generic.service |
---|
Uses of RemoteCitationFullVO in fr.ifremer.allegro.referential.taxon.generic.vo |
---|
Methods in fr.ifremer.allegro.referential.taxon.generic.vo with parameters of type RemoteCitationFullVO | |
---|---|
void |
RemoteCitationFullVO.copy(RemoteCitationFullVO otherBean)
Copies all properties from the argument value object into this value object. |
Constructors in fr.ifremer.allegro.referential.taxon.generic.vo with parameters of type RemoteCitationFullVO | |
---|---|
RemoteCitationFullVO(RemoteCitationFullVO otherBean)
Copies constructor from other RemoteCitationFullVO |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |