Modifier and Type | Method and Description |
---|---|
Person |
Program2Person.getPerson()
Utilisateurs saisisseurs sur le programme.
|
Person |
Program2Person.getReferencePerson()
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
Modifier and Type | Method and Description |
---|---|
Collection<Person> |
Strategy.getManagersUsers()
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Strategy.addManagersUsers(Person elementToAdd)
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
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 . |
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. |
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. |
boolean |
Strategy.removeManagersUsers(Person elementToRemove)
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
void |
Program2Person.setPerson(Person personIn)
Utilisateurs saisisseurs sur le programme.
|
void |
Program2Person.setReferencePerson(Person referencePersonIn)
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
Modifier and Type | Method and Description |
---|---|
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. |
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 . |
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 |
Strategy.setManagersUsers(Collection<Person> managersUsersIn)
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
Modifier and Type | Class and Description |
---|---|
class |
PersonImpl |
Modifier and Type | Method and Description |
---|---|
Person |
PersonDaoBase.create(Date creationDate,
Department department,
String employeeNumber,
String firstname,
String lastname,
Status status,
Timestamp updateDate,
String username)
Creates a new
Person
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Person |
PersonDao.create(Date creationDate,
Department department,
String employeeNumber,
String firstname,
String lastname,
Status status,
Timestamp updateDate,
String username)
Creates a new
Person
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Person |
PersonDaoBase.create(Person person)
Creates an instance of Person and adds it to the persistent store.
|
Person |
PersonDao.create(Person person)
Creates an instance of Person and adds it to the persistent store.
|
Person |
PersonDaoBase.create(String lastname,
String firstname,
String address,
Date creationDate,
String phoneNumber,
String mobileNumber,
String faxNumber,
String email,
Timestamp updateDate,
String cryptPassword,
String employeeNumber,
String username,
String usernameExtranet)
Creates a new
Person
instance from all attributes and adds it to
the persistent store. |
Person |
PersonDao.create(String lastname,
String firstname,
String address,
Date creationDate,
String phoneNumber,
String mobileNumber,
String faxNumber,
String email,
Timestamp updateDate,
String cryptPassword,
String employeeNumber,
String username,
String usernameExtranet)
Creates a new
Person
instance from all attributes and adds it to
the persistent store. |
Person |
PersonExtendDao.createAsTemporary(String lastname,
String firstname,
Integer departmentId) |
Person |
PersonDaoImpl.createAsTemporary(String lastname,
String firstname,
Integer departmentId) |
Person |
PersonDaoBase.get(Integer id)
Gets an instance of Person from the persistent store.
|
Person |
PersonDao.get(Integer id)
Gets an instance of Person from the persistent store.
|
Person |
ManagedData.getManagerUser()
Deprecated.
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
Person |
ManagedDataTransfer.getNewManagerUser()
Deprecated.
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
Person |
PersonSession.getPerson()
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
Person |
ManagedData.getSupervisorUser()
Deprecated.
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
Person |
PersonDaoBase.load(Integer id)
Loads an instance of Person from the persistent store.
|
Person |
PersonDao.load(Integer id)
Loads an instance of Person from the persistent store.
|
static Person |
Person.Factory.newInstance()
Constructs a new instance of
Person . |
static Person |
Person.Factory.newInstance(String lastname,
String firstname,
Date creationDate,
Timestamp updateDate,
String employeeNumber,
String username,
Department department,
Status status)
Constructs a new instance of
Person , taking all required and/or
read-only properties as arguments, except for identifiers. |
static Person |
Person.Factory.newInstance(String lastname,
String firstname,
String address,
Date creationDate,
String phoneNumber,
String mobileNumber,
String faxNumber,
String email,
Timestamp updateDate,
String employeeNumber,
String username,
String usernameExtranet,
Collection<Program2Person> program2Persons,
Collection<UserProfil> profils,
Department department,
Status status)
Constructs a new instance of
Person , taking all possible properties
(except the identifier(s))as arguments. |
protected Person |
PersonDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<Person> |
PersonDaoBase.create(Collection<Person> entities)
Creates a new instance of Person and adds
from the passed in
entities collection |
Collection<Person> |
PersonDao.create(Collection<Person> entities)
Creates a new instance of Person and adds
from the passed in
entities collection |
Collection<Person> |
ManagedData.getViewerUsers()
Deprecated.
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
Collection<Person> |
PersonDaoBase.loadAll()
Loads all entities of type
Person . |
Collection<Person> |
PersonDao.loadAll()
Loads all entities of type
Person . |
Set<Person> |
PersonDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Person> |
PersonDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
boolean |
ManagedData.addViewerUsers(Person elementToAdd)
Deprecated.
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
int |
Person.compareTo(Person o) |
Object |
ManagedDataTransferDaoBase.create(int transform,
ManagedData managedData,
Person newManagerUser,
Date transferDate)
Does the same thing as
ManagedDataTransferDao.create(Date) with an
additional flag called transform . |
Object |
ManagedDataTransferDao.create(int transform,
ManagedData managedData,
Person newManagerUser,
Date transferDate)
Deprecated.
Does the same thing as
ManagedDataTransferDao.create(Date) with an
additional flag called transform . |
Object |
ManagedDataDaoBase.create(int transform,
ManagedDataType managedDataType,
Person managerUser,
Timestamp updateDate)
Does the same thing as
ManagedDataDao.create(Timestamp) with an
additional flag called transform . |
Object |
ManagedDataDao.create(int transform,
ManagedDataType managedDataType,
Person managerUser,
Timestamp updateDate)
Deprecated.
Does the same thing as
ManagedDataDao.create(Timestamp) with an
additional flag called transform . |
Object |
PersonDaoBase.create(int transform,
Person person)
Does the same thing as
PersonDao.create(Person) with an
additional flag called transform . |
Object |
PersonDao.create(int transform,
Person person)
Does the same thing as
PersonDao.create(Person) with an
additional flag called transform . |
Object |
PersonSessionDaoBase.create(int transform,
Person person,
Timestamp updateDate)
Does the same thing as
PersonSessionDao.create(Timestamp) with an
additional flag called transform . |
Object |
PersonSessionDao.create(int transform,
Person person,
Timestamp updateDate)
Does the same thing as
PersonSessionDao.create(Timestamp) with an
additional flag called transform . |
ManagedDataTransfer |
ManagedDataTransferDaoBase.create(ManagedData managedData,
Person newManagerUser,
Date transferDate)
Creates a new
ManagedDataTransfer
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
ManagedDataTransfer |
ManagedDataTransferDao.create(ManagedData managedData,
Person newManagerUser,
Date transferDate)
Deprecated.
Creates a new
ManagedDataTransfer
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
ManagedData |
ManagedDataDaoBase.create(ManagedDataType managedDataType,
Person managerUser,
Timestamp updateDate)
Creates a new
ManagedData
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
ManagedData |
ManagedDataDao.create(ManagedDataType managedDataType,
Person managerUser,
Timestamp updateDate)
Deprecated.
Creates a new
ManagedData
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Person |
PersonDaoBase.create(Person person)
Creates an instance of Person and adds it to the persistent store.
|
Person |
PersonDao.create(Person person)
Creates an instance of Person and adds it to the persistent store.
|
PersonSession |
PersonSessionDaoBase.create(Person person,
Timestamp updateDate)
Creates a new
PersonSession
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
PersonSession |
PersonSessionDao.create(Person person,
Timestamp updateDate)
Creates a new
PersonSession
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
static ManagedDataTransfer |
ManagedDataTransfer.Factory.newInstance(Date transferDate,
ManagedData managedData,
Person newManagerUser)
Constructs a new instance of
ManagedDataTransfer , taking all possible properties
(except the identifier(s))as arguments. |
static ManagedData |
ManagedData.Factory.newInstance(Timestamp updateDate,
Collection<VesselManagePeriod> vesselManagePeriods,
Collection<Person> viewerUsers,
Person managerUser,
Person supervisorUser,
ManagedDataType managedDataType,
Collection<ManagedDataTransfer> managedDataTransfers)
Constructs a new instance of
ManagedData , taking all possible properties
(except the identifier(s))as arguments. |
static PersonSession |
PersonSession.Factory.newInstance(Timestamp updateDate,
Person person)
Constructs a new instance of
PersonSession , taking all required and/or
read-only properties as arguments, except for identifiers. |
static PersonSession |
PersonSession.Factory.newInstance(Timestamp updateDate,
Person person,
Collection<PersonSessionVessel> personSessionVessels)
Constructs a new instance of
PersonSession , taking all possible properties
(except the identifier(s))as arguments. |
static ManagedData |
ManagedData.Factory.newInstance(Timestamp updateDate,
Person managerUser,
ManagedDataType managedDataType)
Constructs a new instance of
ManagedData , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
PersonDaoBase.remove(Person person)
Removes the instance of Person from the persistent store.
|
void |
PersonDao.remove(Person person)
Removes the instance of Person from the persistent store.
|
boolean |
ManagedData.removeViewerUsers(Person elementToRemove)
Deprecated.
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
void |
ManagedData.setManagerUser(Person managerUserIn)
Deprecated.
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
void |
ManagedDataTransfer.setNewManagerUser(Person newManagerUserIn)
Deprecated.
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
void |
PersonSession.setPerson(Person personIn)
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
void |
ManagedData.setSupervisorUser(Person supervisorUserIn)
Deprecated.
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
Object |
PersonDaoBase.transformEntity(int transform,
Person 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 PersonDao , please note
that the PersonDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
PersonDao.transformEntity(int transform,
Person 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.user.PersonDao , please note
that the PersonDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
PersonDaoBase.update(Person person)
Updates the
person instance in the persistent store. |
void |
PersonDao.update(Person person)
Updates the
person instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<Person> |
PersonDaoBase.create(Collection<Person> entities)
Creates a new instance of Person and adds
from the passed in
entities collection |
Collection<Person> |
PersonDao.create(Collection<Person> entities)
Creates a new instance of Person and adds
from the passed in
entities collection |
Collection<?> |
PersonDaoBase.create(int transform,
Collection<Person> entities)
Does the same thing as
PersonDao.create(Person) with an
additional flag called transform . |
Collection<?> |
PersonDao.create(int transform,
Collection<Person> entities)
Does the same thing as
PersonDao.create(Person) with an
additional flag called transform . |
static ManagedData |
ManagedData.Factory.newInstance(Timestamp updateDate,
Collection<VesselManagePeriod> vesselManagePeriods,
Collection<Person> viewerUsers,
Person managerUser,
Person supervisorUser,
ManagedDataType managedDataType,
Collection<ManagedDataTransfer> managedDataTransfers)
Constructs a new instance of
ManagedData , taking all possible properties
(except the identifier(s))as arguments. |
void |
PersonDaoBase.remove(Collection<Person> entities)
Removes all entities in the given
entities collection. |
void |
PersonDao.remove(Collection<Person> entities)
Removes all entities in the given
entities collection. |
void |
ManagedData.setViewerUsers(Collection<Person> viewerUsersIn)
Deprecated.
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
void |
PersonDaoBase.update(Collection<Person> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
PersonDao.update(Collection<Person> entities)
Updates all instances in the
entities collection in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<Person> |
AgeReaderQualification.getPeople()
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AgeReaderQualification.addPeople(Person elementToAdd)
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
boolean |
AgeReaderQualification.removePeople(Person elementToRemove)
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
Modifier and Type | Method and Description |
---|---|
static AgeReaderQualification |
AgeReaderQualification.Factory.newInstance(Date startDate,
Date endDate,
Integer qualificationLevel,
Collection<Person> people,
Collection<Location> locations,
ReferenceTaxon referenceTaxon)
Constructs a new instance of
AgeReaderQualification , taking all possible properties
(except the identifier(s))as arguments. |
void |
AgeReaderQualification.setPeople(Collection<Person> peopleIn)
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
Modifier and Type | Method and Description |
---|---|
Person |
BatchModel.getRecorderPerson()
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
Modifier and Type | Method and Description |
---|---|
static BatchModel |
BatchModel.Factory.newInstance(String name,
Boolean isGlobal,
Timestamp updateDate,
CatchBatch catchBatch,
Person recorderPerson,
Department recorderDepartment)
Constructs a new instance of
BatchModel , taking all possible properties
(except the identifier(s))as arguments. |
void |
BatchModel.setRecorderPerson(Person recorderPersonIn)
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
Modifier and Type | Method and Description |
---|---|
Person |
UpdatedItemHistory.getRecorderPerson()
L'utilisateur qui a fait la modification
|
Person |
DeletedItemHistory.getRecorderPerson()
L'utilisateur qui a fait la suppression
|
Modifier and Type | Method and Description |
---|---|
static UpdatedItemHistory |
UpdatedItemHistory.Factory.newInstance(Integer objectId,
String objectCode,
Boolean isPostValidation,
String comments,
Float numericalValue,
String previousComments,
Timestamp updateDate,
ObjectType objectType,
Person recorderPerson,
Department recorderDepartment,
Pmfm pmfm,
Metier metier,
Gear gear,
TaxonGroup taxonGroup,
QualityFlag qualityFlag,
QualitativeValue qualitativeValue,
ReferenceTaxon referenceTaxon,
ProcessingHistory processingHistory)
Constructs a new instance of
UpdatedItemHistory , taking all possible properties
(except the identifier(s))as arguments. |
static DeletedItemHistory |
DeletedItemHistory.Factory.newInstance(String vesselCode,
Long objectId,
String objectCode,
String comments,
Timestamp updateDate,
ProcessingHistory processingHistory,
Department recorderDepartment,
Person recorderPerson,
ObjectType objectType)
Constructs a new instance of
DeletedItemHistory , taking all possible properties
(except the identifier(s))as arguments. |
void |
UpdatedItemHistory.setRecorderPerson(Person recorderPersonIn)
L'utilisateur qui a fait la modification
|
void |
DeletedItemHistory.setRecorderPerson(Person recorderPersonIn)
L'utilisateur qui a fait la suppression
|
Modifier and Type | Method and Description |
---|---|
Person |
Sample.getRecorderPerson()
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
Modifier and Type | Method and Description |
---|---|
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. |
void |
Sample.setRecorderPerson(Person recorderPersonIn)
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
Modifier and Type | Method and Description |
---|---|
Person |
SamplingStrata.getPerson()
Personne chargée de réaliser la ligne du plan.
|
Modifier and Type | Method and Description |
---|---|
static SamplingStrata |
SamplingStrata.Factory.newInstance(String label,
Date startDate,
Date endDate,
String description,
String comments,
Timestamp updateDate,
Collection<SamplingStrata2Fishery> samplingStrata2Fisheries,
Location observationLocation,
Collection<SamplingStrataMeasurement> samplingStrataMeasurements,
Department department,
Collection<SamplingStrata2Grouping> samplingStrata2Groupings,
SamplingScheme samplingScheme,
Person person,
Collection<SamplingStrata2Vessel> samplingStrata2Vessels)
Constructs a new instance of
SamplingStrata , taking all possible properties
(except the identifier(s))as arguments. |
void |
SamplingStrata.setPerson(Person personIn)
Personne chargée de réaliser la ligne du plan.
|
Modifier and Type | Method and Description |
---|---|
Person |
DenormalizedSamplingStrata.getPerson()
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
Modifier and Type | Method and Description |
---|---|
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. |
void |
DenormalizedSamplingStrata.setPerson(Person personIn)
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
Modifier and Type | Method and Description |
---|---|
Person |
DailyActivityCalendar.getRecorderPerson()
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
Person |
ActivityCalendar.getRecorderPerson()
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
Modifier and Type | Method and Description |
---|---|
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,
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.setRecorderPerson(Person recorderPersonIn)
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
void |
ActivityCalendar.setRecorderPerson(Person recorderPersonIn)
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
Modifier and Type | Method and Description |
---|---|
Person |
DeclaredDocumentReference.getRecorderPerson()
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
Modifier and Type | Method and Description |
---|---|
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.setRecorderPerson(Person recorderPersonIn)
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
Modifier and Type | Method and Description |
---|---|
Person |
EconomicalSurvey.getRecorderPerson()
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
Modifier and Type | Method and Description |
---|---|
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.setRecorderPerson(Person recorderPersonIn)
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
Modifier and Type | Method and Description |
---|---|
Person |
FishingEffortCalendar.getRecorderPerson()
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
Modifier and Type | Method and Description |
---|---|
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.setRecorderPerson(Person recorderPersonIn)
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
Modifier and Type | Method and Description |
---|---|
Person |
FishingTrip.getRecorderPerson()
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
Modifier and Type | Method and Description |
---|---|
Collection<Person> |
ObservedFishingTrip.getObserverPersons()
Liste des observateurs d'une marée observée.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ObservedFishingTrip.addObserverPersons(Person elementToAdd)
Liste des observateurs d'une marée observée.
|
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. |
boolean |
ObservedFishingTrip.removeObserverPersons(Person elementToRemove)
Liste des observateurs d'une marée observée.
|
void |
FishingTrip.setRecorderPerson(Person recorderPersonIn)
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
Modifier and Type | Method and Description |
---|---|
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. |
void |
ObservedFishingTrip.setObserverPersons(Collection<Person> observerPersonsIn)
Liste des observateurs d'une marée observée.
|
Modifier and Type | Method and Description |
---|---|
Person |
Landing.getRecorderPerson()
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
Modifier and Type | Method and Description |
---|---|
Collection<Person> |
ObservedLanding.getObserverPersons()
Liste des observateurs du débarquement.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ObservedLanding.addObserverPersons(Person elementToAdd)
Liste des observateurs du débarquement.
|
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. |
boolean |
ObservedLanding.removeObserverPersons(Person elementToRemove)
Liste des observateurs du débarquement.
|
void |
Landing.setRecorderPerson(Person recorderPersonIn)
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
Modifier and Type | Method and Description |
---|---|
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 |
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 . |
static ObservedLanding |
ObservedLanding.Factory.newInstance(Date landingDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Location landingLocation,
ObservedLocation observedLocation,
Department recorderDepartment,
Person recorderPerson,
CatchBatch catchBatch,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<LandingMeasurement> landingMeasurements,
Collection<Produce> produces,
QualityFlag qualityFlag,
Vessel vessel,
Collection<LandingOrigin> landingOrigins,
Program program,
SamplingStrata samplingStrata,
Collection<Sale> sales,
FishingTrip fishingTrip,
Collection<ExpectedSale> expectedSales,
Collection<Person> observerPersons)
Constructs a new instance of
ObservedLanding , taking all possible properties
(except the identifier(s))as arguments. |
void |
ObservedLanding.setObserverPersons(Collection<Person> observerPersonsIn)
Liste des observateurs du débarquement.
|
Modifier and Type | Method and Description |
---|---|
Person |
ObservedLocation.getRecorderPerson()
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
Modifier and Type | Method and Description |
---|---|
Collection<Person> |
ObservedLocation.getObservers()
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ObservedLocation.addObservers(Person elementToAdd)
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
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. |
boolean |
ObservedLocation.removeObservers(Person elementToRemove)
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
void |
ObservedLocation.setRecorderPerson(Person recorderPersonIn)
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
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. |
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 . |
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 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. |
void |
ObservedLocation.setObservers(Collection<Person> observersIn)
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
Modifier and Type | Method and Description |
---|---|
Person |
PhysicalGearSurvey.getRecorderPerson()
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
Modifier and Type | Method and Description |
---|---|
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.setRecorderPerson(Person recorderPersonIn)
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
Modifier and Type | Method and Description |
---|---|
Person |
Sale.getRecorderPerson()
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
Modifier and Type | Method and Description |
---|---|
Collection<Person> |
ObservedSale.getObserverPersons()
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ObservedSale.addObserverPersons(Person elementToAdd)
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
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. |
boolean |
ObservedSale.removeObserverPersons(Person elementToRemove)
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
void |
Sale.setRecorderPerson(Person recorderPersonIn)
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
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. |
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 . |
static ObservedSale |
ObservedSale.Factory.newInstance(Date saleStartDate,
Date saleEndDate,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Location saleLocation,
SaleType saleType,
Department recorderDepartment,
Person recorderPerson,
CatchBatch catchBatch,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<SaleMeasurement> saleMeasurements,
Collection<Produce> produces,
Landing landing,
DeclaredDocumentReference declaredDocumentReference,
QualityFlag qualityFlag,
Program program,
Vessel vessel,
Seller seller,
Collection<SaleOrigin> saleOrigins,
TakeOver takeOver,
FishingTrip fishingTrip,
Collection<FishingArea> fishingAreas,
Collection<Person> observerPersons,
SamplingStrata samplingStrata)
Constructs a new instance of
ObservedSale , taking all possible properties
(except the identifier(s))as arguments. |
void |
ObservedSale.setObserverPersons(Collection<Person> observerPersonsIn)
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
Modifier and Type | Method and Description |
---|---|
Person |
ScientificCruise.getManagerPerson()
Responsable de campagne
|
Person |
ScientificCruise.getRecorderPerson()
Utilisateur ayant saisie la donnée.
|
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.setManagerPerson(Person managerPersonIn)
Responsable de campagne
|
void |
ScientificCruise.setRecorderPerson(Person recorderPersonIn)
Utilisateur ayant saisie la donnée.
|
Modifier and Type | Method and Description |
---|---|
Person |
TakeOver.getRecorderPerson()
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
Modifier and Type | Method and Description |
---|---|
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. |
void |
TakeOver.setRecorderPerson(Person recorderPersonIn)
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
Modifier and Type | Method and Description |
---|---|
Person |
Transshipment.getRecorderPerson()
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
Modifier and Type | Method and Description |
---|---|
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.setRecorderPerson(Person recorderPersonIn)
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
Modifier and Type | Method and Description |
---|---|
Person |
VesselPersonFeatures.getPerson()
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
Modifier and Type | Method and Description |
---|---|
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. |
void |
VesselPersonFeatures.setPerson(Person personIn)
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
Modifier and Type | Method and Description |
---|---|
Person |
VesselPhysicalFeatures.getRecorderPerson()
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
Modifier and Type | Method and Description |
---|---|
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. |
void |
VesselPhysicalFeatures.setRecorderPerson(Person recorderPersonIn)
Personne liées aux données : utilisateur du système, ou observateurs,
responsable de données, etc.
|
Copyright © 2012–2014 IFREMER. All rights reserved.