| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.data.survey.economy | |
| fr.ifremer.adagio.core.dao.referential.regulation | |
| fr.ifremer.adagio.core.dao.referential.vessel |
| Modifier and Type | Method and Description |
|---|---|
VesselOwner |
EconomicalSurvey.getVesselOwner() |
| Modifier and Type | Method and Description |
|---|---|
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,
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.setVesselOwner(VesselOwner vesselOwner) |
| Modifier and Type | Method and Description |
|---|---|
Collection<VesselOwner> |
RightToProduce.getVesselOwners()
Un droit de produire peu aussi etre lié à un propriétaire de
navire (exemple du contexte seychellois)
|
| Modifier and Type | Method and Description |
|---|---|
RightToProduce |
RightToProduceDaoBase.create(Date startDate,
Date endDate,
String reference,
Timestamp updateDate,
Corpus corpus,
Collection<Fishery> fisheries,
Collection<VesselOwner> vesselOwners,
Collection<Vessel> vessels) |
RightToProduce |
RightToProduceDao.create(Date startDate,
Date endDate,
String reference,
Timestamp updateDate,
Corpus corpus,
Collection<Fishery> fisheries,
Collection<VesselOwner> vesselOwners,
Collection<Vessel> vessels)
Creates a new
fr.ifremer.adagio.core.dao.referential.regulation.RightToProduce
instance from all attributes and
properties and adds it to the persistent store. |
Object |
RightToProduceDaoBase.create(int transform,
Date startDate,
Date endDate,
String reference,
Timestamp updateDate,
Corpus corpus,
Collection<Fishery> fisheries,
Collection<VesselOwner> vesselOwners,
Collection<Vessel> vessels) |
Object |
RightToProduceDao.create(int transform,
Date startDate,
Date endDate,
String reference,
Timestamp updateDate,
Corpus corpus,
Collection<Fishery> fisheries,
Collection<VesselOwner> vesselOwners,
Collection<Vessel> vessels)
Does the same thing as
#create(java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.adagio.core.dao.referential.regulation.Corpus,java.util.Collection with an
additional flag called transform. |
static RightToProduce |
RightToProduce.Factory.newInstance(Date startDate,
Date endDate,
String reference,
Timestamp updateDate,
Corpus corpus,
Collection<Fishery> fisheries,
Collection<VesselOwner> vesselOwners,
Collection<Vessel> vessels)
Constructs a new instance of
RightToProduce, taking all possible properties
(except the identifier(s))as arguments. |
void |
RightToProduce.setVesselOwners(Collection<VesselOwner> vesselOwners) |
| Modifier and Type | Class and Description |
|---|---|
class |
VesselOwnerImpl |
| Modifier and Type | Method and Description |
|---|---|
VesselOwner |
VesselOwnerDaoBase.create(String registrationCode,
String lastname,
String firstname,
String street,
String zipCode,
String city,
String address,
Date dateOfBirth,
Date retirementDate,
Boolean isInRetirement,
Timestamp updateDate,
String phoneNumber,
String mobileNumber,
String faxNumber,
String email,
Date activityStartDate,
Collection<RightToProduce> rightToProduces,
Location countryLocation) |
VesselOwner |
VesselOwnerDao.create(String registrationCode,
String lastname,
String firstname,
String street,
String zipCode,
String city,
String address,
Date dateOfBirth,
Date retirementDate,
Boolean isInRetirement,
Timestamp updateDate,
String phoneNumber,
String mobileNumber,
String faxNumber,
String email,
Date activityStartDate,
Collection<RightToProduce> rightToProduces,
Location countryLocation)
Creates a new
fr.ifremer.adagio.core.dao.referential.vessel.VesselOwner
instance from all attributes and
properties and adds it to the persistent store. |
VesselOwner |
VesselOwnerDaoBase.create(VesselOwner vesselOwner) |
VesselOwner |
VesselOwnerDao.create(VesselOwner vesselOwner)
Creates an instance of fr.ifremer.adagio.core.dao.referential.vessel.VesselOwner and adds it to the persistent store.
|
VesselOwner |
VesselOwnerPeriodPK.getVesselOwner() |
VesselOwner |
VesselOwnerDaoBase.load(Integer id) |
VesselOwner |
VesselOwnerDao.load(Integer id)
Loads an instance of fr.ifremer.adagio.core.dao.referential.vessel.VesselOwner from the persistent store.
|
static VesselOwner |
VesselOwner.Factory.newInstance()
Constructs a new instance of
VesselOwner. |
static VesselOwner |
VesselOwner.Factory.newInstance(String registrationCode,
String lastname,
String firstname,
String street,
String zipCode,
String city,
String address,
Date dateOfBirth,
Date retirementDate,
Boolean isInRetirement,
Timestamp updateDate,
String phoneNumber,
String mobileNumber,
String faxNumber,
String email,
Date activityStartDate,
Collection<RightToProduce> rightToProduces,
Location countryLocation)
Constructs a new instance of
VesselOwner, taking all possible properties
(except the identifier(s))as arguments. |
protected VesselOwner |
VesselOwnerDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<VesselOwner> |
VesselOwnerDaoBase.create(Collection<VesselOwner> entities) |
Collection<VesselOwner> |
VesselOwnerDao.create(Collection<VesselOwner> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.vessel.VesselOwner and adds
from the passed in
entities collection |
Collection<VesselOwner> |
VesselOwnerDaoBase.loadAll() |
Collection<VesselOwner> |
VesselOwnerDao.loadAll()
Loads all entities of type
VesselOwner. |
Set<VesselOwner> |
VesselOwnerDaoBase.search(Search search) |
Set<VesselOwner> |
VesselOwnerDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
| Modifier and Type | Method and Description |
|---|---|
VesselOwnerPeriod |
VesselOwnerPeriodDao.create(Date startDateTime,
Date endDateTime,
VesselOwner vesselOwner,
Vessel vessel)
Creates a new
fr.ifremer.adagio.core.dao.referential.vessel.VesselOwnerPeriod
instance from all attributes and
properties and adds it to the persistent store. |
VesselOwnerPeriod |
VesselOwnerPeriodDaoBase.create(Date startDateTime,
Date endDateTime,
VesselOwner vesselOwner,
Vessel vessel) |
VesselOwnerPeriod |
VesselOwnerPeriodDao.create(Date startDateTime,
Vessel vessel,
VesselOwner vesselOwner)
Creates a new
fr.ifremer.adagio.core.dao.referential.vessel.VesselOwnerPeriod
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselOwnerPeriod |
VesselOwnerPeriodDaoBase.create(Date startDateTime,
Vessel vessel,
VesselOwner vesselOwner) |
Object |
VesselOwnerPeriodDao.create(int transform,
Date startDateTime,
Date endDateTime,
VesselOwner vesselOwner,
Vessel vessel)
Does the same thing as
VesselOwnerPeriodDao.create(java.util.Date,java.util.Date,fr.ifremer.adagio.core.dao.referential.vessel.VesselOwner,fr.ifremer.adagio.core.dao.referential.vessel.Vessel) with an
additional flag called transform. |
Object |
VesselOwnerPeriodDaoBase.create(int transform,
Date startDateTime,
Date endDateTime,
VesselOwner vesselOwner,
Vessel vessel) |
Object |
VesselOwnerPeriodDao.create(int transform,
Date startDateTime,
Vessel vessel,
VesselOwner vesselOwner)
Does the same thing as
VesselOwnerPeriodDao.create(java.util.Date,fr.ifremer.adagio.core.dao.referential.vessel.Vessel,fr.ifremer.adagio.core.dao.referential.vessel.VesselOwner) with an
additional flag called transform. |
Object |
VesselOwnerPeriodDaoBase.create(int transform,
Date startDateTime,
Vessel vessel,
VesselOwner vesselOwner) |
Object |
VesselOwnerDaoBase.create(int transform,
VesselOwner vesselOwner) |
Object |
VesselOwnerDao.create(int transform,
VesselOwner vesselOwner)
Does the same thing as
VesselOwnerDao.create(fr.ifremer.adagio.core.dao.referential.vessel.VesselOwner) with an
additional flag called transform. |
VesselOwner |
VesselOwnerDaoBase.create(VesselOwner vesselOwner) |
VesselOwner |
VesselOwnerDao.create(VesselOwner vesselOwner)
Creates an instance of fr.ifremer.adagio.core.dao.referential.vessel.VesselOwner and adds it to the persistent store.
|
VesselOwnerPeriod |
VesselOwnerPeriodDao.load(Date startDateTime,
VesselOwner vesselOwner,
Vessel vessel)
Loads an instance of fr.ifremer.adagio.core.dao.referential.vessel.VesselOwnerPeriod from the persistent store.
|
VesselOwnerPeriod |
VesselOwnerPeriodDaoBase.load(Date startDateTime,
VesselOwner vesselOwner,
Vessel vessel) |
Object |
VesselOwnerPeriodDao.load(int transform,
Date startDateTime,
VesselOwner vesselOwner,
Vessel vessel)
Does the same thing as
VesselOwnerPeriodDao.load(java.util.Date,fr.ifremer.adagio.core.dao.referential.vessel.VesselOwner,fr.ifremer.adagio.core.dao.referential.vessel.Vessel) with an
additional flag called transform. |
Object |
VesselOwnerPeriodDaoBase.load(int transform,
Date startDateTime,
VesselOwner vesselOwner,
Vessel vessel) |
void |
VesselOwnerPeriodDao.remove(Date startDateTime,
VesselOwner vesselOwner,
Vessel vessel)
Removes the instance of fr.ifremer.adagio.core.dao.referential.vessel.VesselOwnerPeriod having the given
identifiers from the persistent store. |
void |
VesselOwnerPeriodDaoBase.remove(Date startDateTime,
VesselOwner vesselOwner,
Vessel vessel) |
void |
VesselOwnerDaoBase.remove(VesselOwner vesselOwner) |
void |
VesselOwnerDao.remove(VesselOwner vesselOwner)
Removes the instance of fr.ifremer.adagio.core.dao.referential.vessel.VesselOwner from the persistent store.
|
void |
VesselOwnerPeriodPK.setVesselOwner(VesselOwner vesselOwner) |
protected Object |
VesselOwnerDaoBase.transformEntity(int transform,
VesselOwner 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.referential.vessel.VesselOwnerDao, please note
that the VesselOwnerDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
VesselOwnerDaoBase.update(VesselOwner vesselOwner) |
void |
VesselOwnerDao.update(VesselOwner vesselOwner)
Updates the
vesselOwner instance in the persistent store. |
| Modifier and Type | Method and Description |
|---|---|
Collection<VesselOwner> |
VesselOwnerDaoBase.create(Collection<VesselOwner> entities) |
Collection<VesselOwner> |
VesselOwnerDao.create(Collection<VesselOwner> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.vessel.VesselOwner and adds
from the passed in
entities collection |
Collection<?> |
VesselOwnerDaoBase.create(int transform,
Collection<VesselOwner> entities) |
Collection<?> |
VesselOwnerDao.create(int transform,
Collection<VesselOwner> entities)
Does the same thing as
VesselOwnerDao.create(fr.ifremer.adagio.core.dao.referential.vessel.VesselOwner) with an
additional flag called transform. |
void |
VesselOwnerDaoBase.remove(Collection<VesselOwner> entities) |
void |
VesselOwnerDao.remove(Collection<VesselOwner> entities)
Removes all entities in the given
entities |
void |
VesselOwnerDaoBase.update(Collection<VesselOwner> entities) |
void |
VesselOwnerDao.update(Collection<VesselOwner> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2013. All Rights Reserved.