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,
Timestamp updateDate)
Creates a new
CatchBatch
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
CatchBatch |
CatchBatchDao.create(Boolean childBatchsReplication,
Boolean exhaustiveInventory,
QualityFlag qualityFlag,
Short rankOrder,
Timestamp updateDate)
Creates a new
CatchBatch
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
CatchBatch |
CatchBatchDaoBase.create(CatchBatch catchBatch)
Creates an instance of CatchBatch and adds it to the persistent store.
|
CatchBatch |
CatchBatchDao.create(CatchBatch catchBatch)
Creates an instance of CatchBatch and adds it to the persistent store.
|
CatchBatch |
CatchBatchDaoBase.create(Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Short rankOrder,
String label,
Float subgroupCount,
Integer individualCount,
Boolean childBatchsReplication,
Boolean exhaustiveInventory,
String comments)
Creates a new
CatchBatch
instance from all attributes and adds it to
the persistent store. |
CatchBatch |
CatchBatchDao.create(Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Short rankOrder,
String label,
Float subgroupCount,
Integer individualCount,
Boolean childBatchsReplication,
Boolean exhaustiveInventory,
String comments)
Creates a new
CatchBatch
instance from all attributes and adds it to
the persistent store. |
CatchBatch |
CatchBatchDaoBase.get(Integer id)
Gets an instance of CatchBatch from the persistent store.
|
CatchBatch |
CatchBatchDao.get(Integer id)
Gets an instance of CatchBatch from the persistent store.
|
CatchBatch |
BatchModel.getCatchBatch()
Capture réalisée au cours d'une opération, et sur laquelle un échantillonnage est réalisé.
|
CatchBatch |
SortingBatch.getRootBatch()
Lien vers le lot "root", c'est à dire le lot de plus haut niveau dans l'arbre.
|
CatchBatch |
CatchBatchDaoBase.load(Integer id)
Loads an instance of CatchBatch from the persistent store.
|
CatchBatch |
CatchBatchDao.load(Integer id)
Loads an instance of CatchBatch from the persistent store.
|
CatchBatch |
CatchBatchExtendDao.loadFullTree(Integer catchBatchId)
Load a catch batch and all its childrens.
|
CatchBatch |
CatchBatchDaoImpl.loadFullTree(Integer catchBatchId) |
CatchBatch |
CatchBatchExtendDao.loadFullTree(Integer catchBatchId,
boolean validate,
boolean quickFix)
Load a catch batch and all its childrens.
|
CatchBatch |
CatchBatchDaoImpl.loadFullTree(Integer catchBatchId,
boolean validate,
boolean quickFix) |
CatchBatch |
CatchBatchExtendDao.loadFullTreeWithCache(Integer catchBatchId,
boolean useCache,
boolean forceReload)
Method typically using by other loadFullTree() methods.
|
CatchBatch |
CatchBatchDaoImpl.loadFullTreeWithCache(Integer catchBatchId,
boolean useCache,
boolean forceReload) |
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, except for identifiers. |
static CatchBatch |
CatchBatch.Factory.newInstance(Short rankOrder,
String label,
Float subgroupCount,
Integer individualCount,
Boolean childBatchsReplication,
Boolean exhaustiveInventory,
String comments,
Location location,
Batch parentBatch,
Collection<Batch> childBatchs,
QualityFlag qualityFlag,
Collection<BatchExhaustiveInventory> batchExhaustiveInventories,
Collection<QuantificationMeasurement> quantificationMeasurements,
Collection<Produce> produces,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Collection<SortingBatch> sortingBatches,
FishingOperation fishingOperation,
BatchModel batchModel,
Landing landing,
Sale sale)
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)
Creates a new instance of CatchBatch and adds
from the passed in
entities collection |
Collection<CatchBatch> |
CatchBatchDao.create(Collection<CatchBatch> entities)
Creates a new instance of CatchBatch and adds
from the passed in
entities collection |
Collection<CatchBatch> |
CatchBatchDaoBase.loadAll()
Loads all entities of type
CatchBatch . |
Collection<CatchBatch> |
CatchBatchDao.loadAll()
Loads all entities of type
CatchBatch . |
Set<CatchBatch> |
CatchBatchDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<CatchBatch> |
CatchBatchDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
int |
CatchBatch.compareTo(CatchBatch o) |
SortingBatch |
SortingBatchDaoBase.create(Boolean childBatchsReplication,
Boolean exhaustiveInventory,
QualityFlag qualityFlag,
Short rankOrder,
CatchBatch rootBatch)
Creates a new
SortingBatch
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
SortingBatch |
SortingBatchDao.create(Boolean childBatchsReplication,
Boolean exhaustiveInventory,
QualityFlag qualityFlag,
Short rankOrder,
CatchBatch rootBatch)
Creates a new
SortingBatch
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
CatchBatch |
CatchBatchDaoBase.create(CatchBatch catchBatch)
Creates an instance of CatchBatch and adds it to the persistent store.
|
CatchBatch |
CatchBatchDao.create(CatchBatch catchBatch)
Creates an instance of CatchBatch and adds it to the persistent store.
|
BatchModel |
BatchModelDaoBase.create(CatchBatch catchBatch,
Boolean isGlobal,
String name,
Department recorderDepartment,
Timestamp updateDate)
Creates a new
BatchModel
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
BatchModel |
BatchModelDao.create(CatchBatch catchBatch,
Boolean isGlobal,
String name,
Department recorderDepartment,
Timestamp updateDate)
Creates a new
BatchModel
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
SortingBatchDaoBase.create(int transform,
Boolean childBatchsReplication,
Boolean exhaustiveInventory,
QualityFlag qualityFlag,
Short rankOrder,
CatchBatch rootBatch)
Does the same thing as
#create(Short, Boolean, Boolean) with an
additional flag called transform . |
Object |
SortingBatchDao.create(int transform,
Boolean childBatchsReplication,
Boolean exhaustiveInventory,
QualityFlag qualityFlag,
Short rankOrder,
CatchBatch rootBatch)
Does the same thing as
#create(Short, Boolean, Boolean) with an
additional flag called transform . |
Object |
CatchBatchDaoBase.create(int transform,
CatchBatch catchBatch)
Does the same thing as
CatchBatchDao.create(CatchBatch) with an
additional flag called transform . |
Object |
CatchBatchDao.create(int transform,
CatchBatch catchBatch)
Does the same thing as
CatchBatchDao.create(CatchBatch) with an
additional flag called transform . |
Object |
BatchModelDaoBase.create(int transform,
CatchBatch catchBatch,
Boolean isGlobal,
String name,
Department recorderDepartment,
Timestamp updateDate)
Does the same thing as
BatchModelDao.create(String, Boolean, Timestamp) with an
additional flag called transform . |
Object |
BatchModelDao.create(int transform,
CatchBatch catchBatch,
Boolean isGlobal,
String name,
Department recorderDepartment,
Timestamp updateDate)
Does the same thing as
BatchModelDao.create(String, Boolean, Timestamp) with an
additional flag called transform . |
SortingBatch |
CatchBatchExtendDao.createSortingBatch(SortingBatch sortingBatch,
CatchBatch parentCatchBatch)
Create a new batch
|
SortingBatch |
CatchBatchDaoImpl.createSortingBatch(SortingBatch sortingBatch,
CatchBatch parentCatchBatch) |
SortingBatch |
CatchBatchExtendDao.getSortingBatchById(CatchBatch catchBatch,
Integer sortingBatchId)
Retrieve a child (in all tree depth) of the given catch batch, using an sorting batch id.
|
SortingBatch |
CatchBatchDaoImpl.getSortingBatchById(CatchBatch catchBatch,
Integer sortingBatchId) |
SortingBatch |
CatchBatchExtendDao.loadSortingBatch(Integer sortingBatchId,
CatchBatch parentCatchBatch)
Load a batch.
|
SortingBatch |
CatchBatchDaoImpl.loadSortingBatch(Integer sortingBatchId,
CatchBatch parentCatchBatch) |
static SortingBatch |
SortingBatch.Factory.newInstance(Short rankOrder,
String label,
Float subgroupCount,
Integer individualCount,
Boolean childBatchsReplication,
Boolean exhaustiveInventory,
String comments,
Location location,
Batch parentBatch,
Collection<Batch> childBatchs,
QualityFlag qualityFlag,
Collection<BatchExhaustiveInventory> batchExhaustiveInventories,
Collection<QuantificationMeasurement> quantificationMeasurements,
Collection<Produce> produces,
Float samplingRatio,
String samplingRatioText,
ReferenceTaxon referenceTaxon,
CatchBatch rootBatch,
TaxonGroup taxonGroup,
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,
Timestamp updateDate,
CatchBatch catchBatch,
Department recorderDepartment)
Constructs a new instance of
BatchModel , taking all required and/or
read-only properties as arguments, except for identifiers. |
static BatchModel |
BatchModel.Factory.newInstance(String name,
Boolean isGlobal,
Timestamp updateDate,
CatchBatch catchBatch,
Person recorderPerson,
Department recorderDepartment)
Constructs a new instance of
BatchModel , taking all possible properties
(except the identifier(s))as arguments. |
protected void |
CatchBatchDaoImpl.refreshSortingBatchInBatchTree(SortingBatch sortingBatch,
CatchBatch parentCatchBatch) |
void |
CatchBatchDaoBase.remove(CatchBatch catchBatch)
Removes the instance of CatchBatch from the persistent store.
|
void |
CatchBatchDao.remove(CatchBatch catchBatch)
Removes the instance of CatchBatch from the persistent store.
|
void |
CatchBatchExtendDao.removeWithChildren(Integer batchId,
CatchBatch parentCatchBatch)
Remove a batch, with all children (could be CatchBatch or a SortingBatch)
-> Method optimize for cache using in loadFullTree()
|
void |
CatchBatchDaoImpl.removeWithChildren(Integer batchId,
CatchBatch parentCatchBatch) |
void |
BatchModel.setCatchBatch(CatchBatch catchBatchIn)
Capture réalisée au cours d'une opération, et sur laquelle un échantillonnage est réalisé.
|
void |
SortingBatch.setRootBatch(CatchBatch rootBatchIn)
Lien vers le lot "root", c'est à dire le lot de plus haut niveau dans l'arbre.
|
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 CatchBatchDao , please note
that the CatchBatchDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
CatchBatchDao.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 |
CatchBatchExtendDao.update(CatchBatch catchBatch) |
void |
CatchBatchDaoImpl.update(CatchBatch catchBatch) |
void |
CatchBatchDaoBase.update(CatchBatch catchBatch)
Updates the
catchBatch instance in the persistent store. |
void |
CatchBatchDao.update(CatchBatch catchBatch)
Updates the
catchBatch instance in the persistent store. |
void |
CatchBatchExtendDao.updateSortingBatch(List<SortingBatch> sortingBatchs,
CatchBatch parentCatchBatch) |
void |
CatchBatchDaoImpl.updateSortingBatch(List<SortingBatch> sortingBatchs,
CatchBatch parentCatchBatch) |
void |
CatchBatchExtendDao.updateSortingBatch(SortingBatch sortingBatch,
CatchBatch parentCatchBatch) |
void |
CatchBatchDaoImpl.updateSortingBatch(SortingBatch sortingBatch,
CatchBatch parentCatchBatch) |
List<CatchBatchValidationError> |
CatchBatchExtendDao.validate(CatchBatch catchBatch)
Validate a catch batch, using all registered validators that are enable for this catchBatch
|
List<CatchBatchValidationError> |
CatchBatchDaoImpl.validate(CatchBatch catchBatch) |
Modifier and Type | Method and Description |
---|---|
Collection<CatchBatch> |
CatchBatchDaoBase.create(Collection<CatchBatch> entities)
Creates a new instance of CatchBatch and adds
from the passed in
entities collection |
Collection<CatchBatch> |
CatchBatchDao.create(Collection<CatchBatch> entities)
Creates a new instance of CatchBatch and adds
from the passed in
entities collection |
Collection<?> |
CatchBatchDaoBase.create(int transform,
Collection<CatchBatch> entities)
Does the same thing as
CatchBatchDao.create(CatchBatch) with an
additional flag called transform . |
Collection<?> |
CatchBatchDao.create(int transform,
Collection<CatchBatch> entities)
Does the same thing as
CatchBatchDao.create(CatchBatch) with an
additional flag called transform . |
void |
CatchBatchDaoBase.remove(Collection<CatchBatch> entities)
Removes all entities in the given
entities collection. |
void |
CatchBatchDao.remove(Collection<CatchBatch> entities)
Removes all entities in the given
entities collection. |
void |
CatchBatchDaoBase.update(Collection<CatchBatch> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
CatchBatchDao.update(Collection<CatchBatch> entities)
Updates all instances in the
entities collection in the persistent store. |
Modifier and Type | Method and Description |
---|---|
CatchBatch |
CatchBatchQuickFix.repair(CatchBatch catchBatch) |
Modifier and Type | Method and Description |
---|---|
boolean |
CatchBatchValidator.isEnable(CatchBatch catchBatch)
Should this validator be used for the tree ?
|
CatchBatch |
CatchBatchQuickFix.repair(CatchBatch catchBatch) |
List<CatchBatchValidationError> |
CatchBatchValidator.validate(CatchBatch catchBatch) |
Modifier and Type | Method and Description |
---|---|
CatchBatch |
FishingOperation.getCatchBatch()
Capture réalisée au cours d'une opération, et sur laquelle un échantillonnage est réalisé.
|
Modifier and Type | Method and Description |
---|---|
static FishingOperation |
FishingOperation.Factory.newInstance(String name,
Short rankOrderOnPeriod,
Date startDateTime,
Date endDateTime,
Boolean isMainOperation,
LineString position,
String comments,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Collection<VesselPersonFeatures> vesselPersonFeatures,
QualityFlag qualityFlag,
Vessel vessel,
Collection<OperationVesselAssociation> operationVesselAssociations,
Collection<GearUseFeatures> gearUseFeatures,
Collection<VesselUseFeatures> vesselUseFeatures,
GearPhysicalFeatures gearPhysicalFeatures,
Collection<VesselPositionVMS> vesselPositionVMSs,
Collection<VesselPosition> vesselPositions,
FishingTrip fishingTrip,
Date fishingStartDateTime,
Date fishingEndDateTime,
Boolean hasCatch,
Collection<Produce> produces,
CatchBatch catchBatch,
Collection<Sample> samples)
Constructs a new instance of
FishingOperation , taking all possible properties
(except the identifier(s))as arguments. |
void |
FishingOperation.setCatchBatch(CatchBatch catchBatchIn)
Capture réalisée au cours d'une opération, et sur laquelle un échantillonnage est réalisé.
|
Modifier and Type | Method and Description |
---|---|
CatchBatch |
Landing.getCatchBatch()
Capture réalisée au cours d'une opération, et sur laquelle un échantillonnage est réalisé.
|
Modifier and Type | Method and Description |
---|---|
static Landing |
Landing.Factory.newInstance(Date landingDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Location landingLocation,
ObservedLocation observedLocation,
Department recorderDepartment,
Person recorderPerson,
CatchBatch catchBatch,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<LandingMeasurement> landingMeasurements,
Collection<Produce> produces,
QualityFlag qualityFlag,
Vessel vessel,
Collection<LandingOrigin> landingOrigins,
Program program,
SamplingStrata samplingStrata,
Collection<Sale> sales,
FishingTrip fishingTrip)
Constructs a new instance of
Landing , taking all possible properties
(except the identifier(s))as arguments. |
static ObservedLanding |
ObservedLanding.Factory.newInstance(Date landingDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Location landingLocation,
ObservedLocation observedLocation,
Department recorderDepartment,
Person recorderPerson,
CatchBatch catchBatch,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<LandingMeasurement> landingMeasurements,
Collection<Produce> produces,
QualityFlag qualityFlag,
Vessel vessel,
Collection<LandingOrigin> landingOrigins,
Program program,
SamplingStrata samplingStrata,
Collection<Sale> sales,
FishingTrip fishingTrip,
Collection<ExpectedSale> expectedSales,
Collection<Person> observerPersons)
Constructs a new instance of
ObservedLanding , taking all possible properties
(except the identifier(s))as arguments. |
void |
Landing.setCatchBatch(CatchBatch catchBatchIn)
Capture réalisée au cours d'une opération, et sur laquelle un échantillonnage est réalisé.
|
Modifier and Type | Method and Description |
---|---|
CatchBatch |
Sale.getCatchBatch()
Capture réalisée au cours d'une opération, et sur laquelle un échantillonnage est réalisé.
|
Modifier and Type | Method and Description |
---|---|
static Sale |
Sale.Factory.newInstance(Date saleStartDate,
Date saleEndDate,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Location saleLocation,
SaleType saleType,
Department recorderDepartment,
Person recorderPerson,
CatchBatch catchBatch,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<SaleMeasurement> saleMeasurements,
Collection<Produce> produces,
Landing landing,
DeclaredDocumentReference declaredDocumentReference,
QualityFlag qualityFlag,
Program program,
Vessel vessel,
Seller seller,
Collection<SaleOrigin> saleOrigins,
TakeOver takeOver,
FishingTrip fishingTrip,
Collection<FishingArea> fishingAreas)
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 comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Location saleLocation,
SaleType saleType,
Department recorderDepartment,
Person recorderPerson,
CatchBatch catchBatch,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<SaleMeasurement> saleMeasurements,
Collection<Produce> produces,
Landing landing,
DeclaredDocumentReference declaredDocumentReference,
QualityFlag qualityFlag,
Program program,
Vessel vessel,
Seller seller,
Collection<SaleOrigin> saleOrigins,
TakeOver takeOver,
FishingTrip fishingTrip,
Collection<FishingArea> fishingAreas,
Collection<Person> observerPersons,
SamplingStrata samplingStrata)
Constructs a new instance of
ObservedSale , taking all possible properties
(except the identifier(s))as arguments. |
void |
Sale.setCatchBatch(CatchBatch catchBatchIn)
Capture réalisée au cours d'une opération, et sur laquelle un échantillonnage est réalisé.
|
Copyright © 2012–2014 IFREMER. All rights reserved.