Uses of Class
fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO

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)
 

Methods in fr.ifremer.allegro.referential.taxon.generic.service with parameters of type RemoteAuthorFullVO
 RemoteAuthorFullVO RemoteAuthorFullService.addAuthor(RemoteAuthorFullVO author)
           
 RemoteAuthorFullVO RemoteAuthorFullServiceWSDelegator.addAuthor(RemoteAuthorFullVO author)
           
 RemoteAuthorFullVO RemoteAuthorFullServiceBase.addAuthor(RemoteAuthorFullVO author)
           
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  boolean RemoteAuthorFullServiceImpl.handleRemoteAuthorFullVOsAreEqual(RemoteAuthorFullVO remoteAuthorFullVOFirst, RemoteAuthorFullVO remoteAuthorFullVOSecond)
           
protected abstract  boolean RemoteAuthorFullServiceBase.handleRemoteAuthorFullVOsAreEqual(RemoteAuthorFullVO remoteAuthorFullVOFirst, RemoteAuthorFullVO remoteAuthorFullVOSecond)
          Performs the core logic for RemoteAuthorFullServiceBase.remoteAuthorFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO)
protected  boolean RemoteAuthorFullServiceImpl.handleRemoteAuthorFullVOsAreEqualOnIdentifiers(RemoteAuthorFullVO remoteAuthorFullVOFirst, RemoteAuthorFullVO remoteAuthorFullVOSecond)
           
protected abstract  boolean RemoteAuthorFullServiceBase.handleRemoteAuthorFullVOsAreEqualOnIdentifiers(RemoteAuthorFullVO remoteAuthorFullVOFirst, RemoteAuthorFullVO remoteAuthorFullVOSecond)
          Performs the core logic for RemoteAuthorFullServiceBase.remoteAuthorFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO)
protected  void RemoteAuthorFullServiceImpl.handleRemoveAuthor(RemoteAuthorFullVO author)
           
protected abstract  void RemoteAuthorFullServiceBase.handleRemoveAuthor(RemoteAuthorFullVO author)
          Performs the core logic for RemoteAuthorFullServiceBase.removeAuthor(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO)
protected  void RemoteAuthorFullServiceImpl.handleUpdateAuthor(RemoteAuthorFullVO author)
           
protected abstract  void RemoteAuthorFullServiceBase.handleUpdateAuthor(RemoteAuthorFullVO author)
          Performs the core logic for RemoteAuthorFullServiceBase.updateAuthor(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO)
 boolean RemoteAuthorFullService.remoteAuthorFullVOsAreEqual(RemoteAuthorFullVO remoteAuthorFullVOFirst, RemoteAuthorFullVO remoteAuthorFullVOSecond)
           
 boolean RemoteAuthorFullServiceWSDelegator.remoteAuthorFullVOsAreEqual(RemoteAuthorFullVO remoteAuthorFullVOFirst, RemoteAuthorFullVO remoteAuthorFullVOSecond)
           
 boolean RemoteAuthorFullServiceBase.remoteAuthorFullVOsAreEqual(RemoteAuthorFullVO remoteAuthorFullVOFirst, RemoteAuthorFullVO remoteAuthorFullVOSecond)
           
 boolean RemoteAuthorFullService.remoteAuthorFullVOsAreEqualOnIdentifiers(RemoteAuthorFullVO remoteAuthorFullVOFirst, RemoteAuthorFullVO remoteAuthorFullVOSecond)
           
 boolean RemoteAuthorFullServiceWSDelegator.remoteAuthorFullVOsAreEqualOnIdentifiers(RemoteAuthorFullVO remoteAuthorFullVOFirst, RemoteAuthorFullVO remoteAuthorFullVOSecond)
           
 boolean RemoteAuthorFullServiceBase.remoteAuthorFullVOsAreEqualOnIdentifiers(RemoteAuthorFullVO remoteAuthorFullVOFirst, RemoteAuthorFullVO remoteAuthorFullVOSecond)
           
 void RemoteAuthorFullService.removeAuthor(RemoteAuthorFullVO author)
           
 void RemoteAuthorFullServiceWSDelegator.removeAuthor(RemoteAuthorFullVO author)
           
 void RemoteAuthorFullServiceBase.removeAuthor(RemoteAuthorFullVO author)
           
 void RemoteAuthorFullService.updateAuthor(RemoteAuthorFullVO author)
           
 void RemoteAuthorFullServiceWSDelegator.updateAuthor(RemoteAuthorFullVO author)
           
 void RemoteAuthorFullServiceBase.updateAuthor(RemoteAuthorFullVO author)
           
 

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
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.