Modifier and Type | Method and Description |
---|---|
Department |
Program2Department.getDepartment()
Identifiant interne d''un service
|
Modifier and Type | Method and Description |
---|---|
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 |
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 . |
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. |
void |
Program2Department.setDepartment(Department departmentIn)
Identifiant interne d''un service
|
Modifier and Type | Class and Description |
---|---|
class |
DepartmentImpl |
Modifier and Type | Method and Description |
---|---|
Department |
DepartmentDaoBase.create(Department department)
Creates an instance of Department and adds it to the persistent store.
|
Department |
DepartmentDao.create(Department department)
Creates an instance of Department and adds it to the persistent store.
|
Department |
DepartmentDaoBase.create(String code,
Date creationDate,
Boolean isLdap,
String name,
Status status,
Timestamp updateDate)
Creates a new
Department
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Department |
DepartmentDao.create(String code,
Date creationDate,
Boolean isLdap,
String name,
Status status,
Timestamp updateDate)
Creates a new
Department
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Department |
DepartmentDaoBase.create(String code,
String name,
String email,
String address,
String phone,
Boolean isLdap,
Date creationDate,
Timestamp updateDate)
Creates a new
Department
instance from all attributes and adds it to
the persistent store. |
Department |
DepartmentDao.create(String code,
String name,
String email,
String address,
String phone,
Boolean isLdap,
Date creationDate,
Timestamp updateDate)
Creates a new
Department
instance from all attributes and adds it to
the persistent store. |
Department |
DepartmentDaoBase.get(Integer id)
Gets an instance of Department from the persistent store.
|
Department |
DepartmentDao.get(Integer id)
Gets an instance of Department from the persistent store.
|
Department |
Person.getDepartment()
Service d'appartenance d'une personne.
|
Department |
DepartmentPrivilegeTransfert.getFromDepartment()
Deprecated.
Identifiant interne du service possédant les droits à l''origine
|
Department |
Department.getParentDepartment()
Service d'appartenance d'une personne.
|
Department |
DepartmentPrivilegeTransfert.getToDepartment()
Deprecated.
Identifiant interne du service vers qui les droits sont transférés
|
Department |
DepartmentDaoBase.load(Integer id)
Loads an instance of Department from the persistent store.
|
Department |
DepartmentDao.load(Integer id)
Loads an instance of Department from the persistent store.
|
static Department |
Department.Factory.newInstance()
Constructs a new instance of
Department . |
static Department |
Department.Factory.newInstance(String code,
String name,
Boolean isLdap,
Date creationDate,
Timestamp updateDate,
Status status)
Constructs a new instance of
Department , taking all required and/or
read-only properties as arguments, except for identifiers. |
static Department |
Department.Factory.newInstance(String code,
String name,
String email,
String address,
String phone,
Boolean isLdap,
Date creationDate,
Timestamp updateDate,
Department parentDepartment,
Collection<Program2Department> program2Departments,
Collection<Department> departments,
Status status)
Constructs a new instance of
Department , taking all possible properties
(except the identifier(s))as arguments. |
protected Department |
DepartmentDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<Department> |
DepartmentDaoBase.create(Collection<Department> entities)
Creates a new instance of Department and adds
from the passed in
entities collection |
Collection<Department> |
DepartmentDao.create(Collection<Department> entities)
Creates a new instance of Department and adds
from the passed in
entities collection |
Collection<Department> |
Department.getDepartments()
Service d'appartenance d'une personne.
|
Collection<Department> |
DepartmentDaoBase.loadAll()
Loads all entities of type
Department . |
Collection<Department> |
DepartmentDao.loadAll()
Loads all entities of type
Department . |
Set<Department> |
DepartmentDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Department> |
DepartmentDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
boolean |
Department.addDepartments(Department elementToAdd)
Service d'appartenance d'une personne.
|
int |
Department.compareTo(Department o) |
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. |
Department |
DepartmentDaoBase.create(Department department)
Creates an instance of Department and adds it to the persistent store.
|
Department |
DepartmentDao.create(Department department)
Creates an instance of Department and adds it to the persistent store.
|
DepartmentPrivilegeTransfert |
DepartmentPrivilegeTransfertDaoBase.create(Department fromDepartment,
Status status,
Department toDepartment,
Date transfertDate,
Timestamp updateDate)
Creates a new
DepartmentPrivilegeTransfert
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
DepartmentPrivilegeTransfert |
DepartmentPrivilegeTransfertDao.create(Department fromDepartment,
Status status,
Department toDepartment,
Date transfertDate,
Timestamp updateDate)
Deprecated.
Creates a new
DepartmentPrivilegeTransfert
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
PersonDaoBase.create(int transform,
Date creationDate,
Department department,
String employeeNumber,
String firstname,
String lastname,
Status status,
Timestamp updateDate,
String username)
Does the same thing as
#create(String, String, Date, Timestamp, String, String) with an
additional flag called transform . |
Object |
PersonDao.create(int transform,
Date creationDate,
Department department,
String employeeNumber,
String firstname,
String lastname,
Status status,
Timestamp updateDate,
String username)
Does the same thing as
#create(String, String, Date, Timestamp, String, String) with an
additional flag called transform . |
Object |
DepartmentDaoBase.create(int transform,
Department department)
Does the same thing as
DepartmentDao.create(Department) with an
additional flag called transform . |
Object |
DepartmentDao.create(int transform,
Department department)
Does the same thing as
DepartmentDao.create(Department) with an
additional flag called transform . |
Object |
DepartmentPrivilegeTransfertDaoBase.create(int transform,
Department fromDepartment,
Status status,
Department toDepartment,
Date transfertDate,
Timestamp updateDate)
Does the same thing as
DepartmentPrivilegeTransfertDao.create(Date, Timestamp) with an
additional flag called transform . |
Object |
DepartmentPrivilegeTransfertDao.create(int transform,
Department fromDepartment,
Status status,
Department toDepartment,
Date transfertDate,
Timestamp updateDate)
Deprecated.
Does the same thing as
DepartmentPrivilegeTransfertDao.create(Date, Timestamp) with an
additional flag called transform . |
static DepartmentPrivilegeTransfert |
DepartmentPrivilegeTransfert.Factory.newInstance(Date transfertDate,
Timestamp updateDate,
Department fromDepartment,
Status status,
Department toDepartment)
Constructs a new instance of
DepartmentPrivilegeTransfert , taking all possible properties
(except the identifier(s))as arguments. |
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. |
static Department |
Department.Factory.newInstance(String code,
String name,
String email,
String address,
String phone,
Boolean isLdap,
Date creationDate,
Timestamp updateDate,
Department parentDepartment,
Collection<Program2Department> program2Departments,
Collection<Department> departments,
Status status)
Constructs a new instance of
Department , taking all possible properties
(except the identifier(s))as arguments. |
void |
DepartmentDaoBase.remove(Department department)
Removes the instance of Department from the persistent store.
|
void |
DepartmentDao.remove(Department department)
Removes the instance of Department from the persistent store.
|
boolean |
Department.removeDepartments(Department elementToRemove)
Service d'appartenance d'une personne.
|
void |
Person.setDepartment(Department departmentIn)
Service d'appartenance d'une personne.
|
void |
DepartmentPrivilegeTransfert.setFromDepartment(Department fromDepartmentIn)
Deprecated.
Identifiant interne du service possédant les droits à l''origine
|
void |
Department.setParentDepartment(Department parentDepartmentIn)
Service d'appartenance d'une personne.
|
void |
DepartmentPrivilegeTransfert.setToDepartment(Department toDepartmentIn)
Deprecated.
Identifiant interne du service vers qui les droits sont transférés
|
Object |
DepartmentDaoBase.transformEntity(int transform,
Department 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 DepartmentDao , please note
that the DepartmentDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
DepartmentDao.transformEntity(int transform,
Department 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.DepartmentDao , please note
that the DepartmentDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
DepartmentDaoBase.update(Department department)
Updates the
department instance in the persistent store. |
void |
DepartmentDao.update(Department department)
Updates the
department instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<Department> |
DepartmentDaoBase.create(Collection<Department> entities)
Creates a new instance of Department and adds
from the passed in
entities collection |
Collection<Department> |
DepartmentDao.create(Collection<Department> entities)
Creates a new instance of Department and adds
from the passed in
entities collection |
Collection<?> |
DepartmentDaoBase.create(int transform,
Collection<Department> entities)
Does the same thing as
DepartmentDao.create(Department) with an
additional flag called transform . |
Collection<?> |
DepartmentDao.create(int transform,
Collection<Department> entities)
Does the same thing as
DepartmentDao.create(Department) with an
additional flag called transform . |
static Department |
Department.Factory.newInstance(String code,
String name,
String email,
String address,
String phone,
Boolean isLdap,
Date creationDate,
Timestamp updateDate,
Department parentDepartment,
Collection<Program2Department> program2Departments,
Collection<Department> departments,
Status status)
Constructs a new instance of
Department , taking all possible properties
(except the identifier(s))as arguments. |
void |
DepartmentDaoBase.remove(Collection<Department> entities)
Removes all entities in the given
entities collection. |
void |
DepartmentDao.remove(Collection<Department> entities)
Removes all entities in the given
entities collection. |
void |
Department.setDepartments(Collection<Department> departmentsIn)
Service d'appartenance d'une personne.
|
void |
DepartmentDaoBase.update(Collection<Department> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
DepartmentDao.update(Collection<Department> entities)
Updates all instances in the
entities collection in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Department |
BatchModel.getRecorderDepartment()
Service d'appartenance d'une personne.
|
Modifier and Type | Method and Description |
---|---|
BatchModel |
BatchModelDaoBase.create(CatchBatch catchBatch,
Boolean isGlobal,
String name,
Department recorderDepartment,
Timestamp updateDate)
Creates a new
BatchModel
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
BatchModel |
BatchModelDao.create(CatchBatch catchBatch,
Boolean isGlobal,
String name,
Department recorderDepartment,
Timestamp updateDate)
Creates a new
BatchModel
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
BatchModelDaoBase.create(int transform,
CatchBatch catchBatch,
Boolean isGlobal,
String name,
Department recorderDepartment,
Timestamp updateDate)
Does the same thing as
BatchModelDao.create(String, Boolean, Timestamp) with an
additional flag called transform . |
Object |
BatchModelDao.create(int transform,
CatchBatch catchBatch,
Boolean isGlobal,
String name,
Department recorderDepartment,
Timestamp updateDate)
Does the same thing as
BatchModelDao.create(String, Boolean, Timestamp) with an
additional flag called transform . |
static BatchModel |
BatchModel.Factory.newInstance(String name,
Boolean isGlobal,
Timestamp updateDate,
CatchBatch catchBatch,
Department recorderDepartment)
Constructs a new instance of
BatchModel , taking all required and/or
read-only properties as arguments, except for identifiers. |
static BatchModel |
BatchModel.Factory.newInstance(String name,
Boolean isGlobal,
Timestamp updateDate,
CatchBatch catchBatch,
Person recorderPerson,
Department recorderDepartment)
Constructs a new instance of
BatchModel , taking all possible properties
(except the identifier(s))as arguments. |
void |
BatchModel.setRecorderDepartment(Department recorderDepartmentIn)
Service d'appartenance d'une personne.
|
Modifier and Type | Method and Description |
---|---|
Department |
UpdatedItemHistory.getRecorderDepartment()
Le service qui a fait la modification
|
Department |
DeletedItemHistory.getRecorderDepartment()
Le service qui a fait la suppression
|
Modifier and Type | Method and Description |
---|---|
Object |
UpdatedItemHistoryDaoBase.create(int transform,
String comments,
Boolean isPostValidation,
ObjectType objectType,
Department recorderDepartment,
Timestamp updateDate)
Does the same thing as
#create(Boolean, String, Timestamp) with an
additional flag called transform . |
Object |
UpdatedItemHistoryDao.create(int transform,
String comments,
Boolean isPostValidation,
ObjectType objectType,
Department recorderDepartment,
Timestamp updateDate)
Does the same thing as
#create(Boolean, String, Timestamp) with an
additional flag called transform . |
UpdatedItemHistory |
UpdatedItemHistoryDaoBase.create(String comments,
Boolean isPostValidation,
ObjectType objectType,
Department recorderDepartment,
Timestamp updateDate)
Creates a new
UpdatedItemHistory
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
UpdatedItemHistory |
UpdatedItemHistoryDao.create(String comments,
Boolean isPostValidation,
ObjectType objectType,
Department recorderDepartment,
Timestamp updateDate)
Creates a new
UpdatedItemHistory
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
static UpdatedItemHistory |
UpdatedItemHistory.Factory.newInstance(Boolean isPostValidation,
String comments,
Timestamp updateDate,
ObjectType objectType,
Department recorderDepartment)
Constructs a new instance of
UpdatedItemHistory , taking all required and/or
read-only properties as arguments, except for identifiers. |
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.setRecorderDepartment(Department recorderDepartmentIn)
Le service qui a fait la modification
|
void |
DeletedItemHistory.setRecorderDepartment(Department recorderDepartmentIn)
Le service qui a fait la suppression
|
Modifier and Type | Method and Description |
---|---|
Department |
Measurement.getDepartment()
Service effectuant l'analyse/la mesure.
|
Modifier and Type | Method and Description |
---|---|
static SurveyMeasurement |
SurveyMeasurement.Factory.newInstance(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
AggregationLevel aggregationLevel,
QualitativeValue qualitativeValue,
QualityFlag qualityFlag,
PrecisionType precisionType,
AnalysisInstrument analysisInstrument,
Pmfm pmfm,
Department department,
NumericalPrecision numericalPrecision,
DeclaredDocumentReference declaredDocumentReference,
ActivityCalendar activityCalendar,
DailyActivityCalendar dailyActivityCalendar,
Landing landing,
EconomicalSurvey economicalSurvey,
Sale sale,
PhysicalGearSurvey physicalGearSurvey,
FishingEffortCalendar fishingEffortCalendar,
FishingTrip fishingTrip,
Transshipment transshipment)
Constructs a new instance of
SurveyMeasurement , taking all possible properties
(except the identifier(s))as arguments. |
static GearPhysicalMeasurement |
GearPhysicalMeasurement.Factory.newInstance(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
AggregationLevel aggregationLevel,
QualitativeValue qualitativeValue,
QualityFlag qualityFlag,
PrecisionType precisionType,
AnalysisInstrument analysisInstrument,
Pmfm pmfm,
Department department,
NumericalPrecision numericalPrecision,
GearPhysicalFeatures gearPhysicalFeatures)
Constructs a new instance of
GearPhysicalMeasurement , taking all possible properties
(except the identifier(s))as arguments. |
static GearUseMeasurement |
GearUseMeasurement.Factory.newInstance(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
AggregationLevel aggregationLevel,
QualitativeValue qualitativeValue,
QualityFlag qualityFlag,
PrecisionType precisionType,
AnalysisInstrument analysisInstrument,
Pmfm pmfm,
Department department,
NumericalPrecision numericalPrecision,
GearUseFeatures gearUseFeatures)
Constructs a new instance of
GearUseMeasurement , taking all possible properties
(except the identifier(s))as arguments. |
static ProduceSortingMeasurement |
ProduceSortingMeasurement.Factory.newInstance(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
AggregationLevel aggregationLevel,
QualitativeValue qualitativeValue,
QualityFlag qualityFlag,
PrecisionType precisionType,
AnalysisInstrument analysisInstrument,
Pmfm pmfm,
Department department,
NumericalPrecision numericalPrecision,
Integer rankOrder,
Produce produce)
Constructs a new instance of
ProduceSortingMeasurement , taking all possible properties
(except the identifier(s))as arguments. |
static SortingMeasurement |
SortingMeasurement.Factory.newInstance(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
AggregationLevel aggregationLevel,
QualitativeValue qualitativeValue,
QualityFlag qualityFlag,
PrecisionType precisionType,
AnalysisInstrument analysisInstrument,
Pmfm pmfm,
Department department,
NumericalPrecision numericalPrecision,
Integer rankOrder,
SortingBatch sortingBatch)
Constructs a new instance of
SortingMeasurement , taking all possible properties
(except the identifier(s))as arguments. |
static LandingMeasurement |
LandingMeasurement.Factory.newInstance(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
AggregationLevel aggregationLevel,
QualitativeValue qualitativeValue,
QualityFlag qualityFlag,
PrecisionType precisionType,
AnalysisInstrument analysisInstrument,
Pmfm pmfm,
Department department,
NumericalPrecision numericalPrecision,
Landing landing)
Constructs a new instance of
LandingMeasurement , taking all possible properties
(except the identifier(s))as arguments. |
static SaleMeasurement |
SaleMeasurement.Factory.newInstance(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
AggregationLevel aggregationLevel,
QualitativeValue qualitativeValue,
QualityFlag qualityFlag,
PrecisionType precisionType,
AnalysisInstrument analysisInstrument,
Pmfm pmfm,
Department department,
NumericalPrecision numericalPrecision,
Sale sale,
ExpectedSale expectedSale)
Constructs a new instance of
SaleMeasurement , taking all possible properties
(except the identifier(s))as arguments. |
static SamplingStrataMeasurement |
SamplingStrataMeasurement.Factory.newInstance(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
AggregationLevel aggregationLevel,
QualitativeValue qualitativeValue,
QualityFlag qualityFlag,
PrecisionType precisionType,
AnalysisInstrument analysisInstrument,
Pmfm pmfm,
Department department,
NumericalPrecision numericalPrecision,
SamplingStrata samplingStrata)
Constructs a new instance of
SamplingStrataMeasurement , taking all possible properties
(except the identifier(s))as arguments. |
static QuantificationMeasurement |
QuantificationMeasurement.Factory.newInstance(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
AggregationLevel aggregationLevel,
QualitativeValue qualitativeValue,
QualityFlag qualityFlag,
PrecisionType precisionType,
AnalysisInstrument analysisInstrument,
Pmfm pmfm,
Department department,
NumericalPrecision numericalPrecision,
Short subgroupNumber,
Boolean isReferenceQuantification,
Batch batch)
Constructs a new instance of
QuantificationMeasurement , taking all possible properties
(except the identifier(s))as arguments. |
static ProduceQuantificationMeasurement |
ProduceQuantificationMeasurement.Factory.newInstance(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
AggregationLevel aggregationLevel,
QualitativeValue qualitativeValue,
QualityFlag qualityFlag,
PrecisionType precisionType,
AnalysisInstrument analysisInstrument,
Pmfm pmfm,
Department department,
NumericalPrecision numericalPrecision,
Short subgroupNumber,
Boolean isReferenceQuantification,
Produce produce)
Constructs a new instance of
ProduceQuantificationMeasurement , taking all possible properties
(except the identifier(s))as arguments. |
static SampleMeasurement |
SampleMeasurement.Factory.newInstance(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
AggregationLevel aggregationLevel,
QualitativeValue qualitativeValue,
QualityFlag qualityFlag,
PrecisionType precisionType,
AnalysisInstrument analysisInstrument,
Pmfm pmfm,
Department department,
NumericalPrecision numericalPrecision,
Short individualNumber,
Boolean isReferenceMeasurement,
Sample sample)
Constructs a new instance of
SampleMeasurement , taking all possible properties
(except the identifier(s))as arguments. |
static TakeOverMeasurement |
TakeOverMeasurement.Factory.newInstance(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
AggregationLevel aggregationLevel,
QualitativeValue qualitativeValue,
QualityFlag qualityFlag,
PrecisionType precisionType,
AnalysisInstrument analysisInstrument,
Pmfm pmfm,
Department department,
NumericalPrecision numericalPrecision,
TakeOver takeOver)
Constructs a new instance of
TakeOverMeasurement , taking all possible properties
(except the identifier(s))as arguments. |
static VesselPersonMeasurement |
VesselPersonMeasurement.Factory.newInstance(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
AggregationLevel aggregationLevel,
QualitativeValue qualitativeValue,
QualityFlag qualityFlag,
PrecisionType precisionType,
AnalysisInstrument analysisInstrument,
Pmfm pmfm,
Department department,
NumericalPrecision numericalPrecision,
VesselPersonFeatures vesselPersonFeatures)
Constructs a new instance of
VesselPersonMeasurement , taking all possible properties
(except the identifier(s))as arguments. |
static VesselPhysicalMeasurement |
VesselPhysicalMeasurement.Factory.newInstance(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
AggregationLevel aggregationLevel,
QualitativeValue qualitativeValue,
QualityFlag qualityFlag,
PrecisionType precisionType,
AnalysisInstrument analysisInstrument,
Pmfm pmfm,
Department department,
NumericalPrecision numericalPrecision,
VesselPhysicalFeatures vesselPhysicalFeatures)
Constructs a new instance of
VesselPhysicalMeasurement , taking all possible properties
(except the identifier(s))as arguments. |
static VesselPositionMeasurement |
VesselPositionMeasurement.Factory.newInstance(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
AggregationLevel aggregationLevel,
QualitativeValue qualitativeValue,
QualityFlag qualityFlag,
PrecisionType precisionType,
AnalysisInstrument analysisInstrument,
Pmfm pmfm,
Department department,
NumericalPrecision numericalPrecision,
VesselPositionVMS vesselPositionVMS)
Constructs a new instance of
VesselPositionMeasurement , taking all possible properties
(except the identifier(s))as arguments. |
static VesselUseMeasurement |
VesselUseMeasurement.Factory.newInstance(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
AggregationLevel aggregationLevel,
QualitativeValue qualitativeValue,
QualityFlag qualityFlag,
PrecisionType precisionType,
AnalysisInstrument analysisInstrument,
Pmfm pmfm,
Department department,
NumericalPrecision numericalPrecision,
VesselUseFeatures vesselUseFeatures)
Constructs a new instance of
VesselUseMeasurement , taking all possible properties
(except the identifier(s))as arguments. |
void |
Measurement.setDepartment(Department departmentIn)
Service effectuant l'analyse/la mesure.
|
Modifier and Type | Method and Description |
---|---|
Department |
MeasurementFile.getDepartment()
Département saisisseur du fichier dans Allegro
|
Modifier and Type | Method and Description |
---|---|
static MeasurementFile |
MeasurementFile.Factory.newInstance(Integer objectId,
String path,
String name,
String comments,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Pmfm pmfm,
QualityFlag qualityFlag,
Department department,
AnalysisInstrument analysisInstrument,
ObjectType objectType)
Constructs a new instance of
MeasurementFile , taking all possible properties
(except the identifier(s))as arguments. |
void |
MeasurementFile.setDepartment(Department departmentIn)
Département saisisseur du fichier dans Allegro
|
Modifier and Type | Method and Description |
---|---|
Department |
Photo.getDepartment()
Service d'appartenance d'une personne.
|
Modifier and Type | Method and Description |
---|---|
static Photo |
Photo.Factory.newInstance(Integer objectId,
String name,
String directionDescription,
String comments,
String path,
Date photoDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
QualityFlag qualityFlag,
ObjectType objectType,
PhotoType photoType,
Department department)
Constructs a new instance of
Photo , taking all possible properties
(except the identifier(s))as arguments. |
void |
Photo.setDepartment(Department departmentIn)
Service d'appartenance d'une personne.
|
Modifier and Type | Method and Description |
---|---|
Department |
Sample.getRecorderDepartment()
Service d'appartenance d'une personne.
|
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.setRecorderDepartment(Department recorderDepartmentIn)
Service d'appartenance d'une personne.
|
Modifier and Type | Method and Description |
---|---|
Department |
SamplingStrata.getDepartment()
Service ou société 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.setDepartment(Department departmentIn)
Service ou société chargée de réaliser la ligne du plan.
|
Modifier and Type | Method and Description |
---|---|
Department |
DenormalizedSamplingStrata.getDepartment()
Service d'appartenance d'une personne.
|
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.setDepartment(Department departmentIn)
Service d'appartenance d'une personne.
|
Modifier and Type | Method and Description |
---|---|
Department |
DailyActivityCalendar.getRecorderDepartment()
Service d'appartenance d'une personne.
|
Department |
ActivityCalendar.getRecorderDepartment()
Service saisisseur
|
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.setRecorderDepartment(Department recorderDepartmentIn)
Service d'appartenance d'une personne.
|
void |
ActivityCalendar.setRecorderDepartment(Department recorderDepartmentIn)
Service saisisseur
|
Modifier and Type | Method and Description |
---|---|
Department |
DeclaredDocumentReference.getRecorderDepartment()
Service saisisseur
|
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.setRecorderDepartment(Department recorderDepartmentIn)
Service saisisseur
|
Modifier and Type | Method and Description |
---|---|
Department |
EconomicalSurvey.getRecorderDepartment()
Service d'appartenance d'une personne.
|
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.setRecorderDepartment(Department recorderDepartmentIn)
Service d'appartenance d'une personne.
|
Modifier and Type | Method and Description |
---|---|
Department |
FishingEffortCalendar.getRecorderDepartment()
Service saisisseur
|
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.setRecorderDepartment(Department recorderDepartmentIn)
Service saisisseur
|
Modifier and Type | Method and Description |
---|---|
Department |
FishingTrip.getRecorderDepartment()
Service saisisseur
|
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. |
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 . |
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. |
void |
FishingTrip.setRecorderDepartment(Department recorderDepartmentIn)
Service saisisseur
|
Modifier and Type | Method and Description |
---|---|
Department |
Landing.getRecorderDepartment()
Service saisisseur.
|
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 . |
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. |
void |
Landing.setRecorderDepartment(Department recorderDepartmentIn)
Service saisisseur.
|
Modifier and Type | Method and Description |
---|---|
Department |
ObservedLocation.getRecorderDepartment()
Service d'appartenance d'une personne.
|
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. |
static ObservedLocationMeasurment |
ObservedLocationMeasurment.Factory.newInstance(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
AggregationLevel aggregationLevel,
QualitativeValue qualitativeValue,
QualityFlag qualityFlag,
PrecisionType precisionType,
AnalysisInstrument analysisInstrument,
Pmfm pmfm,
Department department,
NumericalPrecision numericalPrecision,
ObservedLocationFeatures observedLocationFeatures)
Constructs a new instance of
ObservedLocationMeasurment , taking all possible properties
(except the identifier(s))as arguments. |
void |
ObservedLocation.setRecorderDepartment(Department recorderDepartmentIn)
Service d'appartenance d'une personne.
|
Modifier and Type | Method and Description |
---|---|
Department |
PhysicalGearSurvey.getRecorderDepartment()
Service d'appartenance d'une personne.
|
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.setRecorderDepartment(Department recorderDepartmentIn)
Service d'appartenance d'une personne.
|
Modifier and Type | Method and Description |
---|---|
Department |
Sale.getRecorderDepartment()
Service d'appartenance d'une personne.
|
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 . |
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. |
void |
Sale.setRecorderDepartment(Department recorderDepartmentIn)
Service d'appartenance d'une personne.
|
Modifier and Type | Method and Description |
---|---|
Department |
ScientificCruise.getRecorderDepartment()
Service d'appartenance d'une personne.
|
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.setRecorderDepartment(Department recorderDepartmentIn)
Service d'appartenance d'une personne.
|
Modifier and Type | Method and Description |
---|---|
Department |
TakeOver.getRecorderDepartment()
Service d'appartenance d'une personne.
|
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.setRecorderDepartment(Department recorderDepartmentIn)
Service d'appartenance d'une personne.
|
Modifier and Type | Method and Description |
---|---|
Department |
Transshipment.getRecorderDepartment()
Service d'appartenance d'une personne.
|
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.setRecorderDepartment(Department recorderDepartmentIn)
Service d'appartenance d'une personne.
|
Modifier and Type | Method and Description |
---|---|
Department |
VesselPhysicalFeatures.getRecorderDepartment()
Service d'appartenance d'une personne.
|
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. |
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 . |
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. |
void |
VesselPhysicalFeatures.setRecorderDepartment(Department recorderDepartmentIn)
Service d'appartenance d'une personne.
|
Modifier and Type | Method and Description |
---|---|
Department |
VesselPositionVMS.getRecorderDepartment()
Service d'appartenance d'une personne.
|
Department |
VesselPosition.getRecorderDepartment()
Service d'appartenance d'une personne.
|
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.setRecorderDepartment(Department recorderDepartmentIn)
Service d'appartenance d'une personne.
|
void |
VesselPosition.setRecorderDepartment(Department recorderDepartmentIn)
Service d'appartenance d'une personne.
|
Modifier and Type | Method and Description |
---|---|
Department |
DepartmentHierarchy.getChildDepartment()
Service d'appartenance d'une personne.
|
Department |
DepartmentHierarchy.getParentDepartment()
Service d'appartenance d'une personne.
|
Modifier and Type | Method and Description |
---|---|
DepartmentHierarchy |
DepartmentHierarchyDaoBase.create(Department childDepartment,
Department parentDepartment)
Creates a new
DepartmentHierarchy
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
DepartmentHierarchy |
DepartmentHierarchyDao.create(Department childDepartment,
Department parentDepartment)
Creates a new
DepartmentHierarchy
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
DepartmentHierarchyDaoBase.create(int transform,
Department childDepartment,
Department parentDepartment)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
DepartmentHierarchyDao.create(int transform,
Department childDepartment,
Department parentDepartment)
Does the same thing as
#create() with an
additional flag called transform . |
static DepartmentHierarchy |
DepartmentHierarchy.Factory.newInstance(Department parentDepartment,
Department childDepartment)
Constructs a new instance of
DepartmentHierarchy , taking all possible properties
(except the identifier(s))as arguments. |
void |
DepartmentHierarchy.setChildDepartment(Department childDepartmentIn)
Service d'appartenance d'une personne.
|
void |
DepartmentHierarchy.setParentDepartment(Department parentDepartmentIn)
Service d'appartenance d'une personne.
|
Copyright © 2012–2014 IFREMER. All rights reserved.