Uses of Class
fr.ifremer.allegro.data.batch.CatchBatch

Packages that use CatchBatch
fr.ifremer.allegro.data.batch   
fr.ifremer.allegro.data.operation   
fr.ifremer.allegro.data.survey.landing   
fr.ifremer.allegro.data.survey.sale   
 

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

Subclasses of CatchBatch in fr.ifremer.allegro.data.batch
 class CatchBatchImpl
           
 

Methods in fr.ifremer.allegro.data.batch that return CatchBatch
 CatchBatch CatchBatchDaoImpl.clusterCatchBatchToEntity(ClusterCatchBatch clusterCatchBatch)
           
 CatchBatch CatchBatchDao.clusterCatchBatchToEntity(ClusterCatchBatch clusterCatchBatch)
          Converts an instance of type ClusterCatchBatch to this DAO's entity.
 CatchBatch CatchBatchDaoBase.create(java.lang.Boolean childBatchsReplication, java.lang.Boolean exhaustiveInventory, QualityFlag qualityFlag, java.lang.Short rankOrder)
           
 CatchBatch CatchBatchDaoBase.create(CatchBatch catchBatch)
           
 CatchBatch CatchBatchDaoBase.create(java.lang.Short rankOrder, java.lang.Float subgroupCount, java.lang.Short individualCount, java.lang.Boolean childBatchsReplication, java.lang.Boolean exhaustiveInventory, java.lang.String comments, java.util.Collection childBatchs, Batch parentBatch, java.util.Collection quantificationMeasurements, java.util.Collection produces, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, QualityFlag qualityFlag, Landing landing, Sale sale, FishingOperation fishingOperation)
           
 CatchBatch CatchBatchDao.createFromClusterCatchBatch(ClusterCatchBatch clusterCatchBatch)
           
 CatchBatch CatchBatchDaoBase.createFromClusterCatchBatch(ClusterCatchBatch clusterCatchBatch)
           
 CatchBatch CatchBatchDao.findCatchBatchByFishingOperation(FishingOperation fishingOperation)
           
 CatchBatch CatchBatchDaoBase.findCatchBatchByFishingOperation(FishingOperation fishingOperation)
           
 CatchBatch CatchBatchDao.findCatchBatchByFishingOperation(java.lang.String queryString, FishingOperation fishingOperation)
           Does the same thing as CatchBatchDao.findCatchBatchByFishingOperation(fr.ifremer.allegro.data.operation.FishingOperation) with an additional argument called queryString.
 CatchBatch CatchBatchDaoBase.findCatchBatchByFishingOperation(java.lang.String queryString, FishingOperation fishingOperation)
           
 CatchBatch CatchBatchDao.findCatchBatchById(java.lang.Integer id)
           
 CatchBatch CatchBatchDaoBase.findCatchBatchById(java.lang.Integer id)
           
 CatchBatch CatchBatchDao.findCatchBatchById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as CatchBatchDao.findCatchBatchById(java.lang.Integer) with an additional argument called queryString.
 CatchBatch CatchBatchDaoBase.findCatchBatchById(java.lang.String queryString, java.lang.Integer id)
           
 CatchBatch CatchBatchDao.findCatchBatchByLanding(Landing landing)
           
 CatchBatch CatchBatchDaoBase.findCatchBatchByLanding(Landing landing)
           
 CatchBatch CatchBatchDao.findCatchBatchByLanding(java.lang.String queryString, Landing landing)
           Does the same thing as CatchBatchDao.findCatchBatchByLanding(fr.ifremer.allegro.data.survey.landing.Landing) with an additional argument called queryString.
 CatchBatch CatchBatchDaoBase.findCatchBatchByLanding(java.lang.String queryString, Landing landing)
           
 CatchBatch CatchBatchDao.findCatchBatchByNaturalId(FishingOperation fishingOperation, Landing landing, java.lang.Integer id)
           
 CatchBatch CatchBatchDaoBase.findCatchBatchByNaturalId(FishingOperation fishingOperation, Landing landing, java.lang.Integer id)
           
 CatchBatch CatchBatchDao.findCatchBatchByNaturalId(java.lang.String queryString, FishingOperation fishingOperation, Landing landing, java.lang.Integer id)
           Does the same thing as CatchBatchDao.findCatchBatchByNaturalId(fr.ifremer.allegro.data.operation.FishingOperation, fr.ifremer.allegro.data.survey.landing.Landing, java.lang.Integer) with an additional argument called queryString.
 CatchBatch CatchBatchDaoBase.findCatchBatchByNaturalId(java.lang.String queryString, FishingOperation fishingOperation, Landing landing, java.lang.Integer id)
           
 CatchBatch CatchBatchDao.findCatchBatchBySale(Sale sale)
           
 CatchBatch CatchBatchDaoBase.findCatchBatchBySale(Sale sale)
           
 CatchBatch CatchBatchDao.findCatchBatchBySale(java.lang.String queryString, Sale sale)
           Does the same thing as CatchBatchDao.findCatchBatchBySale(fr.ifremer.allegro.data.survey.sale.Sale) with an additional argument called queryString.
 CatchBatch CatchBatchDaoBase.findCatchBatchBySale(java.lang.String queryString, Sale sale)
           
