Uses of Class
fr.ifremer.allegro.data.sample.generic.cluster.ClusterSample

Packages that use ClusterSample
fr.ifremer.allegro.data.sample   
fr.ifremer.allegro.data.sample.generic.cluster   
fr.ifremer.allegro.data.sample.generic.service   
 

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

Methods in fr.ifremer.allegro.data.sample that return ClusterSample
 ClusterSample[] SampleDao.getAllClusterSampleSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterSample[] SampleDaoBase.getAllClusterSampleSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected  ClusterSample[] SampleDaoImpl.handleGetAllClusterSampleSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterSample[] SampleDaoBase.handleGetAllClusterSampleSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
          Performs the core logic for SampleDaoBase.getAllClusterSampleSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  ClusterSample SampleDaoBase.toClusterSample(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterSample SampleDaoImpl.toClusterSample(Sample entity)
           
 ClusterSample SampleDao.toClusterSample(Sample entity)
          Converts this DAO's entity to an object of type ClusterSample.
 ClusterSample SampleDaoBase.toClusterSample(Sample entity)
           
 ClusterSample[] SampleDao.toClusterSampleArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterSample.
 ClusterSample[] SampleDaoBase.toClusterSampleArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.data.sample with parameters of type ClusterSample
 Sample SampleDaoImpl.clusterSampleToEntity(ClusterSample clusterSample)
           
 Sample SampleDao.clusterSampleToEntity(ClusterSample clusterSample)
          Converts an instance of type ClusterSample to this DAO's entity.
 void SampleDaoImpl.clusterSampleToEntity(ClusterSample source, Sample target, boolean copyIfNull)
           
 void SampleDao.clusterSampleToEntity(ClusterSample source, Sample target, boolean copyIfNull)
          Copies the fields of ClusterSample to the specified entity.
 void SampleDaoBase.clusterSampleToEntity(ClusterSample source, Sample target, boolean copyIfNull)
           
 Sample SampleDao.createFromClusterSample(ClusterSample clusterSample)
           
 Sample SampleDaoBase.createFromClusterSample(ClusterSample clusterSample)
           
protected  Sample SampleDaoImpl.handleCreateFromClusterSample(ClusterSample clusterSample)
           
protected abstract  Sample SampleDaoBase.handleCreateFromClusterSample(ClusterSample clusterSample)
          Performs the core logic for SampleDaoBase.createFromClusterSample(fr.ifremer.allegro.data.sample.generic.cluster.ClusterSample)
 void SampleDaoImpl.toClusterSample(Sample source, ClusterSample target)
           
 void SampleDao.toClusterSample(Sample source, ClusterSample target)
          Copies the fields of the specified entity to the target value object.
 void SampleDaoBase.toClusterSample(Sample source, ClusterSample target)
           
 

Uses of ClusterSample in fr.ifremer.allegro.data.sample.generic.cluster
 

Methods in fr.ifremer.allegro.data.sample.generic.cluster that return ClusterSample
 ClusterSample[] ClusterSample.getClusterChildSampless()
           
 

Methods in fr.ifremer.allegro.data.sample.generic.cluster with parameters of type ClusterSample
 void ClusterSample.copy(ClusterSample otherBean)
          Copies all properties from the argument value object into this value object.
 void ClusterSample.setClusterChildSampless(ClusterSample[] clusterChildSampless)
           
 

Constructors in fr.ifremer.allegro.data.sample.generic.cluster with parameters of type ClusterSample
ClusterSample(ClusterSample otherBean)
          Copies constructor from other ClusterSample
ClusterSample(java.lang.Integer id, java.lang.String label, java.util.Date sampleDate, java.lang.Short individualCount, java.lang.Float size, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, RemoteMatrixNaturalId matrixNaturalId, RemoteUnitNaturalId sizeUnitNaturalId, RemoteBatchNaturalId batchNaturalId, RemoteFishingOperationNaturalId fishingOperationNaturalId, RemoteTaxonGroupNaturalId taxonGroupNaturalId, RemoteReferenceTaxonNaturalId referenceTaxonNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteUserNaturalId recorderUserNaturalId, RemoteSampleNaturalId parentSampleNaturalId, RemoteProgramNaturalId programNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, java.lang.String synchronizationStatus, ClusterSampleMeasurement[] clusterSampleMeasurements, ClusterSample[] clusterChildSampless, ClusterFishingArea[] clusterFishingAreas)
           
ClusterSample(java.lang.String label, java.util.Date creationDate, RemoteMatrixNaturalId matrixNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteProgramNaturalId programNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, ClusterSampleMeasurement[] clusterSampleMeasurements, ClusterSample[] clusterChildSampless, ClusterFishingArea[] clusterFishingAreas)
           
 

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

Methods in fr.ifremer.allegro.data.sample.generic.service that return ClusterSample
 ClusterSample RemoteSampleFullService.addOrUpdateClusterSample(ClusterSample clusterSample)
           
 ClusterSample RemoteSampleFullServiceWSDelegator.addOrUpdateClusterSample(ClusterSample clusterSample)
           
 ClusterSample RemoteSampleFullServiceBase.addOrUpdateClusterSample(ClusterSample clusterSample)
           
 ClusterSample[] RemoteSampleFullService.getAllClusterSampleSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterSample[] RemoteSampleFullServiceWSDelegator.getAllClusterSampleSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterSample[] RemoteSampleFullServiceBase.getAllClusterSampleSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterSample RemoteSampleFullService.getClusterSampleByIdentifiers(java.lang.Integer id)
           
 ClusterSample RemoteSampleFullServiceWSDelegator.getClusterSampleByIdentifiers(java.lang.Integer id)
           
 ClusterSample RemoteSampleFullServiceBase.getClusterSampleByIdentifiers(java.lang.Integer id)
           
protected  ClusterSample RemoteSampleFullServiceImpl.handleAddOrUpdateClusterSample(ClusterSample clusterSample)
           
protected abstract  ClusterSample RemoteSampleFullServiceBase.handleAddOrUpdateClusterSample(ClusterSample clusterSample)
          Performs the core logic for RemoteSampleFullServiceBase.addOrUpdateClusterSample(fr.ifremer.allegro.data.sample.generic.cluster.ClusterSample)
protected  ClusterSample[] RemoteSampleFullServiceImpl.handleGetAllClusterSampleSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterSample[] RemoteSampleFullServiceBase.handleGetAllClusterSampleSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
          Performs the core logic for RemoteSampleFullServiceBase.getAllClusterSampleSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  ClusterSample RemoteSampleFullServiceImpl.handleGetClusterSampleByIdentifiers(java.lang.Integer id)
           
protected abstract  ClusterSample RemoteSampleFullServiceBase.handleGetClusterSampleByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteSampleFullServiceBase.getClusterSampleByIdentifiers(java.lang.Integer)
 

Methods in fr.ifremer.allegro.data.sample.generic.service with parameters of type ClusterSample
 ClusterSample RemoteSampleFullService.addOrUpdateClusterSample(ClusterSample clusterSample)
           
 ClusterSample RemoteSampleFullServiceWSDelegator.addOrUpdateClusterSample(ClusterSample clusterSample)
           
 ClusterSample RemoteSampleFullServiceBase.addOrUpdateClusterSample(ClusterSample clusterSample)
           
protected  ClusterSample RemoteSampleFullServiceImpl.handleAddOrUpdateClusterSample(ClusterSample clusterSample)
           
protected abstract  ClusterSample RemoteSampleFullServiceBase.handleAddOrUpdateClusterSample(ClusterSample clusterSample)
          Performs the core logic for RemoteSampleFullServiceBase.addOrUpdateClusterSample(fr.ifremer.allegro.data.sample.generic.cluster.ClusterSample)
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.