|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RemoteMatrixFullVO | |
---|---|
fr.ifremer.allegro.referential.pmfm | |
fr.ifremer.allegro.referential.pmfm.generic.service | |
fr.ifremer.allegro.referential.pmfm.generic.vo |
Uses of RemoteMatrixFullVO in fr.ifremer.allegro.referential.pmfm |
---|
Methods in fr.ifremer.allegro.referential.pmfm that return RemoteMatrixFullVO | |
---|---|
RemoteMatrixFullVO |
MatrixDaoImpl.toRemoteMatrixFullVO(Matrix entity)
|
RemoteMatrixFullVO |
MatrixDao.toRemoteMatrixFullVO(Matrix entity)
Converts this DAO's entity to an object of type RemoteMatrixFullVO . |
RemoteMatrixFullVO |
MatrixDaoBase.toRemoteMatrixFullVO(Matrix entity)
|
protected RemoteMatrixFullVO |
MatrixDaoBase.toRemoteMatrixFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteMatrixFullVO[] |
MatrixDao.toRemoteMatrixFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteMatrixFullVO . |
RemoteMatrixFullVO[] |
MatrixDaoBase.toRemoteMatrixFullVOArray(java.util.Collection entities)
|
Methods in fr.ifremer.allegro.referential.pmfm with parameters of type RemoteMatrixFullVO | |
---|---|
Matrix |
MatrixDaoImpl.remoteMatrixFullVOToEntity(RemoteMatrixFullVO remoteMatrixFullVO)
|
Matrix |
MatrixDao.remoteMatrixFullVOToEntity(RemoteMatrixFullVO remoteMatrixFullVO)
Converts an instance of type RemoteMatrixFullVO to this DAO's entity. |
void |
MatrixDaoImpl.remoteMatrixFullVOToEntity(RemoteMatrixFullVO source,
Matrix target,
boolean copyIfNull)
|
void |
MatrixDao.remoteMatrixFullVOToEntity(RemoteMatrixFullVO source,
Matrix target,
boolean copyIfNull)
Copies the fields of RemoteMatrixFullVO to the specified entity. |
void |
MatrixDaoBase.remoteMatrixFullVOToEntity(RemoteMatrixFullVO source,
Matrix target,
boolean copyIfNull)
|
void |
MatrixDaoImpl.toRemoteMatrixFullVO(Matrix source,
RemoteMatrixFullVO target)
|
void |
MatrixDao.toRemoteMatrixFullVO(Matrix source,
RemoteMatrixFullVO target)
Copies the fields of the specified entity to the target value object. |
void |
MatrixDaoBase.toRemoteMatrixFullVO(Matrix source,
RemoteMatrixFullVO target)
|
Uses of RemoteMatrixFullVO in fr.ifremer.allegro.referential.pmfm.generic.service |
---|
Methods in fr.ifremer.allegro.referential.pmfm.generic.service that return RemoteMatrixFullVO | |
---|---|
RemoteMatrixFullVO |
RemoteMatrixFullService.addMatrix(RemoteMatrixFullVO matrix)
|
RemoteMatrixFullVO |
RemoteMatrixFullServiceWSDelegator.addMatrix(RemoteMatrixFullVO matrix)
|
RemoteMatrixFullVO |
RemoteMatrixFullServiceBase.addMatrix(RemoteMatrixFullVO matrix)
|
RemoteMatrixFullVO[] |
RemoteMatrixFullService.getAllMatrix()
|
RemoteMatrixFullVO[] |
RemoteMatrixFullServiceWSDelegator.getAllMatrix()
|
RemoteMatrixFullVO[] |
RemoteMatrixFullServiceBase.getAllMatrix()
|
RemoteMatrixFullVO |
RemoteMatrixFullService.getMatrixById(java.lang.Integer id)
|
RemoteMatrixFullVO |
RemoteMatrixFullServiceWSDelegator.getMatrixById(java.lang.Integer id)
|
RemoteMatrixFullVO |
RemoteMatrixFullServiceBase.getMatrixById(java.lang.Integer id)
|
RemoteMatrixFullVO[] |
RemoteMatrixFullService.getMatrixByIds(java.lang.Integer[] id)
|
RemoteMatrixFullVO[] |
RemoteMatrixFullServiceWSDelegator.getMatrixByIds(java.lang.Integer[] id)
|
RemoteMatrixFullVO[] |
RemoteMatrixFullServiceBase.getMatrixByIds(java.lang.Integer[] id)
|
RemoteMatrixFullVO |
RemoteMatrixFullService.getMatrixByNaturalId(RemoteMatrixNaturalId matrixNaturalId)
|
RemoteMatrixFullVO |
RemoteMatrixFullServiceWSDelegator.getMatrixByNaturalId(RemoteMatrixNaturalId matrixNaturalId)
|
RemoteMatrixFullVO |
RemoteMatrixFullServiceBase.getMatrixByNaturalId(RemoteMatrixNaturalId matrixNaturalId)
|
RemoteMatrixFullVO[] |
RemoteMatrixFullService.getMatrixByStatusCode(java.lang.String code)
|
RemoteMatrixFullVO[] |
RemoteMatrixFullServiceWSDelegator.getMatrixByStatusCode(java.lang.String code)
|
RemoteMatrixFullVO[] |
RemoteMatrixFullServiceBase.getMatrixByStatusCode(java.lang.String code)
|
protected RemoteMatrixFullVO |
RemoteMatrixFullServiceImpl.handleAddMatrix(RemoteMatrixFullVO matrix)
|
protected abstract RemoteMatrixFullVO |
RemoteMatrixFullServiceBase.handleAddMatrix(RemoteMatrixFullVO matrix)
Performs the core logic for RemoteMatrixFullServiceBase.addMatrix(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO) |
protected RemoteMatrixFullVO[] |
RemoteMatrixFullServiceImpl.handleGetAllMatrix()
|
protected abstract RemoteMatrixFullVO[] |
RemoteMatrixFullServiceBase.handleGetAllMatrix()
Performs the core logic for RemoteMatrixFullServiceBase.getAllMatrix() |
protected RemoteMatrixFullVO |
RemoteMatrixFullServiceImpl.handleGetMatrixById(java.lang.Integer id)
|
protected abstract RemoteMatrixFullVO |
RemoteMatrixFullServiceBase.handleGetMatrixById(java.lang.Integer id)
Performs the core logic for RemoteMatrixFullServiceBase.getMatrixById(java.lang.Integer) |
protected RemoteMatrixFullVO[] |
RemoteMatrixFullServiceImpl.handleGetMatrixByIds(java.lang.Integer[] id)
|
protected abstract RemoteMatrixFullVO[] |
RemoteMatrixFullServiceBase.handleGetMatrixByIds(java.lang.Integer[] id)
Performs the core logic for RemoteMatrixFullServiceBase.getMatrixByIds(java.lang.Integer[]) |
protected RemoteMatrixFullVO |
RemoteMatrixFullServiceImpl.handleGetMatrixByNaturalId(RemoteMatrixNaturalId matrixNaturalId)
|
protected abstract RemoteMatrixFullVO |
RemoteMatrixFullServiceBase.handleGetMatrixByNaturalId(RemoteMatrixNaturalId matrixNaturalId)
Performs the core logic for RemoteMatrixFullServiceBase.getMatrixByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixNaturalId) |
protected RemoteMatrixFullVO[] |
RemoteMatrixFullServiceImpl.handleGetMatrixByStatusCode(java.lang.String code)
|
protected abstract RemoteMatrixFullVO[] |
RemoteMatrixFullServiceBase.handleGetMatrixByStatusCode(java.lang.String code)
Performs the core logic for RemoteMatrixFullServiceBase.getMatrixByStatusCode(java.lang.String) |
Uses of RemoteMatrixFullVO in fr.ifremer.allegro.referential.pmfm.generic.vo |
---|
Methods in fr.ifremer.allegro.referential.pmfm.generic.vo with parameters of type RemoteMatrixFullVO | |
---|---|
void |
RemoteMatrixFullVO.copy(RemoteMatrixFullVO 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 RemoteMatrixFullVO | |
---|---|
RemoteMatrixFullVO(RemoteMatrixFullVO otherBean)
Copies constructor from other RemoteMatrixFullVO |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |