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

Packages that use RemoteCitationFullVO
fr.ifremer.allegro.referential.taxon   
fr.ifremer.allegro.referential.taxon.generic.service   
fr.ifremer.allegro.referential.taxon.generic.vo   
 

Uses of RemoteCitationFullVO in fr.ifremer.allegro.referential.taxon
 

Methods in fr.ifremer.allegro.referential.taxon that return RemoteCitationFullVO
 RemoteCitationFullVO CitationDaoImpl.toRemoteCitationFullVO(Citation entity)
           
 RemoteCitationFullVO CitationDao.toRemoteCitationFullVO(Citation entity)
          Converts this DAO's entity to an object of type RemoteCitationFullVO.
 RemoteCitationFullVO CitationDaoBase.toRemoteCitationFullVO(Citation entity)
           
protected  RemoteCitationFullVO CitationDaoBase.toRemoteCitationFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteCitationFullVO[] CitationDao.toRemoteCitationFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteCitationFullVO.
 RemoteCitationFullVO[] CitationDaoBase.toRemoteCitationFullVOArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.taxon with parameters of type RemoteCitationFullVO
 Citation CitationDaoImpl.remoteCitationFullVOToEntity(RemoteCitationFullVO remoteCitationFullVO)
           
 Citation CitationDao.remoteCitationFullVOToEntity(RemoteCitationFullVO remoteCitationFullVO)
          Converts an instance of type RemoteCitationFullVO to this DAO's entity.
 void CitationDaoImpl.remoteCitationFullVOToEntity(RemoteCitationFullVO source, Citation target, boolean copyIfNull)
           
 void CitationDao.remoteCitationFullVOToEntity(RemoteCitationFullVO source, Citation target, boolean copyIfNull)
          Copies the fields of RemoteCitationFullVO to the specified entity.
 void CitationDaoBase.remoteCitationFullVOToEntity(RemoteCitationFullVO source, Citation target, boolean copyIfNull)
           
 void CitationDaoImpl.toRemoteCitationFullVO(Citation source, RemoteCitationFullVO target)
           
 void CitationDao.toRemoteCitationFullVO(Citation source, RemoteCitationFullVO target)
          Copies the fields of the specified entity to the target value object.
 void CitationDaoBase.toRemoteCitationFullVO(Citation source, RemoteCitationFullVO target)
           
 

Uses of RemoteCitationFullVO in fr.ifremer.allegro.referential.taxon.generic.service
 

Methods in fr.ifremer.allegro.referential.taxon.generic.service that return RemoteCitationFullVO
 RemoteCitationFullVO RemoteCitationFullService.addCitation(RemoteCitationFullVO citation)
           
 RemoteCitationFullVO RemoteCitationFullServiceWSDelegator.addCitation(RemoteCitationFullVO citation)
           
 RemoteCitationFullVO RemoteCitationFullServiceBase.addCitation(RemoteCitationFullVO citation)
           
 RemoteCitationFullVO[] RemoteCitationFullService.getAllCitation()
           
 RemoteCitationFullVO[] RemoteCitationFullServiceWSDelegator.getAllCitation()
           
 RemoteCitationFullVO[] RemoteCitationFullServiceBase.getAllCitation()
           
 RemoteCitationFullVO RemoteCitationFullService.getCitationById(java.lang.Integer id)
           
 RemoteCitationFullVO RemoteCitationFullServiceWSDelegator.getCitationById(java.lang.Integer id)
           
 RemoteCitationFullVO RemoteCitationFullServiceBase.getCitationById(java.lang.Integer id)
           
 RemoteCitationFullVO[] RemoteCitationFullService.getCitationByIds(java.lang.Integer[] id)
           
 RemoteCitationFullVO[] RemoteCitationFullServiceWSDelegator.getCitationByIds(java.lang.Integer[] id)
           
 RemoteCitationFullVO[] RemoteCitationFullServiceBase.getCitationByIds(java.lang.Integer[] id)
           
 RemoteCitationFullVO RemoteCitationFullService.getCitationByNaturalId(RemoteCitationNaturalId citationNaturalId)
           
 RemoteCitationFullVO RemoteCitationFullServiceWSDelegator.getCitationByNaturalId(RemoteCitationNaturalId citationNaturalId)
           
 RemoteCitationFullVO RemoteCitationFullServiceBase.getCitationByNaturalId(RemoteCitationNaturalId citationNaturalId)
           
 RemoteCitationFullVO[] RemoteCitationFullService.getCitationByStatusCode(java.lang.String code)
           
 RemoteCitationFullVO[] RemoteCitationFullServiceWSDelegator.getCitationByStatusCode(java.lang.String code)
           
 RemoteCitationFullVO[] RemoteCitationFullServiceBase.getCitationByStatusCode(java.lang.String code)
           
