Uses of Class
fr.ifremer.allegro.data.sample.generic.vo.RemoteSampleFullVO

Packages that use RemoteSampleFullVO
fr.ifremer.allegro.data.sample   
fr.ifremer.allegro.data.sample.generic.service   
fr.ifremer.allegro.data.sample.generic.vo   
 

Uses of RemoteSampleFullVO in fr.ifremer.allegro.data.sample
 

Methods in fr.ifremer.allegro.data.sample that return RemoteSampleFullVO
protected  RemoteSampleFullVO SampleDaoBase.toRemoteSampleFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteSampleFullVO SampleDaoImpl.toRemoteSampleFullVO(Sample entity)
           
 RemoteSampleFullVO SampleDao.toRemoteSampleFullVO(Sample entity)
          Converts this DAO's entity to an object of type RemoteSampleFullVO.
 RemoteSampleFullVO SampleDaoBase.toRemoteSampleFullVO(Sample entity)
           
 RemoteSampleFullVO[] SampleDao.toRemoteSampleFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteSampleFullVO.
 RemoteSampleFullVO[] SampleDaoBase.toRemoteSampleFullVOArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.data.sample with parameters of type RemoteSampleFullVO
 Sample SampleDaoImpl.remoteSampleFullVOToEntity(RemoteSampleFullVO remoteSampleFullVO)
           
 Sample SampleDao.remoteSampleFullVOToEntity(RemoteSampleFullVO remoteSampleFullVO)
          Converts an instance of type RemoteSampleFullVO to this DAO's entity.
 void SampleDaoImpl.remoteSampleFullVOToEntity(RemoteSampleFullVO source, Sample target, boolean copyIfNull)
           
 void SampleDao.remoteSampleFullVOToEntity(RemoteSampleFullVO source, Sample target, boolean copyIfNull)
          Copies the fields of RemoteSampleFullVO to the specified entity.
 void SampleDaoBase.remoteSampleFullVOToEntity(RemoteSampleFullVO source, Sample target, boolean copyIfNull)
           
 void SampleDaoImpl.toRemoteSampleFullVO(Sample source, RemoteSampleFullVO target)
           
 void SampleDao.toRemoteSampleFullVO(Sample source, RemoteSampleFullVO target)
          Copies the fields of the specified entity to the target value object.
 void SampleDaoBase.toRemoteSampleFullVO(Sample source, RemoteSampleFullVO target)
           
 

Uses of RemoteSampleFullVO in fr.ifremer.allegro.data.sample.generic.service
 