protected  CatchBatch CatchBatchDaoImpl.handleCreateFromClusterCatchBatch(ClusterCatchBatch clusterCatchBatch)
           
protected abstract  CatchBatch CatchBatchDaoBase.handleCreateFromClusterCatchBatch(ClusterCatchBatch clusterCatchBatch)
          Performs the core logic for CatchBatchDaoBase.createFromClusterCatchBatch(fr.ifremer.allegro.data.batch.generic.cluster.ClusterCatchBatch)
 CatchBatch CatchBatchDaoBase.load(java.lang.Integer id)
           
static CatchBatch CatchBatch.Factory.newInstance()
          Constructs a new instance of CatchBatch.
static CatchBatch CatchBatch.Factory.newInstance(java.lang.Short rankOrder, java.lang.Boolean childBatchsReplication, java.lang.Boolean exhaustiveInventory)
          Constructs a new instance of CatchBatch, taking all required and/or read-only properties as arguments.
static CatchBatch CatchBatch.Factory.newInstance(java.lang.Short rankOrder, java.lang.Float subgroupCount, java.lang.Short individualCount, java.lang.Boolean childBatchsReplication, java.lang.Boolean exhaustiveInventory, java.lang.String comments, java.util.Collection childBatchs, Batch parentBatch, java.util.Collection quantificationMeasurements, java.util.Collection produces, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, QualityFlag qualityFlag, Landing landing, Sale sale, FishingOperation fishingOperation)
          Constructs a new instance of CatchBatch, taking all possible properties (except the identifier(s))as arguments.
 CatchBatch CatchBatchDaoImpl.remoteCatchBatchFullVOToEntity(RemoteCatchBatchFullVO remoteCatchBatchFullVO)
           
 CatchBatch CatchBatchDao.remoteCatchBatchFullVOToEntity(RemoteCatchBatchFullVO remoteCatchBatchFullVO)
          Converts an instance of type RemoteCatchBatchFullVO to this DAO's entity.
 CatchBatch CatchBatchDaoImpl.remoteCatchBatchNaturalIdToEntity(RemoteCatchBatchNaturalId remoteCatchBatchNaturalId)
           
 CatchBatch CatchBatchDao.remoteCatchBatchNaturalIdToEntity(RemoteCatchBatchNaturalId remoteCatchBatchNaturalId)
          Converts an instance of type RemoteCatchBatchNaturalId to this DAO's entity.
protected  CatchBatch CatchBatchDaoBase.toEntity(java.lang.Object[] row)
           
 

