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