Methods in fr.ifremer.allegro.data.sample.generic.service that return RemoteSampleFullVO
 RemoteSampleFullVO RemoteSampleFullService.addSample(RemoteSampleFullVO sample)
           
 RemoteSampleFullVO RemoteSampleFullServiceWSDelegator.addSample(RemoteSampleFullVO sample)
           
 RemoteSampleFullVO RemoteSampleFullServiceBase.addSample(RemoteSampleFullVO sample)
           
 RemoteSampleFullVO[] RemoteSampleFullService.getAllSample()
           
 RemoteSampleFullVO[] RemoteSampleFullServiceWSDelegator.getAllSample()
           
 RemoteSampleFullVO[] RemoteSampleFullServiceBase.getAllSample()
           
 RemoteSampleFullVO[] RemoteSampleFullService.getSampleByBatchId(java.lang.Integer id)
           
 RemoteSampleFullVO[] RemoteSampleFullServiceWSDelegator.getSampleByBatchId(java.lang.Integer id)
           
 RemoteSampleFullVO[] RemoteSampleFullServiceBase.getSampleByBatchId(java.lang.Integer id)
           
 RemoteSampleFullVO[] RemoteSampleFullService.getSampleByFishingOperationId(java.lang.Integer id)
           
 RemoteSampleFullVO[] RemoteSampleFullServiceWSDelegator.getSampleByFishingOperationId(java.lang.Integer id)
           
 RemoteSampleFullVO[] RemoteSampleFullServiceBase.getSampleByFishingOperationId(java.lang.Integer id)
           
 RemoteSampleFullVO RemoteSampleFullService.getSampleById(java.lang.Integer id)
           
 RemoteSampleFullVO RemoteSampleFullServiceWSDelegator.getSampleById(java.lang.Integer id)
           
 RemoteSampleFullVO RemoteSampleFullServiceBase.getSampleById(java.lang.Integer id)
           
 RemoteSampleFullVO[] RemoteSampleFullService.getSampleByIds(java.lang.Integer[] id)
           
 RemoteSampleFullVO[] RemoteSampleFullServiceWSDelegator.getSampleByIds(java.lang.Integer[] id)
           
 RemoteSampleFullVO[] RemoteSampleFullServiceBase.getSampleByIds(java.lang.Integer[] id)
           
 RemoteSampleFullVO[] RemoteSampleFullService.getSampleByMatrixId(java.lang.Integer id)
           
 RemoteSampleFullVO[] RemoteSampleFullServiceWSDelegator.getSampleByMatrixId(java.lang.Integer id)
           
 RemoteSampleFullVO[] RemoteSampleFullServiceBase.getSampleByMatrixId(java.lang.Integer id)
           
 RemoteSampleFullVO RemoteSampleFullService.getSampleByNaturalId(RemoteSampleNaturalId sampleNaturalId)
           
 RemoteSampleFullVO RemoteSampleFullServiceWSDelegator.getSampleByNaturalId(RemoteSampleNaturalId sampleNaturalId)
           
 RemoteSampleFullVO RemoteSampleFullServiceBase.getSampleByNaturalId(RemoteSampleNaturalId sampleNaturalId)
           
 RemoteSampleFullVO[] RemoteSampleFullService.getSampleByParentSampleId(java.lang.Integer id)
           
 RemoteSampleFullVO[] RemoteSampleFullServiceWSDelegator.getSampleByParentSampleId(java.lang.Integer id)
           
 RemoteSampleFullVO[] RemoteSampleFullServiceBase.getSampleByParentSampleId(java.lang.Integer id)
           
 RemoteSampleFullVO[] RemoteSampleFullService.getSampleByProgramCode(java.lang.String code)
           
 RemoteSampleFullVO[] RemoteSampleFullServiceWSDelegator.getSampleByProgramCode(java.lang.String code)
           
 RemoteSampleFullVO[] RemoteSampleFullServiceBase.getSampleByProgramCode(java.lang.String code)
           
 RemoteSampleFullVO[] RemoteSampleFullService.getSampleByQualityFlagCode(java.lang.String code)
           
 RemoteSampleFullVO[] RemoteSampleFullServiceWSDelegator.getSampleByQualityFlagCode(java.lang.String code)
           
 RemoteSampleFullVO[] RemoteSampleFullServiceBase.getSampleByQualityFlagCode(java.lang.String code)
           
 RemoteSampleFullVO[] RemoteSampleFullService.getSampleByRecorderDepartmentId(java.lang.Integer id)
           
 RemoteSampleFullVO[] RemoteSampleFullServiceWSDelegator.getSampleByRecorderDepartmentId(java.lang.Integer id)
           
 RemoteSampleFullVO[] RemoteSampleFullServiceBase.getSampleByRecorderDepartmentId(java.lang.Integer id)
           
 RemoteSampleFullVO[] RemoteSampleFullService.getSampleByRecorderUserId(java.lang.Integer id)
           
 RemoteSampleFullVO[] RemoteSampleFullServiceWSDelegator.getSampleByRecorderUserId(java.lang.Integer id)
           
 RemoteSampleFullVO[] RemoteSampleFullServiceBase.getSampleByRecorderUserId(java.lang.Integer id)
           
 RemoteSampleFullVO[] RemoteSampleFullService.getSampleByReferenceTaxonId(java.lang.Integer id)
           
 RemoteSampleFullVO[] RemoteSampleFullServiceWSDelegator.getSampleByReferenceTaxonId(java.lang.Integer id)
           
 RemoteSampleFullVO[] RemoteSampleFullServiceBase.getSampleByReferenceTaxonId(java.lang.Integer id)
           
 RemoteSampleFullVO[] RemoteSampleFullService.getSampleBySizeUnitId(java.lang.Integer id)
           
 RemoteSampleFullVO[] RemoteSampleFullServiceWSDelegator.getSampleBySizeUnitId(java.lang.Integer id)
           
 RemoteSampleFullVO[] RemoteSampleFullServiceBase.getSampleBySizeUnitId(java.lang.Integer id)
           
 RemoteSampleFullVO[] RemoteSampleFullService.getSampleByTaxonGroupId(java.lang.Integer id)
           
 RemoteSampleFullVO[] RemoteSampleFullServiceWSDelegator.getSampleByTaxonGroupId(java.lang.Integer id)
           
 RemoteSampleFullVO[] RemoteSampleFullServiceBase.getSampleByTaxonGroupId(java.lang.Integer id)
           
