| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.data.vessel.feature.physical |
| Modifier and Type | Class and Description |
|---|---|
class |
VesselPhysicalFeaturesOriginImpl |
| Modifier and Type | Method and Description |
|---|---|
VesselPhysicalFeaturesOrigin |
VesselPhysicalFeaturesOriginDaoBase.create(AcquisitionLevel acquisitionLevel,
VesselPhysicalFeatures vesselPhysicalFeatures,
Program program) |
VesselPhysicalFeaturesOrigin |
VesselPhysicalFeaturesOriginDao.create(AcquisitionLevel acquisitionLevel,
VesselPhysicalFeatures vesselPhysicalFeatures,
Program program)
Creates a new
fr.ifremer.adagio.core.dao.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin
instance from all attributes and
properties and adds it to the persistent store. |
VesselPhysicalFeaturesOrigin |
VesselPhysicalFeaturesOriginDaoBase.create(Program program,
VesselPhysicalFeatures vesselPhysicalFeatures) |
VesselPhysicalFeaturesOrigin |
VesselPhysicalFeaturesOriginDao.create(Program program,
VesselPhysicalFeatures vesselPhysicalFeatures)
Creates a new
fr.ifremer.adagio.core.dao.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselPhysicalFeaturesOrigin |
VesselPhysicalFeaturesOriginDaoBase.create(VesselPhysicalFeaturesOrigin vesselPhysicalFeaturesOrigin) |
VesselPhysicalFeaturesOrigin |
VesselPhysicalFeaturesOriginDao.create(VesselPhysicalFeaturesOrigin vesselPhysicalFeaturesOrigin)
Creates an instance of fr.ifremer.adagio.core.dao.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin and adds it to the persistent store.
|
VesselPhysicalFeaturesOrigin |
VesselPhysicalFeaturesOriginDaoBase.load(VesselPhysicalFeatures vesselPhysicalFeatures,
Program program) |
VesselPhysicalFeaturesOrigin |
VesselPhysicalFeaturesOriginDao.load(VesselPhysicalFeatures vesselPhysicalFeatures,
Program program)
Loads an instance of fr.ifremer.adagio.core.dao.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin from the persistent store.
|
static VesselPhysicalFeaturesOrigin |
VesselPhysicalFeaturesOrigin.Factory.newInstance()
Constructs a new instance of
VesselPhysicalFeaturesOrigin. |
static VesselPhysicalFeaturesOrigin |
VesselPhysicalFeaturesOrigin.Factory.newInstance(AcquisitionLevel acquisitionLevel)
Constructs a new instance of
VesselPhysicalFeaturesOrigin, taking all possible properties
(except the identifier(s))as arguments. |
protected VesselPhysicalFeaturesOrigin |
VesselPhysicalFeaturesOriginDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<VesselPhysicalFeaturesOrigin> |
VesselPhysicalFeaturesOriginDaoBase.create(Collection<VesselPhysicalFeaturesOrigin> entities) |
Collection<VesselPhysicalFeaturesOrigin> |
VesselPhysicalFeaturesOriginDao.create(Collection<VesselPhysicalFeaturesOrigin> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin and adds
from the passed in
entities collection |
Collection<VesselPhysicalFeaturesOrigin> |
VesselPhysicalFeatures.getVesselPhysicalFeaturesOrigins() |
Collection<VesselPhysicalFeaturesOrigin> |
VesselPhysicalFeaturesOriginDaoBase.loadAll() |
Collection<VesselPhysicalFeaturesOrigin> |
VesselPhysicalFeaturesOriginDao.loadAll()
Loads all entities of type
VesselPhysicalFeaturesOrigin. |
Set<VesselPhysicalFeaturesOrigin> |
VesselPhysicalFeaturesOriginDaoBase.search(Search search) |
Set<VesselPhysicalFeaturesOrigin> |
VesselPhysicalFeaturesOriginDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
| Modifier and Type | Method and Description |
|---|---|
Object |
VesselPhysicalFeaturesOriginDaoBase.create(int transform,
VesselPhysicalFeaturesOrigin vesselPhysicalFeaturesOrigin) |
Object |
VesselPhysicalFeaturesOriginDao.create(int transform,
VesselPhysicalFeaturesOrigin vesselPhysicalFeaturesOrigin)
Does the same thing as
VesselPhysicalFeaturesOriginDao.create(fr.ifremer.adagio.core.dao.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin) with an
additional flag called transform. |
VesselPhysicalFeaturesOrigin |
VesselPhysicalFeaturesOriginDaoBase.create(VesselPhysicalFeaturesOrigin vesselPhysicalFeaturesOrigin) |
VesselPhysicalFeaturesOrigin |
VesselPhysicalFeaturesOriginDao.create(VesselPhysicalFeaturesOrigin vesselPhysicalFeaturesOrigin)
Creates an instance of fr.ifremer.adagio.core.dao.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin and adds it to the persistent store.
|
void |
VesselPhysicalFeaturesOriginDaoBase.remove(VesselPhysicalFeaturesOrigin vesselPhysicalFeaturesOrigin) |
void |
VesselPhysicalFeaturesOriginDao.remove(VesselPhysicalFeaturesOrigin vesselPhysicalFeaturesOrigin)
Removes the instance of fr.ifremer.adagio.core.dao.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin from the persistent store.
|
protected Object |
VesselPhysicalFeaturesOriginDaoBase.transformEntity(int transform,
VesselPhysicalFeaturesOrigin 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.data.vessel.feature.physical.VesselPhysicalFeaturesOriginDao, please note
that the VesselPhysicalFeaturesOriginDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
VesselPhysicalFeaturesOriginDaoBase.update(VesselPhysicalFeaturesOrigin vesselPhysicalFeaturesOrigin) |
void |
VesselPhysicalFeaturesOriginDao.update(VesselPhysicalFeaturesOrigin vesselPhysicalFeaturesOrigin)
Updates the
vesselPhysicalFeaturesOrigin instance in the persistent store. |
| Modifier and Type | Method and Description |
|---|---|
Collection<VesselPhysicalFeaturesOrigin> |
VesselPhysicalFeaturesOriginDaoBase.create(Collection<VesselPhysicalFeaturesOrigin> entities) |
Collection<VesselPhysicalFeaturesOrigin> |
VesselPhysicalFeaturesOriginDao.create(Collection<VesselPhysicalFeaturesOrigin> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin and adds
from the passed in
entities collection |
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) |
Collection<?> |
VesselPhysicalFeaturesOriginDaoBase.create(int transform,
Collection<VesselPhysicalFeaturesOrigin> entities) |
Collection<?> |
VesselPhysicalFeaturesOriginDao.create(int transform,
Collection<VesselPhysicalFeaturesOrigin> entities)
Does the same thing as
VesselPhysicalFeaturesOriginDao.create(fr.ifremer.adagio.core.dao.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin) with an
additional flag called transform. |
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) |
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. |
void |
VesselPhysicalFeaturesOriginDaoBase.remove(Collection<VesselPhysicalFeaturesOrigin> entities) |
void |
VesselPhysicalFeaturesOriginDao.remove(Collection<VesselPhysicalFeaturesOrigin> entities)
Removes all entities in the given
entities |
void |
VesselPhysicalFeatures.setVesselPhysicalFeaturesOrigins(Collection<VesselPhysicalFeaturesOrigin> vesselPhysicalFeaturesOrigins) |
void |
VesselPhysicalFeaturesOriginDaoBase.update(Collection<VesselPhysicalFeaturesOrigin> entities) |
void |
VesselPhysicalFeaturesOriginDao.update(Collection<VesselPhysicalFeaturesOrigin> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2013. All Rights Reserved.