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