Methods in fr.ifremer.allegro.data.batch with parameters of type CatchBatch
 void CatchBatchDaoImpl.clusterCatchBatchToEntity(ClusterCatchBatch source, CatchBatch target, boolean copyIfNull)
           
 void CatchBatchDao.clusterCatchBatchToEntity(ClusterCatchBatch source, CatchBatch target, boolean copyIfNull)
          Copies the fields of ClusterCatchBatch to the specified entity.
 void CatchBatchDaoBase.clusterCatchBatchToEntity(ClusterCatchBatch source, CatchBatch target, boolean copyIfNull)
           
 Batch CatchBatchDao.create(CatchBatch catchBatch)
          Creates an instance of fr.ifremer.allegro.data.batch.CatchBatch and adds it to the persistent store.
 CatchBatch CatchBatchDaoBase.create(CatchBatch catchBatch)
           
 java.lang.Object CatchBatchDao.create(int transform, CatchBatch catchBatch)
           Does the same thing as CatchBatchDao.create(fr.ifremer.allegro.data.batch.CatchBatch) with an additional flag called transform.
 java.lang.Object CatchBatchDaoBase.create(int transform, CatchBatch catchBatch)
           
 void CatchBatchDaoImpl.remoteCatchBatchFullVOToEntity(RemoteCatchBatchFullVO source, CatchBatch target, boolean copyIfNull)
           
 void CatchBatchDao.remoteCatchBatchFullVOToEntity(RemoteCatchBatchFullVO source, CatchBatch target, boolean copyIfNull)
          Copies the fields of RemoteCatchBatchFullVO to the specified entity.
 void CatchBatchDaoBase.remoteCatchBatchFullVOToEntity(RemoteCatchBatchFullVO source, CatchBatch target, boolean copyIfNull)
           
 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 CatchBatchDao.remove(CatchBatch catchBatch)
          Removes the instance of fr.ifremer.allegro.data.batch.CatchBatch from the persistent store.
 void CatchBatchDaoBase.remove(CatchBatch catchBatch)
           
 ClusterCatchBatch CatchBatchDaoImpl.toClusterCatchBatch(CatchBatch entity)
           
 ClusterCatchBatch CatchBatchDao.toClusterCatchBatch(CatchBatch entity)
          Converts this DAO's entity to an object of type ClusterCatchBatch.
 ClusterCatchBatch CatchBatchDaoBase.toClusterCatchBatch(CatchBatch entity)
           
 void CatchBatchDaoImpl.toClusterCatchBatch(CatchBatch source, ClusterCatchBatch target)
           
 void CatchBatchDao.toClusterCatchBatch(CatchBatch source, ClusterCatchBatch target)
          Copies the fields of the specified entity to the target value object.
 void CatchBatchDaoBase.toClusterCatchBatch(CatchBatch source, ClusterCatchBatch target)
           
 RemoteCatchBatchFullVO CatchBatchDaoImpl.toRemoteCatchBatchFullVO(CatchBatch entity)
           
 RemoteCatchBatchFullVO CatchBatchDao.toRemoteCatchBatchFullVO(CatchBatch entity)
          Converts this DAO's entity to an object of type RemoteCatchBatchFullVO.
 RemoteCatchBatchFullVO CatchBatchDaoBase.toRemoteCatchBatchFullVO(CatchBatch entity)
           
 void CatchBatchDaoImpl.toRemoteCatchBatchFullVO(CatchBatch source, RemoteCatchBatchFullVO target)
           
 void CatchBatchDao.toRemoteCatchBatchFullVO(CatchBatch source, RemoteCatchBatchFullVO target)
          Copies the fields of the specified entity to the target value object.
 void CatchBatchDaoBase.toRemoteCatchBatchFullVO(CatchBatch source, RemoteCatchBatchFullVO target)
           
 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)
           
 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)
           
protected  java.lang.Object CatchBatchDaoBase.transformEntity(int transform, CatchBatch entity)
          Allows transformation of entities into value objects (or something else for that matter), when the transform flag is set to one of the constants defined in fr.ifremer.allegro.data.batch.CatchBatchDao, please note that the BatchDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.
 void CatchBatchDao.update(CatchBatch catchBatch)
          Updates the catchBatch instance in the persistent store.
 void CatchBatchDaoBase.update(CatchBatch catchBatch)
           
 

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

Methods in fr.ifremer.allegro.data.operation that return CatchBatch
 CatchBatch FishingOperation.getCatchBatch()
           
 

