| Modifier and Type | Class and Description |
|---|---|
class |
CatchBatchImpl |
| Modifier and Type | Method and Description |
|---|---|
CatchBatch |
CatchBatchDaoBase.create(Boolean childBatchsReplication,
Boolean exhaustiveInventory,
QualityFlag qualityFlag,
Short rankOrder,
String synchronizationStatus) |
CatchBatch |
CatchBatchDao.create(Boolean childBatchsReplication,
Boolean exhaustiveInventory,
QualityFlag qualityFlag,
Short rankOrder,
String synchronizationStatus)
Creates a new
fr.ifremer.adagio.core.dao.data.batch.CatchBatch
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
CatchBatch |
CatchBatchDaoBase.create(CatchBatch catchBatch) |
CatchBatch |
CatchBatchDao.create(CatchBatch catchBatch)
Creates an instance of fr.ifremer.adagio.core.dao.data.batch.CatchBatch and adds it to the persistent store.
|
CatchBatch |
CatchBatchDaoBase.create(Short rankOrder,
Float subgroupCount,
Integer individualCount,
Boolean childBatchsReplication,
Boolean exhaustiveInventory,
String comments,
String label,
Collection<BatchExhaustiveInventory> batchExhaustiveInventories,
Location location,
QualityFlag qualityFlag,
Collection<Batch> childBatchs,
Batch parentBatch,
Collection<QuantificationMeasurement> quantificationMeasurements,
Collection<Produce> produces,
String synchronizationStatus,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
BatchModel batchModel,
Sale sale,
Landing landing,
FishingOperation fishingOperation) |
CatchBatch |
CatchBatchDao.create(Short rankOrder,
Float subgroupCount,
Integer individualCount,
Boolean childBatchsReplication,
Boolean exhaustiveInventory,
String comments,
String label,
Collection<BatchExhaustiveInventory> batchExhaustiveInventories,
Location location,
QualityFlag qualityFlag,
Collection<Batch> childBatchs,
Batch parentBatch,
Collection<QuantificationMeasurement> quantificationMeasurements,
Collection<Produce> produces,
String synchronizationStatus,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
BatchModel batchModel,
Sale sale,
Landing landing,
FishingOperation fishingOperation)
Creates a new
fr.ifremer.adagio.core.dao.data.batch.CatchBatch
instance from all attributes and
properties and adds it to the persistent store. |
CatchBatch |
BatchModel.getCatchBatch() |
CatchBatch |
SortingBatch.getRootBatch() |
CatchBatch |
CatchBatchDaoBase.load(Integer id) |
CatchBatch |
CatchBatchDao.load(Integer id)
Loads an instance of fr.ifremer.adagio.core.dao.data.batch.CatchBatch from the persistent store.
|
static CatchBatch |
CatchBatch.Factory.newInstance()
Constructs a new instance of
CatchBatch. |
static CatchBatch |
CatchBatch.Factory.newInstance(Short rankOrder,
Boolean childBatchsReplication,
Boolean exhaustiveInventory,
QualityFlag qualityFlag)
Constructs a new instance of
CatchBatch, taking all required and/or
read-only properties as arguments. |
static CatchBatch |
CatchBatch.Factory.newInstance(Short rankOrder,
Float subgroupCount,
Integer individualCount,
Boolean childBatchsReplication,
Boolean exhaustiveInventory,
String comments,
String label,
Collection<BatchExhaustiveInventory> batchExhaustiveInventories,
Location location,
QualityFlag qualityFlag,
Collection<Batch> childBatchs,
Batch parentBatch,
Collection<QuantificationMeasurement> quantificationMeasurements,
Collection<Produce> produces,
String synchronizationStatus,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
BatchModel batchModel,
Sale sale,
Landing landing,
FishingOperation fishingOperation)
Constructs a new instance of
CatchBatch, taking all possible properties
(except the identifier(s))as arguments. |
protected CatchBatch |
CatchBatchDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<CatchBatch> |
CatchBatchDaoBase.create(Collection<CatchBatch> entities) |
Collection<CatchBatch> |
CatchBatchDao.create(Collection<CatchBatch> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.data.batch.CatchBatch and adds
from the passed in
entities collection |
Collection<CatchBatch> |
CatchBatchDaoBase.loadAll() |
Collection<CatchBatch> |
CatchBatchDao.loadAll()
Loads all entities of type
CatchBatch. |
Set<CatchBatch> |
CatchBatchDaoBase.search(Search search) |
Set<CatchBatch> |
CatchBatchDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
| Modifier and Type | Method and Description |
|---|---|
SortingBatch |
SortingBatchDaoBase.create(Boolean childBatchsReplication,
Boolean exhaustiveInventory,
QualityFlag qualityFlag,
Short rankOrder,
CatchBatch rootBatch) |
SortingBatch |
SortingBatchDao.create(Boolean childBatchsReplication,
Boolean exhaustiveInventory,
QualityFlag qualityFlag,
Short rankOrder,
CatchBatch rootBatch)
Creates a new
fr.ifremer.adagio.core.dao.data.batch.SortingBatch
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
CatchBatch |
CatchBatchDaoBase.create(CatchBatch catchBatch) |
CatchBatch |
CatchBatchDao.create(CatchBatch catchBatch)
Creates an instance of fr.ifremer.adagio.core.dao.data.batch.CatchBatch and adds it to the persistent store.
|
BatchModel |
BatchModelDao.create(CatchBatch catchBatch,
Boolean isGlobal,
String name,
Department recorderDepartment)
Creates a new
fr.ifremer.adagio.core.dao.data.batch.BatchModel
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
BatchModel |
BatchModelDaoBase.create(CatchBatch catchBatch,
Boolean isGlobal,
String name,
Department recorderDepartment) |
Object |
SortingBatchDaoBase.create(int transform,
Boolean childBatchsReplication,
Boolean exhaustiveInventory,
QualityFlag qualityFlag,
Short rankOrder,
CatchBatch rootBatch) |
Object |
SortingBatchDao.create(int transform,
Boolean childBatchsReplication,
Boolean exhaustiveInventory,
QualityFlag qualityFlag,
Short rankOrder,
CatchBatch rootBatch)
Does the same thing as
SortingBatchDao.create(java.lang.Boolean,java.lang.Boolean,fr.ifremer.adagio.core.dao.referential.QualityFlag,java.lang.Short,fr.ifremer.adagio.core.dao.data.batch.CatchBatch) with an
additional flag called transform. |
Object |
CatchBatchDaoBase.create(int transform,
CatchBatch catchBatch) |
Object |
CatchBatchDao.create(int transform,
CatchBatch catchBatch)
Does the same thing as
CatchBatchDao.create(fr.ifremer.adagio.core.dao.data.batch.CatchBatch) with an
additional flag called transform. |
Object |
BatchModelDao.create(int transform,
CatchBatch catchBatch,
Boolean isGlobal,
String name,
Department recorderDepartment)
Does the same thing as
BatchModelDao.create(fr.ifremer.adagio.core.dao.data.batch.CatchBatch,java.lang.Boolean,java.lang.String,fr.ifremer.adagio.core.dao.administration.user.Department) with an
additional flag called transform. |
Object |
BatchModelDaoBase.create(int transform,
CatchBatch catchBatch,
Boolean isGlobal,
String name,
Department recorderDepartment) |
Object |
SortingBatchDaoBase.create(int transform,
Short rankOrder,
Float subgroupCount,
Integer individualCount,
Boolean childBatchsReplication,
Boolean exhaustiveInventory,
String comments,
String label,
Collection<BatchExhaustiveInventory> batchExhaustiveInventories,
Location location,
QualityFlag qualityFlag,
Collection<Batch> childBatchs,
Batch parentBatch,
Collection<QuantificationMeasurement> quantificationMeasurements,
Collection<Produce> produces,
Float samplingRatio,
String samplingRatioText,
TaxonGroup taxonGroup,
CatchBatch rootBatch,
ReferenceTaxon referenceTaxon,
Collection<SortingMeasurement> sortingMeasurements) |
Object |
SortingBatchDao.create(int transform,
Short rankOrder,
Float subgroupCount,
Integer individualCount,
Boolean childBatchsReplication,
Boolean exhaustiveInventory,
String comments,
String label,
Collection<BatchExhaustiveInventory> batchExhaustiveInventories,
Location location,
QualityFlag qualityFlag,
Collection<Batch> childBatchs,
Batch parentBatch,
Collection<QuantificationMeasurement> quantificationMeasurements,
Collection<Produce> produces,
Float samplingRatio,
String samplingRatioText,
TaxonGroup taxonGroup,
CatchBatch rootBatch,
ReferenceTaxon referenceTaxon,
Collection<SortingMeasurement> sortingMeasurements)
Does the same thing as
#create(java.lang.Short,java.lang.Float,java.lang.Integer,java.lang.Boolean,java.lang.Boolean,java.lang.String,java.lang.String,java.util.Collection with an
additional flag called transform. |
Object |
BatchModelDao.create(int transform,
String name,
Boolean isGlobal,
Timestamp updateDate,
Department recorderDepartment,
CatchBatch catchBatch,
Person recorderPerson)
Does the same thing as
BatchModelDao.create(java.lang.String,java.lang.Boolean,java.sql.Timestamp,fr.ifremer.adagio.core.dao.administration.user.Department,fr.ifremer.adagio.core.dao.data.batch.CatchBatch,fr.ifremer.adagio.core.dao.administration.user.Person) with an
additional flag called transform. |
Object |
BatchModelDaoBase.create(int transform,
String name,
Boolean isGlobal,
Timestamp updateDate,
Department recorderDepartment,
CatchBatch catchBatch,
Person recorderPerson) |
SortingBatch |
SortingBatchDaoBase.create(Short rankOrder,
Float subgroupCount,
Integer individualCount,
Boolean childBatchsReplication,
Boolean exhaustiveInventory,
String comments,
String label,
Collection<BatchExhaustiveInventory> batchExhaustiveInventories,
Location location,
QualityFlag qualityFlag,
Collection<Batch> childBatchs,
Batch parentBatch,
Collection<QuantificationMeasurement> quantificationMeasurements,
Collection<Produce> produces,
Float samplingRatio,
String samplingRatioText,
TaxonGroup taxonGroup,
CatchBatch rootBatch,
ReferenceTaxon referenceTaxon,
Collection<SortingMeasurement> sortingMeasurements) |
SortingBatch |
SortingBatchDao.create(Short rankOrder,
Float subgroupCount,
Integer individualCount,
Boolean childBatchsReplication,
Boolean exhaustiveInventory,
String comments,
String label,
Collection<BatchExhaustiveInventory> batchExhaustiveInventories,
Location location,
QualityFlag qualityFlag,
Collection<Batch> childBatchs,
Batch parentBatch,
Collection<QuantificationMeasurement> quantificationMeasurements,
Collection<Produce> produces,
Float samplingRatio,
String samplingRatioText,
TaxonGroup taxonGroup,
CatchBatch rootBatch,
ReferenceTaxon referenceTaxon,
Collection<SortingMeasurement> sortingMeasurements)
Creates a new
fr.ifremer.adagio.core.dao.data.batch.SortingBatch
instance from all attributes and
properties and adds it to the persistent store. |
BatchModel |
BatchModelDao.create(String name,
Boolean isGlobal,
Timestamp updateDate,
Department recorderDepartment,
CatchBatch catchBatch,
Person recorderPerson)
Creates a new
fr.ifremer.adagio.core.dao.data.batch.BatchModel
instance from all attributes and
properties and adds it to the persistent store. |
BatchModel |
BatchModelDaoBase.create(String name,
Boolean isGlobal,
Timestamp updateDate,
Department recorderDepartment,
CatchBatch catchBatch,
Person recorderPerson) |
static SortingBatch |
SortingBatch.Factory.newInstance(Short rankOrder,
Float subgroupCount,
Integer individualCount,
Boolean childBatchsReplication,
Boolean exhaustiveInventory,
String comments,
String label,
Collection<BatchExhaustiveInventory> batchExhaustiveInventories,
Location location,
QualityFlag qualityFlag,
Collection<Batch> childBatchs,
Batch parentBatch,
Collection<QuantificationMeasurement> quantificationMeasurements,
Collection<Produce> produces,
Float samplingRatio,
String samplingRatioText,
TaxonGroup taxonGroup,
CatchBatch rootBatch,
ReferenceTaxon referenceTaxon,
Collection<SortingMeasurement> sortingMeasurements)
Constructs a new instance of
SortingBatch, taking all possible properties
(except the identifier(s))as arguments. |
static BatchModel |
BatchModel.Factory.newInstance(String name,
Boolean isGlobal,
Department recorderDepartment,
CatchBatch catchBatch)
Constructs a new instance of
BatchModel, taking all required and/or
read-only properties as arguments. |
static BatchModel |
BatchModel.Factory.newInstance(String name,
Boolean isGlobal,
Timestamp updateDate,
Department recorderDepartment,
CatchBatch catchBatch,
Person recorderPerson)
Constructs a new instance of
BatchModel, taking all possible properties
(except the identifier(s))as arguments. |
void |
CatchBatchDaoBase.remove(CatchBatch catchBatch) |
void |
CatchBatchDao.remove(CatchBatch catchBatch)
Removes the instance of fr.ifremer.adagio.core.dao.data.batch.CatchBatch from the persistent store.
|
void |
BatchModel.setCatchBatch(CatchBatch catchBatch) |
void |
SortingBatch.setRootBatch(CatchBatch rootBatch) |
protected 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.adagio.core.dao.data.batch.CatchBatchDao, please note
that the CatchBatchDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
CatchBatchDaoBase.update(CatchBatch catchBatch) |
void |
CatchBatchDao.update(CatchBatch catchBatch)
Updates the
catchBatch instance in the persistent store. |
| Modifier and Type | Method and Description |
|---|---|
Collection<CatchBatch> |
CatchBatchDaoBase.create(Collection<CatchBatch> entities) |
Collection<CatchBatch> |
CatchBatchDao.create(Collection<CatchBatch> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.data.batch.CatchBatch and adds
from the passed in
entities collection |
Collection<?> |
CatchBatchDaoBase.create(int transform,
Collection<CatchBatch> entities) |
Collection<?> |
CatchBatchDao.create(int transform,
Collection<CatchBatch> entities)
Does the same thing as
CatchBatchDao.create(fr.ifremer.adagio.core.dao.data.batch.CatchBatch) with an
additional flag called transform. |
void |
CatchBatchDaoBase.remove(Collection<CatchBatch> entities) |
void |
CatchBatchDao.remove(Collection<CatchBatch> entities)
Removes all entities in the given
entities |
void |
CatchBatchDaoBase.update(Collection<CatchBatch> entities) |
void |
CatchBatchDao.update(Collection<CatchBatch> entities)
Updates all instances in the
entities collection in the persistent store. |
| Modifier and Type | Method and Description |
|---|---|
CatchBatch |
FishingOperation.getCatchBatch() |
| Modifier and Type | Method and Description |
|---|---|
Object |
FishingOperationDao.create(int transform,
String name,
Short rankOrderOnPeriod,
Date startDateTime,
Date endDateTime,
Boolean isMainOperation,
String position,
String comments,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
FishingTrip fishingTrip,
QualityFlag qualityFlag,
Vessel vessel,
Collection<OperationVesselAssociation> operationVesselAssociations,
Collection<VesselPosition> vesselPositions,
GearPhysicalFeatures gearPhysicalFeatures,
Collection<VesselUseFeatures> vesselUseFeatures,
Collection<GearUseFeatures> gearUseFeatures,
Date fishingStartDateTime,
Date fishingEndDateTime,
Boolean hasCatch,
CatchBatch catchBatch,
Collection<Sample> samples,
Collection<Produce> produces)
Does the same thing as
#create(java.lang.String,java.lang.Short,java.util.Date,java.util.Date,java.lang.Boolean,java.lang.String,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.adagio.core.dao.data.survey.fishingTrip.FishingTrip,fr.ifremer.adagio.core.dao.referential.QualityFlag,fr.ifremer.adagio.core.dao.referential.vessel.Vessel,java.util.Collection with an
additional flag called transform. |
Object |
FishingOperationDaoBase.create(int transform,
String name,
Short rankOrderOnPeriod,
Date startDateTime,
Date endDateTime,
Boolean isMainOperation,
String position,
String comments,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
FishingTrip fishingTrip,
QualityFlag qualityFlag,
Vessel vessel,
Collection<OperationVesselAssociation> operationVesselAssociations,
Collection<VesselPosition> vesselPositions,
GearPhysicalFeatures gearPhysicalFeatures,
Collection<VesselUseFeatures> vesselUseFeatures,
Collection<GearUseFeatures> gearUseFeatures,
Date fishingStartDateTime,
Date fishingEndDateTime,
Boolean hasCatch,
CatchBatch catchBatch,
Collection<Sample> samples,
Collection<Produce> produces) |
FishingOperation |
FishingOperationDao.create(String name,
Short rankOrderOnPeriod,
Date startDateTime,
Date endDateTime,
Boolean isMainOperation,
String position,
String comments,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
FishingTrip fishingTrip,
QualityFlag qualityFlag,
Vessel vessel,
Collection<OperationVesselAssociation> operationVesselAssociations,
Collection<VesselPosition> vesselPositions,
GearPhysicalFeatures gearPhysicalFeatures,
Collection<VesselUseFeatures> vesselUseFeatures,
Collection<GearUseFeatures> gearUseFeatures,
Date fishingStartDateTime,
Date fishingEndDateTime,
Boolean hasCatch,
CatchBatch catchBatch,
Collection<Sample> samples,
Collection<Produce> produces)
Creates a new
fr.ifremer.adagio.core.dao.data.operation.FishingOperation
instance from all attributes and
properties and adds it to the persistent store. |
FishingOperation |
FishingOperationDaoBase.create(String name,
Short rankOrderOnPeriod,
Date startDateTime,
Date endDateTime,
Boolean isMainOperation,
String position,
String comments,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
FishingTrip fishingTrip,
QualityFlag qualityFlag,
Vessel vessel,
Collection<OperationVesselAssociation> operationVesselAssociations,
Collection<VesselPosition> vesselPositions,
GearPhysicalFeatures gearPhysicalFeatures,
Collection<VesselUseFeatures> vesselUseFeatures,
Collection<GearUseFeatures> gearUseFeatures,
Date fishingStartDateTime,
Date fishingEndDateTime,
Boolean hasCatch,
CatchBatch catchBatch,
Collection<Sample> samples,
Collection<Produce> produces) |
static FishingOperation |
FishingOperation.Factory.newInstance(String name,
Short rankOrderOnPeriod,
Date startDateTime,
Date endDateTime,
Boolean isMainOperation,
String position,
String comments,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
FishingTrip fishingTrip,
QualityFlag qualityFlag,
Vessel vessel,
Collection<OperationVesselAssociation> operationVesselAssociations,
Collection<VesselPosition> vesselPositions,
GearPhysicalFeatures gearPhysicalFeatures,
Collection<VesselUseFeatures> vesselUseFeatures,
Collection<GearUseFeatures> gearUseFeatures,
Date fishingStartDateTime,
Date fishingEndDateTime,
Boolean hasCatch,
CatchBatch catchBatch,
Collection<Sample> samples,
Collection<Produce> produces)
Constructs a new instance of
FishingOperation, taking all possible properties
(except the identifier(s))as arguments. |
void |
FishingOperation.setCatchBatch(CatchBatch catchBatch) |
| Modifier and Type | Method and Description |
|---|---|
CatchBatch |
Landing.getCatchBatch() |
| Modifier and Type | Method and Description |
|---|---|
Object |
LandingDao.create(int transform,
String synchronizationStatus,
Date landingDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
Collection<Sale> sales,
FishingTrip fishingTrip,
Location landingLocation,
Collection<LandingOrigin> landingOrigins,
Department recorderDepartment,
Program program,
Vessel vessel,
Person recorderPerson,
QualityFlag qualityFlag,
Collection<LandingMeasurement> landingMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces)
Does the same thing as
#create(java.lang.String,java.util.Date,java.lang.Short,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.adagio.core.dao.data.batch.CatchBatch,java.util.Collection with an
additional flag called transform. |
Object |
LandingDaoBase.create(int transform,
String synchronizationStatus,
Date landingDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
Collection<Sale> sales,
FishingTrip fishingTrip,
Location landingLocation,
Collection<LandingOrigin> landingOrigins,
Department recorderDepartment,
Program program,
Vessel vessel,
Person recorderPerson,
QualityFlag qualityFlag,
Collection<LandingMeasurement> landingMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces) |
Object |
ObservedLandingDao.create(int transform,
String synchronizationStatus,
Date landingDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
Collection<Sale> sales,
FishingTrip fishingTrip,
Location landingLocation,
Collection<LandingOrigin> landingOrigins,
Department recorderDepartment,
Program program,
Vessel vessel,
Person recorderPerson,
QualityFlag qualityFlag,
Collection<LandingMeasurement> landingMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces,
Collection<Person> observerPersons,
Collection<ExpectedSale> expectedSales)
Does the same thing as
#create(java.lang.String,java.util.Date,java.lang.Short,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.adagio.core.dao.data.batch.CatchBatch,java.util.Collection with an
additional flag called transform. |
Object |
ObservedLandingDaoBase.create(int transform,
String synchronizationStatus,
Date landingDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
Collection<Sale> sales,
FishingTrip fishingTrip,
Location landingLocation,
Collection<LandingOrigin> landingOrigins,
Department recorderDepartment,
Program program,
Vessel vessel,
Person recorderPerson,
QualityFlag qualityFlag,
Collection<LandingMeasurement> landingMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces,
Collection<Person> observerPersons,
Collection<ExpectedSale> expectedSales) |
Landing |
LandingDao.create(String synchronizationStatus,
Date landingDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
Collection<Sale> sales,
FishingTrip fishingTrip,
Location landingLocation,
Collection<LandingOrigin> landingOrigins,
Department recorderDepartment,
Program program,
Vessel vessel,
Person recorderPerson,
QualityFlag qualityFlag,
Collection<LandingMeasurement> landingMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.landing.Landing
instance from all attributes and
properties and adds it to the persistent store. |
Landing |
LandingDaoBase.create(String synchronizationStatus,
Date landingDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
Collection<Sale> sales,
FishingTrip fishingTrip,
Location landingLocation,
Collection<LandingOrigin> landingOrigins,
Department recorderDepartment,
Program program,
Vessel vessel,
Person recorderPerson,
QualityFlag qualityFlag,
Collection<LandingMeasurement> landingMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces) |
ObservedLanding |
ObservedLandingDao.create(String synchronizationStatus,
Date landingDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
Collection<Sale> sales,
FishingTrip fishingTrip,
Location landingLocation,
Collection<LandingOrigin> landingOrigins,
Department recorderDepartment,
Program program,
Vessel vessel,
Person recorderPerson,
QualityFlag qualityFlag,
Collection<LandingMeasurement> landingMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces,
Collection<Person> observerPersons,
Collection<ExpectedSale> expectedSales)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.landing.ObservedLanding
instance from all attributes and
properties and adds it to the persistent store. |
ObservedLanding |
ObservedLandingDaoBase.create(String synchronizationStatus,
Date landingDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
Collection<Sale> sales,
FishingTrip fishingTrip,
Location landingLocation,
Collection<LandingOrigin> landingOrigins,
Department recorderDepartment,
Program program,
Vessel vessel,
Person recorderPerson,
QualityFlag qualityFlag,
Collection<LandingMeasurement> landingMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces,
Collection<Person> observerPersons,
Collection<ExpectedSale> expectedSales) |
static Landing |
Landing.Factory.newInstance(String synchronizationStatus,
Date landingDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
Collection<Sale> sales,
FishingTrip fishingTrip,
Location landingLocation,
Collection<LandingOrigin> landingOrigins,
Department recorderDepartment,
Program program,
Vessel vessel,
Person recorderPerson,
QualityFlag qualityFlag,
Collection<LandingMeasurement> landingMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces)
Constructs a new instance of
Landing, taking all possible properties
(except the identifier(s))as arguments. |
static ObservedLanding |
ObservedLanding.Factory.newInstance(String synchronizationStatus,
Date landingDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
Collection<Sale> sales,
FishingTrip fishingTrip,
Location landingLocation,
Collection<LandingOrigin> landingOrigins,
Department recorderDepartment,
Program program,
Vessel vessel,
Person recorderPerson,
QualityFlag qualityFlag,
Collection<LandingMeasurement> landingMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces,
Collection<Person> observerPersons,
Collection<ExpectedSale> expectedSales)
Constructs a new instance of
ObservedLanding, taking all possible properties
(except the identifier(s))as arguments. |
void |
Landing.setCatchBatch(CatchBatch catchBatch) |
| Modifier and Type | Method and Description |
|---|---|
CatchBatch |
Sale.getCatchBatch() |
| Modifier and Type | Method and Description |
|---|---|
Sale |
SaleDao.create(Date saleStartDate,
Date saleEndDate,
String synchronizationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
TakeOver takeOver,
DeclaredDocumentReference declaredDocumentReference,
Collection<SaleOrigin> saleOrigins,
Program program,
Person recorderPerson,
Seller seller,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Landing landing,
Collection<FishingArea> fishingAreas,
Collection<SaleMeasurement> saleMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.sale.Sale
instance from all attributes and
properties and adds it to the persistent store. |
Sale |
SaleDaoBase.create(Date saleStartDate,
Date saleEndDate,
String synchronizationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
TakeOver takeOver,
DeclaredDocumentReference declaredDocumentReference,
Collection<SaleOrigin> saleOrigins,
Program program,
Person recorderPerson,
Seller seller,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Landing landing,
Collection<FishingArea> fishingAreas,
Collection<SaleMeasurement> saleMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces) |
ObservedSale |
ObservedSaleDao.create(Date saleStartDate,
Date saleEndDate,
String synchronizationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
TakeOver takeOver,
DeclaredDocumentReference declaredDocumentReference,
Collection<SaleOrigin> saleOrigins,
Program program,
Person recorderPerson,
Seller seller,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Landing landing,
Collection<FishingArea> fishingAreas,
Collection<SaleMeasurement> saleMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces,
DenormalizedSamplingStrata samplingStrata,
Collection<Person> observerPersons)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.sale.ObservedSale
instance from all attributes and
properties and adds it to the persistent store. |
ObservedSale |
ObservedSaleDaoBase.create(Date saleStartDate,
Date saleEndDate,
String synchronizationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
TakeOver takeOver,
DeclaredDocumentReference declaredDocumentReference,
Collection<SaleOrigin> saleOrigins,
Program program,
Person recorderPerson,
Seller seller,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Landing landing,
Collection<FishingArea> fishingAreas,
Collection<SaleMeasurement> saleMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces,
DenormalizedSamplingStrata samplingStrata,
Collection<Person> observerPersons) |
Object |
SaleDao.create(int transform,
Date saleStartDate,
Date saleEndDate,
String synchronizationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
TakeOver takeOver,
DeclaredDocumentReference declaredDocumentReference,
Collection<SaleOrigin> saleOrigins,
Program program,
Person recorderPerson,
Seller seller,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Landing landing,
Collection<FishingArea> fishingAreas,
Collection<SaleMeasurement> saleMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces)
Does the same thing as
#create(java.util.Date,java.util.Date,java.lang.String,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.adagio.core.dao.data.batch.CatchBatch,fr.ifremer.adagio.core.dao.data.survey.takeOver.TakeOver,fr.ifremer.adagio.core.dao.data.survey.declaration.DeclaredDocumentReference,java.util.Collection with an
additional flag called transform. |
Object |
SaleDaoBase.create(int transform,
Date saleStartDate,
Date saleEndDate,
String synchronizationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
TakeOver takeOver,
DeclaredDocumentReference declaredDocumentReference,
Collection<SaleOrigin> saleOrigins,
Program program,
Person recorderPerson,
Seller seller,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Landing landing,
Collection<FishingArea> fishingAreas,
Collection<SaleMeasurement> saleMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces) |
Object |
ObservedSaleDao.create(int transform,
Date saleStartDate,
Date saleEndDate,
String synchronizationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
TakeOver takeOver,
DeclaredDocumentReference declaredDocumentReference,
Collection<SaleOrigin> saleOrigins,
Program program,
Person recorderPerson,
Seller seller,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Landing landing,
Collection<FishingArea> fishingAreas,
Collection<SaleMeasurement> saleMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces,
DenormalizedSamplingStrata samplingStrata,
Collection<Person> observerPersons)
Does the same thing as
#create(java.util.Date,java.util.Date,java.lang.String,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.adagio.core.dao.data.batch.CatchBatch,fr.ifremer.adagio.core.dao.data.survey.takeOver.TakeOver,fr.ifremer.adagio.core.dao.data.survey.declaration.DeclaredDocumentReference,java.util.Collection with an
additional flag called transform. |
Object |
ObservedSaleDaoBase.create(int transform,
Date saleStartDate,
Date saleEndDate,
String synchronizationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
TakeOver takeOver,
DeclaredDocumentReference declaredDocumentReference,
Collection<SaleOrigin> saleOrigins,
Program program,
Person recorderPerson,
Seller seller,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Landing landing,
Collection<FishingArea> fishingAreas,
Collection<SaleMeasurement> saleMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces,
DenormalizedSamplingStrata samplingStrata,
Collection<Person> observerPersons) |
static Sale |
Sale.Factory.newInstance(Date saleStartDate,
Date saleEndDate,
String synchronizationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
TakeOver takeOver,
DeclaredDocumentReference declaredDocumentReference,
Collection<SaleOrigin> saleOrigins,
Program program,
Person recorderPerson,
Seller seller,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Landing landing,
Collection<FishingArea> fishingAreas,
Collection<SaleMeasurement> saleMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces)
Constructs a new instance of
Sale, taking all possible properties
(except the identifier(s))as arguments. |
static ObservedSale |
ObservedSale.Factory.newInstance(Date saleStartDate,
Date saleEndDate,
String synchronizationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
TakeOver takeOver,
DeclaredDocumentReference declaredDocumentReference,
Collection<SaleOrigin> saleOrigins,
Program program,
Person recorderPerson,
Seller seller,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Landing landing,
Collection<FishingArea> fishingAreas,
Collection<SaleMeasurement> saleMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces,
DenormalizedSamplingStrata samplingStrata,
Collection<Person> observerPersons)
Constructs a new instance of
ObservedSale, taking all possible properties
(except the identifier(s))as arguments. |
void |
Sale.setCatchBatch(CatchBatch catchBatch) |
Copyright © 2013. All Rights Reserved.