| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.referential.vessel |
| Modifier and Type | Class and Description |
|---|---|
class |
VesselMasterPeriodImpl |
| Modifier and Type | Method and Description |
|---|---|
VesselMasterPeriod |
VesselMasterPeriodDaoBase.create(Date startDateTime,
Date endDateTime,
VesselMaster vesselMaster,
Vessel vessel) |
VesselMasterPeriod |
VesselMasterPeriodDao.create(Date startDateTime,
Date endDateTime,
VesselMaster vesselMaster,
Vessel vessel)
Creates a new
fr.ifremer.adagio.core.dao.referential.vessel.VesselMasterPeriod
instance from all attributes and
properties and adds it to the persistent store. |
VesselMasterPeriod |
VesselMasterPeriodDaoBase.create(Date startDateTime,
Vessel vessel,
VesselMaster vesselMaster) |
VesselMasterPeriod |
VesselMasterPeriodDao.create(Date startDateTime,
Vessel vessel,
VesselMaster vesselMaster)
Creates a new
fr.ifremer.adagio.core.dao.referential.vessel.VesselMasterPeriod
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselMasterPeriod |
VesselMasterPeriodDaoBase.create(VesselMasterPeriod vesselMasterPeriod) |
VesselMasterPeriod |
VesselMasterPeriodDao.create(VesselMasterPeriod vesselMasterPeriod)
Creates an instance of fr.ifremer.adagio.core.dao.referential.vessel.VesselMasterPeriod and adds it to the persistent store.
|
VesselMasterPeriod |
VesselMasterPeriodDaoBase.load(Date startDateTime,
VesselMaster vesselMaster,
Vessel vessel) |
VesselMasterPeriod |
VesselMasterPeriodDao.load(Date startDateTime,
VesselMaster vesselMaster,
Vessel vessel)
Loads an instance of fr.ifremer.adagio.core.dao.referential.vessel.VesselMasterPeriod from the persistent store.
|
static VesselMasterPeriod |
VesselMasterPeriod.Factory.newInstance()
Constructs a new instance of
VesselMasterPeriod. |
static VesselMasterPeriod |
VesselMasterPeriod.Factory.newInstance(Date endDateTime)
Constructs a new instance of
VesselMasterPeriod, taking all possible properties
(except the identifier(s))as arguments. |
protected VesselMasterPeriod |
VesselMasterPeriodDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<VesselMasterPeriod> |
VesselMasterPeriodDaoBase.create(Collection<VesselMasterPeriod> entities) |
Collection<VesselMasterPeriod> |
VesselMasterPeriodDao.create(Collection<VesselMasterPeriod> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.vessel.VesselMasterPeriod and adds
from the passed in
entities collection |
Collection<VesselMasterPeriod> |
Vessel.getVesselMasterPeriods() |
Collection<VesselMasterPeriod> |
VesselMasterPeriodDaoBase.loadAll() |
Collection<VesselMasterPeriod> |
VesselMasterPeriodDao.loadAll()
Loads all entities of type
VesselMasterPeriod. |
Set<VesselMasterPeriod> |
VesselMasterPeriodDaoBase.search(Search search) |
Set<VesselMasterPeriod> |
VesselMasterPeriodDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
| Modifier and Type | Method and Description |
|---|---|
Object |
VesselMasterPeriodDaoBase.create(int transform,
VesselMasterPeriod vesselMasterPeriod) |
Object |
VesselMasterPeriodDao.create(int transform,
VesselMasterPeriod vesselMasterPeriod)
Does the same thing as
VesselMasterPeriodDao.create(fr.ifremer.adagio.core.dao.referential.vessel.VesselMasterPeriod) with an
additional flag called transform. |
VesselMasterPeriod |
VesselMasterPeriodDaoBase.create(VesselMasterPeriod vesselMasterPeriod) |
VesselMasterPeriod |
VesselMasterPeriodDao.create(VesselMasterPeriod vesselMasterPeriod)
Creates an instance of fr.ifremer.adagio.core.dao.referential.vessel.VesselMasterPeriod and adds it to the persistent store.
|
void |
VesselMasterPeriodDaoBase.remove(VesselMasterPeriod vesselMasterPeriod) |
void |
VesselMasterPeriodDao.remove(VesselMasterPeriod vesselMasterPeriod)
Removes the instance of fr.ifremer.adagio.core.dao.referential.vessel.VesselMasterPeriod from the persistent store.
|
protected Object |
VesselMasterPeriodDaoBase.transformEntity(int transform,
VesselMasterPeriod 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.VesselMasterPeriodDao, please note
that the VesselMasterPeriodDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
VesselMasterPeriodDaoBase.update(VesselMasterPeriod vesselMasterPeriod) |
void |
VesselMasterPeriodDao.update(VesselMasterPeriod vesselMasterPeriod)
Updates the
vesselMasterPeriod instance in the persistent store. |
| Modifier and Type | Method and Description |
|---|---|
Collection<VesselMasterPeriod> |
VesselMasterPeriodDaoBase.create(Collection<VesselMasterPeriod> entities) |
Collection<VesselMasterPeriod> |
VesselMasterPeriodDao.create(Collection<VesselMasterPeriod> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.vessel.VesselMasterPeriod and adds
from the passed in
entities collection |
Collection<?> |
VesselMasterPeriodDaoBase.create(int transform,
Collection<VesselMasterPeriod> entities) |
Collection<?> |
VesselMasterPeriodDao.create(int transform,
Collection<VesselMasterPeriod> entities)
Does the same thing as
VesselMasterPeriodDao.create(fr.ifremer.adagio.core.dao.referential.vessel.VesselMasterPeriod) with an
additional flag called transform. |
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 |
VesselMasterPeriodDaoBase.remove(Collection<VesselMasterPeriod> entities) |
void |
VesselMasterPeriodDao.remove(Collection<VesselMasterPeriod> entities)
Removes all entities in the given
entities |
void |
Vessel.setVesselMasterPeriods(Collection<VesselMasterPeriod> vesselMasterPeriods) |
void |
VesselMasterPeriodDaoBase.update(Collection<VesselMasterPeriod> entities) |
void |
VesselMasterPeriodDao.update(Collection<VesselMasterPeriod> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2013. All Rights Reserved.