Uses of Class
fr.ifremer.allegro.data.operation.generic.vo.RemoteFishingOperationNaturalId

Packages that use RemoteFishingOperationNaturalId
fr.ifremer.allegro.data.batch.generic.cluster   
fr.ifremer.allegro.data.batch.generic.vo   
fr.ifremer.allegro.data.operation   
fr.ifremer.allegro.data.operation.generic.service   
fr.ifremer.allegro.data.operation.generic.vo   
fr.ifremer.allegro.data.produce.generic.cluster   
fr.ifremer.allegro.data.sample.generic.cluster   
fr.ifremer.allegro.data.sample.generic.vo   
fr.ifremer.allegro.data.survey.sale.generic.cluster   
 

Uses of RemoteFishingOperationNaturalId in fr.ifremer.allegro.data.batch.generic.cluster
 

Methods in fr.ifremer.allegro.data.batch.generic.cluster that return RemoteFishingOperationNaturalId
 RemoteFishingOperationNaturalId ClusterCatchBatch.getFishingOperationNaturalId()
           
 

Methods in fr.ifremer.allegro.data.batch.generic.cluster with parameters of type RemoteFishingOperationNaturalId
 void ClusterCatchBatch.setFishingOperationNaturalId(RemoteFishingOperationNaturalId fishingOperationNaturalId)
           
 

Constructors in fr.ifremer.allegro.data.batch.generic.cluster with parameters of type RemoteFishingOperationNaturalId
ClusterCatchBatch(java.lang.Integer id, java.lang.Integer idLocal, java.lang.Short rankOrder, java.lang.Float subgroupCount, java.lang.Short individualCount, java.lang.Boolean childBatchsReplication, java.lang.Boolean exhaustiveInventory, java.lang.String comments, RemoteBatchNaturalId parentBatchNaturalId, RemoteProduceNaturalId[] produceNaturalId, ClusterQuantificationMeasurement[] clusterQuantificationMeasurements, ClusterCatchBatch[] clusterChildBatchssOfCatchBatch, ClusterSortingBatch[] clusterChildBatchssOfSortingBatch, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, RemoteFishingOperationNaturalId fishingOperationNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, RemoteLandingNaturalId landingNaturalId, RemoteSaleNaturalId saleNaturalId, java.lang.String synchronizationStatus)
           
 

Uses of RemoteFishingOperationNaturalId in fr.ifremer.allegro.data.batch.generic.vo
 

Methods in fr.ifremer.allegro.data.batch.generic.vo that return RemoteFishingOperationNaturalId
 RemoteFishingOperationNaturalId RemoteCatchBatchNaturalId.getFishingOperation()
           
 

Methods in fr.ifremer.allegro.data.batch.generic.vo with parameters of type RemoteFishingOperationNaturalId
 void RemoteCatchBatchNaturalId.setFishingOperation(RemoteFishingOperationNaturalId fishingOperation)
           
 

Constructors in fr.ifremer.allegro.data.batch.generic.vo with parameters of type RemoteFishingOperationNaturalId
RemoteCatchBatchNaturalId(java.lang.Integer id, RemoteFishingOperationNaturalId fishingOperation, RemoteLandingNaturalId landing)
           
 

Uses of RemoteFishingOperationNaturalId in fr.ifremer.allegro.data.operation
 

Methods in fr.ifremer.allegro.data.operation that return RemoteFishingOperationNaturalId
 RemoteFishingOperationNaturalId FishingOperationDaoImpl.toRemoteFishingOperationNaturalId(FishingOperation entity)
           
 RemoteFishingOperationNaturalId FishingOperationDao.toRemoteFishingOperationNaturalId(FishingOperation entity)
          Converts this DAO's entity to an object of type RemoteFishingOperationNaturalId.
 RemoteFishingOperationNaturalId FishingOperationDaoBase.toRemoteFishingOperationNaturalId(FishingOperation entity)
           