protected  RemoteSampleFullVO RemoteSampleFullServiceImpl.handleAddSample(RemoteSampleFullVO sample)
           
protected abstract  RemoteSampleFullVO RemoteSampleFullServiceBase.handleAddSample(RemoteSampleFullVO sample)
          Performs the core logic for RemoteSampleFullServiceBase.addSample(fr.ifremer.allegro.data.sample.generic.vo.RemoteSampleFullVO)
protected  RemoteSampleFullVO[] RemoteSampleFullServiceImpl.handleGetAllSample()
           
protected abstract  RemoteSampleFullVO[] RemoteSampleFullServiceBase.handleGetAllSample()
          Performs the core logic for RemoteSampleFullServiceBase.getAllSample()
protected  RemoteSampleFullVO[] RemoteSampleFullServiceImpl.handleGetSampleByBatchId(java.lang.Integer id)
           
protected abstract  RemoteSampleFullVO[] RemoteSampleFullServiceBase.handleGetSampleByBatchId(java.lang.Integer id)
          Performs the core logic for RemoteSampleFullServiceBase.getSampleByBatchId(java.lang.Integer)
protected  RemoteSampleFullVO[] RemoteSampleFullServiceImpl.handleGetSampleByFishingOperationId(java.lang.Integer id)
           
protected abstract  RemoteSampleFullVO[] RemoteSampleFullServiceBase.handleGetSampleByFishingOperationId(java.lang.Integer id)
          Performs the core logic for RemoteSampleFullServiceBase.getSampleByFishingOperationId(java.lang.Integer)
protected  RemoteSampleFullVO RemoteSampleFullServiceImpl.handleGetSampleById(java.lang.Integer id)
           
protected abstract  RemoteSampleFullVO RemoteSampleFullServiceBase.handleGetSampleById(java.lang.Integer id)
          Performs the core logic for RemoteSampleFullServiceBase.getSampleById(java.lang.Integer)
protected  RemoteSampleFullVO[] RemoteSampleFullServiceImpl.handleGetSampleByIds(java.lang.Integer[] id)
           
protected abstract  RemoteSampleFullVO[] RemoteSampleFullServiceBase.handleGetSampleByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteSampleFullServiceBase.getSampleByIds(java.lang.Integer[])
protected  RemoteSampleFullVO[] RemoteSampleFullServiceImpl.handleGetSampleByMatrixId(java.lang.Integer id)
           
protected abstract  RemoteSampleFullVO[] RemoteSampleFullServiceBase.handleGetSampleByMatrixId(java.lang.Integer id)
          Performs the core logic for RemoteSampleFullServiceBase.getSampleByMatrixId(java.lang.Integer)
protected  RemoteSampleFullVO RemoteSampleFullServiceImpl.handleGetSampleByNaturalId(RemoteSampleNaturalId sampleNaturalId)
           
protected abstract  RemoteSampleFullVO RemoteSampleFullServiceBase.handleGetSampleByNaturalId(RemoteSampleNaturalId sampleNaturalId)
          Performs the core logic for RemoteSampleFullServiceBase.getSampleByNaturalId(fr.ifremer.allegro.data.sample.generic.vo.RemoteSampleNaturalId)
protected  RemoteSampleFullVO[] RemoteSampleFullServiceImpl.handleGetSampleByParentSampleId(java.lang.Integer id)
           
protected abstract  RemoteSampleFullVO[] RemoteSampleFullServiceBase.handleGetSampleByParentSampleId(java.lang.Integer id)
          Performs the core logic for RemoteSampleFullServiceBase.getSampleByParentSampleId(java.lang.Integer)
protected  RemoteSampleFullVO[] RemoteSampleFullServiceImpl.handleGetSampleByProgramCode(java.lang.String code)
           
protected abstract  RemoteSampleFullVO[] RemoteSampleFullServiceBase.handleGetSampleByProgramCode(java.lang.String code)
          Performs the core logic for RemoteSampleFullServiceBase.getSampleByProgramCode(java.lang.String)
protected  RemoteSampleFullVO[] RemoteSampleFullServiceImpl.handleGetSampleByQualityFlagCode(java.lang.String code)
           
protected abstract  RemoteSampleFullVO[] RemoteSampleFullServiceBase.handleGetSampleByQualityFlagCode(java.lang.String code)
          Performs the core logic for RemoteSampleFullServiceBase.getSampleByQualityFlagCode(java.lang.String)
protected  RemoteSampleFullVO[] RemoteSampleFullServiceImpl.handleGetSampleByRecorderDepartmentId(java.lang.Integer id)
           
protected abstract  RemoteSampleFullVO[] RemoteSampleFullServiceBase.handleGetSampleByRecorderDepartmentId(java.lang.Integer id)
          Performs the core logic for RemoteSampleFullServiceBase.getSampleByRecorderDepartmentId(java.lang.Integer)
protected  RemoteSampleFullVO[] RemoteSampleFullServiceImpl.handleGetSampleByRecorderUserId(java.lang.Integer id)
           
protected abstract  RemoteSampleFullVO[] RemoteSampleFullServiceBase.handleGetSampleByRecorderUserId(java.lang.Integer id)
          Performs the core logic for RemoteSampleFullServiceBase.getSampleByRecorderUserId(java.lang.Integer)
protected  RemoteSampleFullVO[] RemoteSampleFullServiceImpl.handleGetSampleByReferenceTaxonId(java.lang.Integer id)
           
protected abstract  RemoteSampleFullVO[] RemoteSampleFullServiceBase.handleGetSampleByReferenceTaxonId(java.lang.Integer id)
          Performs the core logic for RemoteSampleFullServiceBase.getSampleByReferenceTaxonId(java.lang.Integer)
protected  RemoteSampleFullVO[] RemoteSampleFullServiceImpl.handleGetSampleBySizeUnitId(java.lang.Integer id)
           
protected abstract  RemoteSampleFullVO[] RemoteSampleFullServiceBase.handleGetSampleBySizeUnitId(java.lang.Integer id)
          Performs the core logic for RemoteSampleFullServiceBase.getSampleBySizeUnitId(java.lang.Integer)
protected  RemoteSampleFullVO[] RemoteSampleFullServiceImpl.handleGetSampleByTaxonGroupId(java.lang.Integer id)
           
protected abstract  RemoteSampleFullVO[] RemoteSampleFullServiceBase.handleGetSampleByTaxonGroupId(java.lang.Integer id)
          Performs the core logic for RemoteSampleFullServiceBase.getSampleByTaxonGroupId(java.lang.Integer)
 

Methods in fr.ifremer.allegro.data.sample.generic.service with parameters of type RemoteSampleFullVO
 RemoteSampleFullVO RemoteSampleFullService.addSample(RemoteSampleFullVO sample)
           
 RemoteSampleFullVO RemoteSampleFullServiceWSDelegator.addSample(RemoteSampleFullVO sample)
           
 RemoteSampleFullVO RemoteSampleFullServiceBase.addSample(RemoteSampleFullVO sample)
           
protected  RemoteSampleFullVO RemoteSampleFullServiceImpl.handleAddSample(RemoteSampleFullVO sample)
           
protected abstract  RemoteSampleFullVO RemoteSampleFullServiceBase.handleAddSample(RemoteSampleFullVO sample)
          Performs the core logic for RemoteSampleFullServiceBase.addSample(fr.ifremer.allegro.data.sample.generic.vo.RemoteSampleFullVO)
protected  boolean RemoteSampleFullServiceImpl.handleRemoteSampleFullVOsAreEqual(RemoteSampleFullVO remoteSampleFullVOFirst, RemoteSampleFullVO remoteSampleFullVOSecond)
           
protected abstract  boolean RemoteSampleFullServiceBase.handleRemoteSampleFullVOsAreEqual(RemoteSampleFullVO remoteSampleFullVOFirst, RemoteSampleFullVO remoteSampleFullVOSecond)
          Performs the core logic for RemoteSampleFullServiceBase.remoteSampleFullVOsAreEqual(fr.ifremer.allegro.data.sample.generic.vo.RemoteSampleFullVO, fr.ifremer.allegro.data.sample.generic.vo.RemoteSampleFullVO)
