|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RemoteAuthorFullVO | |
---|---|
fr.ifremer.allegro.referential.taxon | |
fr.ifremer.allegro.referential.taxon.generic.service | |
fr.ifremer.allegro.referential.taxon.generic.vo |
Uses of RemoteAuthorFullVO in fr.ifremer.allegro.referential.taxon |
---|
Methods in fr.ifremer.allegro.referential.taxon that return RemoteAuthorFullVO | |
---|---|
RemoteAuthorFullVO |
AuthorDaoImpl.toRemoteAuthorFullVO(Author entity)
|
RemoteAuthorFullVO |
AuthorDao.toRemoteAuthorFullVO(Author entity)
Converts this DAO's entity to an object of type RemoteAuthorFullVO . |
RemoteAuthorFullVO |
AuthorDaoBase.toRemoteAuthorFullVO(Author entity)
|
protected RemoteAuthorFullVO |
AuthorDaoBase.toRemoteAuthorFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteAuthorFullVO[] |
AuthorDao.toRemoteAuthorFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteAuthorFullVO . |
RemoteAuthorFullVO[] |
AuthorDaoBase.toRemoteAuthorFullVOArray(java.util.Collection entities)
|
Methods in fr.ifremer.allegro.referential.taxon with parameters of type RemoteAuthorFullVO | |
---|---|
Author |
AuthorDaoImpl.remoteAuthorFullVOToEntity(RemoteAuthorFullVO remoteAuthorFullVO)
|
Author |
AuthorDao.remoteAuthorFullVOToEntity(RemoteAuthorFullVO remoteAuthorFullVO)
Converts an instance of type RemoteAuthorFullVO to this DAO's entity. |
void |
AuthorDaoImpl.remoteAuthorFullVOToEntity(RemoteAuthorFullVO source,
Author target,
boolean copyIfNull)
|
void |
AuthorDao.remoteAuthorFullVOToEntity(RemoteAuthorFullVO source,
Author target,
boolean copyIfNull)
Copies the fields of RemoteAuthorFullVO to the specified entity. |
void |
AuthorDaoBase.remoteAuthorFullVOToEntity(RemoteAuthorFullVO source,
Author target,
boolean copyIfNull)
|
void |
AuthorDaoImpl.toRemoteAuthorFullVO(Author source,
RemoteAuthorFullVO target)
|
void |
AuthorDao.toRemoteAuthorFullVO(Author source,
RemoteAuthorFullVO target)
Copies the fields of the specified entity to the target value object. |
void |
AuthorDaoBase.toRemoteAuthorFullVO(Author source,
RemoteAuthorFullVO target)
|
Uses of RemoteAuthorFullVO in fr.ifremer.allegro.referential.taxon.generic.service |
---|
Methods in fr.ifremer.allegro.referential.taxon.generic.service that return RemoteAuthorFullVO | |
---|---|
RemoteAuthorFullVO |
RemoteAuthorFullService.addAuthor(RemoteAuthorFullVO author)
|
RemoteAuthorFullVO |
RemoteAuthorFullServiceWSDelegator.addAuthor(RemoteAuthorFullVO author)
|
RemoteAuthorFullVO |
RemoteAuthorFullServiceBase.addAuthor(RemoteAuthorFullVO author)
|
RemoteAuthorFullVO[] |
RemoteAuthorFullService.getAllAuthor()
|
RemoteAuthorFullVO[] |
RemoteAuthorFullServiceWSDelegator.getAllAuthor()
|
RemoteAuthorFullVO[] |
RemoteAuthorFullServiceBase.getAllAuthor()
|
RemoteAuthorFullVO |
RemoteAuthorFullService.getAuthorById(java.lang.Integer id)
|
RemoteAuthorFullVO |
RemoteAuthorFullServiceWSDelegator.getAuthorById(java.lang.Integer id)
|
RemoteAuthorFullVO |
RemoteAuthorFullServiceBase.getAuthorById(java.lang.Integer id)
|
RemoteAuthorFullVO[] |
RemoteAuthorFullService.getAuthorByIds(java.lang.Integer[] id)
|
RemoteAuthorFullVO[] |
RemoteAuthorFullServiceWSDelegator.getAuthorByIds(java.lang.Integer[] id)
|
RemoteAuthorFullVO[] |
RemoteAuthorFullServiceBase.getAuthorByIds(java.lang.Integer[] id)
|
RemoteAuthorFullVO |
RemoteAuthorFullService.getAuthorByNaturalId(RemoteAuthorNaturalId authorNaturalId)
|
RemoteAuthorFullVO |
RemoteAuthorFullServiceWSDelegator.getAuthorByNaturalId(RemoteAuthorNaturalId authorNaturalId)
|
RemoteAuthorFullVO |
RemoteAuthorFullServiceBase.getAuthorByNaturalId(RemoteAuthorNaturalId authorNaturalId)
|
RemoteAuthorFullVO[] |
RemoteAuthorFullService.getAuthorByStatusCode(java.lang.String code)
|
RemoteAuthorFullVO[] |
RemoteAuthorFullServiceWSDelegator.getAuthorByStatusCode(java.lang.String code)
|
RemoteAuthorFullVO[] |
RemoteAuthorFullServiceBase.getAuthorByStatusCode(java.lang.String code)
|
protected RemoteAuthorFullVO |
RemoteAuthorFullServiceImpl.handleAddAuthor(RemoteAuthorFullVO author)
|
protected abstract RemoteAuthorFullVO |
RemoteAuthorFullServiceBase.handleAddAuthor(RemoteAuthorFullVO author)
Performs the core logic for RemoteAuthorFullServiceBase.addAuthor(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO) |
protected RemoteAuthorFullVO[] |
RemoteAuthorFullServiceImpl.handleGetAllAuthor()
|
protected abstract RemoteAuthorFullVO[] |
RemoteAuthorFullServiceBase.handleGetAllAuthor()
Performs the core logic for RemoteAuthorFullServiceBase.getAllAuthor() |
protected RemoteAuthorFullVO |
RemoteAuthorFullServiceImpl.handleGetAuthorById(java.lang.Integer id)
|
protected abstract RemoteAuthorFullVO |
RemoteAuthorFullServiceBase.handleGetAuthorById(java.lang.Integer id)
Performs the core logic for RemoteAuthorFullServiceBase.getAuthorById(java.lang.Integer) |
protected RemoteAuthorFullVO[] |
RemoteAuthorFullServiceImpl.handleGetAuthorByIds(java.lang.Integer[] id)
|
protected abstract RemoteAuthorFullVO[] |
RemoteAuthorFullServiceBase.handleGetAuthorByIds(java.lang.Integer[] id)
Performs the core logic for RemoteAuthorFullServiceBase.getAuthorByIds(java.lang.Integer[]) |
protected RemoteAuthorFullVO |
RemoteAuthorFullServiceImpl.handleGetAuthorByNaturalId(RemoteAuthorNaturalId authorNaturalId)
|
protected abstract RemoteAuthorFullVO |
RemoteAuthorFullServiceBase.handleGetAuthorByNaturalId(RemoteAuthorNaturalId authorNaturalId)
Performs the core logic for RemoteAuthorFullServiceBase.getAuthorByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorNaturalId) |
protected RemoteAuthorFullVO[] |
RemoteAuthorFullServiceImpl.handleGetAuthorByStatusCode(java.lang.String code)
|
protected abstract RemoteAuthorFullVO[] |
RemoteAuthorFullServiceBase.handleGetAuthorByStatusCode(java.lang.String code)
Performs the core logic for RemoteAuthorFullServiceBase.getAuthorByStatusCode(java.lang.String) |
Uses of RemoteAuthorFullVO in fr.ifremer.allegro.referential.taxon.generic.vo |
---|
Methods in fr.ifremer.allegro.referential.taxon.generic.vo with parameters of type RemoteAuthorFullVO | |
---|---|
void |
RemoteAuthorFullVO.copy(RemoteAuthorFullVO otherBean)
Copies all properties from the argument value object into this value object. |
Constructors in fr.ifremer.allegro.referential.taxon.generic.vo with parameters of type RemoteAuthorFullVO | |
---|---|
RemoteAuthorFullVO(RemoteAuthorFullVO otherBean)
Copies constructor from other RemoteAuthorFullVO |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |