| 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,
Location location,
Program program,
ProgramPrivilege programPrivilege) |
Program2Department |
Program2DepartmentDao.create(Department department,
Location location,
Program program,
ProgramPrivilege programPrivilege)
Creates a new
fr.ifremer.adagio.core.dao.administration.programStrategy.Program2Department
instance from all attributes and
properties and adds it to the persistent store. |
Program2Department |
Program2DepartmentDaoBase.create(Department department,
Program program,
ProgramPrivilege programPrivilege) |
Program2Department |
Program2DepartmentDao.create(Department department,
Program program,
ProgramPrivilege programPrivilege)
Creates a new
fr.ifremer.adagio.core.dao.administration.programStrategy.Program2Department
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
Program2DepartmentDaoBase.create(int transform,
Department department,
Location location,
Program program,
ProgramPrivilege programPrivilege) |
Object |
Program2DepartmentDao.create(int transform,
Department department,
Location location,
Program program,
ProgramPrivilege programPrivilege)
Does the same thing as
Program2DepartmentDao.create(fr.ifremer.adagio.core.dao.administration.user.Department,fr.ifremer.adagio.core.dao.referential.location.Location,fr.ifremer.adagio.core.dao.administration.programStrategy.Program,fr.ifremer.adagio.core.dao.administration.programStrategy.ProgramPrivilege) with an
additional flag called transform. |
Object |
Program2DepartmentDaoBase.create(int transform,
Department department,
Program program,
ProgramPrivilege programPrivilege) |
Object |
Program2DepartmentDao.create(int transform,
Department department,
Program program,
ProgramPrivilege programPrivilege)
Does the same thing as
Program2DepartmentDao.create(fr.ifremer.adagio.core.dao.administration.user.Department,fr.ifremer.adagio.core.dao.administration.programStrategy.Program,fr.ifremer.adagio.core.dao.administration.programStrategy.ProgramPrivilege) with an
additional flag called transform. |
static Program2Department |
Program2Department.Factory.newInstance(Department department,
Location location,
Program program,
ProgramPrivilege programPrivilege)
Constructs a new instance of
Program2Department, taking all possible properties
(except the identifier(s))as arguments. |
static Program2Department |
Program2Department.Factory.newInstance(Department department,
Program program,
ProgramPrivilege programPrivilege)
Constructs a new instance of
Program2Department, taking all required and/or
read-only properties as arguments. |
void |
Program2Department.setDepartment(Department department) |
| Modifier and Type | Class and Description |
|---|---|
class |
DepartmentImpl |
| Modifier and Type | Method and Description |
|---|---|
Department |
DepartmentDaoBase.create(Department department) |
Department |
DepartmentDao.create(Department department)
Creates an instance of fr.ifremer.adagio.core.dao.administration.user.Department and adds it to the persistent store.
|
Department |
DepartmentDaoBase.create(String code,
Date creationDate,
Boolean isLdap,
String name,
Status status) |
Department |
DepartmentDao.create(String code,
Date creationDate,
Boolean isLdap,
String name,
Status status)
Creates a new
fr.ifremer.adagio.core.dao.administration.user.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,
Status status,
Collection<Department> departments,
Department parentDepartment,
Collection<Program2Department> program2Departments) |
Department |
DepartmentDao.create(String code,
String name,
String email,
String address,
String phone,
Boolean isLdap,
Date creationDate,
Timestamp updateDate,
Status status,
Collection<Department> departments,
Department parentDepartment,
Collection<Program2Department> program2Departments)
Creates a new
fr.ifremer.adagio.core.dao.administration.user.Department
instance from all attributes and
properties and adds it to the persistent store. |
Department |
Person.getDepartment() |
Department |
DepartmentPrivilegeTransfertPK.getFromDepartment() |
Department |
Department.getParentDepartment() |
Department |
DepartmentPrivilegeTransfertPK.getToDepartment() |
Department |
DepartmentDaoBase.load(Integer id) |
Department |
DepartmentDao.load(Integer id)
Loads an instance of fr.ifremer.adagio.core.dao.administration.user.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,
Status status)
Constructs a new instance of
Department, taking all required and/or
read-only properties as arguments. |
static Department |
Department.Factory.newInstance(String code,
String name,
String email,
String address,
String phone,
Boolean isLdap,
Date creationDate,
Timestamp updateDate,
Status status,
Collection<Department> departments,
Department parentDepartment,
Collection<Program2Department> program2Departments)
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) |
Collection<Department> |
DepartmentDao.create(Collection<Department> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.administration.user.Department and adds
from the passed in
entities collection |
Collection<Department> |
Department.getDepartments() |
Collection<Department> |
DepartmentDaoBase.loadAll() |
Collection<Department> |
DepartmentDao.loadAll()
Loads all entities of type
Department. |
Set<Department> |
DepartmentDaoBase.search(Search search) |
Set<Department> |
DepartmentDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
| Modifier and Type | Method and Description |
|---|---|
Person |
PersonDaoBase.create(Date creationDate,
Department department,
String firstname,
String lastname,
Status status) |
Person |
PersonDao.create(Date creationDate,
Department department,
String firstname,
String lastname,
Status status)
Creates a new
fr.ifremer.adagio.core.dao.administration.user.Person
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
DepartmentPrivilegeTransfert |
DepartmentPrivilegeTransfertDao.create(Date transfertDate,
Timestamp updateDate,
Status status,
Department fromDepartment,
Department toDepartment)
Creates a new
fr.ifremer.adagio.core.dao.administration.user.DepartmentPrivilegeTransfert
instance from all attributes and
properties and adds it to the persistent store. |
DepartmentPrivilegeTransfert |
DepartmentPrivilegeTransfertDaoBase.create(Date transfertDate,
Timestamp updateDate,
Status status,
Department fromDepartment,
Department toDepartment) |
Department |
DepartmentDaoBase.create(Department department) |
Department |
DepartmentDao.create(Department department)
Creates an instance of fr.ifremer.adagio.core.dao.administration.user.Department and adds it to the persistent store.
|
DepartmentPrivilegeTransfert |
DepartmentPrivilegeTransfertDao.create(Department fromDepartment,
Status status,
Department toDepartment,
Date transfertDate)
Creates a new
fr.ifremer.adagio.core.dao.administration.user.DepartmentPrivilegeTransfert
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
DepartmentPrivilegeTransfert |
DepartmentPrivilegeTransfertDaoBase.create(Department fromDepartment,
Status status,
Department toDepartment,
Date transfertDate) |
Object |
PersonDaoBase.create(int transform,
Date creationDate,
Department department,
String firstname,
String lastname,
Status status) |
Object |
PersonDao.create(int transform,
Date creationDate,
Department department,
String firstname,
String lastname,
Status status)
Does the same thing as
PersonDao.create(java.util.Date,fr.ifremer.adagio.core.dao.administration.user.Department,java.lang.String,java.lang.String,fr.ifremer.adagio.core.dao.referential.Status) with an
additional flag called transform. |
Object |
DepartmentPrivilegeTransfertDao.create(int transform,
Date transfertDate,
Timestamp updateDate,
Status status,
Department fromDepartment,
Department toDepartment)
Does the same thing as
DepartmentPrivilegeTransfertDao.create(java.util.Date,java.sql.Timestamp,fr.ifremer.adagio.core.dao.referential.Status,fr.ifremer.adagio.core.dao.administration.user.Department,fr.ifremer.adagio.core.dao.administration.user.Department) with an
additional flag called transform. |
Object |
DepartmentPrivilegeTransfertDaoBase.create(int transform,
Date transfertDate,
Timestamp updateDate,
Status status,
Department fromDepartment,
Department toDepartment) |
Object |
DepartmentDaoBase.create(int transform,
Department department) |
Object |
DepartmentDao.create(int transform,
Department department)
Does the same thing as
DepartmentDao.create(fr.ifremer.adagio.core.dao.administration.user.Department) with an
additional flag called transform. |
Object |
DepartmentPrivilegeTransfertDao.create(int transform,
Department fromDepartment,
Status status,
Department toDepartment,
Date transfertDate)
Does the same thing as
DepartmentPrivilegeTransfertDao.create(fr.ifremer.adagio.core.dao.administration.user.Department,fr.ifremer.adagio.core.dao.referential.Status,fr.ifremer.adagio.core.dao.administration.user.Department,java.util.Date) with an
additional flag called transform. |
Object |
DepartmentPrivilegeTransfertDaoBase.create(int transform,
Department fromDepartment,
Status status,
Department toDepartment,
Date transfertDate) |
Object |
PersonDaoBase.create(int transform,
String lastname,
String firstname,
String address,
Date creationDate,
String phoneNumber,
String mobileNumber,
String faxNumber,
String email,
Timestamp updateDate,
String cryptPassword,
String employeeNumber,
String username,
String usernameExtranet,
Department department,
Collection<UserProfil> profils,
Status status,
Collection<AgeReaderQualification> ageReaderQualifications,
Collection<Program2Person> program2Persons) |
Object |
PersonDao.create(int transform,
String lastname,
String firstname,
String address,
Date creationDate,
String phoneNumber,
String mobileNumber,
String faxNumber,
String email,
Timestamp updateDate,
String cryptPassword,
String employeeNumber,
String username,
String usernameExtranet,
Department department,
Collection<UserProfil> profils,
Status status,
Collection<AgeReaderQualification> ageReaderQualifications,
Collection<Program2Person> program2Persons)
Does the same thing as
#create(java.lang.String,java.lang.String,java.lang.String,java.util.Date,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.sql.Timestamp,java.lang.String,java.lang.String,java.lang.String,java.lang.String,fr.ifremer.adagio.core.dao.administration.user.Department,java.util.Collection with an
additional flag called transform. |
Object |
DepartmentDaoBase.create(int transform,
String code,
String name,
String email,
String address,
String phone,
Boolean isLdap,
Date creationDate,
Timestamp updateDate,
Status status,
Collection<Department> departments,
Department parentDepartment,
Collection<Program2Department> program2Departments) |
Object |
DepartmentDao.create(int transform,
String code,
String name,
String email,
String address,
String phone,
Boolean isLdap,
Date creationDate,
Timestamp updateDate,
Status status,
Collection<Department> departments,
Department parentDepartment,
Collection<Program2Department> program2Departments)
Does the same thing as
#create(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Boolean,java.util.Date,java.sql.Timestamp,fr.ifremer.adagio.core.dao.referential.Status,java.util.Collection with an
additional flag called transform. |
Person |
PersonDaoBase.create(String lastname,
String firstname,
String address,
Date creationDate,
String phoneNumber,
String mobileNumber,
String faxNumber,
String email,
Timestamp updateDate,
String cryptPassword,
String employeeNumber,
String username,
String usernameExtranet,
Department department,
Collection<UserProfil> profils,
Status status,
Collection<AgeReaderQualification> ageReaderQualifications,
Collection<Program2Person> program2Persons) |
Person |
PersonDao.create(String lastname,
String firstname,
String address,
Date creationDate,
String phoneNumber,
String mobileNumber,
String faxNumber,
String email,
Timestamp updateDate,
String cryptPassword,
String employeeNumber,
String username,
String usernameExtranet,
Department department,
Collection<UserProfil> profils,
Status status,
Collection<AgeReaderQualification> ageReaderQualifications,
Collection<Program2Person> program2Persons)
Creates a new
fr.ifremer.adagio.core.dao.administration.user.Person
instance from all attributes and
properties 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,
Status status,
Collection<Department> departments,
Department parentDepartment,
Collection<Program2Department> program2Departments) |
Department |
DepartmentDao.create(String code,
String name,
String email,
String address,
String phone,
Boolean isLdap,
Date creationDate,
Timestamp updateDate,
Status status,
Collection<Department> departments,
Department parentDepartment,
Collection<Program2Department> program2Departments)
Creates a new
fr.ifremer.adagio.core.dao.administration.user.Department
instance from all attributes and
properties and adds it to the persistent store. |
DepartmentPrivilegeTransfert |
DepartmentPrivilegeTransfertDao.load(Department fromDepartment,
Department toDepartment)
Loads an instance of fr.ifremer.adagio.core.dao.administration.user.DepartmentPrivilegeTransfert from the persistent store.
|
DepartmentPrivilegeTransfert |
DepartmentPrivilegeTransfertDaoBase.load(Department fromDepartment,
Department toDepartment) |
Object |
DepartmentPrivilegeTransfertDao.load(int transform,
Department fromDepartment,
Department toDepartment)
Does the same thing as
DepartmentPrivilegeTransfertDao.load(fr.ifremer.adagio.core.dao.administration.user.Department,fr.ifremer.adagio.core.dao.administration.user.Department) with an
additional flag called transform. |
Object |
DepartmentPrivilegeTransfertDaoBase.load(int transform,
Department fromDepartment,
Department toDepartment) |
static Person |
Person.Factory.newInstance(String lastname,
String firstname,
Date creationDate,
Department department,
Status status)
Constructs a new instance of
Person, taking all required and/or
read-only properties as arguments. |
static Person |
Person.Factory.newInstance(String lastname,
String firstname,
String address,
Date creationDate,
String phoneNumber,
String mobileNumber,
String faxNumber,
String email,
Timestamp updateDate,
String cryptPassword,
String employeeNumber,
String username,
String usernameExtranet,
Department department,
Collection<UserProfil> profils,
Status status,
Collection<AgeReaderQualification> ageReaderQualifications,
Collection<Program2Person> program2Persons)
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,
Status status,
Collection<Department> departments,
Department parentDepartment,
Collection<Program2Department> program2Departments)
Constructs a new instance of
Department, taking all possible properties
(except the identifier(s))as arguments. |
void |
DepartmentDaoBase.remove(Department department) |
void |
DepartmentDao.remove(Department department)
Removes the instance of fr.ifremer.adagio.core.dao.administration.user.Department from the persistent store.
|
void |
DepartmentPrivilegeTransfertDao.remove(Department fromDepartment,
Department toDepartment)
Removes the instance of fr.ifremer.adagio.core.dao.administration.user.DepartmentPrivilegeTransfert having the given
identifiers from the persistent store. |
void |
DepartmentPrivilegeTransfertDaoBase.remove(Department fromDepartment,
Department toDepartment) |
void |
Person.setDepartment(Department department) |
void |
DepartmentPrivilegeTransfertPK.setFromDepartment(Department fromDepartment) |
void |
Department.setParentDepartment(Department parentDepartment) |
void |
DepartmentPrivilegeTransfertPK.setToDepartment(Department toDepartment) |
protected 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 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) |
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) |
Collection<Department> |
DepartmentDao.create(Collection<Department> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.administration.user.Department and adds
from the passed in
entities collection |
Collection<?> |
DepartmentDaoBase.create(int transform,
Collection<Department> entities) |
Collection<?> |
DepartmentDao.create(int transform,
Collection<Department> entities)
Does the same thing as
DepartmentDao.create(fr.ifremer.adagio.core.dao.administration.user.Department) with an
additional flag called transform. |
Object |
DepartmentDaoBase.create(int transform,
String code,
String name,
String email,
String address,
String phone,
Boolean isLdap,
Date creationDate,
Timestamp updateDate,
Status status,
Collection<Department> departments,
Department parentDepartment,
Collection<Program2Department> program2Departments) |
Object |
DepartmentDao.create(int transform,
String code,
String name,
String email,
String address,
String phone,
Boolean isLdap,
Date creationDate,
Timestamp updateDate,
Status status,
Collection<Department> departments,
Department parentDepartment,
Collection<Program2Department> program2Departments)
Does the same thing as
#create(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Boolean,java.util.Date,java.sql.Timestamp,fr.ifremer.adagio.core.dao.referential.Status,java.util.Collection with an
additional flag called transform. |
Department |
DepartmentDaoBase.create(String code,
String name,
String email,
String address,
String phone,
Boolean isLdap,
Date creationDate,
Timestamp updateDate,
Status status,
Collection<Department> departments,
Department parentDepartment,
Collection<Program2Department> program2Departments) |
Department |
DepartmentDao.create(String code,
String name,
String email,
String address,
String phone,
Boolean isLdap,
Date creationDate,
Timestamp updateDate,
Status status,
Collection<Department> departments,
Department parentDepartment,
Collection<Program2Department> program2Departments)
Creates a new
fr.ifremer.adagio.core.dao.administration.user.Department
instance from all attributes and
properties and adds it to the persistent store. |
static Department |
Department.Factory.newInstance(String code,
String name,
String email,
String address,
String phone,
Boolean isLdap,
Date creationDate,
Timestamp updateDate,
Status status,
Collection<Department> departments,
Department parentDepartment,
Collection<Program2Department> program2Departments)
Constructs a new instance of
Department, taking all possible properties
(except the identifier(s))as arguments. |
void |
DepartmentDaoBase.remove(Collection<Department> entities) |
void |
DepartmentDao.remove(Collection<Department> entities)
Removes all entities in the given
entities |
void |
Department.setDepartments(Collection<Department> departments) |
void |
DepartmentDaoBase.update(Collection<Department> entities) |
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() |
| Modifier and Type | Method and Description |
|---|---|
BatchModel |
BatchModelDao.create(CatchBatch catchBatch,
Boolean isGlobal,
String name,
Department recorderDepartment)
Creates a new
fr.ifremer.adagio.core.dao.data.batch.BatchModel
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
BatchModel |
BatchModelDaoBase.create(CatchBatch catchBatch,
Boolean isGlobal,
String name,
Department recorderDepartment) |
Object |
BatchModelDao.create(int transform,
CatchBatch catchBatch,
Boolean isGlobal,
String name,
Department recorderDepartment)
Does the same thing as
BatchModelDao.create(fr.ifremer.adagio.core.dao.data.batch.CatchBatch,java.lang.Boolean,java.lang.String,fr.ifremer.adagio.core.dao.administration.user.Department) with an
additional flag called transform. |
Object |
BatchModelDaoBase.create(int transform,
CatchBatch catchBatch,
Boolean isGlobal,
String name,
Department recorderDepartment) |
Object |
BatchModelDao.create(int transform,
String name,
Boolean isGlobal,
Timestamp updateDate,
Department recorderDepartment,
CatchBatch catchBatch,
Person recorderPerson)
Does the same thing as
BatchModelDao.create(java.lang.String,java.lang.Boolean,java.sql.Timestamp,fr.ifremer.adagio.core.dao.administration.user.Department,fr.ifremer.adagio.core.dao.data.batch.CatchBatch,fr.ifremer.adagio.core.dao.administration.user.Person) with an
additional flag called transform. |
Object |
BatchModelDaoBase.create(int transform,
String name,
Boolean isGlobal,
Timestamp updateDate,
Department recorderDepartment,
CatchBatch catchBatch,
Person recorderPerson) |
BatchModel |
BatchModelDao.create(String name,
Boolean isGlobal,
Timestamp updateDate,
Department recorderDepartment,
CatchBatch catchBatch,
Person recorderPerson)
Creates a new
fr.ifremer.adagio.core.dao.data.batch.BatchModel
instance from all attributes and
properties and adds it to the persistent store. |
BatchModel |
BatchModelDaoBase.create(String name,
Boolean isGlobal,
Timestamp updateDate,
Department recorderDepartment,
CatchBatch catchBatch,
Person recorderPerson) |
static BatchModel |
BatchModel.Factory.newInstance(String name,
Boolean isGlobal,
Department recorderDepartment,
CatchBatch catchBatch)
Constructs a new instance of
BatchModel, taking all required and/or
read-only properties as arguments. |
static BatchModel |
BatchModel.Factory.newInstance(String name,
Boolean isGlobal,
Timestamp updateDate,
Department recorderDepartment,
CatchBatch catchBatch,
Person recorderPerson)
Constructs a new instance of
BatchModel, taking all possible properties
(except the identifier(s))as arguments. |
void |
BatchModel.setRecorderDepartment(Department recorderDepartment) |
| Modifier and Type | Method and Description |
|---|---|
Department |
UpdatedItemHistory.getRecorderDepartment()
Le service qui a fait la modification
|
Department |
DeletedItemHistory.getRecorderDepartment() |
| Modifier and Type | Method and Description |
|---|---|
UpdatedItemHistory |
UpdatedItemHistoryDaoBase.create(Integer objectId,
Boolean isPostValidation,
String comments,
Float numericalValue,
String previousComments,
Timestamp updateDate,
QualityFlag qualityFlag,
Metier metier,
ObjectType objectType,
Department recorderDepartment,
Pmfm pmfm,
ProcessingHistory processingHistory,
ReferenceTaxon referenceTaxon,
Person recorderPerson,
TaxonGroup taxonGroup,
QualitativeValue qualitativeValue,
Gear gear) |
UpdatedItemHistory |
UpdatedItemHistoryDao.create(Integer objectId,
Boolean isPostValidation,
String comments,
Float numericalValue,
String previousComments,
Timestamp updateDate,
QualityFlag qualityFlag,
Metier metier,
ObjectType objectType,
Department recorderDepartment,
Pmfm pmfm,
ProcessingHistory processingHistory,
ReferenceTaxon referenceTaxon,
Person recorderPerson,
TaxonGroup taxonGroup,
QualitativeValue qualitativeValue,
Gear gear)
Creates a new
fr.ifremer.adagio.core.dao.data.history.UpdatedItemHistory
instance from all attributes and
properties and adds it to the persistent store. |
Object |
UpdatedItemHistoryDaoBase.create(int transform,
Integer objectId,
Boolean isPostValidation,
String comments,
Float numericalValue,
String previousComments,
Timestamp updateDate,
QualityFlag qualityFlag,
Metier metier,
ObjectType objectType,
Department recorderDepartment,
Pmfm pmfm,
ProcessingHistory processingHistory,
ReferenceTaxon referenceTaxon,
Person recorderPerson,
TaxonGroup taxonGroup,
QualitativeValue qualitativeValue,
Gear gear) |
Object |
UpdatedItemHistoryDao.create(int transform,
Integer objectId,
Boolean isPostValidation,
String comments,
Float numericalValue,
String previousComments,
Timestamp updateDate,
QualityFlag qualityFlag,
Metier metier,
ObjectType objectType,
Department recorderDepartment,
Pmfm pmfm,
ProcessingHistory processingHistory,
ReferenceTaxon referenceTaxon,
Person recorderPerson,
TaxonGroup taxonGroup,
QualitativeValue qualitativeValue,
Gear gear)
|
Object |
UpdatedItemHistoryDaoBase.create(int transform,
String comments,
Boolean isPostValidation,
Integer objectId,
ObjectType objectType,
Department recorderDepartment) |
Object |
UpdatedItemHistoryDao.create(int transform,
String comments,
Boolean isPostValidation,
Integer objectId,
ObjectType objectType,
Department recorderDepartment)
Does the same thing as
UpdatedItemHistoryDao.create(java.lang.String,java.lang.Boolean,java.lang.Integer,fr.ifremer.adagio.core.dao.referential.ObjectType,fr.ifremer.adagio.core.dao.administration.user.Department) with an
additional flag called transform. |
Object |
DeletedItemHistoryDaoBase.create(int transform,
String vesselCode,
Long objectId,
String comments,
Timestamp updateDate,
String objectCode,
ObjectType objectType,
Department recorderDepartment,
Person recorderPerson,
ProcessingHistory processingHistory) |
Object |
DeletedItemHistoryDao.create(int transform,
String vesselCode,
Long objectId,
String comments,
Timestamp updateDate,
String objectCode,
ObjectType objectType,
Department recorderDepartment,
Person recorderPerson,
ProcessingHistory processingHistory)
Does the same thing as
DeletedItemHistoryDao.create(java.lang.String,java.lang.Long,java.lang.String,java.sql.Timestamp,java.lang.String,fr.ifremer.adagio.core.dao.referential.ObjectType,fr.ifremer.adagio.core.dao.administration.user.Department,fr.ifremer.adagio.core.dao.administration.user.Person,fr.ifremer.adagio.core.dao.data.history.ProcessingHistory) with an
additional flag called transform. |
UpdatedItemHistory |
UpdatedItemHistoryDaoBase.create(String comments,
Boolean isPostValidation,
Integer objectId,
ObjectType objectType,
Department recorderDepartment) |
UpdatedItemHistory |
UpdatedItemHistoryDao.create(String comments,
Boolean isPostValidation,
Integer objectId,
ObjectType objectType,
Department recorderDepartment)
Creates a new
fr.ifremer.adagio.core.dao.data.history.UpdatedItemHistory
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
DeletedItemHistory |
DeletedItemHistoryDaoBase.create(String vesselCode,
Long objectId,
String comments,
Timestamp updateDate,
String objectCode,
ObjectType objectType,
Department recorderDepartment,
Person recorderPerson,
ProcessingHistory processingHistory) |
DeletedItemHistory |
DeletedItemHistoryDao.create(String vesselCode,
Long objectId,
String comments,
Timestamp updateDate,
String objectCode,
ObjectType objectType,
Department recorderDepartment,
Person recorderPerson,
ProcessingHistory processingHistory)
Creates a new
fr.ifremer.adagio.core.dao.data.history.DeletedItemHistory
instance from all attributes and
properties and adds it to the persistent store. |
static UpdatedItemHistory |
UpdatedItemHistory.Factory.newInstance(Integer objectId,
Boolean isPostValidation,
String comments,
Float numericalValue,
String previousComments,
Timestamp updateDate,
QualityFlag qualityFlag,
Metier metier,
ObjectType objectType,
Department recorderDepartment,
Pmfm pmfm,
ProcessingHistory processingHistory,
ReferenceTaxon referenceTaxon,
Person recorderPerson,
TaxonGroup taxonGroup,
QualitativeValue qualitativeValue,
Gear gear)
Constructs a new instance of
UpdatedItemHistory, taking all possible properties
(except the identifier(s))as arguments. |
static UpdatedItemHistory |
UpdatedItemHistory.Factory.newInstance(Integer objectId,
Boolean isPostValidation,
String comments,
ObjectType objectType,
Department recorderDepartment)
Constructs a new instance of
UpdatedItemHistory, taking all required and/or
read-only properties as arguments. |
static DeletedItemHistory |
DeletedItemHistory.Factory.newInstance(String vesselCode,
Long objectId,
String comments,
Timestamp updateDate,
String objectCode,
ObjectType objectType,
Department recorderDepartment,
Person recorderPerson,
ProcessingHistory processingHistory)
Constructs a new instance of
DeletedItemHistory, taking all possible properties
(except the identifier(s))as arguments. |
void |
UpdatedItemHistory.setRecorderDepartment(Department recorderDepartment) |
void |
DeletedItemHistory.setRecorderDepartment(Department recorderDepartment) |
| Modifier and Type | Method and Description |
|---|---|
Department |
Measurement.getDepartment()
Service effectuant l'analyse/la mesure.
|
| Modifier and Type | Method and Description |
|---|---|
GearPhysicalMeasurement |
GearPhysicalMeasurementDaoBase.create(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
GearPhysicalFeatures gearPhysicalFeatures) |
GearPhysicalMeasurement |
GearPhysicalMeasurementDao.create(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
GearPhysicalFeatures gearPhysicalFeatures)
Creates a new
fr.ifremer.adagio.core.dao.data.measure.GearPhysicalMeasurement
instance from all attributes and
properties and adds it to the persistent store. |
GearUseMeasurement |
GearUseMeasurementDaoBase.create(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
GearUseFeatures gearUseFeatures) |
GearUseMeasurement |
GearUseMeasurementDao.create(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
GearUseFeatures gearUseFeatures)
Creates a new
fr.ifremer.adagio.core.dao.data.measure.GearUseMeasurement
instance from all attributes and
properties and adds it to the persistent store. |
SortingMeasurement |
SortingMeasurementDao.create(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
Integer rankOrder,
SortingBatch sortingBatch,
Produce produce)
Creates a new
fr.ifremer.adagio.core.dao.data.measure.SortingMeasurement
instance from all attributes and
properties and adds it to the persistent store. |
SortingMeasurement |
SortingMeasurementDaoBase.create(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
Integer rankOrder,
SortingBatch sortingBatch,
Produce produce) |
LandingMeasurement |
LandingMeasurementDaoBase.create(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
Landing landing) |
LandingMeasurement |
LandingMeasurementDao.create(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
Landing landing)
Creates a new
fr.ifremer.adagio.core.dao.data.measure.LandingMeasurement
instance from all attributes and
properties and adds it to the persistent store. |
SurveyMeasurement |
SurveyMeasurementDao.create(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
PhysicalGearSurvey physicalGearSurvey,
DeclaredDocumentReference declaredDocumentReference,
EconomicalSurvey economicalSurvey,
ActivityCalendar activityCalendar,
DailyActivityCalendar dailyActivityCalendar,
Sale sale,
FishingTrip fishingTrip,
FishingEffortCalendar fishingEffortCalendar,
Landing landing,
Transshipment transshipment)
Creates a new
fr.ifremer.adagio.core.dao.data.measure.SurveyMeasurement
instance from all attributes and
properties and adds it to the persistent store. |
SurveyMeasurement |
SurveyMeasurementDaoBase.create(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
PhysicalGearSurvey physicalGearSurvey,
DeclaredDocumentReference declaredDocumentReference,
EconomicalSurvey economicalSurvey,
ActivityCalendar activityCalendar,
DailyActivityCalendar dailyActivityCalendar,
Sale sale,
FishingTrip fishingTrip,
FishingEffortCalendar fishingEffortCalendar,
Landing landing,
Transshipment transshipment) |
SaleMeasurement |
SaleMeasurementDaoBase.create(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
Sale sale,
ExpectedSale expectedSale) |
SaleMeasurement |
SaleMeasurementDao.create(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
Sale sale,
ExpectedSale expectedSale)
Creates a new
fr.ifremer.adagio.core.dao.data.measure.SaleMeasurement
instance from all attributes and
properties and adds it to the persistent store. |
QuantificationMeasurement |
QuantificationMeasurementDao.create(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
Short subgroupNumber,
Boolean isReferenceQuantification,
Batch batch,
Produce produce)
Creates a new
fr.ifremer.adagio.core.dao.data.measure.QuantificationMeasurement
instance from all attributes and
properties and adds it to the persistent store. |
QuantificationMeasurement |
QuantificationMeasurementDaoBase.create(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
Short subgroupNumber,
Boolean isReferenceQuantification,
Batch batch,
Produce produce) |
SampleMeasurement |
SampleMeasurementDao.create(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
Short individualNumber,
Boolean isReferenceMeasurement,
Sample sample)
Creates a new
fr.ifremer.adagio.core.dao.data.measure.SampleMeasurement
instance from all attributes and
properties and adds it to the persistent store. |
SampleMeasurement |
SampleMeasurementDaoBase.create(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
Short individualNumber,
Boolean isReferenceMeasurement,
Sample sample) |
TakeOverMeasurement |
TakeOverMeasurementDaoBase.create(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
TakeOver takeOver) |
TakeOverMeasurement |
TakeOverMeasurementDao.create(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
TakeOver takeOver)
Creates a new
fr.ifremer.adagio.core.dao.data.measure.TakeOverMeasurement
instance from all attributes and
properties and adds it to the persistent store. |
VesselPhysicalMeasurement |
VesselPhysicalMeasurementDaoBase.create(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
VesselPhysicalFeatures vesselPhysicalFeatures) |
VesselPhysicalMeasurement |
VesselPhysicalMeasurementDao.create(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
VesselPhysicalFeatures vesselPhysicalFeatures)
Creates a new
fr.ifremer.adagio.core.dao.data.measure.VesselPhysicalMeasurement
instance from all attributes and
properties and adds it to the persistent store. |
VesselPositionMeasurement |
VesselPositionMeasurementDaoBase.create(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
VesselPosition vesselPosition) |
VesselPositionMeasurement |
VesselPositionMeasurementDao.create(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
VesselPosition vesselPosition)
Creates a new
fr.ifremer.adagio.core.dao.data.measure.VesselPositionMeasurement
instance from all attributes and
properties and adds it to the persistent store. |
VesselUseMeasurement |
VesselUseMeasurementDaoBase.create(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
VesselUseFeatures vesselUseFeatures) |
VesselUseMeasurement |
VesselUseMeasurementDao.create(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
VesselUseFeatures vesselUseFeatures)
Creates a new
fr.ifremer.adagio.core.dao.data.measure.VesselUseMeasurement
instance from all attributes and
properties and adds it to the persistent store. |
Object |
GearPhysicalMeasurementDaoBase.create(int transform,
Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
GearPhysicalFeatures gearPhysicalFeatures) |
Object |
GearPhysicalMeasurementDao.create(int transform,
Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
GearPhysicalFeatures gearPhysicalFeatures)
|
Object |
GearUseMeasurementDaoBase.create(int transform,
Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
GearUseFeatures gearUseFeatures) |
Object |
GearUseMeasurementDao.create(int transform,
Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
GearUseFeatures gearUseFeatures)
|
Object |
SortingMeasurementDao.create(int transform,
Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
Integer rankOrder,
SortingBatch sortingBatch,
Produce produce)
|
Object |
SortingMeasurementDaoBase.create(int transform,
Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
Integer rankOrder,
SortingBatch sortingBatch,
Produce produce) |
Object |
LandingMeasurementDaoBase.create(int transform,
Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
Landing landing) |
Object |
LandingMeasurementDao.create(int transform,
Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
Landing landing)
|
Object |
SurveyMeasurementDao.create(int transform,
Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
PhysicalGearSurvey physicalGearSurvey,
DeclaredDocumentReference declaredDocumentReference,
EconomicalSurvey economicalSurvey,
ActivityCalendar activityCalendar,
DailyActivityCalendar dailyActivityCalendar,
Sale sale,
FishingTrip fishingTrip,
FishingEffortCalendar fishingEffortCalendar,
Landing landing,
Transshipment transshipment)
|
Object |
SurveyMeasurementDaoBase.create(int transform,
Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
PhysicalGearSurvey physicalGearSurvey,
DeclaredDocumentReference declaredDocumentReference,
EconomicalSurvey economicalSurvey,
ActivityCalendar activityCalendar,
DailyActivityCalendar dailyActivityCalendar,
Sale sale,
FishingTrip fishingTrip,
FishingEffortCalendar fishingEffortCalendar,
Landing landing,
Transshipment transshipment) |
Object |
SaleMeasurementDaoBase.create(int transform,
Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
Sale sale,
ExpectedSale expectedSale) |
Object |
SaleMeasurementDao.create(int transform,
Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
Sale sale,
ExpectedSale expectedSale)
|
Object |
QuantificationMeasurementDao.create(int transform,
Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
Short subgroupNumber,
Boolean isReferenceQuantification,
Batch batch,
Produce produce)
|
Object |
QuantificationMeasurementDaoBase.create(int transform,
Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
Short subgroupNumber,
Boolean isReferenceQuantification,
Batch batch,
Produce produce) |
Object |
SampleMeasurementDao.create(int transform,
Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
Short individualNumber,
Boolean isReferenceMeasurement,
Sample sample)
|
Object |
SampleMeasurementDaoBase.create(int transform,
Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
Short individualNumber,
Boolean isReferenceMeasurement,
Sample sample) |
Object |
TakeOverMeasurementDaoBase.create(int transform,
Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
TakeOver takeOver) |
Object |
TakeOverMeasurementDao.create(int transform,
Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
TakeOver takeOver)
|
Object |
VesselPhysicalMeasurementDaoBase.create(int transform,
Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
VesselPhysicalFeatures vesselPhysicalFeatures) |
Object |
VesselPhysicalMeasurementDao.create(int transform,
Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
VesselPhysicalFeatures vesselPhysicalFeatures)
|
Object |
VesselPositionMeasurementDaoBase.create(int transform,
Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
VesselPosition vesselPosition) |
Object |
VesselPositionMeasurementDao.create(int transform,
Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
VesselPosition vesselPosition)
|
Object |
VesselUseMeasurementDaoBase.create(int transform,
Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
VesselUseFeatures vesselUseFeatures) |
Object |
VesselUseMeasurementDao.create(int transform,
Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
VesselUseFeatures vesselUseFeatures)
|
static GearPhysicalMeasurement |
GearPhysicalMeasurement.Factory.newInstance(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
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,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
GearUseFeatures gearUseFeatures)
Constructs a new instance of
GearUseMeasurement, 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,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
Integer rankOrder,
SortingBatch sortingBatch,
Produce produce)
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,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
Landing landing)
Constructs a new instance of
LandingMeasurement, taking all possible properties
(except the identifier(s))as arguments. |
static SurveyMeasurement |
SurveyMeasurement.Factory.newInstance(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
PhysicalGearSurvey physicalGearSurvey,
DeclaredDocumentReference declaredDocumentReference,
EconomicalSurvey economicalSurvey,
ActivityCalendar activityCalendar,
DailyActivityCalendar dailyActivityCalendar,
Sale sale,
FishingTrip fishingTrip,
FishingEffortCalendar fishingEffortCalendar,
Landing landing,
Transshipment transshipment)
Constructs a new instance of
SurveyMeasurement, 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,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
Sale sale,
ExpectedSale expectedSale)
Constructs a new instance of
SaleMeasurement, 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,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
Short subgroupNumber,
Boolean isReferenceQuantification,
Batch batch,
Produce produce)
Constructs a new instance of
QuantificationMeasurement, 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,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
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,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
TakeOver takeOver)
Constructs a new instance of
TakeOverMeasurement, 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,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
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,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
VesselPosition vesselPosition)
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,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
VesselUseFeatures vesselUseFeatures)
Constructs a new instance of
VesselUseMeasurement, taking all possible properties
(except the identifier(s))as arguments. |
void |
Measurement.setDepartment(Department department) |
| Modifier and Type | Method and Description |
|---|---|
Department |
MeasurementFile.getDepartment()
Département saisisseur du fichier dans Allegro
|
| Modifier and Type | Method and Description |
|---|---|
MeasurementFile |
MeasurementFileDao.create(Integer objectId,
String path,
String name,
String comments,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
ObjectType objectType,
QualityFlag qualityFlag,
Pmfm pmfm,
Department department,
AnalysisInstrument analysisInstrument)
Creates a new
fr.ifremer.adagio.core.dao.data.measure.file.MeasurementFile
instance from all attributes and
properties and adds it to the persistent store. |
MeasurementFile |
MeasurementFileDaoBase.create(Integer objectId,
String path,
String name,
String comments,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
ObjectType objectType,
QualityFlag qualityFlag,
Pmfm pmfm,
Department department,
AnalysisInstrument analysisInstrument) |
Object |
MeasurementFileDao.create(int transform,
Integer objectId,
String path,
String name,
String comments,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
ObjectType objectType,
QualityFlag qualityFlag,
Pmfm pmfm,
Department department,
AnalysisInstrument analysisInstrument)
Does the same thing as
MeasurementFileDao.create(java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.adagio.core.dao.referential.ObjectType,fr.ifremer.adagio.core.dao.referential.QualityFlag,fr.ifremer.adagio.core.dao.referential.pmfm.Pmfm,fr.ifremer.adagio.core.dao.administration.user.Department,fr.ifremer.adagio.core.dao.referential.AnalysisInstrument) with an
additional flag called transform. |
Object |
MeasurementFileDaoBase.create(int transform,
Integer objectId,
String path,
String name,
String comments,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
ObjectType objectType,
QualityFlag qualityFlag,
Pmfm pmfm,
Department department,
AnalysisInstrument analysisInstrument) |
static MeasurementFile |
MeasurementFile.Factory.newInstance(Integer objectId,
String path,
String name,
String comments,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
ObjectType objectType,
QualityFlag qualityFlag,
Pmfm pmfm,
Department department,
AnalysisInstrument analysisInstrument)
Constructs a new instance of
MeasurementFile, taking all possible properties
(except the identifier(s))as arguments. |
void |
MeasurementFile.setDepartment(Department department) |
| Modifier and Type | Method and Description |
|---|---|
Department |
Photo.getDepartment() |
| Modifier and Type | Method and Description |
|---|---|
Photo |
PhotoDaoBase.create(Integer objectId,
String name,
String directionDescription,
String comments,
String path,
Date photoDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
QualityFlag qualityFlag,
Department department,
PhotoType photoType,
ObjectType objectType) |
Photo |
PhotoDao.create(Integer objectId,
String name,
String directionDescription,
String comments,
String path,
Date photoDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
QualityFlag qualityFlag,
Department department,
PhotoType photoType,
ObjectType objectType)
Creates a new
fr.ifremer.adagio.core.dao.data.measure.photo.Photo
instance from all attributes and
properties and adds it to the persistent store. |
Object |
PhotoDaoBase.create(int transform,
Integer objectId,
String name,
String directionDescription,
String comments,
String path,
Date photoDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
QualityFlag qualityFlag,
Department department,
PhotoType photoType,
ObjectType objectType) |
Object |
PhotoDao.create(int transform,
Integer objectId,
String name,
String directionDescription,
String comments,
String path,
Date photoDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
QualityFlag qualityFlag,
Department department,
PhotoType photoType,
ObjectType objectType)
Does the same thing as
PhotoDao.create(java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.adagio.core.dao.referential.QualityFlag,fr.ifremer.adagio.core.dao.administration.user.Department,fr.ifremer.adagio.core.dao.referential.PhotoType,fr.ifremer.adagio.core.dao.referential.ObjectType) with an
additional flag called transform. |
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,
Department department,
PhotoType photoType,
ObjectType objectType)
Constructs a new instance of
Photo, taking all possible properties
(except the identifier(s))as arguments. |
void |
Photo.setDepartment(Department department) |
| Modifier and Type | Method and Description |
|---|---|
Department |
Sample.getRecorderDepartment() |
| Modifier and Type | Method and Description |
|---|---|
Sample |
SampleDao.create(Date creationDate,
String label,
Matrix matrix,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
String synchronizationStatus)
Creates a new
fr.ifremer.adagio.core.dao.data.sample.Sample
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Sample |
SampleDaoBase.create(Date creationDate,
String label,
Matrix matrix,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
String synchronizationStatus) |
Object |
SampleDao.create(int transform,
Date creationDate,
String label,
Matrix matrix,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
String synchronizationStatus)
Does the same thing as
SampleDao.create(java.util.Date,java.lang.String,fr.ifremer.adagio.core.dao.referential.pmfm.Matrix,fr.ifremer.adagio.core.dao.administration.programStrategy.Program,fr.ifremer.adagio.core.dao.referential.QualityFlag,fr.ifremer.adagio.core.dao.administration.user.Department,java.lang.String) with an
additional flag called transform. |
Object |
SampleDaoBase.create(int transform,
Date creationDate,
String label,
Matrix matrix,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
String synchronizationStatus) |
Object |
SampleDao.create(int transform,
String label,
Date sampleDate,
Short individualCount,
Float size,
String synchronizationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Collection<FishingArea> fishingAreas,
FishingOperation fishingOperation,
Matrix matrix,
Department recorderDepartment,
Program program,
Sample parentSample,
Collection<Sample> childSamples,
ReferenceTaxon referenceTaxon,
TaxonGroup taxonGroup,
QualityFlag qualityFlag,
Person recorderPerson,
Unit sizeUnit,
Batch batch,
Collection<SampleMeasurement> sampleMeasurements)
Does the same thing as
#create(java.lang.String,java.util.Date,java.lang.Short,java.lang.Float,java.lang.String,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,java.util.Collection with an
additional flag called transform. |
Object |
SampleDaoBase.create(int transform,
String label,
Date sampleDate,
Short individualCount,
Float size,
String synchronizationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Collection<FishingArea> fishingAreas,
FishingOperation fishingOperation,
Matrix matrix,
Department recorderDepartment,
Program program,
Sample parentSample,
Collection<Sample> childSamples,
ReferenceTaxon referenceTaxon,
TaxonGroup taxonGroup,
QualityFlag qualityFlag,
Person recorderPerson,
Unit sizeUnit,
Batch batch,
Collection<SampleMeasurement> sampleMeasurements) |
Sample |
SampleDao.create(String label,
Date sampleDate,
Short individualCount,
Float size,
String synchronizationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Collection<FishingArea> fishingAreas,
FishingOperation fishingOperation,
Matrix matrix,
Department recorderDepartment,
Program program,
Sample parentSample,
Collection<Sample> childSamples,
ReferenceTaxon referenceTaxon,
TaxonGroup taxonGroup,
QualityFlag qualityFlag,
Person recorderPerson,
Unit sizeUnit,
Batch batch,
Collection<SampleMeasurement> sampleMeasurements)
Creates a new
fr.ifremer.adagio.core.dao.data.sample.Sample
instance from all attributes and
properties and adds it to the persistent store. |
Sample |
SampleDaoBase.create(String label,
Date sampleDate,
Short individualCount,
Float size,
String synchronizationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Collection<FishingArea> fishingAreas,
FishingOperation fishingOperation,
Matrix matrix,
Department recorderDepartment,
Program program,
Sample parentSample,
Collection<Sample> childSamples,
ReferenceTaxon referenceTaxon,
TaxonGroup taxonGroup,
QualityFlag qualityFlag,
Person recorderPerson,
Unit sizeUnit,
Batch batch,
Collection<SampleMeasurement> sampleMeasurements) |
static Sample |
Sample.Factory.newInstance(String label,
Date sampleDate,
Short individualCount,
Float size,
String synchronizationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Collection<FishingArea> fishingAreas,
FishingOperation fishingOperation,
Matrix matrix,
Department recorderDepartment,
Program program,
Sample parentSample,
Collection<Sample> childSamples,
ReferenceTaxon referenceTaxon,
TaxonGroup taxonGroup,
QualityFlag qualityFlag,
Person recorderPerson,
Unit sizeUnit,
Batch batch,
Collection<SampleMeasurement> sampleMeasurements)
Constructs a new instance of
Sample, taking all possible properties
(except the identifier(s))as arguments. |
static Sample |
Sample.Factory.newInstance(String label,
String synchronizationStatus,
Date creationDate,
Matrix matrix,
Department recorderDepartment,
Program program,
QualityFlag qualityFlag)
Constructs a new instance of
Sample, taking all required and/or
read-only properties as arguments. |
void |
Sample.setRecorderDepartment(Department recorderDepartment) |
| Modifier and Type | Method and Description |
|---|---|
Department |
DailyActivityCalendar.getRecorderDepartment() |
Department |
ActivityCalendar.getRecorderDepartment()
Service saisisseur
|
| Modifier and Type | Method and Description |
|---|---|
ActivityCalendar |
ActivityCalendarDao.create(Date creationDate,
Boolean directSurveyInvestigation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
String synchronizationStatus,
Vessel vessel,
Integer year)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.activity.ActivityCalendar
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
ActivityCalendar |
ActivityCalendarDaoBase.create(Date creationDate,
Boolean directSurveyInvestigation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
String synchronizationStatus,
Vessel vessel,
Integer year) |
DailyActivityCalendar |
DailyActivityCalendarDao.create(Date creationDate,
Date endDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date startDate,
String synchronizationStatus,
Vessel vessel)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.activity.DailyActivityCalendar
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,
String synchronizationStatus,
Vessel vessel) |
Object |
ActivityCalendarDao.create(int transform,
Date creationDate,
Boolean directSurveyInvestigation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
String synchronizationStatus,
Vessel vessel,
Integer year)
Does the same thing as
ActivityCalendarDao.create(java.util.Date,java.lang.Boolean,fr.ifremer.adagio.core.dao.administration.programStrategy.Program,fr.ifremer.adagio.core.dao.referential.QualityFlag,fr.ifremer.adagio.core.dao.administration.user.Department,java.lang.String,fr.ifremer.adagio.core.dao.referential.vessel.Vessel,java.lang.Integer) with an
additional flag called transform. |
Object |
ActivityCalendarDaoBase.create(int transform,
Date creationDate,
Boolean directSurveyInvestigation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
String synchronizationStatus,
Vessel vessel,
Integer year) |
Object |
DailyActivityCalendarDao.create(int transform,
Date creationDate,
Date endDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date startDate,
String synchronizationStatus,
Vessel vessel)
Does the same thing as
DailyActivityCalendarDao.create(java.util.Date,java.util.Date,fr.ifremer.adagio.core.dao.administration.programStrategy.Program,fr.ifremer.adagio.core.dao.referential.QualityFlag,fr.ifremer.adagio.core.dao.administration.user.Department,java.util.Date,java.lang.String,fr.ifremer.adagio.core.dao.referential.vessel.Vessel) with an
additional flag called transform. |
Object |
DailyActivityCalendarDaoBase.create(int transform,
Date creationDate,
Date endDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date startDate,
String synchronizationStatus,
Vessel vessel) |
Object |
DailyActivityCalendarDao.create(int transform,
String synchronizationStatus,
Date startDate,
Date endDate,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Person recorderPerson,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Vessel vessel,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<VesselUseFeatures> vesselUseFeatures,
Collection<GearUseFeatures> gearUseFeatures)
Does the same thing as
#create(java.lang.String,java.util.Date,java.util.Date,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.adagio.core.dao.administration.user.Person,fr.ifremer.adagio.core.dao.administration.programStrategy.Program,fr.ifremer.adagio.core.dao.referential.QualityFlag,fr.ifremer.adagio.core.dao.administration.user.Department,fr.ifremer.adagio.core.dao.referential.vessel.Vessel,java.util.Collection with an
additional flag called transform. |
Object |
DailyActivityCalendarDaoBase.create(int transform,
String synchronizationStatus,
Date startDate,
Date endDate,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Person recorderPerson,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Vessel vessel,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<VesselUseFeatures> vesselUseFeatures,
Collection<GearUseFeatures> gearUseFeatures) |
Object |
ActivityCalendarDao.create(int transform,
String synchronizationStatus,
Integer year,
Boolean directSurveyInvestigation,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Vessel vessel,
Department recorderDepartment,
Program program,
QualityFlag qualityFlag,
Person recorderPerson,
FishingEffortCalendar fishingEffortCalendar,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<VesselUseFeatures> vesselUseFeatures,
Collection<GearUseFeatures> gearUseFeatures)
Does the same thing as
#create(java.lang.String,java.lang.Integer,java.lang.Boolean,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.adagio.core.dao.referential.vessel.Vessel,fr.ifremer.adagio.core.dao.administration.user.Department,fr.ifremer.adagio.core.dao.administration.programStrategy.Program,fr.ifremer.adagio.core.dao.referential.QualityFlag,fr.ifremer.adagio.core.dao.administration.user.Person,fr.ifremer.adagio.core.dao.data.survey.fishingEffort.FishingEffortCalendar,java.util.Collection with an
additional flag called transform. |
Object |
ActivityCalendarDaoBase.create(int transform,
String synchronizationStatus,
Integer year,
Boolean directSurveyInvestigation,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Vessel vessel,
Department recorderDepartment,
Program program,
QualityFlag qualityFlag,
Person recorderPerson,
FishingEffortCalendar fishingEffortCalendar,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<VesselUseFeatures> vesselUseFeatures,
Collection<GearUseFeatures> gearUseFeatures) |
DailyActivityCalendar |
DailyActivityCalendarDao.create(String synchronizationStatus,
Date startDate,
Date endDate,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Person recorderPerson,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Vessel vessel,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<VesselUseFeatures> vesselUseFeatures,
Collection<GearUseFeatures> gearUseFeatures)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.activity.DailyActivityCalendar
instance from all attributes and
properties and adds it to the persistent store. |
DailyActivityCalendar |
DailyActivityCalendarDaoBase.create(String synchronizationStatus,
Date startDate,
Date endDate,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Person recorderPerson,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Vessel vessel,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<VesselUseFeatures> vesselUseFeatures,
Collection<GearUseFeatures> gearUseFeatures) |
ActivityCalendar |
ActivityCalendarDao.create(String synchronizationStatus,
Integer year,
Boolean directSurveyInvestigation,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Vessel vessel,
Department recorderDepartment,
Program program,
QualityFlag qualityFlag,
Person recorderPerson,
FishingEffortCalendar fishingEffortCalendar,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<VesselUseFeatures> vesselUseFeatures,
Collection<GearUseFeatures> gearUseFeatures)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.activity.ActivityCalendar
instance from all attributes and
properties and adds it to the persistent store. |
ActivityCalendar |
ActivityCalendarDaoBase.create(String synchronizationStatus,
Integer year,
Boolean directSurveyInvestigation,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Vessel vessel,
Department recorderDepartment,
Program program,
QualityFlag qualityFlag,
Person recorderPerson,
FishingEffortCalendar fishingEffortCalendar,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<VesselUseFeatures> vesselUseFeatures,
Collection<GearUseFeatures> gearUseFeatures) |
static DailyActivityCalendar |
DailyActivityCalendar.Factory.newInstance(String synchronizationStatus,
Date startDate,
Date endDate,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Vessel vessel)
Constructs a new instance of
DailyActivityCalendar, taking all required and/or
read-only properties as arguments. |
static DailyActivityCalendar |
DailyActivityCalendar.Factory.newInstance(String synchronizationStatus,
Date startDate,
Date endDate,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Person recorderPerson,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Vessel vessel,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<VesselUseFeatures> vesselUseFeatures,
Collection<GearUseFeatures> gearUseFeatures)
Constructs a new instance of
DailyActivityCalendar, taking all possible properties
(except the identifier(s))as arguments. |
static ActivityCalendar |
ActivityCalendar.Factory.newInstance(String synchronizationStatus,
Integer year,
Boolean directSurveyInvestigation,
Date creationDate,
Vessel vessel,
Department recorderDepartment,
Program program,
QualityFlag qualityFlag)
Constructs a new instance of
ActivityCalendar, taking all required and/or
read-only properties as arguments. |
static ActivityCalendar |
ActivityCalendar.Factory.newInstance(String synchronizationStatus,
Integer year,
Boolean directSurveyInvestigation,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Vessel vessel,
Department recorderDepartment,
Program program,
QualityFlag qualityFlag,
Person recorderPerson,
FishingEffortCalendar fishingEffortCalendar,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<VesselUseFeatures> vesselUseFeatures,
Collection<GearUseFeatures> gearUseFeatures)
Constructs a new instance of
ActivityCalendar, taking all possible properties
(except the identifier(s))as arguments. |
void |
DailyActivityCalendar.setRecorderDepartment(Department recorderDepartment) |
void |
ActivityCalendar.setRecorderDepartment(Department recorderDepartment) |
| 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,
String synchronizationStatus,
Vessel vessel) |
DeclaredDocumentReference |
DeclaredDocumentReferenceDao.create(Date creationDate,
Date documentDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
String synchronizationStatus,
Vessel vessel)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.declaration.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,
String synchronizationStatus,
Vessel vessel) |
Object |
DeclaredDocumentReferenceDao.create(int transform,
Date creationDate,
Date documentDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
String synchronizationStatus,
Vessel vessel)
Does the same thing as
DeclaredDocumentReferenceDao.create(java.util.Date,java.util.Date,fr.ifremer.adagio.core.dao.administration.programStrategy.Program,fr.ifremer.adagio.core.dao.referential.QualityFlag,fr.ifremer.adagio.core.dao.administration.user.Department,java.lang.String,fr.ifremer.adagio.core.dao.referential.vessel.Vessel) with an
additional flag called transform. |
Object |
DeclaredDocumentReferenceDaoBase.create(int transform,
String synchronizationStatus,
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,
Department recorderDepartment,
Person recorderPerson,
Vessel vessel,
QualityFlag qualityFlag,
Program program,
Collection<DeclaredDocumentReference> childDeclaredDocumentReferences,
DeclaredDocumentReference parentDeclaredDocumentReference,
Collection<Sale> sales,
Collection<FishingTrip> fishingTrips,
Collection<SurveyMeasurement> surveyMeasurements) |
Object |
DeclaredDocumentReferenceDao.create(int transform,
String synchronizationStatus,
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,
Department recorderDepartment,
Person recorderPerson,
Vessel vessel,
QualityFlag qualityFlag,
Program program,
Collection<DeclaredDocumentReference> childDeclaredDocumentReferences,
DeclaredDocumentReference parentDeclaredDocumentReference,
Collection<Sale> sales,
Collection<FishingTrip> fishingTrips,
Collection<SurveyMeasurement> surveyMeasurements)
Does the same thing as
#create(java.lang.String,java.lang.String,java.lang.String,java.util.Date,java.lang.String,java.lang.String,java.lang.String,java.lang.Short,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.adagio.core.dao.administration.user.Department,fr.ifremer.adagio.core.dao.administration.user.Person,fr.ifremer.adagio.core.dao.referential.vessel.Vessel,fr.ifremer.adagio.core.dao.referential.QualityFlag,fr.ifremer.adagio.core.dao.administration.programStrategy.Program,java.util.Collection with an
additional flag called transform. |
DeclaredDocumentReference |
DeclaredDocumentReferenceDaoBase.create(String synchronizationStatus,
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,
Department recorderDepartment,
Person recorderPerson,
Vessel vessel,
QualityFlag qualityFlag,
Program program,
Collection<DeclaredDocumentReference> childDeclaredDocumentReferences,
DeclaredDocumentReference parentDeclaredDocumentReference,
Collection<Sale> sales,
Collection<FishingTrip> fishingTrips,
Collection<SurveyMeasurement> surveyMeasurements) |
DeclaredDocumentReference |
DeclaredDocumentReferenceDao.create(String synchronizationStatus,
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,
Department recorderDepartment,
Person recorderPerson,
Vessel vessel,
QualityFlag qualityFlag,
Program program,
Collection<DeclaredDocumentReference> childDeclaredDocumentReferences,
DeclaredDocumentReference parentDeclaredDocumentReference,
Collection<Sale> sales,
Collection<FishingTrip> fishingTrips,
Collection<SurveyMeasurement> surveyMeasurements)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.declaration.DeclaredDocumentReference
instance from all attributes and
properties and adds it to the persistent store. |
static DeclaredDocumentReference |
DeclaredDocumentReference.Factory.newInstance(String synchronizationStatus,
Date documentDate,
Date creationDate,
Department recorderDepartment,
Vessel vessel,
QualityFlag qualityFlag,
Program program)
Constructs a new instance of
DeclaredDocumentReference, taking all required and/or
read-only properties as arguments. |
static DeclaredDocumentReference |
DeclaredDocumentReference.Factory.newInstance(String synchronizationStatus,
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,
Department recorderDepartment,
Person recorderPerson,
Vessel vessel,
QualityFlag qualityFlag,
Program program,
Collection<DeclaredDocumentReference> childDeclaredDocumentReferences,
DeclaredDocumentReference parentDeclaredDocumentReference,
Collection<Sale> sales,
Collection<FishingTrip> fishingTrips,
Collection<SurveyMeasurement> surveyMeasurements)
Constructs a new instance of
DeclaredDocumentReference, taking all possible properties
(except the identifier(s))as arguments. |
void |
DeclaredDocumentReference.setRecorderDepartment(Department recorderDepartment) |
| Modifier and Type | Method and Description |
|---|---|
Department |
EconomicalSurvey.getRecorderDepartment() |
| Modifier and Type | Method and Description |
|---|---|
EconomicalSurvey |
EconomicalSurveyDaoBase.create(Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
String synchronisationStatus) |
EconomicalSurvey |
EconomicalSurveyDao.create(Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
String synchronisationStatus)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.economy.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,
String synchronisationStatus) |
Object |
EconomicalSurveyDao.create(int transform,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
String synchronisationStatus)
Does the same thing as
EconomicalSurveyDao.create(java.util.Date,fr.ifremer.adagio.core.dao.administration.programStrategy.Program,fr.ifremer.adagio.core.dao.referential.QualityFlag,fr.ifremer.adagio.core.dao.administration.user.Department,java.lang.String) with an
additional flag called transform. |
Object |
EconomicalSurveyDaoBase.create(int transform,
String synchronisationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Person recorderPerson,
QualityFlag qualityFlag,
Department recorderDepartment,
Program program,
VesselOwner vesselOwner,
Vessel vessel,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<VesselUseFeatures> vesselUseFeatures) |
Object |
EconomicalSurveyDao.create(int transform,
String synchronisationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Person recorderPerson,
QualityFlag qualityFlag,
Department recorderDepartment,
Program program,
VesselOwner vesselOwner,
Vessel vessel,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<VesselUseFeatures> vesselUseFeatures)
Does the same thing as
#create(java.lang.String,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.adagio.core.dao.administration.user.Person,fr.ifremer.adagio.core.dao.referential.QualityFlag,fr.ifremer.adagio.core.dao.administration.user.Department,fr.ifremer.adagio.core.dao.administration.programStrategy.Program,fr.ifremer.adagio.core.dao.referential.vessel.VesselOwner,fr.ifremer.adagio.core.dao.referential.vessel.Vessel,java.util.Collection with an
additional flag called transform. |
EconomicalSurvey |
EconomicalSurveyDaoBase.create(String synchronisationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Person recorderPerson,
QualityFlag qualityFlag,
Department recorderDepartment,
Program program,
VesselOwner vesselOwner,
Vessel vessel,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<VesselUseFeatures> vesselUseFeatures) |
EconomicalSurvey |
EconomicalSurveyDao.create(String synchronisationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Person recorderPerson,
QualityFlag qualityFlag,
Department recorderDepartment,
Program program,
VesselOwner vesselOwner,
Vessel vessel,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<VesselUseFeatures> vesselUseFeatures)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.economy.EconomicalSurvey
instance from all attributes and
properties and adds it to the persistent store. |
static EconomicalSurvey |
EconomicalSurvey.Factory.newInstance(String synchronisationStatus,
Date creationDate,
QualityFlag qualityFlag,
Department recorderDepartment,
Program program)
Constructs a new instance of
EconomicalSurvey, taking all required and/or
read-only properties as arguments. |
static EconomicalSurvey |
EconomicalSurvey.Factory.newInstance(String synchronisationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Person recorderPerson,
QualityFlag qualityFlag,
Department recorderDepartment,
Program program,
VesselOwner vesselOwner,
Vessel vessel,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<VesselUseFeatures> vesselUseFeatures)
Constructs a new instance of
EconomicalSurvey, taking all possible properties
(except the identifier(s))as arguments. |
void |
EconomicalSurvey.setRecorderDepartment(Department recorderDepartment) |
| 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,
Vessel vessel,
Integer year) |
FishingEffortCalendar |
FishingEffortCalendarDao.create(ActivityCalendar activityCalendar,
Date creationDate,
Boolean directSurveyInvestigation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Vessel vessel,
Integer year)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.fishingEffort.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,
Vessel vessel,
Integer year) |
Object |
FishingEffortCalendarDao.create(int transform,
ActivityCalendar activityCalendar,
Date creationDate,
Boolean directSurveyInvestigation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Vessel vessel,
Integer year)
Does the same thing as
FishingEffortCalendarDao.create(fr.ifremer.adagio.core.dao.data.survey.activity.ActivityCalendar,java.util.Date,java.lang.Boolean,fr.ifremer.adagio.core.dao.administration.programStrategy.Program,fr.ifremer.adagio.core.dao.referential.QualityFlag,fr.ifremer.adagio.core.dao.administration.user.Department,fr.ifremer.adagio.core.dao.referential.vessel.Vessel,java.lang.Integer) with an
additional flag called transform. |
FishingEffortCalendar |
FishingEffortCalendarDaoBase.create(Integer year,
Boolean directSurveyInvestigation,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
ActivityCalendar activityCalendar,
Person recorderPerson,
Vessel vessel,
Department recorderDepartment,
QualityFlag qualityFlag,
Program program,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<VesselUseFeatures> vesselUseFeatures,
Collection<GearUseFeatures> gearUseFeatures) |
FishingEffortCalendar |
FishingEffortCalendarDao.create(Integer year,
Boolean directSurveyInvestigation,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
ActivityCalendar activityCalendar,
Person recorderPerson,
Vessel vessel,
Department recorderDepartment,
QualityFlag qualityFlag,
Program program,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<VesselUseFeatures> vesselUseFeatures,
Collection<GearUseFeatures> gearUseFeatures)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.fishingEffort.FishingEffortCalendar
instance from all attributes and
properties and adds it to the persistent store. |
Object |
FishingEffortCalendarDaoBase.create(int transform,
Integer year,
Boolean directSurveyInvestigation,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
ActivityCalendar activityCalendar,
Person recorderPerson,
Vessel vessel,
Department recorderDepartment,
QualityFlag qualityFlag,
Program program,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<VesselUseFeatures> vesselUseFeatures,
Collection<GearUseFeatures> gearUseFeatures) |
Object |
FishingEffortCalendarDao.create(int transform,
Integer year,
Boolean directSurveyInvestigation,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
ActivityCalendar activityCalendar,
Person recorderPerson,
Vessel vessel,
Department recorderDepartment,
QualityFlag qualityFlag,
Program program,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<VesselUseFeatures> vesselUseFeatures,
Collection<GearUseFeatures> gearUseFeatures)
Does the same thing as
#create(java.lang.Integer,java.lang.Boolean,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.adagio.core.dao.data.survey.activity.ActivityCalendar,fr.ifremer.adagio.core.dao.administration.user.Person,fr.ifremer.adagio.core.dao.referential.vessel.Vessel,fr.ifremer.adagio.core.dao.administration.user.Department,fr.ifremer.adagio.core.dao.referential.QualityFlag,fr.ifremer.adagio.core.dao.administration.programStrategy.Program,java.util.Collection with an
additional flag called transform. |
static FishingEffortCalendar |
FishingEffortCalendar.Factory.newInstance(Integer year,
Boolean directSurveyInvestigation,
Date creationDate,
ActivityCalendar activityCalendar,
Vessel vessel,
Department recorderDepartment,
QualityFlag qualityFlag,
Program program)
Constructs a new instance of
FishingEffortCalendar, taking all required and/or
read-only properties as arguments. |
static FishingEffortCalendar |
FishingEffortCalendar.Factory.newInstance(Integer year,
Boolean directSurveyInvestigation,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
ActivityCalendar activityCalendar,
Person recorderPerson,
Vessel vessel,
Department recorderDepartment,
QualityFlag qualityFlag,
Program program,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<VesselUseFeatures> vesselUseFeatures,
Collection<GearUseFeatures> gearUseFeatures)
Constructs a new instance of
FishingEffortCalendar, taking all possible properties
(except the identifier(s))as arguments. |
void |
FishingEffortCalendar.setRecorderDepartment(Department recorderDepartment) |
| Modifier and Type | Method and Description |
|---|---|
Department |
FishingTrip.getRecorderDepartment()
Service saisisseur
|
| Modifier and Type | Method and Description |
|---|---|
FishingTrip |
FishingTripDaoBase.create(Date creationDate,
Date departureDateTime,
Location departureLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date returnDateTime,
Location returnLocation,
String synchronizationStatus,
Vessel vessel) |
FishingTrip |
FishingTripDao.create(Date creationDate,
Date departureDateTime,
Location departureLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date returnDateTime,
Location returnLocation,
String synchronizationStatus,
Vessel vessel)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.fishingTrip.FishingTrip
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,
String synchronizationStatus,
Vessel vessel)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.fishingTrip.ObservedFishingTrip
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
ObservedFishingTrip |
ObservedFishingTripDaoBase.create(Date creationDate,
Date departureDateTime,
Location departureLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date returnDateTime,
Location returnLocation,
String synchronizationStatus,
Vessel vessel) |
Object |
FishingTripDaoBase.create(int transform,
Date creationDate,
Date departureDateTime,
Location departureLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date returnDateTime,
Location returnLocation,
String synchronizationStatus,
Vessel vessel) |
Object |
FishingTripDao.create(int transform,
Date creationDate,
Date departureDateTime,
Location departureLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date returnDateTime,
Location returnLocation,
String synchronizationStatus,
Vessel vessel)
Does the same thing as
FishingTripDao.create(java.util.Date,java.util.Date,fr.ifremer.adagio.core.dao.referential.location.Location,fr.ifremer.adagio.core.dao.administration.programStrategy.Program,fr.ifremer.adagio.core.dao.referential.QualityFlag,fr.ifremer.adagio.core.dao.administration.user.Department,java.util.Date,fr.ifremer.adagio.core.dao.referential.location.Location,java.lang.String,fr.ifremer.adagio.core.dao.referential.vessel.Vessel) 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,
String synchronizationStatus,
Vessel vessel)
Does the same thing as
ObservedFishingTripDao.create(java.util.Date,java.util.Date,fr.ifremer.adagio.core.dao.referential.location.Location,fr.ifremer.adagio.core.dao.administration.programStrategy.Program,fr.ifremer.adagio.core.dao.referential.QualityFlag,fr.ifremer.adagio.core.dao.administration.user.Department,java.util.Date,fr.ifremer.adagio.core.dao.referential.location.Location,java.lang.String,fr.ifremer.adagio.core.dao.referential.vessel.Vessel) with an
additional flag called transform. |
Object |
ObservedFishingTripDaoBase.create(int transform,
Date creationDate,
Date departureDateTime,
Location departureLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date returnDateTime,
Location returnLocation,
String synchronizationStatus,
Vessel vessel) |
Object |
FishingTripDaoBase.create(int transform,
String synchronizationStatus,
Date departureDateTime,
Date returnDateTime,
String position,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
DeclaredDocumentReference declaredDocumentReference,
Collection<Sale> sales,
Location departureLocation,
Location returnLocation,
Vessel vessel,
Collection<FishingTripOrigin> fishingTripOrigins,
Department recorderDepartment,
QualityFlag qualityFlag,
Program program,
ScientificCruise scientificCruise,
Collection<Landing> landings,
Collection<Operation> operations,
Collection<Transshipment> transshipments,
Collection<SurveyMeasurement> surveyMeasurements,
Person recorderPerson,
Collection<GearPhysicalFeatures> gearPhysicalFeatures,
Collection<VesselUseFeatures> vesselUseFeatures) |
Object |
FishingTripDao.create(int transform,
String synchronizationStatus,
Date departureDateTime,
Date returnDateTime,
String position,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
DeclaredDocumentReference declaredDocumentReference,
Collection<Sale> sales,
Location departureLocation,
Location returnLocation,
Vessel vessel,
Collection<FishingTripOrigin> fishingTripOrigins,
Department recorderDepartment,
QualityFlag qualityFlag,
Program program,
ScientificCruise scientificCruise,
Collection<Landing> landings,
Collection<Operation> operations,
Collection<Transshipment> transshipments,
Collection<SurveyMeasurement> surveyMeasurements,
Person recorderPerson,
Collection<GearPhysicalFeatures> gearPhysicalFeatures,
Collection<VesselUseFeatures> vesselUseFeatures)
Does the same thing as
#create(java.lang.String,java.util.Date,java.util.Date,java.lang.String,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.adagio.core.dao.data.survey.declaration.DeclaredDocumentReference,java.util.Collection with an
additional flag called transform. |
Object |
ObservedFishingTripDao.create(int transform,
String synchronizationStatus,
Date departureDateTime,
Date returnDateTime,
String position,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
DeclaredDocumentReference declaredDocumentReference,
Collection<Sale> sales,
Location departureLocation,
Location returnLocation,
Vessel vessel,
Collection<FishingTripOrigin> fishingTripOrigins,
Department recorderDepartment,
QualityFlag qualityFlag,
Program program,
ScientificCruise scientificCruise,
Collection<Landing> landings,
Collection<Operation> operations,
Collection<Transshipment> transshipments,
Collection<SurveyMeasurement> surveyMeasurements,
Person recorderPerson,
Collection<GearPhysicalFeatures> gearPhysicalFeatures,
Collection<VesselUseFeatures> vesselUseFeatures,
DenormalizedSamplingStrata samplingStrata,
Collection<Person> observerPersons,
Collection<ExpectedSale> expectedSales)
Does the same thing as
#create(java.lang.String,java.util.Date,java.util.Date,java.lang.String,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.adagio.core.dao.data.survey.declaration.DeclaredDocumentReference,java.util.Collection with an
additional flag called transform. |
Object |
ObservedFishingTripDaoBase.create(int transform,
String synchronizationStatus,
Date departureDateTime,
Date returnDateTime,
String position,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
DeclaredDocumentReference declaredDocumentReference,
Collection<Sale> sales,
Location departureLocation,
Location returnLocation,
Vessel vessel,
Collection<FishingTripOrigin> fishingTripOrigins,
Department recorderDepartment,
QualityFlag qualityFlag,
Program program,
ScientificCruise scientificCruise,
Collection<Landing> landings,
Collection<Operation> operations,
Collection<Transshipment> transshipments,
Collection<SurveyMeasurement> surveyMeasurements,
Person recorderPerson,
Collection<GearPhysicalFeatures> gearPhysicalFeatures,
Collection<VesselUseFeatures> vesselUseFeatures,
DenormalizedSamplingStrata samplingStrata,
Collection<Person> observerPersons,
Collection<ExpectedSale> expectedSales) |
FishingTrip |
FishingTripDaoBase.create(String synchronizationStatus,
Date departureDateTime,
Date returnDateTime,
String position,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
DeclaredDocumentReference declaredDocumentReference,
Collection<Sale> sales,
Location departureLocation,
Location returnLocation,
Vessel vessel,
Collection<FishingTripOrigin> fishingTripOrigins,
Department recorderDepartment,
QualityFlag qualityFlag,
Program program,
ScientificCruise scientificCruise,
Collection<Landing> landings,
Collection<Operation> operations,
Collection<Transshipment> transshipments,
Collection<SurveyMeasurement> surveyMeasurements,
Person recorderPerson,
Collection<GearPhysicalFeatures> gearPhysicalFeatures,
Collection<VesselUseFeatures> vesselUseFeatures) |
FishingTrip |
FishingTripDao.create(String synchronizationStatus,
Date departureDateTime,
Date returnDateTime,
String position,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
DeclaredDocumentReference declaredDocumentReference,
Collection<Sale> sales,
Location departureLocation,
Location returnLocation,
Vessel vessel,
Collection<FishingTripOrigin> fishingTripOrigins,
Department recorderDepartment,
QualityFlag qualityFlag,
Program program,
ScientificCruise scientificCruise,
Collection<Landing> landings,
Collection<Operation> operations,
Collection<Transshipment> transshipments,
Collection<SurveyMeasurement> surveyMeasurements,
Person recorderPerson,
Collection<GearPhysicalFeatures> gearPhysicalFeatures,
Collection<VesselUseFeatures> vesselUseFeatures)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.fishingTrip.FishingTrip
instance from all attributes and
properties and adds it to the persistent store. |
ObservedFishingTrip |
ObservedFishingTripDao.create(String synchronizationStatus,
Date departureDateTime,
Date returnDateTime,
String position,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
DeclaredDocumentReference declaredDocumentReference,
Collection<Sale> sales,
Location departureLocation,
Location returnLocation,
Vessel vessel,
Collection<FishingTripOrigin> fishingTripOrigins,
Department recorderDepartment,
QualityFlag qualityFlag,
Program program,
ScientificCruise scientificCruise,
Collection<Landing> landings,
Collection<Operation> operations,
Collection<Transshipment> transshipments,
Collection<SurveyMeasurement> surveyMeasurements,
Person recorderPerson,
Collection<GearPhysicalFeatures> gearPhysicalFeatures,
Collection<VesselUseFeatures> vesselUseFeatures,
DenormalizedSamplingStrata samplingStrata,
Collection<Person> observerPersons,
Collection<ExpectedSale> expectedSales)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.fishingTrip.ObservedFishingTrip
instance from all attributes and
properties and adds it to the persistent store. |
ObservedFishingTrip |
ObservedFishingTripDaoBase.create(String synchronizationStatus,
Date departureDateTime,
Date returnDateTime,
String position,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
DeclaredDocumentReference declaredDocumentReference,
Collection<Sale> sales,
Location departureLocation,
Location returnLocation,
Vessel vessel,
Collection<FishingTripOrigin> fishingTripOrigins,
Department recorderDepartment,
QualityFlag qualityFlag,
Program program,
ScientificCruise scientificCruise,
Collection<Landing> landings,
Collection<Operation> operations,
Collection<Transshipment> transshipments,
Collection<SurveyMeasurement> surveyMeasurements,
Person recorderPerson,
Collection<GearPhysicalFeatures> gearPhysicalFeatures,
Collection<VesselUseFeatures> vesselUseFeatures,
DenormalizedSamplingStrata samplingStrata,
Collection<Person> observerPersons,
Collection<ExpectedSale> expectedSales) |
static FishingTrip |
FishingTrip.Factory.newInstance(String synchronizationStatus,
Date departureDateTime,
Date returnDateTime,
Date creationDate,
Location departureLocation,
Location returnLocation,
Vessel vessel,
Department recorderDepartment,
QualityFlag qualityFlag,
Program program)
Constructs a new instance of
FishingTrip, taking all required and/or
read-only properties as arguments. |
static ObservedFishingTrip |
ObservedFishingTrip.Factory.newInstance(String synchronizationStatus,
Date departureDateTime,
Date returnDateTime,
Date creationDate,
Location departureLocation,
Location returnLocation,
Vessel vessel,
Department recorderDepartment,
QualityFlag qualityFlag,
Program program)
Constructs a new instance of
ObservedFishingTrip, taking all required and/or
read-only properties as arguments. |
static FishingTrip |
FishingTrip.Factory.newInstance(String synchronizationStatus,
Date departureDateTime,
Date returnDateTime,
String position,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
DeclaredDocumentReference declaredDocumentReference,
Collection<Sale> sales,
Location departureLocation,
Location returnLocation,
Vessel vessel,
Collection<FishingTripOrigin> fishingTripOrigins,
Department recorderDepartment,
QualityFlag qualityFlag,
Program program,
ScientificCruise scientificCruise,
Collection<Landing> landings,
Collection<Operation> operations,
Collection<Transshipment> transshipments,
Collection<SurveyMeasurement> surveyMeasurements,
Person recorderPerson,
Collection<GearPhysicalFeatures> gearPhysicalFeatures,
Collection<VesselUseFeatures> vesselUseFeatures)
Constructs a new instance of
FishingTrip, taking all possible properties
(except the identifier(s))as arguments. |
static ObservedFishingTrip |
ObservedFishingTrip.Factory.newInstance(String synchronizationStatus,
Date departureDateTime,
Date returnDateTime,
String position,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
DeclaredDocumentReference declaredDocumentReference,
Collection<Sale> sales,
Location departureLocation,
Location returnLocation,
Vessel vessel,
Collection<FishingTripOrigin> fishingTripOrigins,
Department recorderDepartment,
QualityFlag qualityFlag,
Program program,
ScientificCruise scientificCruise,
Collection<Landing> landings,
Collection<Operation> operations,
Collection<Transshipment> transshipments,
Collection<SurveyMeasurement> surveyMeasurements,
Person recorderPerson,
Collection<GearPhysicalFeatures> gearPhysicalFeatures,
Collection<VesselUseFeatures> vesselUseFeatures,
DenormalizedSamplingStrata samplingStrata,
Collection<Person> observerPersons,
Collection<ExpectedSale> expectedSales)
Constructs a new instance of
ObservedFishingTrip, taking all possible properties
(except the identifier(s))as arguments. |
void |
FishingTrip.setRecorderDepartment(Department recorderDepartment) |
| Modifier and Type | Method and Description |
|---|---|
Department |
Landing.getRecorderDepartment()
Service saisisseur.
|
| Modifier and Type | Method and Description |
|---|---|
ObservedLanding |
ObservedLandingDao.create(Date creationDate,
Date landingDateTime,
Location landingLocation,
Collection<Person> observerPersons,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
String synchronizationStatus,
Vessel vessel)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.landing.ObservedLanding
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,
Collection<Person> observerPersons,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
String synchronizationStatus,
Vessel vessel) |
Landing |
LandingDao.create(Date creationDate,
Date landingDateTime,
Location landingLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
String synchronizationStatus,
Vessel vessel)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.landing.Landing
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Landing |
LandingDaoBase.create(Date creationDate,
Date landingDateTime,
Location landingLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
String synchronizationStatus,
Vessel vessel) |
Object |
ObservedLandingDao.create(int transform,
Date creationDate,
Date landingDateTime,
Location landingLocation,
Collection<Person> observerPersons,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
String synchronizationStatus,
Vessel vessel)
Does the same thing as
#create(java.util.Date,java.util.Date,fr.ifremer.adagio.core.dao.referential.location.Location,java.util.Collection with an
additional flag called transform. |
Object |
ObservedLandingDaoBase.create(int transform,
Date creationDate,
Date landingDateTime,
Location landingLocation,
Collection<Person> observerPersons,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
String synchronizationStatus,
Vessel vessel) |
Object |
LandingDao.create(int transform,
Date creationDate,
Date landingDateTime,
Location landingLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
String synchronizationStatus,
Vessel vessel)
Does the same thing as
LandingDao.create(java.util.Date,java.util.Date,fr.ifremer.adagio.core.dao.referential.location.Location,fr.ifremer.adagio.core.dao.administration.programStrategy.Program,fr.ifremer.adagio.core.dao.referential.QualityFlag,fr.ifremer.adagio.core.dao.administration.user.Department,java.lang.String,fr.ifremer.adagio.core.dao.referential.vessel.Vessel) with an
additional flag called transform. |
Object |
LandingDaoBase.create(int transform,
Date creationDate,
Date landingDateTime,
Location landingLocation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
String synchronizationStatus,
Vessel vessel) |
Object |
LandingDao.create(int transform,
String synchronizationStatus,
Date landingDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
Collection<Sale> sales,
FishingTrip fishingTrip,
Location landingLocation,
Collection<LandingOrigin> landingOrigins,
Department recorderDepartment,
Program program,
Vessel vessel,
Person recorderPerson,
QualityFlag qualityFlag,
Collection<LandingMeasurement> landingMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces)
Does the same thing as
#create(java.lang.String,java.util.Date,java.lang.Short,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.adagio.core.dao.data.batch.CatchBatch,java.util.Collection with an
additional flag called transform. |
Object |
LandingDaoBase.create(int transform,
String synchronizationStatus,
Date landingDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
Collection<Sale> sales,
FishingTrip fishingTrip,
Location landingLocation,
Collection<LandingOrigin> landingOrigins,
Department recorderDepartment,
Program program,
Vessel vessel,
Person recorderPerson,
QualityFlag qualityFlag,
Collection<LandingMeasurement> landingMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces) |
Object |
ObservedLandingDao.create(int transform,
String synchronizationStatus,
Date landingDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
Collection<Sale> sales,
FishingTrip fishingTrip,
Location landingLocation,
Collection<LandingOrigin> landingOrigins,
Department recorderDepartment,
Program program,
Vessel vessel,
Person recorderPerson,
QualityFlag qualityFlag,
Collection<LandingMeasurement> landingMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces,
Collection<Person> observerPersons,
Collection<ExpectedSale> expectedSales)
Does the same thing as
#create(java.lang.String,java.util.Date,java.lang.Short,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.adagio.core.dao.data.batch.CatchBatch,java.util.Collection with an
additional flag called transform. |
Object |
ObservedLandingDaoBase.create(int transform,
String synchronizationStatus,
Date landingDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
Collection<Sale> sales,
FishingTrip fishingTrip,
Location landingLocation,
Collection<LandingOrigin> landingOrigins,
Department recorderDepartment,
Program program,
Vessel vessel,
Person recorderPerson,
QualityFlag qualityFlag,
Collection<LandingMeasurement> landingMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces,
Collection<Person> observerPersons,
Collection<ExpectedSale> expectedSales) |
Landing |
LandingDao.create(String synchronizationStatus,
Date landingDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
Collection<Sale> sales,
FishingTrip fishingTrip,
Location landingLocation,
Collection<LandingOrigin> landingOrigins,
Department recorderDepartment,
Program program,
Vessel vessel,
Person recorderPerson,
QualityFlag qualityFlag,
Collection<LandingMeasurement> landingMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.landing.Landing
instance from all attributes and
properties and adds it to the persistent store. |
Landing |
LandingDaoBase.create(String synchronizationStatus,
Date landingDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
Collection<Sale> sales,
FishingTrip fishingTrip,
Location landingLocation,
Collection<LandingOrigin> landingOrigins,
Department recorderDepartment,
Program program,
Vessel vessel,
Person recorderPerson,
QualityFlag qualityFlag,
Collection<LandingMeasurement> landingMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces) |
ObservedLanding |
ObservedLandingDao.create(String synchronizationStatus,
Date landingDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
Collection<Sale> sales,
FishingTrip fishingTrip,
Location landingLocation,
Collection<LandingOrigin> landingOrigins,
Department recorderDepartment,
Program program,
Vessel vessel,
Person recorderPerson,
QualityFlag qualityFlag,
Collection<LandingMeasurement> landingMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces,
Collection<Person> observerPersons,
Collection<ExpectedSale> expectedSales)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.landing.ObservedLanding
instance from all attributes and
properties and adds it to the persistent store. |
ObservedLanding |
ObservedLandingDaoBase.create(String synchronizationStatus,
Date landingDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
Collection<Sale> sales,
FishingTrip fishingTrip,
Location landingLocation,
Collection<LandingOrigin> landingOrigins,
Department recorderDepartment,
Program program,
Vessel vessel,
Person recorderPerson,
QualityFlag qualityFlag,
Collection<LandingMeasurement> landingMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces,
Collection<Person> observerPersons,
Collection<ExpectedSale> expectedSales) |
static Landing |
Landing.Factory.newInstance(String synchronizationStatus,
Date landingDateTime,
Date creationDate,
Location landingLocation,
Department recorderDepartment,
Program program,
Vessel vessel,
QualityFlag qualityFlag)
Constructs a new instance of
Landing, taking all required and/or
read-only properties as arguments. |
static ObservedLanding |
ObservedLanding.Factory.newInstance(String synchronizationStatus,
Date landingDateTime,
Date creationDate,
Location landingLocation,
Department recorderDepartment,
Program program,
Vessel vessel,
QualityFlag qualityFlag)
Constructs a new instance of
ObservedLanding, taking all required and/or
read-only properties as arguments. |
static Landing |
Landing.Factory.newInstance(String synchronizationStatus,
Date landingDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
Collection<Sale> sales,
FishingTrip fishingTrip,
Location landingLocation,
Collection<LandingOrigin> landingOrigins,
Department recorderDepartment,
Program program,
Vessel vessel,
Person recorderPerson,
QualityFlag qualityFlag,
Collection<LandingMeasurement> landingMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces)
Constructs a new instance of
Landing, taking all possible properties
(except the identifier(s))as arguments. |
static ObservedLanding |
ObservedLanding.Factory.newInstance(String synchronizationStatus,
Date landingDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
Collection<Sale> sales,
FishingTrip fishingTrip,
Location landingLocation,
Collection<LandingOrigin> landingOrigins,
Department recorderDepartment,
Program program,
Vessel vessel,
Person recorderPerson,
QualityFlag qualityFlag,
Collection<LandingMeasurement> landingMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces,
Collection<Person> observerPersons,
Collection<ExpectedSale> expectedSales)
Constructs a new instance of
ObservedLanding, taking all possible properties
(except the identifier(s))as arguments. |
void |
Landing.setRecorderDepartment(Department recorderDepartment) |
| Modifier and Type | Method and Description |
|---|---|
Department |
PhysicalGearSurvey.getRecorderDepartment() |
| Modifier and Type | Method and Description |
|---|---|
PhysicalGearSurvey |
PhysicalGearSurveyDaoBase.create(Date creationDate,
Boolean directSurveyInvestigation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
String synchronizationStatus,
Vessel vessel,
Integer year) |
PhysicalGearSurvey |
PhysicalGearSurveyDao.create(Date creationDate,
Boolean directSurveyInvestigation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
String synchronizationStatus,
Vessel vessel,
Integer year)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.physicalGear.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,
String synchronizationStatus,
Vessel vessel,
Integer year) |
Object |
PhysicalGearSurveyDao.create(int transform,
Date creationDate,
Boolean directSurveyInvestigation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
String synchronizationStatus,
Vessel vessel,
Integer year)
Does the same thing as
PhysicalGearSurveyDao.create(java.util.Date,java.lang.Boolean,fr.ifremer.adagio.core.dao.administration.programStrategy.Program,fr.ifremer.adagio.core.dao.referential.QualityFlag,fr.ifremer.adagio.core.dao.administration.user.Department,java.lang.String,fr.ifremer.adagio.core.dao.referential.vessel.Vessel,java.lang.Integer) with an
additional flag called transform. |
Object |
PhysicalGearSurveyDaoBase.create(int transform,
String synchronizationStatus,
Integer year,
Boolean directSurveyInvestigation,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
QualityFlag qualityFlag,
Department recorderDepartment,
Program program,
Person recorderPerson,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<GearPhysicalFeatures> gearPhysicalFeatures,
Collection<VesselPhysicalFeatures> vesselPhysicalFeatures,
Vessel vessel) |
Object |
PhysicalGearSurveyDao.create(int transform,
String synchronizationStatus,
Integer year,
Boolean directSurveyInvestigation,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
QualityFlag qualityFlag,
Department recorderDepartment,
Program program,
Person recorderPerson,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<GearPhysicalFeatures> gearPhysicalFeatures,
Collection<VesselPhysicalFeatures> vesselPhysicalFeatures,
Vessel vessel)
Does the same thing as
#create(java.lang.String,java.lang.Integer,java.lang.Boolean,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.adagio.core.dao.referential.QualityFlag,fr.ifremer.adagio.core.dao.administration.user.Department,fr.ifremer.adagio.core.dao.administration.programStrategy.Program,fr.ifremer.adagio.core.dao.administration.user.Person,java.util.Collection with an
additional flag called transform. |
PhysicalGearSurvey |
PhysicalGearSurveyDaoBase.create(String synchronizationStatus,
Integer year,
Boolean directSurveyInvestigation,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
QualityFlag qualityFlag,
Department recorderDepartment,
Program program,
Person recorderPerson,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<GearPhysicalFeatures> gearPhysicalFeatures,
Collection<VesselPhysicalFeatures> vesselPhysicalFeatures,
Vessel vessel) |
PhysicalGearSurvey |
PhysicalGearSurveyDao.create(String synchronizationStatus,
Integer year,
Boolean directSurveyInvestigation,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
QualityFlag qualityFlag,
Department recorderDepartment,
Program program,
Person recorderPerson,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<GearPhysicalFeatures> gearPhysicalFeatures,
Collection<VesselPhysicalFeatures> vesselPhysicalFeatures,
Vessel vessel)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.physicalGear.PhysicalGearSurvey
instance from all attributes and
properties and adds it to the persistent store. |
static PhysicalGearSurvey |
PhysicalGearSurvey.Factory.newInstance(String synchronizationStatus,
Integer year,
Boolean directSurveyInvestigation,
Date creationDate,
QualityFlag qualityFlag,
Department recorderDepartment,
Program program,
Vessel vessel)
Constructs a new instance of
PhysicalGearSurvey, taking all required and/or
read-only properties as arguments. |
static PhysicalGearSurvey |
PhysicalGearSurvey.Factory.newInstance(String synchronizationStatus,
Integer year,
Boolean directSurveyInvestigation,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
QualityFlag qualityFlag,
Department recorderDepartment,
Program program,
Person recorderPerson,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<GearPhysicalFeatures> gearPhysicalFeatures,
Collection<VesselPhysicalFeatures> vesselPhysicalFeatures,
Vessel vessel)
Constructs a new instance of
PhysicalGearSurvey, taking all possible properties
(except the identifier(s))as arguments. |
void |
PhysicalGearSurvey.setRecorderDepartment(Department recorderDepartment) |
| Modifier and Type | Method and Description |
|---|---|
Department |
Sale.getRecorderDepartment() |
| Modifier and Type | Method and Description |
|---|---|
ObservedSale |
ObservedSaleDao.create(Date creationDate,
Collection<Person> observerPersons,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Location saleLocation,
Date saleStartDate,
SaleType saleType,
String synchronizationStatus,
Vessel vessel)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.sale.ObservedSale
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
ObservedSale |
ObservedSaleDaoBase.create(Date creationDate,
Collection<Person> observerPersons,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Location saleLocation,
Date saleStartDate,
SaleType saleType,
String synchronizationStatus,
Vessel vessel) |
Sale |
SaleDao.create(Date saleStartDate,
Date saleEndDate,
String synchronizationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
TakeOver takeOver,
DeclaredDocumentReference declaredDocumentReference,
Collection<SaleOrigin> saleOrigins,
Program program,
Person recorderPerson,
Seller seller,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Landing landing,
Collection<FishingArea> fishingAreas,
Collection<SaleMeasurement> saleMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.sale.Sale
instance from all attributes and
properties and adds it to the persistent store. |
Sale |
SaleDaoBase.create(Date saleStartDate,
Date saleEndDate,
String synchronizationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
TakeOver takeOver,
DeclaredDocumentReference declaredDocumentReference,
Collection<SaleOrigin> saleOrigins,
Program program,
Person recorderPerson,
Seller seller,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Landing landing,
Collection<FishingArea> fishingAreas,
Collection<SaleMeasurement> saleMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces) |
ObservedSale |
ObservedSaleDao.create(Date saleStartDate,
Date saleEndDate,
String synchronizationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
TakeOver takeOver,
DeclaredDocumentReference declaredDocumentReference,
Collection<SaleOrigin> saleOrigins,
Program program,
Person recorderPerson,
Seller seller,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Landing landing,
Collection<FishingArea> fishingAreas,
Collection<SaleMeasurement> saleMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces,
DenormalizedSamplingStrata samplingStrata,
Collection<Person> observerPersons)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.sale.ObservedSale
instance from all attributes and
properties and adds it to the persistent store. |
ObservedSale |
ObservedSaleDaoBase.create(Date saleStartDate,
Date saleEndDate,
String synchronizationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
TakeOver takeOver,
DeclaredDocumentReference declaredDocumentReference,
Collection<SaleOrigin> saleOrigins,
Program program,
Person recorderPerson,
Seller seller,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Landing landing,
Collection<FishingArea> fishingAreas,
Collection<SaleMeasurement> saleMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces,
DenormalizedSamplingStrata samplingStrata,
Collection<Person> observerPersons) |
Sale |
SaleDao.create(Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Location saleLocation,
Date saleStartDate,
SaleType saleType,
String synchronizationStatus,
Vessel vessel)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.sale.Sale
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,
String synchronizationStatus,
Vessel vessel) |
Object |
ObservedSaleDao.create(int transform,
Date creationDate,
Collection<Person> observerPersons,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Location saleLocation,
Date saleStartDate,
SaleType saleType,
String synchronizationStatus,
Vessel vessel)
Does the same thing as
#create(java.util.Date,java.util.Collection with an
additional flag called transform. |
Object |
ObservedSaleDaoBase.create(int transform,
Date creationDate,
Collection<Person> observerPersons,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Location saleLocation,
Date saleStartDate,
SaleType saleType,
String synchronizationStatus,
Vessel vessel) |
Object |
SaleDao.create(int transform,
Date saleStartDate,
Date saleEndDate,
String synchronizationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
TakeOver takeOver,
DeclaredDocumentReference declaredDocumentReference,
Collection<SaleOrigin> saleOrigins,
Program program,
Person recorderPerson,
Seller seller,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Landing landing,
Collection<FishingArea> fishingAreas,
Collection<SaleMeasurement> saleMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces)
Does the same thing as
#create(java.util.Date,java.util.Date,java.lang.String,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.adagio.core.dao.data.batch.CatchBatch,fr.ifremer.adagio.core.dao.data.survey.takeOver.TakeOver,fr.ifremer.adagio.core.dao.data.survey.declaration.DeclaredDocumentReference,java.util.Collection with an
additional flag called transform. |
Object |
SaleDaoBase.create(int transform,
Date saleStartDate,
Date saleEndDate,
String synchronizationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
TakeOver takeOver,
DeclaredDocumentReference declaredDocumentReference,
Collection<SaleOrigin> saleOrigins,
Program program,
Person recorderPerson,
Seller seller,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Landing landing,
Collection<FishingArea> fishingAreas,
Collection<SaleMeasurement> saleMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces) |
Object |
ObservedSaleDao.create(int transform,
Date saleStartDate,
Date saleEndDate,
String synchronizationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
TakeOver takeOver,
DeclaredDocumentReference declaredDocumentReference,
Collection<SaleOrigin> saleOrigins,
Program program,
Person recorderPerson,
Seller seller,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Landing landing,
Collection<FishingArea> fishingAreas,
Collection<SaleMeasurement> saleMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces,
DenormalizedSamplingStrata samplingStrata,
Collection<Person> observerPersons)
Does the same thing as
#create(java.util.Date,java.util.Date,java.lang.String,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.adagio.core.dao.data.batch.CatchBatch,fr.ifremer.adagio.core.dao.data.survey.takeOver.TakeOver,fr.ifremer.adagio.core.dao.data.survey.declaration.DeclaredDocumentReference,java.util.Collection with an
additional flag called transform. |
Object |
ObservedSaleDaoBase.create(int transform,
Date saleStartDate,
Date saleEndDate,
String synchronizationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
TakeOver takeOver,
DeclaredDocumentReference declaredDocumentReference,
Collection<SaleOrigin> saleOrigins,
Program program,
Person recorderPerson,
Seller seller,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Landing landing,
Collection<FishingArea> fishingAreas,
Collection<SaleMeasurement> saleMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces,
DenormalizedSamplingStrata samplingStrata,
Collection<Person> observerPersons) |
Object |
SaleDao.create(int transform,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Location saleLocation,
Date saleStartDate,
SaleType saleType,
String synchronizationStatus,
Vessel vessel)
Does the same thing as
SaleDao.create(java.util.Date,fr.ifremer.adagio.core.dao.administration.programStrategy.Program,fr.ifremer.adagio.core.dao.referential.QualityFlag,fr.ifremer.adagio.core.dao.administration.user.Department,fr.ifremer.adagio.core.dao.referential.location.Location,java.util.Date,fr.ifremer.adagio.core.dao.referential.SaleType,java.lang.String,fr.ifremer.adagio.core.dao.referential.vessel.Vessel) 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,
String synchronizationStatus,
Vessel vessel) |
static Sale |
Sale.Factory.newInstance(Date saleStartDate,
Date saleEndDate,
String synchronizationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
TakeOver takeOver,
DeclaredDocumentReference declaredDocumentReference,
Collection<SaleOrigin> saleOrigins,
Program program,
Person recorderPerson,
Seller seller,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Landing landing,
Collection<FishingArea> fishingAreas,
Collection<SaleMeasurement> saleMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces)
Constructs a new instance of
Sale, taking all possible properties
(except the identifier(s))as arguments. |
static ObservedSale |
ObservedSale.Factory.newInstance(Date saleStartDate,
Date saleEndDate,
String synchronizationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
CatchBatch catchBatch,
TakeOver takeOver,
DeclaredDocumentReference declaredDocumentReference,
Collection<SaleOrigin> saleOrigins,
Program program,
Person recorderPerson,
Seller seller,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Landing landing,
Collection<FishingArea> fishingAreas,
Collection<SaleMeasurement> saleMeasurements,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces,
DenormalizedSamplingStrata samplingStrata,
Collection<Person> observerPersons)
Constructs a new instance of
ObservedSale, taking all possible properties
(except the identifier(s))as arguments. |
static ObservedSale |
ObservedSale.Factory.newInstance(Date saleStartDate,
String synchronizationStatus,
Date creationDate,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
Location saleLocation,
SaleType saleType)
Constructs a new instance of
ObservedSale, taking all required and/or
read-only properties as arguments. |
static Sale |
Sale.Factory.newInstance(Date saleStartDate,
String synchronizationStatus,
Date creationDate,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Vessel vessel,
Location saleLocation,
SaleType saleType)
Constructs a new instance of
Sale, taking all required and/or
read-only properties as arguments. |
void |
Sale.setRecorderDepartment(Department recorderDepartment) |
| Modifier and Type | Method and Description |
|---|---|
Department |
ScientificCruise.getRecorderDepartment() |
| Modifier and Type | Method and Description |
|---|---|
ScientificCruise |
ScientificCruiseDaoBase.create(Date creationDate,
Date departureDateTime,
Person managerPerson,
String name,
Program program,
Department recorderDepartment,
String synchronizationStatus,
Vessel vessel) |
ScientificCruise |
ScientificCruiseDao.create(Date creationDate,
Date departureDateTime,
Person managerPerson,
String name,
Program program,
Department recorderDepartment,
String synchronizationStatus,
Vessel vessel)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.scientificCruise.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,
String synchronizationStatus,
Vessel vessel) |
Object |
ScientificCruiseDao.create(int transform,
Date creationDate,
Date departureDateTime,
Person managerPerson,
String name,
Program program,
Department recorderDepartment,
String synchronizationStatus,
Vessel vessel)
Does the same thing as
ScientificCruiseDao.create(java.util.Date,java.util.Date,fr.ifremer.adagio.core.dao.administration.user.Person,java.lang.String,fr.ifremer.adagio.core.dao.administration.programStrategy.Program,fr.ifremer.adagio.core.dao.administration.user.Department,java.lang.String,fr.ifremer.adagio.core.dao.referential.vessel.Vessel) with an
additional flag called transform. |
Object |
ScientificCruiseDaoBase.create(int transform,
String synchronizationStatus,
String name,
Date departureDateTime,
Date returnDateTime,
String reference,
String comments,
Date creationDate,
Timestamp updateDate,
Collection<FishingTrip> fishingTrips,
Person managerPerson,
Department recorderDepartment,
Program program,
Person recorderPerson,
Vessel vessel) |
Object |
ScientificCruiseDao.create(int transform,
String synchronizationStatus,
String name,
Date departureDateTime,
Date returnDateTime,
String reference,
String comments,
Date creationDate,
Timestamp updateDate,
Collection<FishingTrip> fishingTrips,
Person managerPerson,
Department recorderDepartment,
Program program,
Person recorderPerson,
Vessel vessel)
Does the same thing as
#create(java.lang.String,java.lang.String,java.util.Date,java.util.Date,java.lang.String,java.lang.String,java.util.Date,java.sql.Timestamp,java.util.Collection with an
additional flag called transform. |
ScientificCruise |
ScientificCruiseDaoBase.create(String synchronizationStatus,
String name,
Date departureDateTime,
Date returnDateTime,
String reference,
String comments,
Date creationDate,
Timestamp updateDate,
Collection<FishingTrip> fishingTrips,
Person managerPerson,
Department recorderDepartment,
Program program,
Person recorderPerson,
Vessel vessel) |
ScientificCruise |
ScientificCruiseDao.create(String synchronizationStatus,
String name,
Date departureDateTime,
Date returnDateTime,
String reference,
String comments,
Date creationDate,
Timestamp updateDate,
Collection<FishingTrip> fishingTrips,
Person managerPerson,
Department recorderDepartment,
Program program,
Person recorderPerson,
Vessel vessel)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.scientificCruise.ScientificCruise
instance from all attributes and
properties and adds it to the persistent store. |
static ScientificCruise |
ScientificCruise.Factory.newInstance(String synchronizationStatus,
String name,
Date departureDateTime,
Date creationDate,
Person managerPerson,
Department recorderDepartment,
Program program,
Vessel vessel)
Constructs a new instance of
ScientificCruise, taking all required and/or
read-only properties as arguments. |
static ScientificCruise |
ScientificCruise.Factory.newInstance(String synchronizationStatus,
String name,
Date departureDateTime,
Date returnDateTime,
String reference,
String comments,
Date creationDate,
Timestamp updateDate,
Collection<FishingTrip> fishingTrips,
Person managerPerson,
Department recorderDepartment,
Program program,
Person recorderPerson,
Vessel vessel)
Constructs a new instance of
ScientificCruise, taking all possible properties
(except the identifier(s))as arguments. |
void |
ScientificCruise.setRecorderDepartment(Department recorderDepartment) |
| Modifier and Type | Method and Description |
|---|---|
Department |
TakeOver.getRecorderDepartment() |
| Modifier and Type | Method and Description |
|---|---|
TakeOver |
TakeOverDao.create(Date takeOverDateTime,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
String comments,
Department recorderDepartment,
Location takeOverLocation,
FishingTrip fishingTrip,
Person recorderPerson,
Program program,
Seller seller,
Vessel vessel,
DeclaredDocumentReference declaredDocumentReference,
Landing landing,
QualityFlag qualityFlag,
Collection<Sale> sales,
Collection<TakeOverMeasurement> takeOverMeasurements,
Collection<Produce> produces)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.takeOver.TakeOver
instance from all attributes and
properties and adds it to the persistent store. |
TakeOver |
TakeOverDaoBase.create(Date takeOverDateTime,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
String comments,
Department recorderDepartment,
Location takeOverLocation,
FishingTrip fishingTrip,
Person recorderPerson,
Program program,
Seller seller,
Vessel vessel,
DeclaredDocumentReference declaredDocumentReference,
Landing landing,
QualityFlag qualityFlag,
Collection<Sale> sales,
Collection<TakeOverMeasurement> takeOverMeasurements,
Collection<Produce> produces) |
TakeOver |
TakeOverDao.create(Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Seller seller,
Date takeOverDateTime,
Location takeOverLocation,
Vessel vessel)
Creates a new
fr.ifremer.adagio.core.dao.data.survey.takeOver.TakeOver
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
TakeOver |
TakeOverDaoBase.create(Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Seller seller,
Date takeOverDateTime,
Location takeOverLocation,
Vessel vessel) |
Object |
TakeOverDao.create(int transform,
Date takeOverDateTime,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
String comments,
Department recorderDepartment,
Location takeOverLocation,
FishingTrip fishingTrip,
Person recorderPerson,
Program program,
Seller seller,
Vessel vessel,
DeclaredDocumentReference declaredDocumentReference,
Landing landing,
QualityFlag qualityFlag,
Collection<Sale> sales,
Collection<TakeOverMeasurement> takeOverMeasurements,
Collection<Produce> produces)
Does the same thing as
#create(java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,java.lang.String,fr.ifremer.adagio.core.dao.administration.user.Department,fr.ifremer.adagio.core.dao.referential.location.Location,fr.ifremer.adagio.core.dao.data.survey.fishingTrip.FishingTrip,fr.ifremer.adagio.core.dao.administration.user.Person,fr.ifremer.adagio.core.dao.administration.programStrategy.Program,fr.ifremer.adagio.core.dao.referential.seller.Seller,fr.ifremer.adagio.core.dao.referential.vessel.Vessel,fr.ifremer.adagio.core.dao.data.survey.declaration.DeclaredDocumentReference,fr.ifremer.adagio.core.dao.data.survey.landing.Landing,fr.ifremer.adagio.core.dao.referential.QualityFlag,java.util.Collection with an
additional flag called transform. |
Object |
TakeOverDaoBase.create(int transform,
Date takeOverDateTime,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
String comments,
Department recorderDepartment,
Location takeOverLocation,
FishingTrip fishingTrip,
Person recorderPerson,
Program program,
Seller seller,
Vessel vessel,
DeclaredDocumentReference declaredDocumentReference,
Landing landing,
QualityFlag qualityFlag,
Collection<Sale> sales,
Collection<TakeOverMeasurement> takeOverMeasurements,
Collection<Produce> produces) |
Object |
TakeOverDao.create(int transform,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Seller seller,
Date takeOverDateTime,
Location takeOverLocation,
Vessel vessel)
Does the same thing as
TakeOverDao.create(java.util.Date,fr.ifremer.adagio.core.dao.administration.programStrategy.Program,fr.ifremer.adagio.core.dao.referential.QualityFlag,fr.ifremer.adagio.core.dao.administration.user.Department,fr.ifremer.adagio.core.dao.referential.seller.Seller,java.util.Date,fr.ifremer.adagio.core.dao.referential.location.Location,fr.ifremer.adagio.core.dao.referential.vessel.Vessel) with an
additional flag called transform. |
Object |
TakeOverDaoBase.create(int transform,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Seller seller,
Date takeOverDateTime,
Location takeOverLocation,
Vessel vessel) |
static TakeOver |
TakeOver.Factory.newInstance(Date takeOverDateTime,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
String comments,
Department recorderDepartment,
Location takeOverLocation,
FishingTrip fishingTrip,
Person recorderPerson,
Program program,
Seller seller,
Vessel vessel,
DeclaredDocumentReference declaredDocumentReference,
Landing landing,
QualityFlag qualityFlag,
Collection<Sale> sales,
Collection<TakeOverMeasurement> takeOverMeasurements,
Collection<Produce> produces)
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,
Department recorderDepartment,
Location takeOverLocation,
Program program,
Seller seller,
Vessel vessel,
QualityFlag qualityFlag)
Constructs a new instance of
TakeOver, taking all required and/or
read-only properties as arguments. |
void |
TakeOver.setRecorderDepartment(Department recorderDepartment) |
| Modifier and Type | Method and Description |
|---|---|
Department |
Transshipment.getRecorderDepartment() |
| Modifier and Type | Method and Description |
|---|---|
Transshipment |
TransshipmentDaoBase.create(Date transshipmentDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Location transshipmentLocation,
Vessel toVessel,
FishingTrip fishingTrip,
Program program,
Person recorderPerson,
QualityFlag qualityFlag,
Department recorderDepartment,
Vessel fromVessel,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces) |
Transshipment |
TransshipmentDao.create(Date transshipmentDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Location transshipmentLocation,
Vessel toVessel,
FishingTrip fishingTrip,
Program program,
Person recorderPerson,
QualityFlag qualityFlag,
Department recorderDepartment,
Vessel fromVessel,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces)
Creates a new
fr.ifremer.adagio.core.dao.data.transshipment.Transshipment
instance from all attributes and
properties and adds it to the persistent store. |
Transshipment |
TransshipmentDaoBase.create(Date creationDate,
Vessel fromVessel,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Vessel toVessel,
Date transshipmentDateTime) |
Transshipment |
TransshipmentDao.create(Date creationDate,
Vessel fromVessel,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Vessel toVessel,
Date transshipmentDateTime)
Creates a new
fr.ifremer.adagio.core.dao.data.transshipment.Transshipment
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
TransshipmentDaoBase.create(int transform,
Date transshipmentDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Location transshipmentLocation,
Vessel toVessel,
FishingTrip fishingTrip,
Program program,
Person recorderPerson,
QualityFlag qualityFlag,
Department recorderDepartment,
Vessel fromVessel,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces) |
Object |
TransshipmentDao.create(int transform,
Date transshipmentDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Location transshipmentLocation,
Vessel toVessel,
FishingTrip fishingTrip,
Program program,
Person recorderPerson,
QualityFlag qualityFlag,
Department recorderDepartment,
Vessel fromVessel,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces)
Does the same thing as
#create(java.util.Date,java.lang.Short,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.adagio.core.dao.referential.location.Location,fr.ifremer.adagio.core.dao.referential.vessel.Vessel,fr.ifremer.adagio.core.dao.data.survey.fishingTrip.FishingTrip,fr.ifremer.adagio.core.dao.administration.programStrategy.Program,fr.ifremer.adagio.core.dao.administration.user.Person,fr.ifremer.adagio.core.dao.referential.QualityFlag,fr.ifremer.adagio.core.dao.administration.user.Department,fr.ifremer.adagio.core.dao.referential.vessel.Vessel,java.util.Collection with an
additional flag called transform. |
Object |
TransshipmentDaoBase.create(int transform,
Date creationDate,
Vessel fromVessel,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Vessel toVessel,
Date transshipmentDateTime) |
Object |
TransshipmentDao.create(int transform,
Date creationDate,
Vessel fromVessel,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Vessel toVessel,
Date transshipmentDateTime)
Does the same thing as
TransshipmentDao.create(java.util.Date,fr.ifremer.adagio.core.dao.referential.vessel.Vessel,fr.ifremer.adagio.core.dao.administration.programStrategy.Program,fr.ifremer.adagio.core.dao.referential.QualityFlag,fr.ifremer.adagio.core.dao.administration.user.Department,fr.ifremer.adagio.core.dao.referential.vessel.Vessel,java.util.Date) with an
additional flag called transform. |
static Transshipment |
Transshipment.Factory.newInstance(Date transshipmentDateTime,
Date creationDate,
Vessel toVessel,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Vessel fromVessel)
Constructs a new instance of
Transshipment, taking all required and/or
read-only properties as arguments. |
static Transshipment |
Transshipment.Factory.newInstance(Date transshipmentDateTime,
Short rankOrder,
String comments,
Date creationDate,
Date controlDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Location transshipmentLocation,
Vessel toVessel,
FishingTrip fishingTrip,
Program program,
Person recorderPerson,
QualityFlag qualityFlag,
Department recorderDepartment,
Vessel fromVessel,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<Produce> produces)
Constructs a new instance of
Transshipment, taking all possible properties
(except the identifier(s))as arguments. |
void |
Transshipment.setRecorderDepartment(Department recorderDepartment) |
| Modifier and Type | Method and Description |
|---|---|
Department |
VesselPhysicalFeatures.getRecorderDepartment() |
| Modifier and Type | Method and Description |
|---|---|
VesselPhysicalFeatures |
VesselPhysicalFeaturesDao.create(Date startDate,
Date endDate,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Vessel vessel,
QualityFlag qualityFlag,
Program program,
Short rankOrder,
String name,
String exteriorMarking,
String IRCS,
String comments,
PhysicalGearSurvey physicalGearSurvey,
Collection<VesselPhysicalMeasurement> vesselPhysicalMeasurements,
Person recorderPerson,
Department recorderDepartment,
Collection<VesselPhysicalFeaturesOrigin> vesselPhysicalFeaturesOrigins,
Location baseLandingLocation)
Creates a new
fr.ifremer.adagio.core.dao.data.vessel.feature.physical.VesselPhysicalFeatures
instance from all attributes and
properties and adds it to the persistent store. |
VesselPhysicalFeatures |
VesselPhysicalFeaturesDaoBase.create(Date startDate,
Date endDate,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Vessel vessel,
QualityFlag qualityFlag,
Program program,
Short rankOrder,
String name,
String exteriorMarking,
String IRCS,
String comments,
PhysicalGearSurvey physicalGearSurvey,
Collection<VesselPhysicalMeasurement> vesselPhysicalMeasurements,
Person recorderPerson,
Department recorderDepartment,
Collection<VesselPhysicalFeaturesOrigin> vesselPhysicalFeaturesOrigins,
Location baseLandingLocation) |
VesselPhysicalFeatures |
VesselPhysicalFeaturesDao.create(Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date startDate,
Vessel vessel)
Creates a new
fr.ifremer.adagio.core.dao.data.vessel.feature.physical.VesselPhysicalFeatures
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselPhysicalFeatures |
VesselPhysicalFeaturesDaoBase.create(Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date startDate,
Vessel vessel) |
Object |
VesselPhysicalFeaturesDao.create(int transform,
Date startDate,
Date endDate,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Vessel vessel,
QualityFlag qualityFlag,
Program program,
Short rankOrder,
String name,
String exteriorMarking,
String IRCS,
String comments,
PhysicalGearSurvey physicalGearSurvey,
Collection<VesselPhysicalMeasurement> vesselPhysicalMeasurements,
Person recorderPerson,
Department recorderDepartment,
Collection<VesselPhysicalFeaturesOrigin> vesselPhysicalFeaturesOrigins,
Location baseLandingLocation)
Does the same thing as
#create(java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.adagio.core.dao.referential.vessel.Vessel,fr.ifremer.adagio.core.dao.referential.QualityFlag,fr.ifremer.adagio.core.dao.administration.programStrategy.Program,java.lang.Short,java.lang.String,java.lang.String,java.lang.String,java.lang.String,fr.ifremer.adagio.core.dao.data.survey.physicalGear.PhysicalGearSurvey,java.util.Collection with an
additional flag called transform. |
Object |
VesselPhysicalFeaturesDaoBase.create(int transform,
Date startDate,
Date endDate,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Vessel vessel,
QualityFlag qualityFlag,
Program program,
Short rankOrder,
String name,
String exteriorMarking,
String IRCS,
String comments,
PhysicalGearSurvey physicalGearSurvey,
Collection<VesselPhysicalMeasurement> vesselPhysicalMeasurements,
Person recorderPerson,
Department recorderDepartment,
Collection<VesselPhysicalFeaturesOrigin> vesselPhysicalFeaturesOrigins,
Location baseLandingLocation) |
Object |
VesselPhysicalFeaturesDao.create(int transform,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date startDate,
Vessel vessel)
Does the same thing as
VesselPhysicalFeaturesDao.create(java.util.Date,fr.ifremer.adagio.core.dao.administration.programStrategy.Program,fr.ifremer.adagio.core.dao.referential.QualityFlag,fr.ifremer.adagio.core.dao.administration.user.Department,java.util.Date,fr.ifremer.adagio.core.dao.referential.vessel.Vessel) with an
additional flag called transform. |
Object |
VesselPhysicalFeaturesDaoBase.create(int transform,
Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Date startDate,
Vessel vessel) |
static VesselPhysicalFeatures |
VesselPhysicalFeatures.Factory.newInstance(Date startDate,
Date endDate,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Vessel vessel,
QualityFlag qualityFlag,
Program program,
Short rankOrder,
String name,
String exteriorMarking,
String IRCS,
String comments,
PhysicalGearSurvey physicalGearSurvey,
Collection<VesselPhysicalMeasurement> vesselPhysicalMeasurements,
Person recorderPerson,
Department recorderDepartment,
Collection<VesselPhysicalFeaturesOrigin> vesselPhysicalFeaturesOrigins,
Location baseLandingLocation)
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,
Vessel vessel,
QualityFlag qualityFlag,
Program program,
Department recorderDepartment)
Constructs a new instance of
VesselPhysicalFeatures, taking all required and/or
read-only properties as arguments. |
void |
VesselPhysicalFeatures.setRecorderDepartment(Department recorderDepartment) |
| Modifier and Type | Method and Description |
|---|---|
Department |
VesselPosition.getRecorderDepartment() |
| Modifier and Type | Method and Description |
|---|---|
VesselPosition |
VesselPositionDaoBase.create(Date dateTime,
Float latitude,
Float longitude,
Date controlDate,
Date validationDate,
Date qualificationDate,
Timestamp updateDate,
String position,
Vessel vessel,
Operation operation,
Collection<VesselPositionMeasurement> vesselPositionMeasurements,
Department recorderDepartment,
Program program,
QualityFlag qualityFlag) |
VesselPosition |
VesselPositionDao.create(Date dateTime,
Float latitude,
Float longitude,
Date controlDate,
Date validationDate,
Date qualificationDate,
Timestamp updateDate,
String position,
Vessel vessel,
Operation operation,
Collection<VesselPositionMeasurement> vesselPositionMeasurements,
Department recorderDepartment,
Program program,
QualityFlag qualityFlag)
Creates a new
fr.ifremer.adagio.core.dao.data.vessel.position.VesselPosition
instance from all attributes and
properties and adds it to the persistent store. |
VesselPosition |
VesselPositionDaoBase.create(Date dateTime,
Float latitude,
Float longitude,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Vessel vessel) |
VesselPosition |
VesselPositionDao.create(Date dateTime,
Float latitude,
Float longitude,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Vessel vessel)
Creates a new
fr.ifremer.adagio.core.dao.data.vessel.position.VesselPosition
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
VesselPositionDaoBase.create(int transform,
Date dateTime,
Float latitude,
Float longitude,
Date controlDate,
Date validationDate,
Date qualificationDate,
Timestamp updateDate,
String position,
Vessel vessel,
Operation operation,
Collection<VesselPositionMeasurement> vesselPositionMeasurements,
Department recorderDepartment,
Program program,
QualityFlag qualityFlag) |
Object |
VesselPositionDao.create(int transform,
Date dateTime,
Float latitude,
Float longitude,
Date controlDate,
Date validationDate,
Date qualificationDate,
Timestamp updateDate,
String position,
Vessel vessel,
Operation operation,
Collection<VesselPositionMeasurement> vesselPositionMeasurements,
Department recorderDepartment,
Program program,
QualityFlag qualityFlag)
Does the same thing as
#create(java.util.Date,java.lang.Float,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.sql.Timestamp,java.lang.String,fr.ifremer.adagio.core.dao.referential.vessel.Vessel,fr.ifremer.adagio.core.dao.data.operation.Operation,java.util.Collection with an
additional flag called transform. |
Object |
VesselPositionDaoBase.create(int transform,
Date dateTime,
Float latitude,
Float longitude,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Vessel vessel) |
Object |
VesselPositionDao.create(int transform,
Date dateTime,
Float latitude,
Float longitude,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Vessel vessel)
Does the same thing as
VesselPositionDao.create(java.util.Date,java.lang.Float,java.lang.Float,fr.ifremer.adagio.core.dao.administration.programStrategy.Program,fr.ifremer.adagio.core.dao.referential.QualityFlag,fr.ifremer.adagio.core.dao.administration.user.Department,fr.ifremer.adagio.core.dao.referential.vessel.Vessel) with an
additional flag called transform. |
static VesselPosition |
VesselPosition.Factory.newInstance(Date dateTime,
Float latitude,
Float longitude,
Date controlDate,
Date validationDate,
Date qualificationDate,
Timestamp updateDate,
String position,
Vessel vessel,
Operation operation,
Collection<VesselPositionMeasurement> vesselPositionMeasurements,
Department recorderDepartment,
Program program,
QualityFlag qualityFlag)
Constructs a new instance of
VesselPosition, taking all possible properties
(except the identifier(s))as arguments. |
static VesselPosition |
VesselPosition.Factory.newInstance(Date dateTime,
Float latitude,
Float longitude,
Vessel vessel,
Department recorderDepartment,
Program program,
QualityFlag qualityFlag)
Constructs a new instance of
VesselPosition, taking all required and/or
read-only properties as arguments. |
void |
VesselPosition.setRecorderDepartment(Department recorderDepartment) |
| Modifier and Type | Method and Description |
|---|---|
Department |
DenormalizedSamplingStrata.getDepartment() |
| Modifier and Type | Method and Description |
|---|---|
Object |
DenormalizedSamplingStrataDao.create(int transform,
String label,
Date startDate,
Date endDate,
String description,
String comments,
String observationLocationComments,
String samplingStrategy,
String taxonGroupName,
String samplingSchemeLabel,
String samplingSchemeName,
String samplingSchemeDescription,
Timestamp updateDate,
String gearMeshRange,
String vesselLengthRange,
String metier,
String areaName,
String subAreaLocationIds,
Program program,
Location observationLocation,
Person person,
Department department)
Does the same thing as
DenormalizedSamplingStrataDao.create(java.lang.String,java.util.Date,java.util.Date,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.sql.Timestamp,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,fr.ifremer.adagio.core.dao.administration.programStrategy.Program,fr.ifremer.adagio.core.dao.referential.location.Location,fr.ifremer.adagio.core.dao.administration.user.Person,fr.ifremer.adagio.core.dao.administration.user.Department) with an
additional flag called transform. |
Object |
DenormalizedSamplingStrataDaoBase.create(int transform,
String label,
Date startDate,
Date endDate,
String description,
String comments,
String observationLocationComments,
String samplingStrategy,
String taxonGroupName,
String samplingSchemeLabel,
String samplingSchemeName,
String samplingSchemeDescription,
Timestamp updateDate,
String gearMeshRange,
String vesselLengthRange,
String metier,
String areaName,
String subAreaLocationIds,
Program program,
Location observationLocation,
Person person,
Department department) |
DenormalizedSamplingStrata |
DenormalizedSamplingStrataDao.create(String label,
Date startDate,
Date endDate,
String description,
String comments,
String observationLocationComments,
String samplingStrategy,
String taxonGroupName,
String samplingSchemeLabel,
String samplingSchemeName,
String samplingSchemeDescription,
Timestamp updateDate,
String gearMeshRange,
String vesselLengthRange,
String metier,
String areaName,
String subAreaLocationIds,
Program program,
Location observationLocation,
Person person,
Department department)
Creates a new
fr.ifremer.adagio.core.dao.referential.samplingScheme.denormalized.DenormalizedSamplingStrata
instance from all attributes and
properties and adds it to the persistent store. |
DenormalizedSamplingStrata |
DenormalizedSamplingStrataDaoBase.create(String label,
Date startDate,
Date endDate,
String description,
String comments,
String observationLocationComments,
String samplingStrategy,
String taxonGroupName,
String samplingSchemeLabel,
String samplingSchemeName,
String samplingSchemeDescription,
Timestamp updateDate,
String gearMeshRange,
String vesselLengthRange,
String metier,
String areaName,
String subAreaLocationIds,
Program program,
Location observationLocation,
Person person,
Department department) |
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,
Timestamp updateDate,
String gearMeshRange,
String vesselLengthRange,
String metier,
String areaName,
String subAreaLocationIds,
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 department) |
Copyright © 2013. All Rights Reserved.