Modifier and Type | Class and Description |
---|---|
class |
ProgramImpl |
Modifier and Type | Method and Description |
---|---|
Program |
ProgramDaoBase.create(Date creationDate,
String description,
GearClassification gearClassification,
Collection<LocationClassification> locationClassifications,
String name,
TaxonGroupType taxonGroupType,
Timestamp updateDate)
Creates a new
Program
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Program |
ProgramDao.create(Date creationDate,
String description,
GearClassification gearClassification,
Collection<LocationClassification> locationClassifications,
String name,
TaxonGroupType taxonGroupType,
Timestamp updateDate)
Creates a new
Program
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Program |
ProgramDaoBase.create(Program program)
Creates an instance of Program and adds it to the persistent store.
|
Program |
ProgramDao.create(Program program)
Creates an instance of Program and adds it to the persistent store.
|
Program |
ProgramDaoBase.create(String code,
String name,
String description,
Date creationDate,
Timestamp updateDate)
Creates a new
Program
instance from all attributes and adds it to
the persistent store. |
Program |
ProgramDao.create(String code,
String name,
String description,
Date creationDate,
Timestamp updateDate)
Creates a new
Program
instance from all attributes and adds it to
the persistent store. |
Program |
ProgramDaoBase.get(String code)
Gets an instance of Program from the persistent store.
|
Program |
ProgramDao.get(String code)
Gets an instance of Program from the persistent store.
|
Program |
Strategy.getProgram()
Programme d'observation à l'origine d'une collecte de données.
|
Program |
Program2Person.getProgram()
Code unique du programme
|
Program |
Program2Department.getProgram()
Code unique du programme
|
Program |
ProgramDaoBase.load(String code)
Loads an instance of Program from the persistent store.
|
Program |
ProgramDao.load(String code)
Loads an instance of Program from the persistent store.
|
static Program |
Program.Factory.newInstance()
Constructs a new instance of
Program . |
static Program |
Program.Factory.newInstance(String name,
String description,
Date creationDate,
Timestamp updateDate,
TaxonGroupType taxonGroupType,
Collection<Program2Person> programUsers,
Collection<Strategy> strategies,
GearClassification gearClassification,
Collection<Location> locations,
Collection<LocationClassification> locationClassifications,
Collection<Program2Department> program2Departments)
Constructs a new instance of
Program , taking all possible properties
(except the identifier(s))as arguments. |
static Program |
Program.Factory.newInstance(String name,
String description,
Date creationDate,
Timestamp updateDate,
TaxonGroupType taxonGroupType,
GearClassification gearClassification,
Collection<LocationClassification> locationClassifications)
Constructs a new instance of
Program , taking all required and/or
read-only properties as arguments, except for identifiers. |
protected Program |
ProgramDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<Program> |
ProgramDaoBase.create(Collection<Program> entities)
Creates a new instance of Program and adds
from the passed in
entities collection |
Collection<Program> |
ProgramDao.create(Collection<Program> entities)
Creates a new instance of Program and adds
from the passed in
entities collection |
Collection<Program> |
ProgramDaoBase.loadAll()
Loads all entities of type
Program . |
Collection<Program> |
ProgramDao.loadAll()
Loads all entities of type
Program . |
Set<Program> |
ProgramDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Program> |
ProgramDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
int |
Program.compareTo(Program o) |
Strategy |
StrategyDaoBase.create(Date creationDate,
String description,
Collection<Person> managersUsers,
String name,
Program program,
Timestamp updateDate)
Creates a new
Strategy
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Strategy |
StrategyDao.create(Date creationDate,
String description,
Collection<Person> managersUsers,
String name,
Program program,
Timestamp updateDate)
Creates a new
Strategy
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Program2Department |
Program2DepartmentDaoBase.create(Department department,
Program program,
ProgramPrivilege programPrivilege)
Creates a new
Program2Department
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Program2Department |
Program2DepartmentDao.create(Department department,
Program program,
ProgramPrivilege programPrivilege)
Creates a new
Program2Department
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
StrategyDaoBase.create(int transform,
Date creationDate,
String description,
Collection<Person> managersUsers,
String name,
Program program,
Timestamp updateDate)
Does the same thing as
StrategyDao.create(String, String, Date, Timestamp) with an
additional flag called transform . |
Object |
StrategyDao.create(int transform,
Date creationDate,
String description,
Collection<Person> managersUsers,
String name,
Program program,
Timestamp updateDate)
Does the same thing as
StrategyDao.create(String, String, Date, Timestamp) with an
additional flag called transform . |
Object |
Program2DepartmentDaoBase.create(int transform,
Department department,
Program program,
ProgramPrivilege programPrivilege)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
Program2DepartmentDao.create(int transform,
Department department,
Program program,
ProgramPrivilege programPrivilege)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
Program2PersonDaoBase.create(int transform,
Person person,
Program program,
ProgramPrivilege programPrivilege)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
Program2PersonDao.create(int transform,
Person person,
Program program,
ProgramPrivilege programPrivilege)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
ProgramDaoBase.create(int transform,
Program program)
Does the same thing as
ProgramDao.create(Program) with an
additional flag called transform . |
Object |
ProgramDao.create(int transform,
Program program)
Does the same thing as
ProgramDao.create(Program) with an
additional flag called transform . |
Program2Person |
Program2PersonDaoBase.create(Person person,
Program program,
ProgramPrivilege programPrivilege)
Creates a new
Program2Person
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Program2Person |
Program2PersonDao.create(Person person,
Program program,
ProgramPrivilege programPrivilege)
Creates a new
Program2Person
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Program |
ProgramDaoBase.create(Program program)
Creates an instance of Program and adds it to the persistent store.
|
Program |
ProgramDao.create(Program program)
Creates an instance of Program and adds it to the persistent store.
|
static Program2Person |
Program2Person.Factory.newInstance(Collection<Program2PersonException> program2PersonExceptions,
Person referencePerson,
Person person,
ProgramPrivilege programPrivilege,
Program program,
Location location)
Constructs a new instance of
Program2Person , taking all possible properties
(except the identifier(s))as arguments. |
static Program2Person |
Program2Person.Factory.newInstance(Person person,
ProgramPrivilege programPrivilege,
Program program)
Constructs a new instance of
Program2Person , taking all required and/or
read-only properties as arguments, except for identifiers. |
static Program2Department |
Program2Department.Factory.newInstance(ProgramPrivilege programPrivilege,
Department department,
Location location,
Program program)
Constructs a new instance of
Program2Department , taking all possible properties
(except the identifier(s))as arguments. |
static Program2Department |
Program2Department.Factory.newInstance(ProgramPrivilege programPrivilege,
Department department,
Program program)
Constructs a new instance of
Program2Department , taking all required and/or
read-only properties as arguments, except for identifiers. |
static Strategy |
Strategy.Factory.newInstance(String name,
String description,
Date creationDate,
Timestamp updateDate,
Collection<Person> managersUsers,
Program program)
Constructs a new instance of
Strategy , taking all required and/or
read-only properties as arguments, except for identifiers. |
static Strategy |
Strategy.Factory.newInstance(String name,
String description,
Date creationDate,
Timestamp updateDate,
Collection<ReferenceTaxonStrategy> referenceTaxonStrategies,
Collection<Person> managersUsers,
Collection<Gear> gears,
Collection<PmfmStrategy> pmfmStrategies,
Program program,
Collection<AppliedStrategy> appliedStrategies)
Constructs a new instance of
Strategy , taking all possible properties
(except the identifier(s))as arguments. |
void |
ProgramDaoBase.remove(Program program)
Removes the instance of Program from the persistent store.
|
void |
ProgramDao.remove(Program program)
Removes the instance of Program from the persistent store.
|
void |
Strategy.setProgram(Program programIn)
Programme d'observation à l'origine d'une collecte de données.
|
void |
Program2Person.setProgram(Program programIn)
Code unique du programme
|
void |
Program2Department.setProgram(Program programIn)
Code unique du programme
|
Object |
ProgramDaoBase.transformEntity(int transform,
Program 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 ProgramDao , please note
that the ProgramDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
ProgramDao.transformEntity(int transform,
Program 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.administration.programStrategy.ProgramDao , please note
that the ProgramDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
ProgramDaoBase.update(Program program)
Updates the
program instance in the persistent store. |
void |
ProgramDao.update(Program program)
Updates the
program instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<Program> |
ProgramDaoBase.create(Collection<Program> entities)
Creates a new instance of Program and adds
from the passed in
entities collection |
Collection<Program> |
ProgramDao.create(Collection<Program> entities)
Creates a new instance of Program and adds
from the passed in
entities collection |
Collection<?> |
ProgramDaoBase.create(int transform,
Collection<Program> entities)
Does the same thing as
ProgramDao.create(Program) with an
additional flag called transform . |
Collection<?> |
ProgramDao.create(int transform,
Collection<Program> entities)
Does the same thing as
ProgramDao.create(Program) with an
additional flag called transform . |
void |
ProgramDaoBase.remove(Collection<Program> entities)
Removes all entities in the given
entities collection. |
void |
ProgramDao.remove(Collection<Program> entities)
Removes all entities in the given
entities collection. |
void |
ProgramDaoBase.update(Collection<Program> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
ProgramDao.update(Collection<Program> entities)
Updates all instances in the
entities collection in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Program |
PersonSessionVessel.getProgram()
Programme d'observation à l'origine d'une collecte de données.
|
Modifier and Type | Method and Description |
---|---|
Object |
PersonSessionVesselDaoBase.create(int transform,
Timestamp endDateTime,
ObjectType objectType,
PersonSession personSession,
Program program,
Boolean readData,
Boolean readVessel,
Timestamp startDateTime,
Timestamp updateDate,
Vessel vessel,
Boolean writeData)
Does the same thing as
#create(Timestamp, Timestamp, Boolean, Boolean, Boolean, Timestamp) with an
additional flag called transform . |
Object |
PersonSessionVesselDao.create(int transform,
Timestamp endDateTime,
ObjectType objectType,
PersonSession personSession,
Program program,
Boolean readData,
Boolean readVessel,
Timestamp startDateTime,
Timestamp updateDate,
Vessel vessel,
Boolean writeData)
Does the same thing as
#create(Timestamp, Timestamp, Boolean, Boolean, Boolean, Timestamp) with an
additional flag called transform . |
PersonSessionVessel |
PersonSessionVesselDaoBase.create(Timestamp endDateTime,
ObjectType objectType,
PersonSession personSession,
Program program,
Boolean readData,
Boolean readVessel,
Timestamp startDateTime,
Timestamp updateDate,
Vessel vessel,
Boolean writeData)
Creates a new
PersonSessionVessel
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
PersonSessionVessel |
PersonSessionVesselDao.create(Timestamp endDateTime,
ObjectType objectType,
PersonSession personSession,
Program program,
Boolean readData,
Boolean readVessel,
Timestamp startDateTime,
Timestamp updateDate,
Vessel vessel,
Boolean writeData)
Creates a new
PersonSessionVessel
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
static PersonSessionVessel |
PersonSessionVessel.Factory.newInstance(Timestamp startDateTime,
Timestamp endDateTime,
Boolean readVessel,
Boolean writeData,
Boolean validateData,
Boolean readData,
Timestamp updateDate,
ObjectType objectType,
Program program,
PersonSession personSession,
Vessel vessel)
Constructs a new instance of
PersonSessionVessel , taking all possible properties
(except the identifier(s))as arguments. |
static PersonSessionVessel |
PersonSessionVessel.Factory.newInstance(Timestamp startDateTime,
Timestamp endDateTime,
Boolean readVessel,
Boolean writeData,
Boolean readData,
Timestamp updateDate,
ObjectType objectType,
Program program,
PersonSession personSession,
Vessel vessel)
Constructs a new instance of
PersonSessionVessel , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
PersonSessionVessel.setProgram(Program programIn)
Programme d'observation à l'origine d'une collecte de données.
|
Modifier and Type | Method and Description |
---|---|
Program |
Sample.getProgram()
Programme d'observation à l'origine d'une collecte de données.
|
Modifier and Type | Method and Description |
---|---|
Sample |
SampleDaoBase.create(Date creationDate,
String label,
Matrix matrix,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate)
Creates a new
Sample
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Sample |
SampleDao.create(Date creationDate,
String label,
Matrix matrix,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate)
Creates a new
Sample
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
SampleDaoBase.create(int transform,
Date creationDate,
String label,
Matrix matrix,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate)
Does the same thing as
#create(String, String, Date, Timestamp) with an
additional flag called transform . |
Object |
SampleDao.create(int transform,
Date creationDate,
String label,
Matrix matrix,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate)
Does the same thing as
#create(String, String, Date, Timestamp) with an
additional flag called transform . |
static Sample |
Sample.Factory.newInstance(String label,
Date sampleDate,
Short individualCount,
Float size,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Collection<FishingArea> fishingAreas,
Unit sizeUnit,
Department recorderDepartment,
Collection<Sample> childSamples,
Sample parentSample,
Person recorderPerson,
FishingOperation fishingOperation,
Collection<SampleMeasurement> sampleMeasurements,
TaxonGroup taxonGroup,
Matrix matrix,
QualityFlag qualityFlag,
Batch batch,
ReferenceTaxon referenceTaxon,
Program program)
Constructs a new instance of
Sample , taking all possible properties
(except the identifier(s))as arguments. |
static Sample |
Sample.Factory.newInstance(String label,
Date creationDate,
Timestamp updateDate,
Department recorderDepartment,
Matrix matrix,
QualityFlag qualityFlag,
Program program)
Constructs a new instance of
Sample , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
Sample.setProgram(Program programIn)
Programme d'observation à l'origine d'une collecte de données.
|
Modifier and Type | Method and Description |
---|---|
Program |
SamplingScheme.getProgram()
Programme de collecte duquel dépend le plan d'échantillonnage
|
Modifier and Type | Method and Description |
---|---|
SamplingScheme |
SamplingSchemeDaoBase.create(Date creationDate,
String label,
String name,
Program program,
Timestamp updateDate)
Creates a new
SamplingScheme
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
SamplingScheme |
SamplingSchemeDao.create(Date creationDate,
String label,
String name,
Program program,
Timestamp updateDate)
Creates a new
SamplingScheme
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
SamplingSchemeDaoBase.create(int transform,
Date creationDate,
String label,
String name,
Program program,
Timestamp updateDate)
Does the same thing as
#create(String, String, Date, Timestamp) with an
additional flag called transform . |
Object |
SamplingSchemeDao.create(int transform,
Date creationDate,
String label,
String name,
Program program,
Timestamp updateDate)
Does the same thing as
#create(String, String, Date, Timestamp) with an
additional flag called transform . |
static SamplingScheme |
SamplingScheme.Factory.newInstance(String label,
String name,
Date creationDate,
Timestamp updateDate,
Program program)
Constructs a new instance of
SamplingScheme , taking all required and/or
read-only properties as arguments, except for identifiers. |
static SamplingScheme |
SamplingScheme.Factory.newInstance(String label,
String name,
String description,
Date creationDate,
String comments,
Timestamp updateDate,
Collection<SamplingStrata> samplingStratas,
Program program)
Constructs a new instance of
SamplingScheme , taking all possible properties
(except the identifier(s))as arguments. |
void |
SamplingScheme.setProgram(Program programIn)
Programme de collecte duquel dépend le plan d'échantillonnage
|
Modifier and Type | Method and Description |
---|---|
Program |
DenormalizedSamplingStrata.getProgram()
Programme d'observation à l'origine d'une collecte de données.
|
Modifier and Type | Method and Description |
---|---|
Object |
DenormalizedSamplingStrataDaoBase.create(int transform,
String label,
Program program,
String samplingSchemeLabel,
String samplingSchemeName,
Timestamp updateDate)
Does the same thing as
#create(String, String, String, Timestamp) with an
additional flag called transform . |
Object |
DenormalizedSamplingStrataDao.create(int transform,
String label,
Program program,
String samplingSchemeLabel,
String samplingSchemeName,
Timestamp updateDate)
Does the same thing as
#create(String, String, String, Timestamp) with an
additional flag called transform . |
DenormalizedSamplingStrata |
DenormalizedSamplingStrataDaoBase.create(String label,
Program program,
String samplingSchemeLabel,
String samplingSchemeName,
Timestamp updateDate)
Creates a new
DenormalizedSamplingStrata
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
DenormalizedSamplingStrata |
DenormalizedSamplingStrataDao.create(String label,
Program program,
String samplingSchemeLabel,
String samplingSchemeName,
Timestamp updateDate)
Creates a new
DenormalizedSamplingStrata
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
static DenormalizedSamplingStrata |
DenormalizedSamplingStrata.Factory.newInstance(String label,
Date startDate,
Date endDate,
String description,
String comments,
String observationLocationComments,
String samplingStrategy,
String taxonGroupName,
String samplingSchemeLabel,
String samplingSchemeName,
String samplingSchemeDescription,
String gearMeshRange,
String vesselLengthRange,
String metier,
String areaName,
String subAreaLocationIds,
Timestamp updateDate,
Program program,
Location observationLocation,
Person person,
Department department)
Constructs a new instance of
DenormalizedSamplingStrata , taking all possible properties
(except the identifier(s))as arguments. |
static DenormalizedSamplingStrata |
DenormalizedSamplingStrata.Factory.newInstance(String label,
String samplingSchemeLabel,
String samplingSchemeName,
Timestamp updateDate,
Program program)
Constructs a new instance of
DenormalizedSamplingStrata , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
DenormalizedSamplingStrata.setProgram(Program programIn)
Programme d'observation à l'origine d'une collecte de données.
|
Modifier and Type | Method and Description |
---|---|
Program |
DailyActivityCalendar.getProgram()
Programme d'observation à l'origine d'une collecte de données.
|
Program |
ActivityCalendar.getProgram()
Programme d'observation à l'origine d'une collecte de données.
|
Modifier and Type | Method and Description |
---|---|
ActivityCalendar |
ActivityCalendarDaoBase.create(Date creationDate,
Boolean directSurveyInvestigation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel,
Integer year)
Creates a new
ActivityCalendar
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
ActivityCalendar |
ActivityCalendarDao.create(Date creationDate,
Boolean directSurveyInvestigation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel,
Integer year)
Creates a new
ActivityCalendar
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
DailyActivityCalendar |
DailyActivityCalendarDaoBase.create(Date creationDate,
Date endDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date startDate,
Timestamp updateDate,
Vessel vessel)
Creates a new
DailyActivityCalendar
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
DailyActivityCalendar |
DailyActivityCalendarDao.create(Date creationDate,
Date endDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date startDate,
Timestamp updateDate,
Vessel vessel)
Creates a new
DailyActivityCalendar
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
ActivityCalendarDaoBase.create(int transform,
Date creationDate,
Boolean directSurveyInvestigation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel,
Integer year)
Does the same thing as
#create(String, Integer, Boolean, Date, Timestamp) with an
additional flag called transform . |
Object |
ActivityCalendarDao.create(int transform,
Date creationDate,
Boolean directSurveyInvestigation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel,
Integer year)
Does the same thing as
#create(String, Integer, Boolean, Date, Timestamp) with an
additional flag called transform . |
Object |
DailyActivityCalendarDaoBase.create(int transform,
Date creationDate,
Date endDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date startDate,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(String, Date, Date, Date, Timestamp) with an
additional flag called transform . |
Object |
DailyActivityCalendarDao.create(int transform,
Date creationDate,
Date endDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date startDate,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(String, Date, Date, Date, Timestamp) with an
additional flag called transform . |
static DailyActivityCalendar |
DailyActivityCalendar.Factory.newInstance(Date startDate,
Date endDate,
Date creationDate,
Timestamp updateDate,
Department recorderDepartment,
Program program,
Vessel vessel,
QualityFlag qualityFlag)
Constructs a new instance of
DailyActivityCalendar , taking all required and/or
read-only properties as arguments, except for identifiers. |
static DailyActivityCalendar |
DailyActivityCalendar.Factory.newInstance(Date startDate,
Date endDate,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
ObservedLocation observedLocation,
Person recorderPerson,
Department recorderDepartment,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<GearUseFeatures> gearUseFeatures,
Collection<VesselUseFeatures> vesselUseFeatures,
Program program,
Vessel vessel,
QualityFlag qualityFlag)
Constructs a new instance of
DailyActivityCalendar , taking all possible properties
(except the identifier(s))as arguments. |
static ActivityCalendar |
ActivityCalendar.Factory.newInstance(Integer year,
Boolean directSurveyInvestigation,
Date creationDate,
Timestamp updateDate,
Department recorderDepartment,
Vessel vessel,
QualityFlag qualityFlag,
Program program)
Constructs a new instance of
ActivityCalendar , taking all required and/or
read-only properties as arguments, except for identifiers. |
static ActivityCalendar |
ActivityCalendar.Factory.newInstance(Integer year,
Boolean directSurveyInvestigation,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Department recorderDepartment,
Collection<GearUseFeatures> gearUseFeatures,
Person recorderPerson,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<VesselUseFeatures> vesselUseFeatures,
Vessel vessel,
QualityFlag qualityFlag,
Program program,
FishingEffortCalendar fishingEffortCalendar)
Constructs a new instance of
ActivityCalendar , taking all possible properties
(except the identifier(s))as arguments. |
void |
DailyActivityCalendar.setProgram(Program programIn)
Programme d'observation à l'origine d'une collecte de données.
|
void |
ActivityCalendar.setProgram(Program programIn)
Programme d'observation à l'origine d'une collecte de données.
|
Modifier and Type | Method and Description |
---|---|
Program |
DeclaredDocumentReference.getProgram()
Programme d'observation à l'origine d'une collecte de données.
|
Modifier and Type | Method and Description |
---|---|
DeclaredDocumentReference |
DeclaredDocumentReferenceDaoBase.create(Date creationDate,
Date documentDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel)
Creates a new
DeclaredDocumentReference
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
DeclaredDocumentReference |
DeclaredDocumentReferenceDao.create(Date creationDate,
Date documentDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel)
Creates a new
DeclaredDocumentReference
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
DeclaredDocumentReferenceDaoBase.create(int transform,
Date creationDate,
Date documentDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(String, Date, Date, Timestamp) with an
additional flag called transform . |
Object |
DeclaredDocumentReferenceDao.create(int transform,
Date creationDate,
Date documentDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(String, Date, Date, Timestamp) with an
additional flag called transform . |
static DeclaredDocumentReference |
DeclaredDocumentReference.Factory.newInstance(Date documentDate,
Date creationDate,
Timestamp updateDate,
Department recorderDepartment,
Program program,
Vessel vessel,
QualityFlag qualityFlag)
Constructs a new instance of
DeclaredDocumentReference , taking all required and/or
read-only properties as arguments, except for identifiers. |
static DeclaredDocumentReference |
DeclaredDocumentReference.Factory.newInstance(String reference,
String fileName,
Date documentDate,
String otherDocumentReference,
String firstSheetNumber,
String lastSheetNumber,
Short sheetCount,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
DeclaredDocumentReference parentDeclaredDocumentReference,
Collection<DeclaredDocumentReference> childDeclaredDocumentReferences,
Collection<SurveyMeasurement> surveyMeasurements,
Department recorderDepartment,
Person recorderPerson,
Program program,
Vessel vessel,
QualityFlag qualityFlag,
Collection<Sale> sales,
Collection<FishingTrip> fishingTrips)
Constructs a new instance of
DeclaredDocumentReference , taking all possible properties
(except the identifier(s))as arguments. |
void |
DeclaredDocumentReference.setProgram(Program programIn)
Programme d'observation à l'origine d'une collecte de données.
|
Modifier and Type | Method and Description |
---|---|
Program |
EconomicalSurvey.getProgram()
Programme d'observation à l'origine d'une collecte de données.
|
Modifier and Type | Method and Description |
---|---|
EconomicalSurvey |
EconomicalSurveyDaoBase.create(Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate)
Creates a new
EconomicalSurvey
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
EconomicalSurvey |
EconomicalSurveyDao.create(Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate)
Creates a new
EconomicalSurvey
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
EconomicalSurveyDaoBase.create(int transform,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate)
Does the same thing as
#create(String, Date, Timestamp) with an
additional flag called transform . |
Object |
EconomicalSurveyDao.create(int transform,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate)
Does the same thing as
#create(String, Date, Timestamp) with an
additional flag called transform . |
static EconomicalSurvey |
EconomicalSurvey.Factory.newInstance(Date creationDate,
Timestamp updateDate,
Department recorderDepartment,
Program program,
QualityFlag qualityFlag)
Constructs a new instance of
EconomicalSurvey , taking all required and/or
read-only properties as arguments, except for identifiers. |
static EconomicalSurvey |
EconomicalSurvey.Factory.newInstance(String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Collection<VesselPersonFeatures> vesselPersonFeatures,
Department recorderDepartment,
Person recorderPerson,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<GearUseFeatures> gearUseFeatures,
Collection<VesselUseFeatures> vesselUseFeatures,
Program program,
VesselOwner vesselOwner,
Vessel vessel,
QualityFlag qualityFlag)
Constructs a new instance of
EconomicalSurvey , taking all possible properties
(except the identifier(s))as arguments. |
void |
EconomicalSurvey.setProgram(Program programIn)
Programme d'observation à l'origine d'une collecte de données.
|
Modifier and Type | Method and Description |
---|---|
Program |
FishingEffortCalendar.getProgram()
Programme d'observation à l'origine d'une collecte de données.
|
Modifier and Type | Method and Description |
---|---|
FishingEffortCalendar |
FishingEffortCalendarDaoBase.create(ActivityCalendar activityCalendar,
Date creationDate,
Boolean directSurveyInvestigation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel,
Integer year)
Creates a new
FishingEffortCalendar
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
FishingEffortCalendar |
FishingEffortCalendarDao.create(ActivityCalendar activityCalendar,
Date creationDate,
Boolean directSurveyInvestigation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel,
Integer year)
Creates a new
FishingEffortCalendar
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
FishingEffortCalendarDaoBase.create(int transform,
ActivityCalendar activityCalendar,
Date creationDate,
Boolean directSurveyInvestigation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel,
Integer year)
Does the same thing as
#create(Integer, Boolean, Date, Timestamp) with an
additional flag called transform . |
Object |
FishingEffortCalendarDao.create(int transform,
ActivityCalendar activityCalendar,
Date creationDate,
Boolean directSurveyInvestigation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel,
Integer year)
Does the same thing as
#create(Integer, Boolean, Date, Timestamp) with an
additional flag called transform . |
static FishingEffortCalendar |
FishingEffortCalendar.Factory.newInstance(Integer year,
Boolean directSurveyInvestigation,
Date creationDate,
Timestamp updateDate,
Department recorderDepartment,
ActivityCalendar activityCalendar,
QualityFlag qualityFlag,
Vessel vessel,
Program program)
Constructs a new instance of
FishingEffortCalendar , taking all required and/or
read-only properties as arguments, except for identifiers. |
static FishingEffortCalendar |
FishingEffortCalendar.Factory.newInstance(Integer year,
Boolean directSurveyInvestigation,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Collection<SurveyMeasurement> surveyMeasurements,
Department recorderDepartment,
Person recorderPerson,
Collection<GearUseFeatures> gearUseFeatures,
Collection<VesselUseFeatures> vesselUseFeatures,
ActivityCalendar activityCalendar,
QualityFlag qualityFlag,
Vessel vessel,
Program program)
Constructs a new instance of
FishingEffortCalendar , taking all possible properties
(except the identifier(s))as arguments. |
void |
FishingEffortCalendar.setProgram(Program programIn)
Programme d'observation à l'origine d'une collecte de données.
|
Modifier and Type | Method and Description |
---|---|
Program |
FishingTripOrigin.getProgram()
Identifie le progamme d'origine, ayant servi à constituer la marée (par
Copier/coller, consolidation, croisement, etc).
|
Program |
FishingTrip.getProgram()
Origine des données de la marée.
|
Modifier and Type | Method and Description |
---|---|
ObservedFishingTrip |
ObservedFishingTripDaoBase.create(Date creationDate,
Date departureDateTime,
Location departureLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date returnDateTime,
Location returnLocation,
Timestamp updateDate,
Vessel vessel)
Creates a new
ObservedFishingTrip
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
ObservedFishingTrip |
ObservedFishingTripDao.create(Date creationDate,
Date departureDateTime,
Location departureLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date returnDateTime,
Location returnLocation,
Timestamp updateDate,
Vessel vessel)
Creates a new
ObservedFishingTrip
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
FishingTrip |
FishingTripDaoBase.create(Date creationDate,
Date departureDateTime,
Location departureLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date returnDateTime,
Location returnLocation,
Timestamp updateDate,
Vessel vessel)
Creates a new
FishingTrip
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
FishingTrip |
FishingTripDao.create(Date creationDate,
Date departureDateTime,
Location departureLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date returnDateTime,
Location returnLocation,
Timestamp updateDate,
Vessel vessel)
Creates a new
FishingTrip
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
FishingTripOrigin |
FishingTripOriginDaoBase.create(FishingTrip fishingTrip,
Program program)
Creates a new
FishingTripOrigin
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
FishingTripOrigin |
FishingTripOriginDao.create(FishingTrip fishingTrip,
Program program)
Creates a new
FishingTripOrigin
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
ObservedFishingTripDaoBase.create(int transform,
Date creationDate,
Date departureDateTime,
Location departureLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date returnDateTime,
Location returnLocation,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(String, Date, Date, Date, Timestamp) with an
additional flag called transform . |
Object |
ObservedFishingTripDao.create(int transform,
Date creationDate,
Date departureDateTime,
Location departureLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date returnDateTime,
Location returnLocation,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(String, Date, Date, Date, Timestamp) with an
additional flag called transform . |
Object |
FishingTripDaoBase.create(int transform,
Date creationDate,
Date departureDateTime,
Location departureLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date returnDateTime,
Location returnLocation,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(String, Date, Date, Date, Timestamp) with an
additional flag called transform . |
Object |
FishingTripDao.create(int transform,
Date creationDate,
Date departureDateTime,
Location departureLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date returnDateTime,
Location returnLocation,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(String, Date, Date, Date, Timestamp) with an
additional flag called transform . |
Object |
FishingTripOriginDaoBase.create(int transform,
FishingTrip fishingTrip,
Program program)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
FishingTripOriginDao.create(int transform,
FishingTrip fishingTrip,
Program program)
Does the same thing as
#create() with an
additional flag called transform . |
static ObservedFishingTrip |
ObservedFishingTrip.Factory.newInstance(Date departureDateTime,
Date returnDateTime,
Date creationDate,
Timestamp updateDate,
Location returnLocation,
Location departureLocation,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
Program program)
Constructs a new instance of
ObservedFishingTrip , taking all required and/or
read-only properties as arguments, except for identifiers. |
static FishingTrip |
FishingTrip.Factory.newInstance(Date departureDateTime,
Date returnDateTime,
Date creationDate,
Timestamp updateDate,
Location returnLocation,
Location departureLocation,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
Program program)
Constructs a new instance of
FishingTrip , taking all required and/or
read-only properties as arguments, except for identifiers. |
static FishingTrip |
FishingTrip.Factory.newInstance(Date departureDateTime,
Date returnDateTime,
LineString position,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Location returnLocation,
Location departureLocation,
Collection<VesselPersonFeatures> vesselPersonFeatures,
Department recorderDepartment,
Person recorderPerson,
Collection<Operation> operations,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<VesselUseFeatures> vesselUseFeatures,
Collection<GearPhysicalFeatures> gearPhysicalFeatures,
Collection<Landing> landings,
DeclaredDocumentReference declaredDocumentReference,
Collection<Sale> sales,
ScientificCruise scientificCruise,
QualityFlag qualityFlag,
Vessel vessel,
Program program,
Collection<FishingTripOrigin> fishingTripOrigins,
Collection<Transshipment> transshipments,
Collection<PlaygroundFishingTripVesselMaster> playgroundFishingTripVesselMasters,
Collection<PlaygroundVesselOwner> playgroundVesselOwners,
Collection<PlaygroundFishingEffortZone> playgroundFishingEffortZones)
Constructs a new instance of
FishingTrip , taking all possible properties
(except the identifier(s))as arguments. |
static ObservedFishingTrip |
ObservedFishingTrip.Factory.newInstance(Date departureDateTime,
Date returnDateTime,
LineString position,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Location returnLocation,
Location departureLocation,
Collection<VesselPersonFeatures> vesselPersonFeatures,
Department recorderDepartment,
Person recorderPerson,
Collection<Operation> operations,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<VesselUseFeatures> vesselUseFeatures,
Collection<GearPhysicalFeatures> gearPhysicalFeatures,
Collection<Landing> landings,
DeclaredDocumentReference declaredDocumentReference,
Collection<Sale> sales,
ScientificCruise scientificCruise,
QualityFlag qualityFlag,
Vessel vessel,
Program program,
Collection<FishingTripOrigin> fishingTripOrigins,
Collection<Transshipment> transshipments,
Collection<PlaygroundFishingTripVesselMaster> playgroundFishingTripVesselMasters,
Collection<PlaygroundVesselOwner> playgroundVesselOwners,
Collection<PlaygroundFishingEffortZone> playgroundFishingEffortZones,
Collection<Person> observerPersons,
SamplingStrata samplingStrata,
Collection<ExpectedSale> expectedSales)
Constructs a new instance of
ObservedFishingTrip , taking all possible properties
(except the identifier(s))as arguments. |
static FishingTripOrigin |
FishingTripOrigin.Factory.newInstance(Program program,
FishingTrip fishingTrip)
Constructs a new instance of
FishingTripOrigin , taking all required and/or
read-only properties as arguments, except for identifiers. |
static FishingTripOrigin |
FishingTripOrigin.Factory.newInstance(Program program,
FishingTrip originFishingTrip,
FishingTrip fishingTrip)
Constructs a new instance of
FishingTripOrigin , taking all possible properties
(except the identifier(s))as arguments. |
void |
FishingTripOrigin.setProgram(Program programIn)
Identifie le progamme d'origine, ayant servi à constituer la marée (par
Copier/coller, consolidation, croisement, etc).
|
void |
FishingTrip.setProgram(Program programIn)
Origine des données de la marée.
|
Modifier and Type | Method and Description |
---|---|
Program |
LandingOrigin.getProgram()
Identifie le progamme d'origine, ayant servi à constituer le
débarquement (par Copier/coller, consolidation, croisement, etc).
|
Program |
Landing.getProgram()
Programme d'observation à l'origine d'une collecte de données.
|
Modifier and Type | Method and Description |
---|---|
Landing |
LandingDaoBase.create(Date creationDate,
Date landingDateTime,
Location landingLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel)
Creates a new
Landing
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Landing |
LandingDao.create(Date creationDate,
Date landingDateTime,
Location landingLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel)
Creates a new
Landing
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
ObservedLanding |
ObservedLandingDaoBase.create(Date creationDate,
Date landingDateTime,
Location landingLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel,
Collection<Person> observerPersons)
Creates a new
ObservedLanding
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
ObservedLanding |
ObservedLandingDao.create(Date creationDate,
Date landingDateTime,
Location landingLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel,
Collection<Person> observerPersons)
Creates a new
ObservedLanding
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
LandingDaoBase.create(int transform,
Date creationDate,
Date landingDateTime,
Location landingLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(String, Date, Date, Timestamp) with an
additional flag called transform . |
Object |
LandingDao.create(int transform,
Date creationDate,
Date landingDateTime,
Location landingLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(String, Date, Date, Timestamp) with an
additional flag called transform . |
Object |
ObservedLandingDaoBase.create(int transform,
Date creationDate,
Date landingDateTime,
Location landingLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel,
Collection<Person> observerPersons)
Does the same thing as
#create(String, Date, Date, Timestamp) with an
additional flag called transform . |
Object |
ObservedLandingDao.create(int transform,
Date creationDate,
Date landingDateTime,
Location landingLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel,
Collection<Person> observerPersons)
Does the same thing as
#create(String, Date, Date, Timestamp) with an
additional flag called transform . |
Object |
LandingOriginDaoBase.create(int transform,
Landing landing,
Program program)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
LandingOriginDao.create(int transform,
Landing landing,
Program program)
Does the same thing as
#create() with an
additional flag called transform . |
LandingOrigin |
LandingOriginDaoBase.create(Landing landing,
Program program)
Creates a new
LandingOrigin
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
LandingOrigin |
LandingOriginDao.create(Landing landing,
Program program)
Creates a new
LandingOrigin
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
static ObservedLanding |
ObservedLanding.Factory.newInstance(Date landingDateTime,
Date creationDate,
Timestamp updateDate,
Location landingLocation,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
Program program)
Constructs a new instance of
ObservedLanding , taking all required and/or
read-only properties as arguments, except for identifiers. |
static Landing |
Landing.Factory.newInstance(Date landingDateTime,
Date creationDate,
Timestamp updateDate,
Location landingLocation,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
Program program)
Constructs a new instance of
Landing , taking all required and/or
read-only properties as arguments, except for identifiers. |
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. |
static LandingOrigin |
LandingOrigin.Factory.newInstance(Landing landing,
Program program)
Constructs a new instance of
LandingOrigin , taking all possible properties
(except the identifier(s))as arguments. |
void |
LandingOrigin.setProgram(Program programIn)
Identifie le progamme d'origine, ayant servi à constituer le
débarquement (par Copier/coller, consolidation, croisement, etc).
|
void |
Landing.setProgram(Program programIn)
Programme d'observation à l'origine d'une collecte de données.
|
Modifier and Type | Method and Description |
---|---|
Program |
ObservedLocationFeatures.getProgram()
Programme d'observation à l'origine d'une collecte de données.
|
Program |
ObservedLocation.getProgram()
Programme d'observation à l'origine d'une collecte de données.
|
Modifier and Type | Method and Description |
---|---|
ObservedLocation |
ObservedLocationDaoBase.create(Date creationDate,
Date endDateTime,
Location location,
Collection<Person> observers,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date startDateTime,
Timestamp updateDate)
Creates a new
ObservedLocation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
ObservedLocation |
ObservedLocationDao.create(Date creationDate,
Date endDateTime,
Location location,
Collection<Person> observers,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date startDateTime,
Timestamp updateDate)
Creates a new
ObservedLocation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
ObservedLocationFeatures |
ObservedLocationFeaturesDaoBase.create(Date creationDate,
ObservedLocation observedLocation,
Program program,
QualityFlag qualityFlag,
Short rankOrder,
Date startDate,
Timestamp updateDate)
Creates a new
ObservedLocationFeatures
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
ObservedLocationFeatures |
ObservedLocationFeaturesDao.create(Date creationDate,
ObservedLocation observedLocation,
Program program,
QualityFlag qualityFlag,
Short rankOrder,
Date startDate,
Timestamp updateDate)
Creates a new
ObservedLocationFeatures
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
ObservedLocationDaoBase.create(int transform,
Date creationDate,
Date endDateTime,
Location location,
Collection<Person> observers,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date startDateTime,
Timestamp updateDate)
Does the same thing as
#create(String, Date, Date, Date, Timestamp) with an
additional flag called transform . |
Object |
ObservedLocationDao.create(int transform,
Date creationDate,
Date endDateTime,
Location location,
Collection<Person> observers,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date startDateTime,
Timestamp updateDate)
Does the same thing as
#create(String, Date, Date, Date, Timestamp) with an
additional flag called transform . |
Object |
ObservedLocationFeaturesDaoBase.create(int transform,
Date creationDate,
ObservedLocation observedLocation,
Program program,
QualityFlag qualityFlag,
Short rankOrder,
Date startDate,
Timestamp updateDate)
Does the same thing as
#create(Date, Short, Timestamp, Date) with an
additional flag called transform . |
Object |
ObservedLocationFeaturesDao.create(int transform,
Date creationDate,
ObservedLocation observedLocation,
Program program,
QualityFlag qualityFlag,
Short rankOrder,
Date startDate,
Timestamp updateDate)
Does the same thing as
#create(Date, Short, Timestamp, Date) with an
additional flag called transform . |
static ObservedLocation |
ObservedLocation.Factory.newInstance(Date startDateTime,
Date endDateTime,
Date creationDate,
Timestamp updateDate,
Collection<Person> observers,
Department recorderDepartment,
Program program,
Location location,
QualityFlag qualityFlag)
Constructs a new instance of
ObservedLocation , taking all required and/or
read-only properties as arguments, except for identifiers. |
static ObservedLocationFeatures |
ObservedLocationFeatures.Factory.newInstance(Date startDate,
Date endDate,
Short rankOrder,
Timestamp updateDate,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Collection<ObservedLocationMeasurment> observedLocationMeasurments,
ObservedLocation observedLocation,
QualityFlag qualityFlag,
Program program)
Constructs a new instance of
ObservedLocationFeatures , taking all possible properties
(except the identifier(s))as arguments. |
static ObservedLocation |
ObservedLocation.Factory.newInstance(Date startDateTime,
Date endDateTime,
String comments,
Date qualificationDate,
String qualificationComments,
String samplingStrataReference,
Date creationDate,
Timestamp updateDate,
Collection<Person> observers,
Collection<ObservedLocationFeatures> observedLocationFeatures,
Person recorderPerson,
Department recorderDepartment,
Collection<DailyActivityCalendar> dailyActivityCalendars,
Collection<Landing> landings,
Program program,
SamplingStrata samplingStrata,
Location location,
QualityFlag qualityFlag)
Constructs a new instance of
ObservedLocation , taking all possible properties
(except the identifier(s))as arguments. |
static ObservedLocationFeatures |
ObservedLocationFeatures.Factory.newInstance(Date startDate,
Short rankOrder,
Timestamp updateDate,
Date creationDate,
ObservedLocation observedLocation,
QualityFlag qualityFlag,
Program program)
Constructs a new instance of
ObservedLocationFeatures , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
ObservedLocationFeatures.setProgram(Program programIn)
Programme d'observation à l'origine d'une collecte de données.
|
void |
ObservedLocation.setProgram(Program programIn)
Programme d'observation à l'origine d'une collecte de données.
|
Modifier and Type | Method and Description |
---|---|
Program |
PhysicalGearSurvey.getProgram()
Programme d'observation à l'origine d'une collecte de données.
|
Modifier and Type | Method and Description |
---|---|
PhysicalGearSurvey |
PhysicalGearSurveyDaoBase.create(Date creationDate,
Boolean directSurveyInvestigation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel,
Integer year)
Creates a new
PhysicalGearSurvey
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
PhysicalGearSurvey |
PhysicalGearSurveyDao.create(Date creationDate,
Boolean directSurveyInvestigation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel,
Integer year)
Creates a new
PhysicalGearSurvey
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
PhysicalGearSurveyDaoBase.create(int transform,
Date creationDate,
Boolean directSurveyInvestigation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel,
Integer year)
Does the same thing as
#create(String, Integer, Boolean, Date, Timestamp) with an
additional flag called transform . |
Object |
PhysicalGearSurveyDao.create(int transform,
Date creationDate,
Boolean directSurveyInvestigation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel,
Integer year)
Does the same thing as
#create(String, Integer, Boolean, Date, Timestamp) with an
additional flag called transform . |
static PhysicalGearSurvey |
PhysicalGearSurvey.Factory.newInstance(Integer year,
Boolean directSurveyInvestigation,
Date creationDate,
Timestamp updateDate,
Department recorderDepartment,
Vessel vessel,
QualityFlag qualityFlag,
Program program)
Constructs a new instance of
PhysicalGearSurvey , taking all required and/or
read-only properties as arguments, except for identifiers. |
static PhysicalGearSurvey |
PhysicalGearSurvey.Factory.newInstance(Integer year,
Boolean directSurveyInvestigation,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Collection<SurveyMeasurement> surveyMeasurements,
Department recorderDepartment,
Person recorderPerson,
Vessel vessel,
Collection<GearPhysicalFeatures> gearPhysicalFeatures,
Collection<VesselPhysicalFeatures> vesselPhysicalFeatures,
QualityFlag qualityFlag,
Program program)
Constructs a new instance of
PhysicalGearSurvey , taking all possible properties
(except the identifier(s))as arguments. |
void |
PhysicalGearSurvey.setProgram(Program programIn)
Programme d'observation à l'origine d'une collecte de données.
|
Modifier and Type | Method and Description |
---|---|
Program |
SaleOrigin.getProgram()
Identifie le progamme d'origine, ayant servi à constituer la vente (par Copier/coller,
consolidation, croisement, etc).
|
Program |
Sale.getProgram()
Programme d'observation à l'origine d'une collecte de données.
|
Modifier and Type | Method and Description |
---|---|
ObservedSale |
ObservedSaleDaoBase.create(Collection<Person> observerPersons,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Location saleLocation,
Date saleStartDate,
SaleType saleType,
Timestamp updateDate,
Vessel vessel)
Creates a new
ObservedSale
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
ObservedSale |
ObservedSaleDao.create(Collection<Person> observerPersons,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Location saleLocation,
Date saleStartDate,
SaleType saleType,
Timestamp updateDate,
Vessel vessel)
Creates a new
ObservedSale
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Sale |
SaleDaoBase.create(Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Location saleLocation,
Date saleStartDate,
SaleType saleType,
Timestamp updateDate,
Vessel vessel)
Creates a new
Sale
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Sale |
SaleDao.create(Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Location saleLocation,
Date saleStartDate,
SaleType saleType,
Timestamp updateDate,
Vessel vessel)
Creates a new
Sale
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
ObservedSaleDaoBase.create(int transform,
Collection<Person> observerPersons,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Location saleLocation,
Date saleStartDate,
SaleType saleType,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(Date, String, Date, Timestamp) with an
additional flag called transform . |
Object |
ObservedSaleDao.create(int transform,
Collection<Person> observerPersons,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Location saleLocation,
Date saleStartDate,
SaleType saleType,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(Date, String, Date, Timestamp) with an
additional flag called transform . |
Object |
SaleDaoBase.create(int transform,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Location saleLocation,
Date saleStartDate,
SaleType saleType,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(Date, String, Date, Timestamp) with an
additional flag called transform . |
Object |
SaleDao.create(int transform,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Location saleLocation,
Date saleStartDate,
SaleType saleType,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(Date, String, Date, Timestamp) with an
additional flag called transform . |
Object |
SaleOriginDaoBase.create(int transform,
Program program,
Sale sale)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
SaleOriginDao.create(int transform,
Program program,
Sale sale)
Does the same thing as
#create() with an
additional flag called transform . |
SaleOrigin |
SaleOriginDaoBase.create(Program program,
Sale sale)
Creates a new
SaleOrigin
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
SaleOrigin |
SaleOriginDao.create(Program program,
Sale sale)
Creates a new
SaleOrigin
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
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. |
static Sale |
Sale.Factory.newInstance(Date saleStartDate,
Date creationDate,
Timestamp updateDate,
Location saleLocation,
SaleType saleType,
Department recorderDepartment,
QualityFlag qualityFlag,
Program program,
Vessel vessel)
Constructs a new instance of
Sale , taking all required and/or
read-only properties as arguments, except for identifiers. |
static ObservedSale |
ObservedSale.Factory.newInstance(Date saleStartDate,
Date creationDate,
Timestamp updateDate,
Location saleLocation,
SaleType saleType,
Department recorderDepartment,
QualityFlag qualityFlag,
Program program,
Vessel vessel)
Constructs a new instance of
ObservedSale , taking all required and/or
read-only properties as arguments, except for identifiers. |
static SaleOrigin |
SaleOrigin.Factory.newInstance(Sale sale,
Program program)
Constructs a new instance of
SaleOrigin , taking all possible properties
(except the identifier(s))as arguments. |
void |
SaleOrigin.setProgram(Program programIn)
Identifie le progamme d'origine, ayant servi à constituer la vente (par Copier/coller,
consolidation, croisement, etc).
|
void |
Sale.setProgram(Program programIn)
Programme d'observation à l'origine d'une collecte de données.
|
Modifier and Type | Method and Description |
---|---|
Program |
ScientificCruise.getProgram()
Programme d'observation à l'origine d'une collecte de données.
|
Modifier and Type | Method and Description |
---|---|
ScientificCruise |
ScientificCruiseDaoBase.create(Date creationDate,
Date departureDateTime,
Person managerPerson,
String name,
Program program,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel)
Creates a new
ScientificCruise
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
ScientificCruise |
ScientificCruiseDao.create(Date creationDate,
Date departureDateTime,
Person managerPerson,
String name,
Program program,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel)
Creates a new
ScientificCruise
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
ScientificCruiseDaoBase.create(int transform,
Date creationDate,
Date departureDateTime,
Person managerPerson,
String name,
Program program,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(String, String, Date, Date, Timestamp) with an
additional flag called transform . |
Object |
ScientificCruiseDao.create(int transform,
Date creationDate,
Date departureDateTime,
Person managerPerson,
String name,
Program program,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(String, String, Date, Date, Timestamp) with an
additional flag called transform . |
static ScientificCruise |
ScientificCruise.Factory.newInstance(String name,
Date departureDateTime,
Date returnDateTime,
String reference,
String comments,
Date creationDate,
Timestamp updateDate,
Person managerPerson,
Vessel vessel,
Department recorderDepartment,
Person recorderPerson,
Program program,
Collection<FishingTrip> fishingTrips)
Constructs a new instance of
ScientificCruise , taking all possible properties
(except the identifier(s))as arguments. |
static ScientificCruise |
ScientificCruise.Factory.newInstance(String name,
Date departureDateTime,
Date creationDate,
Timestamp updateDate,
Person managerPerson,
Vessel vessel,
Department recorderDepartment,
Program program)
Constructs a new instance of
ScientificCruise , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
ScientificCruise.setProgram(Program programIn)
Programme d'observation à l'origine d'une collecte de données.
|
Modifier and Type | Method and Description |
---|---|
Program |
TakeOver.getProgram()
Programme d'observation à l'origine d'une collecte de données.
|
Modifier and Type | Method and Description |
---|---|
TakeOver |
TakeOverDaoBase.create(Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Seller seller,
Date takeOverDateTime,
Location takeOverLocation,
Timestamp updateDate,
Vessel vessel)
Creates a new
TakeOver
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
TakeOver |
TakeOverDao.create(Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Seller seller,
Date takeOverDateTime,
Location takeOverLocation,
Timestamp updateDate,
Vessel vessel)
Creates a new
TakeOver
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
TakeOverDaoBase.create(int transform,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Seller seller,
Date takeOverDateTime,
Location takeOverLocation,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(String, Date, Date, Timestamp) with an
additional flag called transform . |
Object |
TakeOverDao.create(int transform,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Seller seller,
Date takeOverDateTime,
Location takeOverLocation,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(String, Date, Date, Timestamp) with an
additional flag called transform . |
static TakeOver |
TakeOver.Factory.newInstance(Date takeOverDateTime,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
String comments,
Collection<TakeOverMeasurement> takeOverMeasurements,
Department recorderDepartment,
Person recorderPerson,
Location takeOverLocation,
Seller storageFacility,
Collection<Produce> produces,
Collection<Sale> sales,
Seller seller,
DeclaredDocumentReference declaredDocumentReference,
FishingTrip fishingTrip,
Program program,
QualityFlag qualityFlag,
Landing landing,
Vessel vessel)
Constructs a new instance of
TakeOver , taking all possible properties
(except the identifier(s))as arguments. |
static TakeOver |
TakeOver.Factory.newInstance(Date takeOverDateTime,
Date creationDate,
Timestamp updateDate,
Department recorderDepartment,
Location takeOverLocation,
Seller seller,
Program program,
QualityFlag qualityFlag,
Vessel vessel)
Constructs a new instance of
TakeOver , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
TakeOver.setProgram(Program programIn)
Programme d'observation à l'origine d'une collecte de données.
|
Modifier and Type | Method and Description |
---|---|
Program |
Transshipment.getProgram()
Programme d'observation à l'origine d'une collecte de données.
|
Modifier and Type | Method and Description |
---|---|
Transshipment |
TransshipmentDaoBase.create(Date creationDate,
Vessel fromVessel,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Vessel toVessel,
Date transshipmentDateTime,
Timestamp updateDate)
Creates a new
Transshipment
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Transshipment |
TransshipmentDao.create(Date creationDate,
Vessel fromVessel,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Vessel toVessel,
Date transshipmentDateTime,
Timestamp updateDate)
Creates a new
Transshipment
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
TransshipmentDaoBase.create(int transform,
Date creationDate,
Vessel fromVessel,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Vessel toVessel,
Date transshipmentDateTime,
Timestamp updateDate)
Does the same thing as
#create(Date, Date, Timestamp) with an
additional flag called transform . |
Object |
TransshipmentDao.create(int transform,
Date creationDate,
Vessel fromVessel,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Vessel toVessel,
Date transshipmentDateTime,
Timestamp updateDate)
Does the same thing as
#create(Date, Date, Timestamp) with an
additional flag called transform . |
static Transshipment |
Transshipment.Factory.newInstance(Date transshipmentDateTime,
Date creationDate,
Timestamp updateDate,
Vessel toVessel,
QualityFlag qualityFlag,
Department recorderDepartment,
Vessel fromVessel,
Program program)
Constructs a new instance of
Transshipment , taking all required and/or
read-only properties as arguments, except for identifiers. |
static Transshipment |
Transshipment.Factory.newInstance(Date transshipmentDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Point position,
Vessel toVessel,
Location transshipmentLocation,
QualityFlag qualityFlag,
Department recorderDepartment,
Vessel fromVessel,
Person recorderPerson,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces,
FishingTrip fishingTrip,
Program program)
Constructs a new instance of
Transshipment , taking all possible properties
(except the identifier(s))as arguments. |
void |
Transshipment.setProgram(Program programIn)
Programme d'observation à l'origine d'une collecte de données.
|
Modifier and Type | Method and Description |
---|---|
Program |
VesselOwner.getProgram()
Identifie le programme de collecte à l'origine des informations sur
l'armateur.
|
Program |
Vessel.getProgram()
Identifie le référentiel d'usagers auquel est rattaché le Vessel.
|
Modifier and Type | Method and Description |
---|---|
Object |
VesselDaoBase.create(int transform,
Program program,
Status status,
Timestamp updateDate,
VesselType vesselType)
Does the same thing as
#create(Timestamp) with an
additional flag called transform . |
Object |
VesselDao.create(int transform,
Program program,
Status status,
Timestamp updateDate,
VesselType vesselType)
Does the same thing as
#create(Timestamp) with an
additional flag called transform . |
Object |
VesselOwnerDaoBase.create(int transform,
Program program,
Timestamp updateDate)
Does the same thing as
#create(Timestamp) with an
additional flag called transform . |
Object |
VesselOwnerDao.create(int transform,
Program program,
Timestamp updateDate)
Does the same thing as
#create(Timestamp) with an
additional flag called transform . |
Vessel |
VesselDaoBase.create(Program program,
Status status,
Timestamp updateDate,
VesselType vesselType)
Creates a new
Vessel
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Vessel |
VesselDao.create(Program program,
Status status,
Timestamp updateDate,
VesselType vesselType)
Creates a new
Vessel
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselOwner |
VesselOwnerDaoBase.create(Program program,
Timestamp updateDate)
Creates a new
VesselOwner
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselOwner |
VesselOwnerDao.create(Program program,
Timestamp updateDate)
Creates a new
VesselOwner
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
static VesselOwner |
VesselOwner.Factory.newInstance(String registrationCode,
String lastname,
String firstname,
String street,
String zipCode,
String city,
String address,
Date dateOfBirth,
Date retirementDate,
Boolean isInRetirement,
Timestamp updateDate,
String phoneNumber,
String mobileNumber,
String faxNumber,
String email,
Date activityStartDate,
Program program,
Location countryLocation,
Collection<RightToProduce> rightToProduces)
Constructs a new instance of
VesselOwner , taking all possible properties
(except the identifier(s))as arguments. |
static Vessel |
Vessel.Factory.newInstance(Timestamp updateDate,
Collection<VesselFleetEvent> vesselFleetEvents,
Status status,
Collection<VesselRegistrationPeriod> vesselRegistrationPeriods,
Collection<VesselFeatures> vesselFeatures,
Collection<RightToProduce> rightToProduces,
Program program,
Collection<VesselOwnerPeriod> vesselOwnerPeriods,
VesselType vesselType,
Collection<VesselCommissioningPeriod> vesselCommissioningPeriods)
Constructs a new instance of
Vessel , taking all possible properties
(except the identifier(s))as arguments. |
static VesselOwner |
VesselOwner.Factory.newInstance(Timestamp updateDate,
Program program)
Constructs a new instance of
VesselOwner , taking all required and/or
read-only properties as arguments, except for identifiers. |
static Vessel |
Vessel.Factory.newInstance(Timestamp updateDate,
Status status,
Program program,
VesselType vesselType)
Constructs a new instance of
Vessel , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
VesselOwner.setProgram(Program programIn)
Identifie le programme de collecte à l'origine des informations sur
l'armateur.
|
void |
Vessel.setProgram(Program programIn)
Identifie le référentiel d'usagers auquel est rattaché le Vessel.
|
Modifier and Type | Method and Description |
---|---|
Program |
VesselPersonFeatures.getProgram()
Programme d'observation à l'origine d'une collecte de données.
|
Program |
VesselPerson.getProgram()
Programme d'observation à l'origine d'une collecte de données.
|
Modifier and Type | Method and Description |
---|---|
Object |
VesselPersonFeaturesDaoBase.create(int transform,
Program program,
QualityFlag qualityFlag,
Date startDate,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(Date, Timestamp) with an
additional flag called transform . |
Object |
VesselPersonFeaturesDao.create(int transform,
Program program,
QualityFlag qualityFlag,
Date startDate,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(Date, Timestamp) with an
additional flag called transform . |
Object |
VesselPersonDaoBase.create(int transform,
Program program,
Timestamp updateDate)
Does the same thing as
#create(Timestamp) with an
additional flag called transform . |
Object |
VesselPersonDao.create(int transform,
Program program,
Timestamp updateDate)
Does the same thing as
#create(Timestamp) with an
additional flag called transform . |
VesselPersonFeatures |
VesselPersonFeaturesDaoBase.create(Program program,
QualityFlag qualityFlag,
Date startDate,
Timestamp updateDate,
Vessel vessel)
Creates a new
VesselPersonFeatures
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselPersonFeatures |
VesselPersonFeaturesDao.create(Program program,
QualityFlag qualityFlag,
Date startDate,
Timestamp updateDate,
Vessel vessel)
Creates a new
VesselPersonFeatures
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselPerson |
VesselPersonDaoBase.create(Program program,
Timestamp updateDate)
Creates a new
VesselPerson
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselPerson |
VesselPersonDao.create(Program program,
Timestamp updateDate)
Creates a new
VesselPerson
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
static VesselPersonFeatures |
VesselPersonFeatures.Factory.newInstance(Date startDate,
Date endDate,
Short rankOrder,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Person person,
Operation operation,
Collection<VesselPersonMeasurement> vesselPersonMeasurements,
QualityFlag qualityFlag,
Vessel vessel,
Program program,
Collection<VesselPersonRole> vesselPersonRoles,
VesselPerson vesselPerson,
EconomicalSurvey economicalSurvey,
FishingTrip fishingTrip)
Constructs a new instance of
VesselPersonFeatures , taking all possible properties
(except the identifier(s))as arguments. |
static VesselPersonFeatures |
VesselPersonFeatures.Factory.newInstance(Date startDate,
Timestamp updateDate,
QualityFlag qualityFlag,
Vessel vessel,
Program program)
Constructs a new instance of
VesselPersonFeatures , taking all required and/or
read-only properties as arguments, except for identifiers. |
static VesselPerson |
VesselPerson.Factory.newInstance(String registrationCode,
String lastname,
String firstname,
String street,
String zipCode,
String city,
String address,
Date dateOfBirth,
Date retirementDate,
Boolean isInRetirement,
String phoneNumber,
String mobileNumber,
String faxNumber,
String email,
Timestamp updateDate,
Program program,
Location countryLocation,
EducationGrade educationGrade)
Constructs a new instance of
VesselPerson , taking all possible properties
(except the identifier(s))as arguments. |
static VesselPerson |
VesselPerson.Factory.newInstance(Timestamp updateDate,
Program program)
Constructs a new instance of
VesselPerson , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
VesselPersonFeatures.setProgram(Program programIn)
Programme d'observation à l'origine d'une collecte de données.
|
void |
VesselPerson.setProgram(Program programIn)
Programme d'observation à l'origine d'une collecte de données.
|
Modifier and Type | Method and Description |
---|---|
Program |
VesselPhysicalFeaturesOrigin.getProgram()
Identifie le progamme d'origine, ayant servi à constituer les caractéristiques
VesselPhysicalFeatures (par Copier/Coller, consolidation, croisement, etc).
|
Program |
PhysicalFeatures.getProgram()
Programme d'observation à l'origine d'une collecte de données.
|
Program |
GearPhysicalFeaturesOrigin.getProgram()
Identifie le progamme d'origine, ayant servi à constituer les caractéristiques
GearlPhysicalFeatures (par Copier/Coller, consolidation, croisement, etc).
|
Modifier and Type | Method and Description |
---|---|
VesselPhysicalFeatures |
VesselPhysicalFeaturesDaoBase.create(Date creationDate,
Program program,
QualityFlag qualityFlag,
Date startDate,
Timestamp updateDate,
Vessel vessel,
Department recorderDepartment)
Creates a new
VesselPhysicalFeatures
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselPhysicalFeatures |
VesselPhysicalFeaturesDao.create(Date creationDate,
Program program,
QualityFlag qualityFlag,
Date startDate,
Timestamp updateDate,
Vessel vessel,
Department recorderDepartment)
Creates a new
VesselPhysicalFeatures
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
GearPhysicalFeaturesOrigin |
GearPhysicalFeaturesOriginDaoBase.create(GearPhysicalFeatures gearPhysicalFeatures,
Program program)
Creates a new
GearPhysicalFeaturesOrigin
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
GearPhysicalFeaturesOrigin |
GearPhysicalFeaturesOriginDao.create(GearPhysicalFeatures gearPhysicalFeatures,
Program program)
Creates a new
GearPhysicalFeaturesOrigin
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
GearPhysicalFeatures |
GearPhysicalFeaturesDaoBase.create(Gear gear,
Short rankOrder,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Date startDate,
Timestamp updateDate,
Vessel vessel)
Creates a new
GearPhysicalFeatures
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
GearPhysicalFeatures |
GearPhysicalFeaturesDao.create(Gear gear,
Short rankOrder,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Date startDate,
Timestamp updateDate,
Vessel vessel)
Creates a new
GearPhysicalFeatures
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
VesselPhysicalFeaturesDaoBase.create(int transform,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Date startDate,
Timestamp updateDate,
Vessel vessel,
Department recorderDepartment)
Does the same thing as
#create(Date, Date, Timestamp) with an
additional flag called transform . |
Object |
VesselPhysicalFeaturesDao.create(int transform,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Date startDate,
Timestamp updateDate,
Vessel vessel,
Department recorderDepartment)
Does the same thing as
#create(Date, Date, Timestamp) with an
additional flag called transform . |
Object |
GearPhysicalFeaturesOriginDaoBase.create(int transform,
GearPhysicalFeatures gearPhysicalFeatures,
Program program)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
GearPhysicalFeaturesOriginDao.create(int transform,
GearPhysicalFeatures gearPhysicalFeatures,
Program program)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
GearPhysicalFeaturesDaoBase.create(int transform,
Gear gear,
Short rankOrder,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Date startDate,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(Short, Date, Date, Timestamp) with an
additional flag called transform . |
Object |
GearPhysicalFeaturesDao.create(int transform,
Gear gear,
Short rankOrder,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Date startDate,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(Short, Date, Date, Timestamp) with an
additional flag called transform . |
Object |
VesselPhysicalFeaturesOriginDaoBase.create(int transform,
Program program,
VesselPhysicalFeatures vesselPhysicalFeatures)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
VesselPhysicalFeaturesOriginDao.create(int transform,
Program program,
VesselPhysicalFeatures vesselPhysicalFeatures)
Does the same thing as
#create() with an
additional flag called transform . |
VesselPhysicalFeaturesOrigin |
VesselPhysicalFeaturesOriginDaoBase.create(Program program,
VesselPhysicalFeatures vesselPhysicalFeatures)
Creates a new
VesselPhysicalFeaturesOrigin
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselPhysicalFeaturesOrigin |
VesselPhysicalFeaturesOriginDao.create(Program program,
VesselPhysicalFeatures vesselPhysicalFeatures)
Creates a new
VesselPhysicalFeaturesOrigin
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
static GearPhysicalFeaturesOrigin |
GearPhysicalFeaturesOrigin.Factory.newInstance(AcquisitionLevel acquisitionLevel,
Program program,
GearPhysicalFeatures gearPhysicalFeatures)
Constructs a new instance of
GearPhysicalFeaturesOrigin , taking all possible properties
(except the identifier(s))as arguments. |
static VesselPhysicalFeaturesOrigin |
VesselPhysicalFeaturesOrigin.Factory.newInstance(AcquisitionLevel acquisitionLevel,
Program program,
VesselPhysicalFeatures vesselPhysicalFeatures)
Constructs a new instance of
VesselPhysicalFeaturesOrigin , taking all possible properties
(except the identifier(s))as arguments. |
static GearPhysicalFeatures |
GearPhysicalFeatures.Factory.newInstance(Date startDate,
Date endDate,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Program program,
QualityFlag qualityFlag,
Vessel vessel,
Short rankOrder,
FishingTrip fishingTrip,
Gear otherGear,
Collection<Operation> operations,
Collection<GearPhysicalMeasurement> gearPhysicalMeasurements,
Gear gear,
Collection<GearPhysicalFeaturesOrigin> gearPhysicalFeaturesOrigins,
PhysicalGearSurvey physicalGearSurvey)
Constructs a new instance of
GearPhysicalFeatures , taking all possible properties
(except the identifier(s))as arguments. |
static VesselPhysicalFeatures |
VesselPhysicalFeatures.Factory.newInstance(Date startDate,
Date endDate,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Program program,
QualityFlag qualityFlag,
Vessel vessel,
Short rankOrder,
String name,
String exteriorMarking,
String IRCS,
String comments,
Collection<VesselPhysicalFeaturesOrigin> vesselPhysicalFeaturesOrigins,
Department recorderDepartment,
Location baseLandingLocation,
Person recorderPerson,
Collection<VesselPhysicalMeasurement> vesselPhysicalMeasurements,
PhysicalGearSurvey physicalGearSurvey)
Constructs a new instance of
VesselPhysicalFeatures , taking all possible properties
(except the identifier(s))as arguments. |
static VesselPhysicalFeatures |
VesselPhysicalFeatures.Factory.newInstance(Date startDate,
Date creationDate,
Timestamp updateDate,
Program program,
QualityFlag qualityFlag,
Vessel vessel,
Department recorderDepartment)
Constructs a new instance of
VesselPhysicalFeatures , taking all required and/or
read-only properties as arguments, except for identifiers. |
static GearPhysicalFeatures |
GearPhysicalFeatures.Factory.newInstance(Date startDate,
Date creationDate,
Timestamp updateDate,
Program program,
QualityFlag qualityFlag,
Vessel vessel,
Short rankOrder,
Gear gear)
Constructs a new instance of
GearPhysicalFeatures , taking all required and/or
read-only properties as arguments, except for identifiers. |
static GearPhysicalFeaturesOrigin |
GearPhysicalFeaturesOrigin.Factory.newInstance(Program program,
GearPhysicalFeatures gearPhysicalFeatures)
Constructs a new instance of
GearPhysicalFeaturesOrigin , taking all required and/or
read-only properties as arguments, except for identifiers. |
static VesselPhysicalFeaturesOrigin |
VesselPhysicalFeaturesOrigin.Factory.newInstance(Program program,
VesselPhysicalFeatures vesselPhysicalFeatures)
Constructs a new instance of
VesselPhysicalFeaturesOrigin , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
VesselPhysicalFeaturesOrigin.setProgram(Program programIn)
Identifie le progamme d'origine, ayant servi à constituer les caractéristiques
VesselPhysicalFeatures (par Copier/Coller, consolidation, croisement, etc).
|
void |
PhysicalFeatures.setProgram(Program programIn)
Programme d'observation à l'origine d'une collecte de données.
|
void |
GearPhysicalFeaturesOrigin.setProgram(Program programIn)
Identifie le progamme d'origine, ayant servi à constituer les caractéristiques
GearlPhysicalFeatures (par Copier/Coller, consolidation, croisement, etc).
|
Modifier and Type | Method and Description |
---|---|
Program |
VesselUseFeaturesOrigin.getProgram()
Identifie le progamme d'origine, ayant servi à constituer les caractéristiques
VesselUseFeatures (par Copier/Coller, consolidation, croisement, etc).
|
Program |
UseFeatures.getProgram()
Code du programme de collecte auquel appartient la donnée.
|
Program |
GearUseFeaturesOrigin.getProgram()
Identifie le progamme d'origine, ayant servi à constituer les caractéristiques
GearlUseFeatures (par Copier/Coller, consolidation, croisement, etc).
|
Modifier and Type | Method and Description |
---|---|
VesselUseFeatures |
VesselUseFeaturesDaoBase.create(Date creationDate,
Program program,
QualityFlag qualityFlag,
Date startDate,
Timestamp updateDate,
Vessel vessel,
Integer isActive)
Creates a new
VesselUseFeatures
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselUseFeatures |
VesselUseFeaturesDao.create(Date creationDate,
Program program,
QualityFlag qualityFlag,
Date startDate,
Timestamp updateDate,
Vessel vessel,
Integer isActive)
Creates a new
VesselUseFeatures
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
GearUseFeaturesOrigin |
GearUseFeaturesOriginDaoBase.create(GearUseFeatures gearUseFeatures,
Program program)
Creates a new
GearUseFeaturesOrigin
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
GearUseFeaturesOrigin |
GearUseFeaturesOriginDao.create(GearUseFeatures gearUseFeatures,
Program program)
Creates a new
GearUseFeaturesOrigin
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
VesselUseFeaturesDaoBase.create(int transform,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Date startDate,
Timestamp updateDate,
Vessel vessel,
Integer isActive)
Does the same thing as
#create(Integer, Date, Date, Timestamp) with an
additional flag called transform . |
Object |
VesselUseFeaturesDao.create(int transform,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Date startDate,
Timestamp updateDate,
Vessel vessel,
Integer isActive)
Does the same thing as
#create(Integer, Date, Date, Timestamp) with an
additional flag called transform . |
Object |
GearUseFeaturesOriginDaoBase.create(int transform,
GearUseFeatures gearUseFeatures,
Program program)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
GearUseFeaturesOriginDao.create(int transform,
GearUseFeatures gearUseFeatures,
Program program)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
VesselUseFeaturesOriginDaoBase.create(int transform,
Program program,
VesselUseFeatures vesselUseFeatures)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
VesselUseFeaturesOriginDao.create(int transform,
Program program,
VesselUseFeatures vesselUseFeatures)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
GearUseFeaturesDaoBase.create(int transform,
Short rankOrder,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Date startDate,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(Short, Date, Date, Timestamp) with an
additional flag called transform . |
Object |
GearUseFeaturesDao.create(int transform,
Short rankOrder,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Date startDate,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(Short, Date, Date, Timestamp) with an
additional flag called transform . |
VesselUseFeaturesOrigin |
VesselUseFeaturesOriginDaoBase.create(Program program,
VesselUseFeatures vesselUseFeatures)
Creates a new
VesselUseFeaturesOrigin
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselUseFeaturesOrigin |
VesselUseFeaturesOriginDao.create(Program program,
VesselUseFeatures vesselUseFeatures)
Creates a new
VesselUseFeaturesOrigin
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
GearUseFeatures |
GearUseFeaturesDaoBase.create(Short rankOrder,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Date startDate,
Timestamp updateDate,
Vessel vessel)
Creates a new
GearUseFeatures
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
GearUseFeatures |
GearUseFeaturesDao.create(Short rankOrder,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Date startDate,
Timestamp updateDate,
Vessel vessel)
Creates a new
GearUseFeatures
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
static GearUseFeaturesOrigin |
GearUseFeaturesOrigin.Factory.newInstance(AcquisitionLevel acquisitionLevel,
Program program,
GearUseFeatures gearUseFeatures)
Constructs a new instance of
GearUseFeaturesOrigin , taking all possible properties
(except the identifier(s))as arguments. |
static VesselUseFeaturesOrigin |
VesselUseFeaturesOrigin.Factory.newInstance(AcquisitionLevel acquisitionLevel,
Program program,
VesselUseFeatures vesselUseFeatures)
Constructs a new instance of
VesselUseFeaturesOrigin , taking all possible properties
(except the identifier(s))as arguments. |
static VesselUseFeatures |
VesselUseFeatures.Factory.newInstance(Date startDate,
Date endDate,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Program program,
QualityFlag qualityFlag,
Vessel vessel,
Integer isActive,
DailyActivityCalendar dailyActivityCalendar,
Location basePortLocation,
Operation operation,
Collection<VesselUseMeasurement> vesselUseMeasurements,
Collection<VesselUseFeaturesOrigin> vesselUseFeaturesOrigins,
ActivityCalendar activityCalendar,
EconomicalSurvey economicalSurvey,
FishingEffortCalendar fishingEffortCalendar,
FishingTrip fishingTrip,
Collection<FishingArea> fishingAreas)
Constructs a new instance of
VesselUseFeatures , taking all possible properties
(except the identifier(s))as arguments. |
static GearUseFeatures |
GearUseFeatures.Factory.newInstance(Date startDate,
Date endDate,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Program program,
QualityFlag qualityFlag,
Vessel vessel,
Short rankOrder,
EconomicalSurvey economicalSurvey,
Gear otherGear,
Operation operation,
Collection<GearUseMeasurement> gearUseMeasurements,
Metier metier,
Collection<GearUseFeaturesOrigin> gearUseFeaturesOrigins,
Gear gear,
ActivityCalendar activityCalendar,
DailyActivityCalendar dailyActivityCalendar,
FishingEffortCalendar fishingEffortCalendar,
Collection<FishingArea> fishingAreas)
Constructs a new instance of
GearUseFeatures , taking all possible properties
(except the identifier(s))as arguments. |
static VesselUseFeatures |
VesselUseFeatures.Factory.newInstance(Date startDate,
Date creationDate,
Timestamp updateDate,
Program program,
QualityFlag qualityFlag,
Vessel vessel,
Integer isActive)
Constructs a new instance of
VesselUseFeatures , taking all required and/or
read-only properties as arguments, except for identifiers. |
static GearUseFeatures |
GearUseFeatures.Factory.newInstance(Date startDate,
Date creationDate,
Timestamp updateDate,
Program program,
QualityFlag qualityFlag,
Vessel vessel,
Short rankOrder)
Constructs a new instance of
GearUseFeatures , taking all required and/or
read-only properties as arguments, except for identifiers. |
static GearUseFeaturesOrigin |
GearUseFeaturesOrigin.Factory.newInstance(Program program,
GearUseFeatures gearUseFeatures)
Constructs a new instance of
GearUseFeaturesOrigin , taking all required and/or
read-only properties as arguments, except for identifiers. |
static VesselUseFeaturesOrigin |
VesselUseFeaturesOrigin.Factory.newInstance(Program program,
VesselUseFeatures vesselUseFeatures)
Constructs a new instance of
VesselUseFeaturesOrigin , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
VesselUseFeaturesOrigin.setProgram(Program programIn)
Identifie le progamme d'origine, ayant servi à constituer les caractéristiques
VesselUseFeatures (par Copier/Coller, consolidation, croisement, etc).
|
void |
UseFeatures.setProgram(Program programIn)
Code du programme de collecte auquel appartient la donnée.
|
void |
GearUseFeaturesOrigin.setProgram(Program programIn)
Identifie le progamme d'origine, ayant servi à constituer les caractéristiques
GearlUseFeatures (par Copier/Coller, consolidation, croisement, etc).
|
Modifier and Type | Method and Description |
---|---|
Program |
VesselPositionVMS.getProgram()
Programme d'observation à l'origine d'une collecte de données.
|
Program |
VesselPosition.getProgram()
Programme d'observation à l'origine d'une collecte de données.
|
Modifier and Type | Method and Description |
---|---|
VesselPositionVMS |
VesselPositionVMSDaoBase.create(Date dateTime,
Float latitude,
Float longitude,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel)
Creates a new
VesselPositionVMS
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselPositionVMS |
VesselPositionVMSDao.create(Date dateTime,
Float latitude,
Float longitude,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel)
Creates a new
VesselPositionVMS
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselPosition |
VesselPositionDaoBase.create(Date dateTime,
Float latitude,
Float longitude,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel)
Creates a new
VesselPosition
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselPosition |
VesselPositionDao.create(Date dateTime,
Float latitude,
Float longitude,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel)
Creates a new
VesselPosition
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
VesselPositionVMSDaoBase.create(int transform,
Date dateTime,
Float latitude,
Float longitude,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(Date, Float, Float, Timestamp) with an
additional flag called transform . |
Object |
VesselPositionVMSDao.create(int transform,
Date dateTime,
Float latitude,
Float longitude,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(Date, Float, Float, Timestamp) with an
additional flag called transform . |
Object |
VesselPositionDaoBase.create(int transform,
Date dateTime,
Float latitude,
Float longitude,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(Date, Float, Float, Timestamp) with an
additional flag called transform . |
Object |
VesselPositionDao.create(int transform,
Date dateTime,
Float latitude,
Float longitude,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(Date, Float, Float, Timestamp) with an
additional flag called transform . |
static VesselPositionVMS |
VesselPositionVMS.Factory.newInstance(Date dateTime,
Float latitude,
Float longitude,
BigDecimal vesselSpeed,
BigDecimal vesselDirection,
Date controlDate,
Date validationDate,
Date qualificationDate,
Timestamp updateDate,
Point position,
Collection<VesselPositionMeasurement> vesselPositionMeasurements,
Department recorderDepartment,
Operation operation,
Vessel vessel,
ProcessingHistory processingHistory,
Program program,
QualityFlag qualityFlag)
Constructs a new instance of
VesselPositionVMS , taking all possible properties
(except the identifier(s))as arguments. |
static VesselPosition |
VesselPosition.Factory.newInstance(Date dateTime,
Float latitude,
Float longitude,
BigDecimal vesselSpeed,
BigDecimal vesselDirection,
Date controlDate,
Date validationDate,
Date qualificationDate,
Timestamp updateDate,
Point position,
Program program,
Department recorderDepartment,
Operation operation,
QualityFlag qualityFlag,
ProcessingHistory processingHistory,
Vessel vessel)
Constructs a new instance of
VesselPosition , taking all possible properties
(except the identifier(s))as arguments. |
static VesselPositionVMS |
VesselPositionVMS.Factory.newInstance(Date dateTime,
Float latitude,
Float longitude,
Timestamp updateDate,
Department recorderDepartment,
Vessel vessel,
Program program,
QualityFlag qualityFlag)
Constructs a new instance of
VesselPositionVMS , taking all required and/or
read-only properties as arguments, except for identifiers. |
static VesselPosition |
VesselPosition.Factory.newInstance(Date dateTime,
Float latitude,
Float longitude,
Timestamp updateDate,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel)
Constructs a new instance of
VesselPosition , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
VesselPositionVMS.setProgram(Program programIn)
Programme d'observation à l'origine d'une collecte de données.
|
void |
VesselPosition.setProgram(Program programIn)
Programme d'observation à l'origine d'une collecte de données.
|
Modifier and Type | Method and Description |
---|---|
Program |
RightToProduce.getProgram()
Programme d'observation à l'origine d'une collecte de données.
|
Modifier and Type | Method and Description |
---|---|
Object |
RightToProduceDaoBase.create(int transform,
Program program,
Date startDate,
Timestamp updateDate)
Does the same thing as
#create(Date, Timestamp) with an
additional flag called transform . |
Object |
RightToProduceDao.create(int transform,
Program program,
Date startDate,
Timestamp updateDate)
Does the same thing as
#create(Date, Timestamp) with an
additional flag called transform . |
RightToProduce |
RightToProduceDaoBase.create(Program program,
Date startDate,
Timestamp updateDate)
Creates a new
RightToProduce
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
RightToProduce |
RightToProduceDao.create(Program program,
Date startDate,
Timestamp updateDate)
Creates a new
RightToProduce
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
static RightToProduce |
RightToProduce.Factory.newInstance(Date startDate,
Short rankOrderOnPeriod,
Date endDate,
String reference,
Timestamp updateDate,
Program program,
Corpus corpus,
Collection<VesselOwner> vesselOwners,
Collection<Vessel> vessels,
Collection<Fishery> fisheries)
Constructs a new instance of
RightToProduce , taking all possible properties
(except the identifier(s))as arguments. |
static RightToProduce |
RightToProduce.Factory.newInstance(Date startDate,
Timestamp updateDate,
Program program)
Constructs a new instance of
RightToProduce , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
RightToProduce.setProgram(Program programIn)
Programme d'observation à l'origine d'une collecte de données.
|
Modifier and Type | Method and Description |
---|---|
Program |
LinkedItemType.getFromProgram()
Programme de collecte dont sont issues les données sources du rapprochement
|
Program |
LinkedItemType.getToProgram()
Programme de collecte dont sont issues les données de destination du rapprochement.
|
Modifier and Type | Method and Description |
---|---|
Object |
LinkedItemTypeDaoBase.create(int transform,
ObjectType fromObjectType,
Program fromProgram,
String name,
Status status,
ObjectType toObjectType,
Program toProgram,
Timestamp updateDate)
Does the same thing as
#create(String, Timestamp) with an
additional flag called transform . |
Object |
LinkedItemTypeDao.create(int transform,
ObjectType fromObjectType,
Program fromProgram,
String name,
Status status,
ObjectType toObjectType,
Program toProgram,
Timestamp updateDate)
Does the same thing as
#create(String, Timestamp) with an
additional flag called transform . |
LinkedItemType |
LinkedItemTypeDaoBase.create(ObjectType fromObjectType,
Program fromProgram,
String name,
Status status,
ObjectType toObjectType,
Program toProgram,
Timestamp updateDate)
Creates a new
LinkedItemType
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
LinkedItemType |
LinkedItemTypeDao.create(ObjectType fromObjectType,
Program fromProgram,
String name,
Status status,
ObjectType toObjectType,
Program toProgram,
Timestamp updateDate)
Creates a new
LinkedItemType
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
static LinkedItemType |
LinkedItemType.Factory.newInstance(String name,
String description,
Timestamp updateDate,
String comments,
ObjectType fromObjectType,
ObjectType toObjectType,
Status status,
Program fromProgram,
Program toProgram)
Constructs a new instance of
LinkedItemType , taking all possible properties
(except the identifier(s))as arguments. |
static LinkedItemType |
LinkedItemType.Factory.newInstance(String name,
Timestamp updateDate,
ObjectType fromObjectType,
ObjectType toObjectType,
Status status,
Program fromProgram,
Program toProgram)
Constructs a new instance of
LinkedItemType , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
LinkedItemType.setFromProgram(Program fromProgramIn)
Programme de collecte dont sont issues les données sources du rapprochement
|
void |
LinkedItemType.setToProgram(Program toProgramIn)
Programme de collecte dont sont issues les données de destination du rapprochement.
|
Modifier and Type | Method and Description |
---|---|
Program |
GroupingVesselHierarchy.getOriginProgram()
Programme de collecte à partir duquel le regroupement à été déterminé.
|
Modifier and Type | Method and Description |
---|---|
GroupingVesselHierarchy |
GroupingVesselHierarchyDaoBase.create(Grouping grouping,
GroupingClassification groupingClassification,
Location location,
ObjectType originObjectType,
Program originProgram,
Date startDate,
Timestamp updateDate,
Vessel vessel)
Creates a new
GroupingVesselHierarchy
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
GroupingVesselHierarchy |
GroupingVesselHierarchyDao.create(Grouping grouping,
GroupingClassification groupingClassification,
Location location,
ObjectType originObjectType,
Program originProgram,
Date startDate,
Timestamp updateDate,
Vessel vessel)
Creates a new
GroupingVesselHierarchy
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
GroupingVesselHierarchyDaoBase.create(int transform,
Grouping grouping,
GroupingClassification groupingClassification,
Location location,
ObjectType originObjectType,
Program originProgram,
Date startDate,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(Date, Timestamp) with an
additional flag called transform . |
Object |
GroupingVesselHierarchyDao.create(int transform,
Grouping grouping,
GroupingClassification groupingClassification,
Location location,
ObjectType originObjectType,
Program originProgram,
Date startDate,
Timestamp updateDate,
Vessel vessel)
Does the same thing as
#create(Date, Timestamp) with an
additional flag called transform . |
static GroupingVesselHierarchy |
GroupingVesselHierarchy.Factory.newInstance(Date startDate,
Date endDate,
Timestamp updateDate,
Grouping grouping,
Program originProgram,
ObjectType originObjectType,
Vessel vessel,
Location location,
GroupingClassification groupingClassification)
Constructs a new instance of
GroupingVesselHierarchy , taking all possible properties
(except the identifier(s))as arguments. |
static GroupingVesselHierarchy |
GroupingVesselHierarchy.Factory.newInstance(Date startDate,
Timestamp updateDate,
Grouping grouping,
Program originProgram,
ObjectType originObjectType,
Vessel vessel,
Location location,
GroupingClassification groupingClassification)
Constructs a new instance of
GroupingVesselHierarchy , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
GroupingVesselHierarchy.setOriginProgram(Program originProgramIn)
Programme de collecte à partir duquel le regroupement à été déterminé.
|
Modifier and Type | Method and Description |
---|---|
Program |
DenormalizedVessel.getProgram()
Programme d'observation à l'origine d'une collecte de données.
|
Modifier and Type | Method and Description |
---|---|
Object |
DenormalizedVesselDaoBase.create(int transform,
Program program,
Short rankOrder,
Location registrationCountry,
Location registrationLocation,
Date registrationStartDate)
Does the same thing as
#create(Date, Short) with an
additional flag called transform . |
Object |
DenormalizedVesselDao.create(int transform,
Program program,
Short rankOrder,
Location registrationCountry,
Location registrationLocation,
Date registrationStartDate)
Does the same thing as
#create(Date, Short) with an
additional flag called transform . |
DenormalizedVessel |
DenormalizedVesselDaoBase.create(Program program,
Short rankOrder,
Location registrationCountry,
Location registrationLocation,
Date registrationStartDate)
Creates a new
DenormalizedVessel
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
DenormalizedVessel |
DenormalizedVesselDao.create(Program program,
Short rankOrder,
Location registrationCountry,
Location registrationLocation,
Date registrationStartDate)
Creates a new
DenormalizedVessel
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
static DenormalizedVessel |
DenormalizedVessel.Factory.newInstance(Date registrationStartDate,
Short rankOrder,
Location registrationLocation,
Location registrationCountry,
Program program)
Constructs a new instance of
DenormalizedVessel , taking all required and/or
read-only properties as arguments, except for identifiers. |
static DenormalizedVessel |
DenormalizedVessel.Factory.newInstance(String name,
String internationalRegistrationCode,
String registrationCode,
Date registrationStartDate,
Date registrationEndDate,
Short rankOrder,
Location registrationLocation,
Location registrationCountry,
VesselOwner vesselOwner,
Program program)
Constructs a new instance of
DenormalizedVessel , taking all possible properties
(except the identifier(s))as arguments. |
void |
DenormalizedVessel.setProgram(Program programIn)
Programme d'observation à l'origine d'une collecte de données.
|
Copyright © 2012–2014 IFREMER. All rights reserved.