protected  boolean RemoteSampleFullServiceImpl.handleRemoteSampleFullVOsAreEqualOnIdentifiers(RemoteSampleFullVO remoteSampleFullVOFirst, RemoteSampleFullVO remoteSampleFullVOSecond)
           
protected abstract  boolean RemoteSampleFullServiceBase.handleRemoteSampleFullVOsAreEqualOnIdentifiers(RemoteSampleFullVO remoteSampleFullVOFirst, RemoteSampleFullVO remoteSampleFullVOSecond)
          Performs the core logic for RemoteSampleFullServiceBase.remoteSampleFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.sample.generic.vo.RemoteSampleFullVO, fr.ifremer.allegro.data.sample.generic.vo.RemoteSampleFullVO)
protected  void RemoteSampleFullServiceImpl.handleRemoveSample(RemoteSampleFullVO sample)
           
protected abstract  void RemoteSampleFullServiceBase.handleRemoveSample(RemoteSampleFullVO sample)
          Performs the core logic for RemoteSampleFullServiceBase.removeSample(fr.ifremer.allegro.data.sample.generic.vo.RemoteSampleFullVO)
protected  void RemoteSampleFullServiceImpl.handleUpdateSample(RemoteSampleFullVO sample)
           
protected abstract  void RemoteSampleFullServiceBase.handleUpdateSample(RemoteSampleFullVO sample)
          Performs the core logic for RemoteSampleFullServiceBase.updateSample(fr.ifremer.allegro.data.sample.generic.vo.RemoteSampleFullVO)
 boolean RemoteSampleFullService.remoteSampleFullVOsAreEqual(RemoteSampleFullVO remoteSampleFullVOFirst, RemoteSampleFullVO remoteSampleFullVOSecond)
           
 boolean RemoteSampleFullServiceWSDelegator.remoteSampleFullVOsAreEqual(RemoteSampleFullVO remoteSampleFullVOFirst, RemoteSampleFullVO remoteSampleFullVOSecond)
           
 boolean RemoteSampleFullServiceBase.remoteSampleFullVOsAreEqual(RemoteSampleFullVO remoteSampleFullVOFirst, RemoteSampleFullVO remoteSampleFullVOSecond)
           
 boolean RemoteSampleFullService.remoteSampleFullVOsAreEqualOnIdentifiers(RemoteSampleFullVO remoteSampleFullVOFirst, RemoteSampleFullVO remoteSampleFullVOSecond)
           
 boolean RemoteSampleFullServiceWSDelegator.remoteSampleFullVOsAreEqualOnIdentifiers(RemoteSampleFullVO remoteSampleFullVOFirst, RemoteSampleFullVO remoteSampleFullVOSecond)
           
 boolean RemoteSampleFullServiceBase.remoteSampleFullVOsAreEqualOnIdentifiers(RemoteSampleFullVO remoteSampleFullVOFirst, RemoteSampleFullVO remoteSampleFullVOSecond)
           
 void RemoteSampleFullService.removeSample(RemoteSampleFullVO sample)
           
 void RemoteSampleFullServiceWSDelegator.removeSample(RemoteSampleFullVO sample)
           
 void RemoteSampleFullServiceBase.removeSample(RemoteSampleFullVO sample)
           
 void RemoteSampleFullService.updateSample(RemoteSampleFullVO sample)
           
 void RemoteSampleFullServiceWSDelegator.updateSample(RemoteSampleFullVO sample)
           
 void RemoteSampleFullServiceBase.updateSample(RemoteSampleFullVO sample)
           
 

Uses of RemoteSampleFullVO in fr.ifremer.allegro.data.sample.generic.vo
 

Methods in fr.ifremer.allegro.data.sample.generic.vo with parameters of type RemoteSampleFullVO
 void RemoteSampleFullVO.copy(RemoteSampleFullVO otherBean)
          Copies all properties from the argument value object into this value object.
 

Constructors in fr.ifremer.allegro.data.sample.generic.vo with parameters of type RemoteSampleFullVO
RemoteSampleFullVO(RemoteSampleFullVO otherBean)
          Copies constructor from other RemoteSampleFullVO
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.