protected  RemoteFishingOperationNaturalId FishingOperationDaoBase.toRemoteFishingOperationNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteFishingOperationNaturalId[] FishingOperationDao.toRemoteFishingOperationNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteFishingOperationNaturalId.
 RemoteFishingOperationNaturalId[] FishingOperationDaoBase.toRemoteFishingOperationNaturalIdArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.data.operation with parameters of type RemoteFishingOperationNaturalId
 FishingOperation FishingOperationDaoImpl.remoteFishingOperationNaturalIdToEntity(RemoteFishingOperationNaturalId remoteFishingOperationNaturalId)
           
 FishingOperation FishingOperationDao.remoteFishingOperationNaturalIdToEntity(RemoteFishingOperationNaturalId remoteFishingOperationNaturalId)
          Converts an instance of type RemoteFishingOperationNaturalId to this DAO's entity.
 void FishingOperationDaoImpl.remoteFishingOperationNaturalIdToEntity(RemoteFishingOperationNaturalId source, FishingOperation target, boolean copyIfNull)
           
 void FishingOperationDao.remoteFishingOperationNaturalIdToEntity(RemoteFishingOperationNaturalId source, FishingOperation target, boolean copyIfNull)
          Copies the fields of RemoteFishingOperationNaturalId to the specified entity.
 void FishingOperationDaoBase.remoteFishingOperationNaturalIdToEntity(RemoteFishingOperationNaturalId source, FishingOperation target, boolean copyIfNull)
           
 void FishingOperationDaoImpl.toRemoteFishingOperationNaturalId(FishingOperation source, RemoteFishingOperationNaturalId target)
           
 void FishingOperationDao.toRemoteFishingOperationNaturalId(FishingOperation source, RemoteFishingOperationNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void FishingOperationDaoBase.toRemoteFishingOperationNaturalId(FishingOperation source, RemoteFishingOperationNaturalId target)
           
 

Uses of RemoteFishingOperationNaturalId in fr.ifremer.allegro.data.operation.generic.service
 

Methods in fr.ifremer.allegro.data.operation.generic.service that return RemoteFishingOperationNaturalId
 RemoteFishingOperationNaturalId RemoteFishingOperationFullService.getFishingOperationNaturalIdById(java.lang.Integer id)
           
 RemoteFishingOperationNaturalId RemoteFishingOperationFullServiceWSDelegator.getFishingOperationNaturalIdById(java.lang.Integer id)
           
 RemoteFishingOperationNaturalId RemoteFishingOperationFullServiceBase.getFishingOperationNaturalIdById(java.lang.Integer id)
           
 RemoteFishingOperationNaturalId[] RemoteFishingOperationFullService.getFishingOperationNaturalIds()
           
 RemoteFishingOperationNaturalId[] RemoteFishingOperationFullServiceWSDelegator.getFishingOperationNaturalIds()
           
 RemoteFishingOperationNaturalId[] RemoteFishingOperationFullServiceBase.getFishingOperationNaturalIds()
           
protected  RemoteFishingOperationNaturalId RemoteFishingOperationFullServiceImpl.handleGetFishingOperationNaturalIdById(java.lang.Integer id)
           
protected abstract  RemoteFishingOperationNaturalId RemoteFishingOperationFullServiceBase.handleGetFishingOperationNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteFishingOperationFullServiceBase.getFishingOperationNaturalIdById(java.lang.Integer)
protected  RemoteFishingOperationNaturalId[] RemoteFishingOperationFullServiceImpl.handleGetFishingOperationNaturalIds()
           
protected abstract  RemoteFishingOperationNaturalId[] RemoteFishingOperationFullServiceBase.handleGetFishingOperationNaturalIds()
          Performs the core logic for RemoteFishingOperationFullServiceBase.getFishingOperationNaturalIds()
 

Methods in fr.ifremer.allegro.data.operation.generic.service with parameters of type RemoteFishingOperationNaturalId
 RemoteFishingOperationFullVO RemoteFishingOperationFullService.getFishingOperationByNaturalId(RemoteFishingOperationNaturalId fishingOperationNaturalId)
           
 RemoteFishingOperationFullVO RemoteFishingOperationFullServiceWSDelegator.getFishingOperationByNaturalId(RemoteFishingOperationNaturalId fishingOperationNaturalId)
           
 RemoteFishingOperationFullVO RemoteFishingOperationFullServiceBase.getFishingOperationByNaturalId(RemoteFishingOperationNaturalId fishingOperationNaturalId)
           
protected  RemoteFishingOperationFullVO RemoteFishingOperationFullServiceImpl.handleGetFishingOperationByNaturalId(RemoteFishingOperationNaturalId fishingOperationNaturalId)
           
protected abstract  RemoteFishingOperationFullVO RemoteFishingOperationFullServiceBase.handleGetFishingOperationByNaturalId(RemoteFishingOperationNaturalId fishingOperationNaturalId)
          Performs the core logic for RemoteFishingOperationFullServiceBase.getFishingOperationByNaturalId(fr.ifremer.allegro.data.operation.generic.vo.RemoteFishingOperationNaturalId)
 

Uses of RemoteFishingOperationNaturalId in fr.ifremer.allegro.data.operation.generic.vo
 

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

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

Uses of RemoteFishingOperationNaturalId in fr.ifremer.allegro.data.produce.generic.cluster
 

Methods in fr.ifremer.allegro.data.produce.generic.cluster that return RemoteFishingOperationNaturalId
 RemoteFishingOperationNaturalId ClusterProduce.getFishingOperationNaturalId()
           
 

Methods in fr.ifremer.allegro.data.produce.generic.cluster with parameters of type RemoteFishingOperationNaturalId
 void ClusterProduce.setFishingOperationNaturalId(RemoteFishingOperationNaturalId fishingOperationNaturalId)
           
 

Constructors in fr.ifremer.allegro.data.produce.generic.cluster with parameters of type RemoteFishingOperationNaturalId
ClusterProduce(java.lang.Integer id, java.lang.Integer idLocal, java.lang.Boolean isDiscard, java.lang.Float subgroupCount, java.lang.Short individualCount, java.lang.String taxonGroupOtherInformation, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, RemoteTaxonGroupNaturalId otherTaxonGroupNaturalId, RemoteTaxonGroupNaturalId taxonGroupNaturalId, RemoteLandingNaturalId landingNaturalId, RemoteGearNaturalId gearNaturalId, RemoteTransshipmentNaturalId transshipmentNaturalId, RemoteBatchNaturalId batchNaturalId, RemoteFishingOperationNaturalId fishingOperationNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, ClusterQuantificationMeasurement[] clusterQuantificationMeasurements, ClusterSortingMeasurement[] clusterSortingMeasurements, ClusterFishingArea[] clusterFishingAreas)
           
 

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

Methods in fr.ifremer.allegro.data.sample.generic.cluster that return RemoteFishingOperationNaturalId
 RemoteFishingOperationNaturalId ClusterSample.getFishingOperationNaturalId()
           
 

Methods in fr.ifremer.allegro.data.sample.generic.cluster with parameters of type RemoteFishingOperationNaturalId
 void ClusterSample.setFishingOperationNaturalId(RemoteFishingOperationNaturalId fishingOperationNaturalId)
           
 

Constructors in fr.ifremer.allegro.data.sample.generic.cluster with parameters of type RemoteFishingOperationNaturalId
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)
           
 

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

Methods in fr.ifremer.allegro.data.sample.generic.vo that return RemoteFishingOperationNaturalId
 RemoteFishingOperationNaturalId RemoteSampleNaturalId.getFishingOperation()
           
 

Methods in fr.ifremer.allegro.data.sample.generic.vo with parameters of type RemoteFishingOperationNaturalId
 void RemoteSampleNaturalId.setFishingOperation(RemoteFishingOperationNaturalId fishingOperation)
           
 

Constructors in fr.ifremer.allegro.data.sample.generic.vo with parameters of type RemoteFishingOperationNaturalId
RemoteSampleNaturalId(java.lang.String label, RemoteMatrixNaturalId matrix, RemoteFishingOperationNaturalId fishingOperation, RemoteProgramNaturalId program)
           
 

Uses of RemoteFishingOperationNaturalId in fr.ifremer.allegro.data.survey.sale.generic.cluster
 

Constructors in fr.ifremer.allegro.data.survey.sale.generic.cluster with parameters of type RemoteFishingOperationNaturalId
ClusterSaleProduce(java.lang.Integer id, java.lang.Integer idLocal, java.lang.Boolean isDiscard, java.lang.Float subgroupCount, java.lang.Short individualCount, java.lang.String taxonGroupOtherInformation, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, RemoteTaxonGroupNaturalId otherTaxonGroupNaturalId, RemoteTaxonGroupNaturalId taxonGroupNaturalId, RemoteLandingNaturalId landingNaturalId, RemoteGearNaturalId gearNaturalId, RemoteTransshipmentNaturalId transshipmentNaturalId, RemoteBatchNaturalId batchNaturalId, RemoteFishingOperationNaturalId fishingOperationNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, ClusterQuantificationMeasurement[] clusterQuantificationMeasurements, ClusterSortingMeasurement[] clusterSortingMeasurements, ClusterFishingArea[] clusterFishingAreas, RemoteSaleNaturalId saleNaturalId, RemoteBuyerNaturalId buyerNaturalId, RemoteExpectedSaleNaturalId expectedSaleNaturalId)
           
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.