Uses of Class
fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchNaturalId

Packages that use RemoteCatchBatchNaturalId
fr.ifremer.allegro.data.batch   
fr.ifremer.allegro.data.batch.generic.service   
fr.ifremer.allegro.data.batch.generic.vo   
fr.ifremer.allegro.data.operation.generic.cluster   
fr.ifremer.allegro.data.survey.landing.generic.cluster   
fr.ifremer.allegro.data.survey.sale.generic.cluster   
 

Uses of RemoteCatchBatchNaturalId in fr.ifremer.allegro.data.batch
 

Methods in fr.ifremer.allegro.data.batch that return RemoteCatchBatchNaturalId
 RemoteCatchBatchNaturalId CatchBatchDaoImpl.toRemoteCatchBatchNaturalId(CatchBatch entity)
           
 RemoteCatchBatchNaturalId CatchBatchDao.toRemoteCatchBatchNaturalId(CatchBatch entity)
          Converts this DAO's entity to an object of type RemoteCatchBatchNaturalId.
 RemoteCatchBatchNaturalId CatchBatchDaoBase.toRemoteCatchBatchNaturalId(CatchBatch entity)
           
protected  RemoteCatchBatchNaturalId CatchBatchDaoBase.toRemoteCatchBatchNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteCatchBatchNaturalId[] CatchBatchDao.toRemoteCatchBatchNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteCatchBatchNaturalId.
 RemoteCatchBatchNaturalId[] CatchBatchDaoBase.toRemoteCatchBatchNaturalIdArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.data.batch with parameters of type RemoteCatchBatchNaturalId
 CatchBatch CatchBatchDaoImpl.remoteCatchBatchNaturalIdToEntity(RemoteCatchBatchNaturalId remoteCatchBatchNaturalId)
           
 CatchBatch CatchBatchDao.remoteCatchBatchNaturalIdToEntity(RemoteCatchBatchNaturalId remoteCatchBatchNaturalId)
          Converts an instance of type RemoteCatchBatchNaturalId to this DAO's entity.
 void CatchBatchDaoImpl.remoteCatchBatchNaturalIdToEntity(RemoteCatchBatchNaturalId source, CatchBatch target, boolean copyIfNull)
           
 void CatchBatchDao.remoteCatchBatchNaturalIdToEntity(RemoteCatchBatchNaturalId source, CatchBatch target, boolean copyIfNull)
          Copies the fields of RemoteCatchBatchNaturalId to the specified entity.
 void CatchBatchDaoBase.remoteCatchBatchNaturalIdToEntity(RemoteCatchBatchNaturalId source, CatchBatch target, boolean copyIfNull)
           
 void CatchBatchDaoImpl.toRemoteCatchBatchNaturalId(CatchBatch source, RemoteCatchBatchNaturalId target)
           
 void CatchBatchDao.toRemoteCatchBatchNaturalId(CatchBatch source, RemoteCatchBatchNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void CatchBatchDaoBase.toRemoteCatchBatchNaturalId(CatchBatch source, RemoteCatchBatchNaturalId target)
           
 

Uses of RemoteCatchBatchNaturalId in fr.ifremer.allegro.data.batch.generic.service
 

Methods in fr.ifremer.allegro.data.batch.generic.service that return RemoteCatchBatchNaturalId
 RemoteCatchBatchNaturalId RemoteCatchBatchFullService.getCatchBatchNaturalIdById(java.lang.Integer id)
           
 RemoteCatchBatchNaturalId RemoteCatchBatchFullServiceWSDelegator.getCatchBatchNaturalIdById(java.lang.Integer id)
           
 RemoteCatchBatchNaturalId RemoteCatchBatchFullServiceBase.getCatchBatchNaturalIdById(java.lang.Integer id)
           
 RemoteCatchBatchNaturalId[] RemoteCatchBatchFullService.getCatchBatchNaturalIds()
           
 RemoteCatchBatchNaturalId[] RemoteCatchBatchFullServiceWSDelegator.getCatchBatchNaturalIds()
           
 RemoteCatchBatchNaturalId[] RemoteCatchBatchFullServiceBase.getCatchBatchNaturalIds()
           
protected  RemoteCatchBatchNaturalId RemoteCatchBatchFullServiceImpl.handleGetCatchBatchNaturalIdById(java.lang.Integer id)
           
protected abstract  RemoteCatchBatchNaturalId RemoteCatchBatchFullServiceBase.handleGetCatchBatchNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteCatchBatchFullServiceBase.getCatchBatchNaturalIdById(java.lang.Integer)
protected  RemoteCatchBatchNaturalId[] RemoteCatchBatchFullServiceImpl.handleGetCatchBatchNaturalIds()
           
protected abstract  RemoteCatchBatchNaturalId[] RemoteCatchBatchFullServiceBase.handleGetCatchBatchNaturalIds()
          Performs the core logic for RemoteCatchBatchFullServiceBase.getCatchBatchNaturalIds()
 

Methods in fr.ifremer.allegro.data.batch.generic.service with parameters of type RemoteCatchBatchNaturalId
 RemoteCatchBatchFullVO RemoteCatchBatchFullService.getCatchBatchByNaturalId(RemoteCatchBatchNaturalId catchBatchNaturalId)
           
 RemoteCatchBatchFullVO RemoteCatchBatchFullServiceWSDelegator.getCatchBatchByNaturalId(RemoteCatchBatchNaturalId catchBatchNaturalId)
           
 RemoteCatchBatchFullVO RemoteCatchBatchFullServiceBase.getCatchBatchByNaturalId(RemoteCatchBatchNaturalId catchBatchNaturalId)
           
protected  RemoteCatchBatchFullVO RemoteCatchBatchFullServiceImpl.handleGetCatchBatchByNaturalId(RemoteCatchBatchNaturalId catchBatchNaturalId)
           
protected abstract  RemoteCatchBatchFullVO RemoteCatchBatchFullServiceBase.handleGetCatchBatchByNaturalId(RemoteCatchBatchNaturalId catchBatchNaturalId)
          Performs the core logic for RemoteCatchBatchFullServiceBase.getCatchBatchByNaturalId(fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchNaturalId)
 

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

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

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

Uses of RemoteCatchBatchNaturalId in fr.ifremer.allegro.data.operation.generic.cluster
 

Methods in fr.ifremer.allegro.data.operation.generic.cluster that return RemoteCatchBatchNaturalId
 RemoteCatchBatchNaturalId ClusterFishingOperation.getCatchBatchNaturalId()
           
 

Methods in fr.ifremer.allegro.data.operation.generic.cluster with parameters of type RemoteCatchBatchNaturalId
 void ClusterFishingOperation.setCatchBatchNaturalId(RemoteCatchBatchNaturalId catchBatchNaturalId)
           
 

Constructors in fr.ifremer.allegro.data.operation.generic.cluster with parameters of type RemoteCatchBatchNaturalId
ClusterFishingOperation(java.lang.Integer id, java.lang.String name, java.lang.Short rankOrderOnPeriod, java.util.Date startDateTime, java.util.Date endDateTime, java.lang.Boolean isMainOperation, java.lang.String comments, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, RemoteVesselNaturalId vesselNaturalId, RemoteGearPhysicalFeaturesNaturalId gearPhysicalFeaturesNaturalId, RemoteFishingTripNaturalId fishingTripNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, ClusterOperationVesselAssociation[] clusterOperationVesselAssociations, ClusterMetierUseFeatures[] clusterGearUseFeaturessOfMetierUseFeatures, ClusterGearUseFeatures[] clusterGearUseFeaturess, ClusterVesselUseFeatures[] clusterVesselUseFeaturess, ClusterVesselExtendedPosition[] clusterVesselPositionsOfVesselExtendedPosition, ClusterVesselPosition[] clusterVesselPositions, java.util.Date fishingStartDateTime, java.util.Date fishingEndDateTime, java.lang.Boolean hasCatch, RemoteSampleNaturalId[] sampleNaturalId, RemoteCatchBatchNaturalId catchBatchNaturalId, ClusterSaleProduce[] clusterProducesOfSaleProduce, ClusterProduce[] clusterProduces)
           
 

Uses of RemoteCatchBatchNaturalId in fr.ifremer.allegro.data.survey.landing.generic.cluster
 

Methods in fr.ifremer.allegro.data.survey.landing.generic.cluster that return RemoteCatchBatchNaturalId
 RemoteCatchBatchNaturalId ClusterLanding.getCatchBatchNaturalId()
           
 

Methods in fr.ifremer.allegro.data.survey.landing.generic.cluster with parameters of type RemoteCatchBatchNaturalId
 void ClusterLanding.setCatchBatchNaturalId(RemoteCatchBatchNaturalId catchBatchNaturalId)
           
 

Constructors in fr.ifremer.allegro.data.survey.landing.generic.cluster with parameters of type RemoteCatchBatchNaturalId
ClusterLanding(java.lang.Integer id, java.util.Date landingDateTime, 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, RemoteLocationNaturalId landingLocationNaturalId, RemoteVesselNaturalId vesselNaturalId, RemoteFishingTripNaturalId fishingTripNaturalId, RemoteProgramNaturalId programNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, RemoteCatchBatchNaturalId catchBatchNaturalId, RemotePersonNaturalId recorderPersonNaturalId, java.lang.String synchronizationStatus, ClusterSaleProduce[] clusterProducesOfSaleProduce, ClusterProduce[] clusterProduces, ClusterObservedSale[] clusterSalesOfObservedSale, ClusterSale[] clusterSales, ClusterLandingMeasurement[] clusterLandingMeasurements, ClusterSurveyMeasurement[] clusterSurveyMeasurements)
           
ClusterObservedLanding(java.lang.Integer id, java.util.Date landingDateTime, 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, RemoteLocationNaturalId landingLocationNaturalId, RemoteVesselNaturalId vesselNaturalId, RemoteFishingTripNaturalId fishingTripNaturalId, RemoteProgramNaturalId programNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, RemoteCatchBatchNaturalId catchBatchNaturalId, RemotePersonNaturalId recorderPersonNaturalId, java.lang.String synchronizationStatus, ClusterSaleProduce[] clusterProducesOfSaleProduce, ClusterProduce[] clusterProduces, ClusterObservedSale[] clusterSalesOfObservedSale, ClusterSale[] clusterSales, ClusterLandingMeasurement[] clusterLandingMeasurements, ClusterSurveyMeasurement[] clusterSurveyMeasurements, RemotePersonNaturalId[] observerPersonsNaturalId, ClusterExpectedSale[] clusterExpectedSales)
           
 

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

Methods in fr.ifremer.allegro.data.survey.sale.generic.cluster that return RemoteCatchBatchNaturalId
 RemoteCatchBatchNaturalId ClusterSale.getCatchBatchNaturalId()
           
 

Methods in fr.ifremer.allegro.data.survey.sale.generic.cluster with parameters of type RemoteCatchBatchNaturalId
 void ClusterSale.setCatchBatchNaturalId(RemoteCatchBatchNaturalId catchBatchNaturalId)
           
 

Constructors in fr.ifremer.allegro.data.survey.sale.generic.cluster with parameters of type RemoteCatchBatchNaturalId
ClusterObservedSale(java.lang.Integer id, java.lang.Integer idLocal, java.util.Date saleStartDate, java.util.Date saleEndDate, 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, RemoteLocationNaturalId saleLocationNaturalId, RemoteVesselNaturalId vesselNaturalId, RemoteFishingTripNaturalId fishingTripNaturalId, RemoteDeclaredDocumentReferenceNaturalId declaredDocumentReferenceNaturalId, RemoteSaleTypeNaturalId saleTypeNaturalId, RemoteLandingNaturalId landingNaturalId, RemoteProgramNaturalId programNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, RemoteCatchBatchNaturalId catchBatchNaturalId, RemotePersonNaturalId recorderPersonNaturalId, java.lang.String synchronizationStatus, ClusterSaleMeasurement[] clusterSaleMeasurements, ClusterSaleProduce[] clusterSaleProduces, ClusterSaleOrigin[] clusterSaleOrigins, ClusterSurveyMeasurement[] clusterSurveyMeasurements, RemotePersonNaturalId[] observerPersonsNaturalId)
           
ClusterSale(java.lang.Integer id, java.lang.Integer idLocal, java.util.Date saleStartDate, java.util.Date saleEndDate, 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, RemoteLocationNaturalId saleLocationNaturalId, RemoteVesselNaturalId vesselNaturalId, RemoteFishingTripNaturalId fishingTripNaturalId, RemoteDeclaredDocumentReferenceNaturalId declaredDocumentReferenceNaturalId, RemoteSaleTypeNaturalId saleTypeNaturalId, RemoteLandingNaturalId landingNaturalId, RemoteProgramNaturalId programNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, RemoteCatchBatchNaturalId catchBatchNaturalId, RemotePersonNaturalId recorderPersonNaturalId, java.lang.String synchronizationStatus, ClusterSaleMeasurement[] clusterSaleMeasurements, ClusterSaleProduce[] clusterSaleProduces, ClusterSaleOrigin[] clusterSaleOrigins, ClusterSurveyMeasurement[] clusterSurveyMeasurements)
           
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.