protected  RemoteCitationFullVO RemoteCitationFullServiceImpl.handleAddCitation(RemoteCitationFullVO citation)
           
protected abstract  RemoteCitationFullVO RemoteCitationFullServiceBase.handleAddCitation(RemoteCitationFullVO citation)
          Performs the core logic for RemoteCitationFullServiceBase.addCitation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteCitationFullVO)
protected  RemoteCitationFullVO[] RemoteCitationFullServiceImpl.handleGetAllCitation()
           
protected abstract  RemoteCitationFullVO[] RemoteCitationFullServiceBase.handleGetAllCitation()
          Performs the core logic for RemoteCitationFullServiceBase.getAllCitation()
protected  RemoteCitationFullVO RemoteCitationFullServiceImpl.handleGetCitationById(java.lang.Integer id)
           
protected abstract  RemoteCitationFullVO RemoteCitationFullServiceBase.handleGetCitationById(java.lang.Integer id)
          Performs the core logic for RemoteCitationFullServiceBase.getCitationById(java.lang.Integer)
protected  RemoteCitationFullVO[] RemoteCitationFullServiceImpl.handleGetCitationByIds(java.lang.Integer[] id)
           
protected abstract  RemoteCitationFullVO[] RemoteCitationFullServiceBase.handleGetCitationByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteCitationFullServiceBase.getCitationByIds(java.lang.Integer[])
protected  RemoteCitationFullVO RemoteCitationFullServiceImpl.handleGetCitationByNaturalId(RemoteCitationNaturalId citationNaturalId)
           
protected abstract  RemoteCitationFullVO RemoteCitationFullServiceBase.handleGetCitationByNaturalId(RemoteCitationNaturalId citationNaturalId)
          Performs the core logic for RemoteCitationFullServiceBase.getCitationByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteCitationNaturalId)
protected  RemoteCitationFullVO[] RemoteCitationFullServiceImpl.handleGetCitationByStatusCode(java.lang.String code)
           
protected abstract  RemoteCitationFullVO[] RemoteCitationFullServiceBase.handleGetCitationByStatusCode(java.lang.String code)
          Performs the core logic for RemoteCitationFullServiceBase.getCitationByStatusCode(java.lang.String)
 

Methods in fr.ifremer.allegro.referential.taxon.generic.service with parameters of type RemoteCitationFullVO
 RemoteCitationFullVO RemoteCitationFullService.addCitation(RemoteCitationFullVO citation)
           
 RemoteCitationFullVO RemoteCitationFullServiceWSDelegator.addCitation(RemoteCitationFullVO citation)
           
 RemoteCitationFullVO RemoteCitationFullServiceBase.addCitation(RemoteCitationFullVO citation)
           
protected  RemoteCitationFullVO RemoteCitationFullServiceImpl.handleAddCitation(RemoteCitationFullVO citation)
           
protected abstract  RemoteCitationFullVO RemoteCitationFullServiceBase.handleAddCitation(RemoteCitationFullVO citation)
          Performs the core logic for RemoteCitationFullServiceBase.addCitation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteCitationFullVO)
protected  boolean RemoteCitationFullServiceImpl.handleRemoteCitationFullVOsAreEqual(RemoteCitationFullVO remoteCitationFullVOFirst, RemoteCitationFullVO remoteCitationFullVOSecond)
           
protected abstract  boolean RemoteCitationFullServiceBase.handleRemoteCitationFullVOsAreEqual(RemoteCitationFullVO remoteCitationFullVOFirst, RemoteCitationFullVO remoteCitationFullVOSecond)
          Performs the core logic for RemoteCitationFullServiceBase.remoteCitationFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteCitationFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteCitationFullVO)
protected  boolean RemoteCitationFullServiceImpl.handleRemoteCitationFullVOsAreEqualOnIdentifiers(RemoteCitationFullVO remoteCitationFullVOFirst, RemoteCitationFullVO remoteCitationFullVOSecond)
           
protected abstract  boolean RemoteCitationFullServiceBase.handleRemoteCitationFullVOsAreEqualOnIdentifiers(RemoteCitationFullVO remoteCitationFullVOFirst, RemoteCitationFullVO remoteCitationFullVOSecond)
          Performs the core logic for RemoteCitationFullServiceBase.remoteCitationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteCitationFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteCitationFullVO)
protected  void RemoteCitationFullServiceImpl.handleRemoveCitation(RemoteCitationFullVO citation)
           
protected abstract  void RemoteCitationFullServiceBase.handleRemoveCitation(RemoteCitationFullVO citation)
          Performs the core logic for RemoteCitationFullServiceBase.removeCitation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteCitationFullVO)
protected  void RemoteCitationFullServiceImpl.handleUpdateCitation(RemoteCitationFullVO citation)
           
protected abstract  void RemoteCitationFullServiceBase.handleUpdateCitation(RemoteCitationFullVO citation)
          Performs the core logic for RemoteCitationFullServiceBase.updateCitation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteCitationFullVO)
 boolean RemoteCitationFullService.remoteCitationFullVOsAreEqual(RemoteCitationFullVO remoteCitationFullVOFirst, RemoteCitationFullVO remoteCitationFullVOSecond)
           
 boolean RemoteCitationFullServiceWSDelegator.remoteCitationFullVOsAreEqual(RemoteCitationFullVO remoteCitationFullVOFirst, RemoteCitationFullVO remoteCitationFullVOSecond)
           
 boolean RemoteCitationFullServiceBase.remoteCitationFullVOsAreEqual(RemoteCitationFullVO remoteCitationFullVOFirst, RemoteCitationFullVO remoteCitationFullVOSecond)
           
 boolean RemoteCitationFullService.remoteCitationFullVOsAreEqualOnIdentifiers(RemoteCitationFullVO remoteCitationFullVOFirst, RemoteCitationFullVO remoteCitationFullVOSecond)
           
 boolean RemoteCitationFullServiceWSDelegator.remoteCitationFullVOsAreEqualOnIdentifiers(RemoteCitationFullVO remoteCitationFullVOFirst, RemoteCitationFullVO remoteCitationFullVOSecond)
           
 boolean RemoteCitationFullServiceBase.remoteCitationFullVOsAreEqualOnIdentifiers(RemoteCitationFullVO remoteCitationFullVOFirst, RemoteCitationFullVO remoteCitationFullVOSecond)
           
 void RemoteCitationFullService.removeCitation(RemoteCitationFullVO citation)
           
 void RemoteCitationFullServiceWSDelegator.removeCitation(RemoteCitationFullVO citation)
           
 void RemoteCitationFullServiceBase.removeCitation(RemoteCitationFullVO citation)
           
 void RemoteCitationFullService.updateCitation(RemoteCitationFullVO citation)
           
 void RemoteCitationFullServiceWSDelegator.updateCitation(RemoteCitationFullVO citation)
           
 void RemoteCitationFullServiceBase.updateCitation(RemoteCitationFullVO citation)
           
 

Uses of RemoteCitationFullVO in fr.ifremer.allegro.referential.taxon.generic.vo
 

Methods in fr.ifremer.allegro.referential.taxon.generic.vo with parameters of type RemoteCitationFullVO
 void RemoteCitationFullVO.copy(RemoteCitationFullVO 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 RemoteCitationFullVO
RemoteCitationFullVO(RemoteCitationFullVO otherBean)
          Copies constructor from other RemoteCitationFullVO
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.