|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RemoteOperationFullVO | |
---|---|
fr.ifremer.allegro.data.operation | |
fr.ifremer.allegro.data.operation.generic.service | |
fr.ifremer.allegro.data.operation.generic.vo |
Uses of RemoteOperationFullVO in fr.ifremer.allegro.data.operation |
---|
Methods in fr.ifremer.allegro.data.operation that return RemoteOperationFullVO | |
---|---|
protected RemoteOperationFullVO |
OperationDaoBase.toRemoteOperationFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteOperationFullVO |
OperationDaoImpl.toRemoteOperationFullVO(Operation entity)
|
RemoteOperationFullVO |
OperationDao.toRemoteOperationFullVO(Operation entity)
Converts this DAO's entity to an object of type RemoteOperationFullVO . |
RemoteOperationFullVO |
OperationDaoBase.toRemoteOperationFullVO(Operation entity)
|
RemoteOperationFullVO[] |
OperationDao.toRemoteOperationFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteOperationFullVO . |
RemoteOperationFullVO[] |
OperationDaoBase.toRemoteOperationFullVOArray(java.util.Collection entities)
|
Methods in fr.ifremer.allegro.data.operation with parameters of type RemoteOperationFullVO | |
---|---|
Operation |
OperationDaoImpl.remoteOperationFullVOToEntity(RemoteOperationFullVO remoteOperationFullVO)
|
Operation |
OperationDao.remoteOperationFullVOToEntity(RemoteOperationFullVO remoteOperationFullVO)
Converts an instance of type RemoteOperationFullVO to this DAO's entity. |
void |
OperationDaoImpl.remoteOperationFullVOToEntity(RemoteOperationFullVO source,
Operation target,
boolean copyIfNull)
|
void |
OperationDao.remoteOperationFullVOToEntity(RemoteOperationFullVO source,
Operation target,
boolean copyIfNull)
Copies the fields of RemoteOperationFullVO to the specified entity. |
void |
OperationDaoBase.remoteOperationFullVOToEntity(RemoteOperationFullVO source,
Operation target,
boolean copyIfNull)
|
void |
OperationDaoImpl.toRemoteOperationFullVO(Operation source,
RemoteOperationFullVO target)
|
void |
OperationDao.toRemoteOperationFullVO(Operation source,
RemoteOperationFullVO target)
Copies the fields of the specified entity to the target value object. |
void |
OperationDaoBase.toRemoteOperationFullVO(Operation source,
RemoteOperationFullVO target)
|
Uses of RemoteOperationFullVO in fr.ifremer.allegro.data.operation.generic.service |
---|
Uses of RemoteOperationFullVO in fr.ifremer.allegro.data.operation.generic.vo |
---|
Subclasses of RemoteOperationFullVO in fr.ifremer.allegro.data.operation.generic.vo | |
---|---|
class |
RemoteFishingOperationFullVO
|
Methods in fr.ifremer.allegro.data.operation.generic.vo with parameters of type RemoteOperationFullVO | |
---|---|
void |
RemoteOperationFullVO.copy(RemoteOperationFullVO otherBean)
Copies all properties from the argument value object into this value object. |
Constructors in fr.ifremer.allegro.data.operation.generic.vo with parameters of type RemoteOperationFullVO | |
---|---|
RemoteOperationFullVO(RemoteOperationFullVO otherBean)
Copies constructor from other RemoteOperationFullVO |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |