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