Methods in fr.ifremer.allegro.data.operation with parameters of type CatchBatch
 java.lang.Object FishingOperationDao.create(int transform, 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, FishingTrip fishingTrip, java.util.Collection operationVesselAssociations, Vessel vessel, QualityFlag qualityFlag, java.util.Collection vesselPositions, java.util.Collection gearUseFeatures, java.util.Collection vesselUseFeatures, GearPhysicalFeatures gearPhysicalFeatures, java.util.Date fishingStartDateTime, java.util.Date fishingEndDateTime, java.lang.Boolean hasCatch, CatchBatch catchBatch, java.util.Collection samples, java.util.Collection produces)
           Does the same thing as FishingOperationDao.create(java.lang.String,java.lang.Short,java.util.Date,java.util.Date,java.lang.Boolean,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,java.util.Collection,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.referential.QualityFlag,java.util.Collection,java.util.Collection,java.util.Collection,fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures,java.util.Date,java.util.Date,java.lang.Boolean,fr.ifremer.allegro.data.batch.CatchBatch,java.util.Collection,java.util.Collection) with an additional flag called transform.
 java.lang.Object FishingOperationDaoBase.create(int transform, 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, FishingTrip fishingTrip, java.util.Collection operationVesselAssociations, Vessel vessel, QualityFlag qualityFlag, java.util.Collection vesselPositions, java.util.Collection gearUseFeatures, java.util.Collection vesselUseFeatures, GearPhysicalFeatures gearPhysicalFeatures, java.util.Date fishingStartDateTime, java.util.Date fishingEndDateTime, java.lang.Boolean hasCatch, CatchBatch catchBatch, java.util.Collection samples, java.util.Collection produces)
           
 Operation FishingOperationDao.create(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, FishingTrip fishingTrip, java.util.Collection operationVesselAssociations, Vessel vessel, QualityFlag qualityFlag, java.util.Collection vesselPositions, java.util.Collection gearUseFeatures, java.util.Collection vesselUseFeatures, GearPhysicalFeatures gearPhysicalFeatures, java.util.Date fishingStartDateTime, java.util.Date fishingEndDateTime, java.lang.Boolean hasCatch, CatchBatch catchBatch, java.util.Collection samples, java.util.Collection produces)
           Creates a new fr.ifremer.allegro.data.operation.FishingOperation instance from all attributes and properties and adds it to the persistent store.
 FishingOperation FishingOperationDaoBase.create(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, FishingTrip fishingTrip, java.util.Collection operationVesselAssociations, Vessel vessel, QualityFlag qualityFlag, java.util.Collection vesselPositions, java.util.Collection gearUseFeatures, java.util.Collection vesselUseFeatures, GearPhysicalFeatures gearPhysicalFeatures, java.util.Date fishingStartDateTime, java.util.Date fishingEndDateTime, java.lang.Boolean hasCatch, CatchBatch catchBatch, java.util.Collection samples, java.util.Collection produces)
           
 FishingOperation FishingOperationDao.findFishingOperationByCatchBatch(CatchBatch catchBatch)
           
 FishingOperation FishingOperationDaoBase.findFishingOperationByCatchBatch(CatchBatch catchBatch)
           
 java.lang.Object FishingOperationDao.findFishingOperationByCatchBatch(int transform, CatchBatch catchBatch)
           Does the same thing as FishingOperationDao.findFishingOperationByCatchBatch(fr.ifremer.allegro.data.batch.CatchBatch) with an additional flag called transform.
 java.lang.Object FishingOperationDaoBase.findFishingOperationByCatchBatch(int transform, CatchBatch catchBatch)
           
 java.lang.Object FishingOperationDao.findFishingOperationByCatchBatch(int transform, java.lang.String queryString, CatchBatch catchBatch)
           Does the same thing as FishingOperationDao.findFishingOperationByCatchBatch(int, fr.ifremer.allegro.data.batch.CatchBatch) with an additional argument called queryString.
 java.lang.Object FishingOperationDaoBase.findFishingOperationByCatchBatch(int transform, java.lang.String queryString, CatchBatch catchBatch)
           
 FishingOperation FishingOperationDao.findFishingOperationByCatchBatch(java.lang.String queryString, CatchBatch catchBatch)
           Does the same thing as FishingOperationDao.findFishingOperationByCatchBatch(fr.ifremer.allegro.data.batch.CatchBatch) with an additional argument called queryString.
 FishingOperation FishingOperationDaoBase.findFishingOperationByCatchBatch(java.lang.String queryString, CatchBatch catchBatch)
           
static FishingOperation FishingOperation.Factory.newInstance(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, FishingTrip fishingTrip, java.util.Collection operationVesselAssociations, Vessel vessel, QualityFlag qualityFlag, java.util.Collection vesselPositions, java.util.Collection gearUseFeatures, java.util.Collection vesselUseFeatures, GearPhysicalFeatures gearPhysicalFeatures, java.util.Date fishingStartDateTime, java.util.Date fishingEndDateTime, java.lang.Boolean hasCatch, CatchBatch catchBatch, java.util.Collection samples, java.util.Collection produces)
          Constructs a new instance of FishingOperation, taking all possible properties (except the identifier(s))as arguments.
 void FishingOperation.setCatchBatch(CatchBatch catchBatch)
           
 

Uses of CatchBatch in fr.ifremer.allegro.data.survey.landing
 

Methods in fr.ifremer.allegro.data.survey.landing that return CatchBatch
 CatchBatch Landing.getCatchBatch()
           
 

Methods in fr.ifremer.allegro.data.survey.landing with parameters of type CatchBatch
 Landing LandingDao.create(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, CatchBatch catchBatch, java.util.Collection landingMeasurements, java.util.Collection surveyMeasurements, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, FishingTrip fishingTrip, Location landingLocation, java.util.Collection sales, java.util.Collection produces)
           Creates a new fr.ifremer.allegro.data.survey.landing.Landing instance from all attributes and properties and adds it to the persistent store.
 Landing LandingDaoBase.create(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, CatchBatch catchBatch, java.util.Collection landingMeasurements, java.util.Collection surveyMeasurements, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, FishingTrip fishingTrip, Location landingLocation, java.util.Collection sales, java.util.Collection produces)
           
 Landing ObservedLandingDao.create(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, CatchBatch catchBatch, java.util.Collection landingMeasurements, java.util.Collection surveyMeasurements, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, FishingTrip fishingTrip, Location landingLocation, java.util.Collection sales, java.util.Collection produces, java.util.Collection observerPersons, java.util.Collection expectedSales)
           Creates a new fr.ifremer.allegro.data.survey.landing.ObservedLanding instance from all attributes and properties and adds it to the persistent store.
 ObservedLanding ObservedLandingDaoBase.create(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, CatchBatch catchBatch, java.util.Collection landingMeasurements, java.util.Collection surveyMeasurements, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, FishingTrip fishingTrip, Location landingLocation, java.util.Collection sales, java.util.Collection produces, java.util.Collection observerPersons, java.util.Collection expectedSales)
           
 java.lang.Object LandingDao.create(int transform, 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, CatchBatch catchBatch, java.util.Collection landingMeasurements, java.util.Collection surveyMeasurements, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, FishingTrip fishingTrip, Location landingLocation, java.util.Collection sales, java.util.Collection produces)
           Does the same thing as LandingDao.create(java.util.Date,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.data.batch.CatchBatch,java.util.Collection,java.util.Collection,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Person,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.referential.location.Location,java.util.Collection,java.util.Collection) with an additional flag called transform.
 java.lang.Object LandingDaoBase.create(int transform, 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, CatchBatch catchBatch, java.util.Collection landingMeasurements, java.util.Collection surveyMeasurements, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, FishingTrip fishingTrip, Location landingLocation, java.util.Collection sales, java.util.Collection produces)
           
 java.lang.Object ObservedLandingDao.create(int transform, 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, CatchBatch catchBatch, java.util.Collection landingMeasurements, java.util.Collection surveyMeasurements, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, FishingTrip fishingTrip, Location landingLocation, java.util.Collection sales, java.util.Collection produces, java.util.Collection observerPersons, java.util.Collection expectedSales)
           Does the same thing as ObservedLandingDao.create(java.util.Date,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.data.batch.CatchBatch,java.util.Collection,java.util.Collection,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Person,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.referential.location.Location,java.util.Collection,java.util.Collection,java.util.Collection,java.util.Collection) with an additional flag called transform.
 java.lang.Object ObservedLandingDaoBase.create(int transform, 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, CatchBatch catchBatch, java.util.Collection landingMeasurements, java.util.Collection surveyMeasurements, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, FishingTrip fishingTrip, Location landingLocation, java.util.Collection sales, java.util.Collection produces, java.util.Collection observerPersons, java.util.Collection expectedSales)
           
 Landing LandingDao.findLandingByCatchBatch(CatchBatch catchBatch)
           
 Landing LandingDaoBase.findLandingByCatchBatch(CatchBatch catchBatch)
           
 Landing ObservedLandingDaoBase.findLandingByCatchBatch(CatchBatch catchBatch)
           
 java.lang.Object LandingDao.findLandingByCatchBatch(int transform, CatchBatch catchBatch)
           Does the same thing as LandingDao.findLandingByCatchBatch(fr.ifremer.allegro.data.batch.CatchBatch) with an additional flag called transform.
 java.lang.Object LandingDaoBase.findLandingByCatchBatch(int transform, CatchBatch catchBatch)
           
 java.lang.Object ObservedLandingDaoBase.findLandingByCatchBatch(int transform, CatchBatch catchBatch)
           
 java.lang.Object LandingDao.findLandingByCatchBatch(int transform, java.lang.String queryString, CatchBatch catchBatch)
           Does the same thing as LandingDao.findLandingByCatchBatch(int, fr.ifremer.allegro.data.batch.CatchBatch) with an additional argument called queryString.
 java.lang.Object LandingDaoBase.findLandingByCatchBatch(int transform, java.lang.String queryString, CatchBatch catchBatch)
           
 java.lang.Object ObservedLandingDaoBase.findLandingByCatchBatch(int transform, java.lang.String queryString, CatchBatch catchBatch)
           
 Landing LandingDao.findLandingByCatchBatch(java.lang.String queryString, CatchBatch catchBatch)
           Does the same thing as LandingDao.findLandingByCatchBatch(fr.ifremer.allegro.data.batch.CatchBatch) with an additional argument called queryString.
 Landing LandingDaoBase.findLandingByCatchBatch(java.lang.String queryString, CatchBatch catchBatch)
           
 Landing ObservedLandingDaoBase.findLandingByCatchBatch(java.lang.String queryString, CatchBatch catchBatch)
           
 ObservedLanding ObservedLandingDao.findObservedLandingByCatchBatch(CatchBatch catchBatch)
           
 ObservedLanding ObservedLandingDaoBase.findObservedLandingByCatchBatch(CatchBatch catchBatch)
           
 java.lang.Object ObservedLandingDao.findObservedLandingByCatchBatch(int transform, CatchBatch catchBatch)
           Does the same thing as ObservedLandingDao.findObservedLandingByCatchBatch(fr.ifremer.allegro.data.batch.CatchBatch) with an additional flag called transform.
 java.lang.Object ObservedLandingDaoBase.findObservedLandingByCatchBatch(int transform, CatchBatch catchBatch)
           
 java.lang.Object ObservedLandingDao.findObservedLandingByCatchBatch(int transform, java.lang.String queryString, CatchBatch catchBatch)
           Does the same thing as ObservedLandingDao.findObservedLandingByCatchBatch(int, fr.ifremer.allegro.data.batch.CatchBatch) with an additional argument called queryString.
 java.lang.Object ObservedLandingDaoBase.findObservedLandingByCatchBatch(int transform, java.lang.String queryString, CatchBatch catchBatch)
           
 ObservedLanding ObservedLandingDao.findObservedLandingByCatchBatch(java.lang.String queryString, CatchBatch catchBatch)
           Does the same thing as ObservedLandingDao.findObservedLandingByCatchBatch(fr.ifremer.allegro.data.batch.CatchBatch) with an additional argument called queryString.
 ObservedLanding ObservedLandingDaoBase.findObservedLandingByCatchBatch(java.lang.String queryString, CatchBatch catchBatch)
           
