|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RemoteCorpusFullVO | |
---|---|
fr.ifremer.allegro.referential.regulation | |
fr.ifremer.allegro.referential.regulation.generic.service | |
fr.ifremer.allegro.referential.regulation.generic.vo |
Uses of RemoteCorpusFullVO in fr.ifremer.allegro.referential.regulation |
---|
Methods in fr.ifremer.allegro.referential.regulation that return RemoteCorpusFullVO | |
---|---|
RemoteCorpusFullVO |
CorpusDaoImpl.toRemoteCorpusFullVO(Corpus entity)
|
RemoteCorpusFullVO |
CorpusDao.toRemoteCorpusFullVO(Corpus entity)
Converts this DAO's entity to an object of type RemoteCorpusFullVO . |
RemoteCorpusFullVO |
CorpusDaoBase.toRemoteCorpusFullVO(Corpus entity)
|
protected RemoteCorpusFullVO |
CorpusDaoBase.toRemoteCorpusFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteCorpusFullVO[] |
CorpusDao.toRemoteCorpusFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteCorpusFullVO . |
RemoteCorpusFullVO[] |
CorpusDaoBase.toRemoteCorpusFullVOArray(java.util.Collection entities)
|
Methods in fr.ifremer.allegro.referential.regulation with parameters of type RemoteCorpusFullVO | |
---|---|
Corpus |
CorpusDaoImpl.remoteCorpusFullVOToEntity(RemoteCorpusFullVO remoteCorpusFullVO)
|
Corpus |
CorpusDao.remoteCorpusFullVOToEntity(RemoteCorpusFullVO remoteCorpusFullVO)
Converts an instance of type RemoteCorpusFullVO to this DAO's entity. |
void |
CorpusDaoImpl.remoteCorpusFullVOToEntity(RemoteCorpusFullVO source,
Corpus target,
boolean copyIfNull)
|
void |
CorpusDao.remoteCorpusFullVOToEntity(RemoteCorpusFullVO source,
Corpus target,
boolean copyIfNull)
Copies the fields of RemoteCorpusFullVO to the specified entity. |
void |
CorpusDaoBase.remoteCorpusFullVOToEntity(RemoteCorpusFullVO source,
Corpus target,
boolean copyIfNull)
|
void |
CorpusDaoImpl.toRemoteCorpusFullVO(Corpus source,
RemoteCorpusFullVO target)
|
void |
CorpusDao.toRemoteCorpusFullVO(Corpus source,
RemoteCorpusFullVO target)
Copies the fields of the specified entity to the target value object. |
void |
CorpusDaoBase.toRemoteCorpusFullVO(Corpus source,
RemoteCorpusFullVO target)
|
Uses of RemoteCorpusFullVO in fr.ifremer.allegro.referential.regulation.generic.service |
---|
Methods in fr.ifremer.allegro.referential.regulation.generic.service that return RemoteCorpusFullVO | |
---|---|
RemoteCorpusFullVO |
RemoteCorpusFullService.addCorpus(RemoteCorpusFullVO corpus)
|
RemoteCorpusFullVO |
RemoteCorpusFullServiceWSDelegator.addCorpus(RemoteCorpusFullVO corpus)
|
RemoteCorpusFullVO |
RemoteCorpusFullServiceBase.addCorpus(RemoteCorpusFullVO corpus)
|
RemoteCorpusFullVO[] |
RemoteCorpusFullService.getAllCorpus()
|
RemoteCorpusFullVO[] |
RemoteCorpusFullServiceWSDelegator.getAllCorpus()
|
RemoteCorpusFullVO[] |
RemoteCorpusFullServiceBase.getAllCorpus()
|
RemoteCorpusFullVO[] |
RemoteCorpusFullService.getCorpusByCorpusTypeId(java.lang.Integer id)
|
RemoteCorpusFullVO[] |
RemoteCorpusFullServiceWSDelegator.getCorpusByCorpusTypeId(java.lang.Integer id)
|
RemoteCorpusFullVO[] |
RemoteCorpusFullServiceBase.getCorpusByCorpusTypeId(java.lang.Integer id)
|
RemoteCorpusFullVO |
RemoteCorpusFullService.getCorpusById(java.lang.Integer id)
|
RemoteCorpusFullVO |
RemoteCorpusFullServiceWSDelegator.getCorpusById(java.lang.Integer id)
|
RemoteCorpusFullVO |
RemoteCorpusFullServiceBase.getCorpusById(java.lang.Integer id)
|
RemoteCorpusFullVO[] |
RemoteCorpusFullService.getCorpusByIds(java.lang.Integer[] id)
|
RemoteCorpusFullVO[] |
RemoteCorpusFullServiceWSDelegator.getCorpusByIds(java.lang.Integer[] id)
|
RemoteCorpusFullVO[] |
RemoteCorpusFullServiceBase.getCorpusByIds(java.lang.Integer[] id)
|
RemoteCorpusFullVO |
RemoteCorpusFullService.getCorpusByNaturalId(RemoteCorpusNaturalId corpusNaturalId)
|
RemoteCorpusFullVO |
RemoteCorpusFullServiceWSDelegator.getCorpusByNaturalId(RemoteCorpusNaturalId corpusNaturalId)
|
RemoteCorpusFullVO |
RemoteCorpusFullServiceBase.getCorpusByNaturalId(RemoteCorpusNaturalId corpusNaturalId)
|
RemoteCorpusFullVO |
RemoteCorpusFullService.getCorpusByRightToProduceId(java.lang.Integer id)
|
RemoteCorpusFullVO |
RemoteCorpusFullServiceWSDelegator.getCorpusByRightToProduceId(java.lang.Integer id)
|
RemoteCorpusFullVO |
RemoteCorpusFullServiceBase.getCorpusByRightToProduceId(java.lang.Integer id)
|
protected RemoteCorpusFullVO |
RemoteCorpusFullServiceImpl.handleAddCorpus(RemoteCorpusFullVO corpus)
|
protected abstract RemoteCorpusFullVO |
RemoteCorpusFullServiceBase.handleAddCorpus(RemoteCorpusFullVO corpus)
Performs the core logic for RemoteCorpusFullServiceBase.addCorpus(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteCorpusFullVO) |
protected RemoteCorpusFullVO[] |
RemoteCorpusFullServiceImpl.handleGetAllCorpus()
|
protected abstract RemoteCorpusFullVO[] |
RemoteCorpusFullServiceBase.handleGetAllCorpus()
Performs the core logic for RemoteCorpusFullServiceBase.getAllCorpus() |
protected RemoteCorpusFullVO[] |
RemoteCorpusFullServiceImpl.handleGetCorpusByCorpusTypeId(java.lang.Integer id)
|
protected abstract RemoteCorpusFullVO[] |
RemoteCorpusFullServiceBase.handleGetCorpusByCorpusTypeId(java.lang.Integer id)
Performs the core logic for RemoteCorpusFullServiceBase.getCorpusByCorpusTypeId(java.lang.Integer) |
protected RemoteCorpusFullVO |
RemoteCorpusFullServiceImpl.handleGetCorpusById(java.lang.Integer id)
|
protected abstract RemoteCorpusFullVO |
RemoteCorpusFullServiceBase.handleGetCorpusById(java.lang.Integer id)
Performs the core logic for RemoteCorpusFullServiceBase.getCorpusById(java.lang.Integer) |
protected RemoteCorpusFullVO[] |
RemoteCorpusFullServiceImpl.handleGetCorpusByIds(java.lang.Integer[] id)
|
protected abstract RemoteCorpusFullVO[] |
RemoteCorpusFullServiceBase.handleGetCorpusByIds(java.lang.Integer[] id)
Performs the core logic for RemoteCorpusFullServiceBase.getCorpusByIds(java.lang.Integer[]) |
protected RemoteCorpusFullVO |
RemoteCorpusFullServiceImpl.handleGetCorpusByNaturalId(RemoteCorpusNaturalId corpusNaturalId)
|
protected abstract RemoteCorpusFullVO |
RemoteCorpusFullServiceBase.handleGetCorpusByNaturalId(RemoteCorpusNaturalId corpusNaturalId)
Performs the core logic for RemoteCorpusFullServiceBase.getCorpusByNaturalId(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteCorpusNaturalId) |
protected RemoteCorpusFullVO |
RemoteCorpusFullServiceImpl.handleGetCorpusByRightToProduceId(java.lang.Integer id)
|
protected abstract RemoteCorpusFullVO |
RemoteCorpusFullServiceBase.handleGetCorpusByRightToProduceId(java.lang.Integer id)
Performs the core logic for RemoteCorpusFullServiceBase.getCorpusByRightToProduceId(java.lang.Integer) |
Uses of RemoteCorpusFullVO in fr.ifremer.allegro.referential.regulation.generic.vo |
---|
Methods in fr.ifremer.allegro.referential.regulation.generic.vo with parameters of type RemoteCorpusFullVO | |
---|---|
void |
RemoteCorpusFullVO.copy(RemoteCorpusFullVO otherBean)
Copies all properties from the argument value object into this value object. |
Constructors in fr.ifremer.allegro.referential.regulation.generic.vo with parameters of type RemoteCorpusFullVO | |
---|---|
RemoteCorpusFullVO(RemoteCorpusFullVO otherBean)
Copies constructor from other RemoteCorpusFullVO |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |