| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.referential.vessel |
| Modifier and Type | Class and Description |
|---|---|
class |
VesselFeaturesImpl |
| Modifier and Type | Method and Description |
|---|---|
VesselFeatures |
VesselFeaturesDao.create(Boolean isFPC,
Date startDateTime,
Vessel vessel)
Creates a new
fr.ifremer.adagio.core.dao.referential.vessel.VesselFeatures
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselFeatures |
VesselFeaturesDaoBase.create(Boolean isFPC,
Date startDateTime,
Vessel vessel) |
VesselFeatures |
VesselFeaturesDao.create(Date startDateTime,
Date endDateTime,
String name,
String exteriorMarking,
Float administrativePower,
Float auxiliaryPower,
Integer grossTonnageGT,
Integer grossTonnageGRT,
Integer lengthOverAll,
Integer lengthBeetweenPerpendiculars,
Integer constructionYear,
String IRCS,
Boolean hasVMS,
Boolean isFPC,
Timestamp updateDate,
Location basePortLocation,
QualitativeValue hullMaterial,
Vessel vessel)
Creates a new
fr.ifremer.adagio.core.dao.referential.vessel.VesselFeatures
instance from all attributes and
properties and adds it to the persistent store. |
VesselFeatures |
VesselFeaturesDaoBase.create(Date startDateTime,
Date endDateTime,
String name,
String exteriorMarking,
Float administrativePower,
Float auxiliaryPower,
Integer grossTonnageGT,
Integer grossTonnageGRT,
Integer lengthOverAll,
Integer lengthBeetweenPerpendiculars,
Integer constructionYear,
String IRCS,
Boolean hasVMS,
Boolean isFPC,
Timestamp updateDate,
Location basePortLocation,
QualitativeValue hullMaterial,
Vessel vessel) |
VesselFeatures |
VesselFeaturesDao.create(VesselFeatures vesselFeatures)
Creates an instance of fr.ifremer.adagio.core.dao.referential.vessel.VesselFeatures and adds it to the persistent store.
|
VesselFeatures |
VesselFeaturesDaoBase.create(VesselFeatures vesselFeatures) |
VesselFeatures |
VesselFeaturesDao.load(Integer id)
Loads an instance of fr.ifremer.adagio.core.dao.referential.vessel.VesselFeatures from the persistent store.
|
VesselFeatures |
VesselFeaturesDaoBase.load(Integer id) |
static VesselFeatures |
VesselFeatures.Factory.newInstance()
Constructs a new instance of
VesselFeatures. |
static VesselFeatures |
VesselFeatures.Factory.newInstance(Date startDateTime,
Boolean isFPC,
Vessel vessel)
Constructs a new instance of
VesselFeatures, taking all required and/or
read-only properties as arguments. |
static VesselFeatures |
VesselFeatures.Factory.newInstance(Date startDateTime,
Date endDateTime,
String name,
String exteriorMarking,
Float administrativePower,
Float auxiliaryPower,
Integer grossTonnageGT,
Integer grossTonnageGRT,
Integer lengthOverAll,
Integer lengthBeetweenPerpendiculars,
Integer constructionYear,
String IRCS,
Boolean hasVMS,
Boolean isFPC,
Timestamp updateDate,
Location basePortLocation,
QualitativeValue hullMaterial,
Vessel vessel)
Constructs a new instance of
VesselFeatures, taking all possible properties
(except the identifier(s))as arguments. |
protected VesselFeatures |
VesselFeaturesDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<VesselFeatures> |
VesselFeaturesDao.create(Collection<VesselFeatures> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.vessel.VesselFeatures and adds
from the passed in
entities collection |
Collection<VesselFeatures> |
VesselFeaturesDaoBase.create(Collection<VesselFeatures> entities) |
Collection<VesselFeatures> |
Vessel.getVesselFeatures() |
Collection<VesselFeatures> |
VesselFeaturesDao.loadAll()
Loads all entities of type
VesselFeatures. |
Collection<VesselFeatures> |
VesselFeaturesDaoBase.loadAll() |
Set<VesselFeatures> |
VesselFeaturesDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<VesselFeatures> |
VesselFeaturesDaoBase.search(Search search) |
| Modifier and Type | Method and Description |
|---|---|
Object |
VesselFeaturesDao.create(int transform,
VesselFeatures vesselFeatures)
Does the same thing as
VesselFeaturesDao.create(fr.ifremer.adagio.core.dao.referential.vessel.VesselFeatures) with an
additional flag called transform. |
Object |
VesselFeaturesDaoBase.create(int transform,
VesselFeatures vesselFeatures) |
VesselFeatures |
VesselFeaturesDao.create(VesselFeatures vesselFeatures)
Creates an instance of fr.ifremer.adagio.core.dao.referential.vessel.VesselFeatures and adds it to the persistent store.
|
VesselFeatures |
VesselFeaturesDaoBase.create(VesselFeatures vesselFeatures) |
void |
VesselFeaturesDao.remove(VesselFeatures vesselFeatures)
Removes the instance of fr.ifremer.adagio.core.dao.referential.vessel.VesselFeatures from the persistent store.
|
void |
VesselFeaturesDaoBase.remove(VesselFeatures vesselFeatures) |
protected Object |
VesselFeaturesDaoBase.transformEntity(int transform,
VesselFeatures 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.VesselFeaturesDao, please note
that the VesselFeaturesDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
VesselFeaturesDao.update(VesselFeatures vesselFeatures)
Updates the
vesselFeatures instance in the persistent store. |
void |
VesselFeaturesDaoBase.update(VesselFeatures vesselFeatures) |
| Modifier and Type | Method and Description |
|---|---|
Collection<VesselFeatures> |
VesselFeaturesDao.create(Collection<VesselFeatures> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.vessel.VesselFeatures and adds
from the passed in
entities collection |
Collection<VesselFeatures> |
VesselFeaturesDaoBase.create(Collection<VesselFeatures> entities) |
Collection<?> |
VesselFeaturesDao.create(int transform,
Collection<VesselFeatures> entities)
Does the same thing as
VesselFeaturesDao.create(fr.ifremer.adagio.core.dao.referential.vessel.VesselFeatures) with an
additional flag called transform. |
Collection<?> |
VesselFeaturesDaoBase.create(int transform,
Collection<VesselFeatures> entities) |
Object |
VesselDao.create(int transform,
String code,
Timestamp updateDate,
Collection<RightToProduce> rightToProduces,
VesselType vesselType,
Collection<VesselFeatures> vesselFeatures,
Collection<VesselRegistrationPeriod> vesselRegistrationPeriods,
Collection<VesselOwnerPeriod> vesselOwnerPeriods,
Collection<VesselMasterPeriod> vesselMasterPeriods,
Status status)
Does the same thing as
#create(java.lang.String,java.sql.Timestamp,java.util.Collection with an
additional flag called transform. |
Object |
VesselDaoBase.create(int transform,
String code,
Timestamp updateDate,
Collection<RightToProduce> rightToProduces,
VesselType vesselType,
Collection<VesselFeatures> vesselFeatures,
Collection<VesselRegistrationPeriod> vesselRegistrationPeriods,
Collection<VesselOwnerPeriod> vesselOwnerPeriods,
Collection<VesselMasterPeriod> vesselMasterPeriods,
Status status) |
Vessel |
VesselDao.create(String code,
Timestamp updateDate,
Collection<RightToProduce> rightToProduces,
VesselType vesselType,
Collection<VesselFeatures> vesselFeatures,
Collection<VesselRegistrationPeriod> vesselRegistrationPeriods,
Collection<VesselOwnerPeriod> vesselOwnerPeriods,
Collection<VesselMasterPeriod> vesselMasterPeriods,
Status status)
Creates a new
fr.ifremer.adagio.core.dao.referential.vessel.Vessel
instance from all attributes and
properties and adds it to the persistent store. |
Vessel |
VesselDaoBase.create(String code,
Timestamp updateDate,
Collection<RightToProduce> rightToProduces,
VesselType vesselType,
Collection<VesselFeatures> vesselFeatures,
Collection<VesselRegistrationPeriod> vesselRegistrationPeriods,
Collection<VesselOwnerPeriod> vesselOwnerPeriods,
Collection<VesselMasterPeriod> vesselMasterPeriods,
Status status) |
static Vessel |
Vessel.Factory.newInstance(Timestamp updateDate,
Collection<RightToProduce> rightToProduces,
VesselType vesselType,
Collection<VesselFeatures> vesselFeatures,
Collection<VesselRegistrationPeriod> vesselRegistrationPeriods,
Collection<VesselOwnerPeriod> vesselOwnerPeriods,
Collection<VesselMasterPeriod> vesselMasterPeriods,
Status status)
Constructs a new instance of
Vessel, taking all possible properties
(except the identifier(s))as arguments. |
void |
VesselFeaturesDao.remove(Collection<VesselFeatures> entities)
Removes all entities in the given
entities |
void |
VesselFeaturesDaoBase.remove(Collection<VesselFeatures> entities) |
void |
Vessel.setVesselFeatures(Collection<VesselFeatures> vesselFeatures) |
void |
VesselFeaturesDao.update(Collection<VesselFeatures> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
VesselFeaturesDaoBase.update(Collection<VesselFeatures> entities) |
Copyright © 2013. All Rights Reserved.