static Landing Landing.Factory.newInstance(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, CatchBatch catchBatch, java.util.Collection landingMeasurements, java.util.Collection surveyMeasurements, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, FishingTrip fishingTrip, Location landingLocation, java.util.Collection sales, java.util.Collection produces)
          Constructs a new instance of Landing, taking all possible properties (except the identifier(s))as arguments.
static ObservedLanding ObservedLanding.Factory.newInstance(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, CatchBatch catchBatch, java.util.Collection landingMeasurements, java.util.Collection surveyMeasurements, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, FishingTrip fishingTrip, Location landingLocation, java.util.Collection sales, java.util.Collection produces, java.util.Collection observerPersons, java.util.Collection expectedSales)
          Constructs a new instance of ObservedLanding, taking all possible properties (except the identifier(s))as arguments.
 void Landing.setCatchBatch(CatchBatch catchBatch)
           
 

Uses of CatchBatch in fr.ifremer.allegro.data.survey.sale
 

Methods in fr.ifremer.allegro.data.survey.sale that return CatchBatch
 CatchBatch Sale.getCatchBatch()
           
 

Methods in fr.ifremer.allegro.data.survey.sale with parameters of type CatchBatch
 Sale SaleDao.create(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, CatchBatch catchBatch, java.util.Collection saleMeasurements, java.util.Collection surveyMeasurements, DeclaredDocumentReference declaredDocumentReference, Landing landing, FishingTrip fishingTrip, Location saleLocation, SaleType saleType, Vessel vessel, java.util.Collection saleProduces, Program program, Department recorderDepartment, QualityFlag qualityFlag, java.util.Collection saleOrigins, Person recorderPerson)
           Creates a new fr.ifremer.allegro.data.survey.sale.Sale instance from all attributes and properties and adds it to the persistent store.
 Sale SaleDaoBase.create(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, CatchBatch catchBatch, java.util.Collection saleMeasurements, java.util.Collection surveyMeasurements, DeclaredDocumentReference declaredDocumentReference, Landing landing, FishingTrip fishingTrip, Location saleLocation, SaleType saleType, Vessel vessel, java.util.Collection saleProduces, Program program, Department recorderDepartment, QualityFlag qualityFlag, java.util.Collection saleOrigins, Person recorderPerson)
           
 Sale ObservedSaleDao.create(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, CatchBatch catchBatch, java.util.Collection saleMeasurements, java.util.Collection surveyMeasurements, DeclaredDocumentReference declaredDocumentReference, Landing landing, FishingTrip fishingTrip, Location saleLocation, SaleType saleType, Vessel vessel, java.util.Collection saleProduces, Program program, Department recorderDepartment, QualityFlag qualityFlag, java.util.Collection saleOrigins, Person recorderPerson, java.util.Collection observerPersons)
           Creates a new fr.ifremer.allegro.data.survey.sale.ObservedSale instance from all attributes and properties and adds it to the persistent store.
 ObservedSale ObservedSaleDaoBase.create(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, CatchBatch catchBatch, java.util.Collection saleMeasurements, java.util.Collection surveyMeasurements, DeclaredDocumentReference declaredDocumentReference, Landing landing, FishingTrip fishingTrip, Location saleLocation, SaleType saleType, Vessel vessel, java.util.Collection saleProduces, Program program, Department recorderDepartment, QualityFlag qualityFlag, java.util.Collection saleOrigins, Person recorderPerson, java.util.Collection observerPersons)
           
 java.lang.Object SaleDao.create(int transform, 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, CatchBatch catchBatch, java.util.Collection saleMeasurements, java.util.Collection surveyMeasurements, DeclaredDocumentReference declaredDocumentReference, Landing landing, FishingTrip fishingTrip, Location saleLocation, SaleType saleType, Vessel vessel, java.util.Collection saleProduces, Program program, Department recorderDepartment, QualityFlag qualityFlag, java.util.Collection saleOrigins, Person recorderPerson)
           Does the same thing as SaleDao.create(java.util.Date,java.util.Date,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.data.batch.CatchBatch,java.util.Collection,java.util.Collection,fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference,fr.ifremer.allegro.data.survey.landing.Landing,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.SaleType,fr.ifremer.allegro.referential.vessel.Vessel,java.util.Collection,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,java.util.Collection,fr.ifremer.allegro.administration.user.Person) with an additional flag called transform.
 java.lang.Object SaleDaoBase.create(int transform, 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, CatchBatch catchBatch, java.util.Collection saleMeasurements, java.util.Collection surveyMeasurements, DeclaredDocumentReference declaredDocumentReference, Landing landing, FishingTrip fishingTrip, Location saleLocation, SaleType saleType, Vessel vessel, java.util.Collection saleProduces, Program program, Department recorderDepartment, QualityFlag qualityFlag, java.util.Collection saleOrigins, Person recorderPerson)
           
 java.lang.Object ObservedSaleDao.create(int transform, 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, CatchBatch catchBatch, java.util.Collection saleMeasurements, java.util.Collection surveyMeasurements, DeclaredDocumentReference declaredDocumentReference, Landing landing, FishingTrip fishingTrip, Location saleLocation, SaleType saleType, Vessel vessel, java.util.Collection saleProduces, Program program, Department recorderDepartment, QualityFlag qualityFlag, java.util.Collection saleOrigins, Person recorderPerson, java.util.Collection observerPersons)
           Does the same thing as ObservedSaleDao.create(java.util.Date,java.util.Date,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.data.batch.CatchBatch,java.util.Collection,java.util.Collection,fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference,fr.ifremer.allegro.data.survey.landing.Landing,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.SaleType,fr.ifremer.allegro.referential.vessel.Vessel,java.util.Collection,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,java.util.Collection,fr.ifremer.allegro.administration.user.Person,java.util.Collection) with an additional flag called transform.
 java.lang.Object ObservedSaleDaoBase.create(int transform, 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, CatchBatch catchBatch, java.util.Collection saleMeasurements, java.util.Collection surveyMeasurements, DeclaredDocumentReference declaredDocumentReference, Landing landing, FishingTrip fishingTrip, Location saleLocation, SaleType saleType, Vessel vessel, java.util.Collection saleProduces, Program program, Department recorderDepartment, QualityFlag qualityFlag, java.util.Collection saleOrigins, Person recorderPerson, java.util.Collection observerPersons)
           
 ObservedSale ObservedSaleDao.findObservedSaleByCatchBatch(CatchBatch catchBatch)
           
 ObservedSale ObservedSaleDaoBase.findObservedSaleByCatchBatch(CatchBatch catchBatch)
           
 java.lang.Object ObservedSaleDao.findObservedSaleByCatchBatch(int transform, CatchBatch catchBatch)
           Does the same thing as ObservedSaleDao.findObservedSaleByCatchBatch(fr.ifremer.allegro.data.batch.CatchBatch) with an additional flag called transform.
 java.lang.Object ObservedSaleDaoBase.findObservedSaleByCatchBatch(int transform, CatchBatch catchBatch)
           
 java.lang.Object ObservedSaleDao.findObservedSaleByCatchBatch(int transform, java.lang.String queryString, CatchBatch catchBatch)
           Does the same thing as ObservedSaleDao.findObservedSaleByCatchBatch(int, fr.ifremer.allegro.data.batch.CatchBatch) with an additional argument called queryString.
 java.lang.Object ObservedSaleDaoBase.findObservedSaleByCatchBatch(int transform, java.lang.String queryString, CatchBatch catchBatch)
           
 ObservedSale ObservedSaleDao.findObservedSaleByCatchBatch(java.lang.String queryString, CatchBatch catchBatch)
           Does the same thing as ObservedSaleDao.findObservedSaleByCatchBatch(fr.ifremer.allegro.data.batch.CatchBatch) with an additional argument called queryString.
 ObservedSale ObservedSaleDaoBase.findObservedSaleByCatchBatch(java.lang.String queryString, CatchBatch catchBatch)
           
 Sale SaleDao.findSaleByCatchBatch(CatchBatch catchBatch)
           
 Sale ObservedSaleDaoBase.findSaleByCatchBatch(CatchBatch catchBatch)
           
 Sale SaleDaoBase.findSaleByCatchBatch(CatchBatch catchBatch)
           
 java.lang.Object SaleDao.findSaleByCatchBatch(int transform, CatchBatch catchBatch)
           Does the same thing as SaleDao.findSaleByCatchBatch(fr.ifremer.allegro.data.batch.CatchBatch) with an additional flag called transform.
 java.lang.Object ObservedSaleDaoBase.findSaleByCatchBatch(int transform, CatchBatch catchBatch)
           
 java.lang.Object SaleDaoBase.findSaleByCatchBatch(int transform, CatchBatch catchBatch)
           
 java.lang.Object SaleDao.findSaleByCatchBatch(int transform, java.lang.String queryString, CatchBatch catchBatch)
           Does the same thing as SaleDao.findSaleByCatchBatch(int, fr.ifremer.allegro.data.batch.CatchBatch) with an additional argument called queryString.
 java.lang.Object ObservedSaleDaoBase.findSaleByCatchBatch(int transform, java.lang.String queryString, CatchBatch catchBatch)
           
 java.lang.Object SaleDaoBase.findSaleByCatchBatch(int transform, java.lang.String queryString, CatchBatch catchBatch)
           
 Sale SaleDao.findSaleByCatchBatch(java.lang.String queryString, CatchBatch catchBatch)
           Does the same thing as SaleDao.findSaleByCatchBatch(fr.ifremer.allegro.data.batch.CatchBatch) with an additional argument called queryString.
 Sale ObservedSaleDaoBase.findSaleByCatchBatch(java.lang.String queryString, CatchBatch catchBatch)
           
 Sale SaleDaoBase.findSaleByCatchBatch(java.lang.String queryString, CatchBatch catchBatch)
           
static Sale Sale.Factory.newInstance(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, CatchBatch catchBatch, java.util.Collection saleMeasurements, java.util.Collection surveyMeasurements, DeclaredDocumentReference declaredDocumentReference, Landing landing, FishingTrip fishingTrip, Location saleLocation, SaleType saleType, Vessel vessel, java.util.Collection saleProduces, Program program, Department recorderDepartment, QualityFlag qualityFlag, java.util.Collection saleOrigins, Person recorderPerson)
          Constructs a new instance of Sale, taking all possible properties (except the identifier(s))as arguments.
static ObservedSale ObservedSale.Factory.newInstance(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, CatchBatch catchBatch, java.util.Collection saleMeasurements, java.util.Collection surveyMeasurements, DeclaredDocumentReference declaredDocumentReference, Landing landing, FishingTrip fishingTrip, Location saleLocation, SaleType saleType, Vessel vessel, java.util.Collection saleProduces, Program program, Department recorderDepartment, QualityFlag qualityFlag, java.util.Collection saleOrigins, Person recorderPerson, java.util.Collection observerPersons)
          Constructs a new instance of ObservedSale, taking all possible properties (except the identifier(s))as arguments.
 void Sale.setCatchBatch(CatchBatch catchBatch)
           
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.