Package | Description |
---|---|
fr.ifremer.adagio.core.dao.data.vessel |
Modifier and Type | Class and Description |
---|---|
class |
VesselCommissioningPeriodImpl |
Modifier and Type | Method and Description |
---|---|
VesselCommissioningPeriod |
VesselCommissioningPeriodDaoBase.create(Date startDate,
Date endDate)
Creates a new
VesselCommissioningPeriod
instance from all attributes and adds it to
the persistent store. |
VesselCommissioningPeriod |
VesselCommissioningPeriodDao.create(Date startDate,
Date endDate)
Creates a new
VesselCommissioningPeriod
instance from all attributes and adds it to
the persistent store. |
VesselCommissioningPeriod |
VesselCommissioningPeriodDaoBase.create(Location commissioningLocation,
Vessel vessel)
Creates a new
VesselCommissioningPeriod
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselCommissioningPeriod |
VesselCommissioningPeriodDao.create(Location commissioningLocation,
Vessel vessel)
Creates a new
VesselCommissioningPeriod
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselCommissioningPeriod |
VesselCommissioningPeriodDaoBase.create(VesselCommissioningPeriod vesselCommissioningPeriod)
Creates an instance of VesselCommissioningPeriod and adds it to the persistent store.
|
VesselCommissioningPeriod |
VesselCommissioningPeriodDao.create(VesselCommissioningPeriod vesselCommissioningPeriod)
Creates an instance of VesselCommissioningPeriod and adds it to the persistent store.
|
VesselCommissioningPeriod |
VesselCommissioningPeriodDaoBase.get(VesselCommissioningPeriodPK vesselCommissioningPeriodPk)
Gets an instance of VesselCommissioningPeriod from the persistent store.
|
VesselCommissioningPeriod |
VesselCommissioningPeriodDao.get(VesselCommissioningPeriodPK vesselCommissioningPeriodPk)
Gets an instance of VesselCommissioningPeriod from the persistent store.
|
VesselCommissioningPeriod |
VesselCommissioningPeriodDaoBase.load(VesselCommissioningPeriodPK vesselCommissioningPeriodPk)
Loads an instance of VesselCommissioningPeriod from the persistent store.
|
VesselCommissioningPeriod |
VesselCommissioningPeriodDao.load(VesselCommissioningPeriodPK vesselCommissioningPeriodPk)
Loads an instance of VesselCommissioningPeriod from the persistent store.
|
static VesselCommissioningPeriod |
VesselCommissioningPeriod.Factory.newInstance()
Constructs a new instance of
VesselCommissioningPeriod . |
static VesselCommissioningPeriod |
VesselCommissioningPeriod.Factory.newInstance(Date endDate,
Location commissioningLocation,
Vessel vessel)
Constructs a new instance of
VesselCommissioningPeriod , taking all possible properties
(except the identifier(s))as arguments. |
static VesselCommissioningPeriod |
VesselCommissioningPeriod.Factory.newInstance(Location commissioningLocation,
Vessel vessel)
Constructs a new instance of
VesselCommissioningPeriod , taking all required and/or
read-only properties as arguments, except for identifiers. |
protected VesselCommissioningPeriod |
VesselCommissioningPeriodDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<VesselCommissioningPeriod> |
VesselCommissioningPeriodDaoBase.create(Collection<VesselCommissioningPeriod> entities)
Creates a new instance of VesselCommissioningPeriod and adds
from the passed in
entities collection |
Collection<VesselCommissioningPeriod> |
VesselCommissioningPeriodDao.create(Collection<VesselCommissioningPeriod> entities)
Creates a new instance of VesselCommissioningPeriod and adds
from the passed in
entities collection |
Collection<VesselCommissioningPeriod> |
Vessel.getVesselCommissioningPeriods()
Période d'armement, ou de mise en service, du navire.
|
Collection<VesselCommissioningPeriod> |
VesselCommissioningPeriodDaoBase.loadAll()
Loads all entities of type
VesselCommissioningPeriod . |
Collection<VesselCommissioningPeriod> |
VesselCommissioningPeriodDao.loadAll()
Loads all entities of type
VesselCommissioningPeriod . |
Set<VesselCommissioningPeriod> |
VesselCommissioningPeriodDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<VesselCommissioningPeriod> |
VesselCommissioningPeriodDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
boolean |
Vessel.addVesselCommissioningPeriods(VesselCommissioningPeriod elementToAdd)
Période d'armement, ou de mise en service, du navire.
|
int |
VesselCommissioningPeriod.compareTo(VesselCommissioningPeriod o) |
Object |
VesselCommissioningPeriodDaoBase.create(int transform,
VesselCommissioningPeriod vesselCommissioningPeriod)
Does the same thing as
VesselCommissioningPeriodDao.create(VesselCommissioningPeriod) with an
additional flag called transform . |
Object |
VesselCommissioningPeriodDao.create(int transform,
VesselCommissioningPeriod vesselCommissioningPeriod)
Does the same thing as
VesselCommissioningPeriodDao.create(VesselCommissioningPeriod) with an
additional flag called transform . |
VesselCommissioningPeriod |
VesselCommissioningPeriodDaoBase.create(VesselCommissioningPeriod vesselCommissioningPeriod)
Creates an instance of VesselCommissioningPeriod and adds it to the persistent store.
|
VesselCommissioningPeriod |
VesselCommissioningPeriodDao.create(VesselCommissioningPeriod vesselCommissioningPeriod)
Creates an instance of VesselCommissioningPeriod and adds it to the persistent store.
|
void |
VesselCommissioningPeriodDaoBase.remove(VesselCommissioningPeriod vesselCommissioningPeriod)
Removes the instance of VesselCommissioningPeriod from the persistent store.
|
void |
VesselCommissioningPeriodDao.remove(VesselCommissioningPeriod vesselCommissioningPeriod)
Removes the instance of VesselCommissioningPeriod from the persistent store.
|
boolean |
Vessel.removeVesselCommissioningPeriods(VesselCommissioningPeriod elementToRemove)
Période d'armement, ou de mise en service, du navire.
|
Object |
VesselCommissioningPeriodDaoBase.transformEntity(int transform,
VesselCommissioningPeriod 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 VesselCommissioningPeriodDao , please note
that the VesselCommissioningPeriodDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
VesselCommissioningPeriodDao.transformEntity(int transform,
VesselCommissioningPeriod 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.VesselCommissioningPeriodDao , please note
that the VesselCommissioningPeriodDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
VesselCommissioningPeriodDaoBase.update(VesselCommissioningPeriod vesselCommissioningPeriod)
Updates the
vesselCommissioningPeriod instance in the persistent store. |
void |
VesselCommissioningPeriodDao.update(VesselCommissioningPeriod vesselCommissioningPeriod)
Updates the
vesselCommissioningPeriod instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<VesselCommissioningPeriod> |
VesselCommissioningPeriodDaoBase.create(Collection<VesselCommissioningPeriod> entities)
Creates a new instance of VesselCommissioningPeriod and adds
from the passed in
entities collection |
Collection<VesselCommissioningPeriod> |
VesselCommissioningPeriodDao.create(Collection<VesselCommissioningPeriod> entities)
Creates a new instance of VesselCommissioningPeriod and adds
from the passed in
entities collection |
Collection<?> |
VesselCommissioningPeriodDaoBase.create(int transform,
Collection<VesselCommissioningPeriod> entities)
Does the same thing as
VesselCommissioningPeriodDao.create(VesselCommissioningPeriod) with an
additional flag called transform . |
Collection<?> |
VesselCommissioningPeriodDao.create(int transform,
Collection<VesselCommissioningPeriod> entities)
Does the same thing as
VesselCommissioningPeriodDao.create(VesselCommissioningPeriod) with an
additional flag called transform . |
static Vessel |
Vessel.Factory.newInstance(Timestamp updateDate,
Collection<VesselFleetEvent> vesselFleetEvents,
Status status,
Collection<VesselRegistrationPeriod> vesselRegistrationPeriods,
Collection<VesselFeatures> vesselFeatures,
Collection<RightToProduce> rightToProduces,
Program program,
Collection<VesselOwnerPeriod> vesselOwnerPeriods,
VesselType vesselType,
Collection<VesselCommissioningPeriod> vesselCommissioningPeriods)
Constructs a new instance of
Vessel , taking all possible properties
(except the identifier(s))as arguments. |
void |
VesselCommissioningPeriodDaoBase.remove(Collection<VesselCommissioningPeriod> entities)
Removes all entities in the given
entities collection. |
void |
VesselCommissioningPeriodDao.remove(Collection<VesselCommissioningPeriod> entities)
Removes all entities in the given
entities collection. |
void |
Vessel.setVesselCommissioningPeriods(Collection<VesselCommissioningPeriod> vesselCommissioningPeriodsIn)
Période d'armement, ou de mise en service, du navire.
|
void |
VesselCommissioningPeriodDaoBase.update(Collection<VesselCommissioningPeriod> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
VesselCommissioningPeriodDao.update(Collection<VesselCommissioningPeriod> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2012–2014 IFREMER. All rights reserved.