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