Package | Description |
---|---|
fr.ifremer.adagio.core.dao.data.vessel |
Modifier and Type | Class and Description |
---|---|
class |
VesselFleetEventImpl |
Modifier and Type | Method and Description |
---|---|
VesselFleetEvent |
VesselFleetEventDaoBase.create(QualitativeValue eventType,
Vessel vessel)
Creates a new
VesselFleetEvent
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselFleetEvent |
VesselFleetEventDao.create(QualitativeValue eventType,
Vessel vessel)
Creates a new
VesselFleetEvent
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselFleetEvent |
VesselFleetEventDaoBase.create(VesselFleetEvent vesselFleetEvent)
Creates an instance of VesselFleetEvent and adds it to the persistent store.
|
VesselFleetEvent |
VesselFleetEventDao.create(VesselFleetEvent vesselFleetEvent)
Creates an instance of VesselFleetEvent and adds it to the persistent store.
|
VesselFleetEvent |
VesselFleetEventDaoBase.get(VesselFleetEventPK vesselFleetEventPk)
Gets an instance of VesselFleetEvent from the persistent store.
|
VesselFleetEvent |
VesselFleetEventDao.get(VesselFleetEventPK vesselFleetEventPk)
Gets an instance of VesselFleetEvent from the persistent store.
|
VesselFleetEvent |
VesselFleetEventDaoBase.load(VesselFleetEventPK vesselFleetEventPk)
Loads an instance of VesselFleetEvent from the persistent store.
|
VesselFleetEvent |
VesselFleetEventDao.load(VesselFleetEventPK vesselFleetEventPk)
Loads an instance of VesselFleetEvent from the persistent store.
|
static VesselFleetEvent |
VesselFleetEvent.Factory.newInstance()
Constructs a new instance of
VesselFleetEvent . |
static VesselFleetEvent |
VesselFleetEvent.Factory.newInstance(Vessel vessel,
QualitativeValue eventType)
Constructs a new instance of
VesselFleetEvent , taking all possible properties
(except the identifier(s))as arguments. |
protected VesselFleetEvent |
VesselFleetEventDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<VesselFleetEvent> |
VesselFleetEventDaoBase.create(Collection<VesselFleetEvent> entities)
Creates a new instance of VesselFleetEvent and adds
from the passed in
entities collection |
Collection<VesselFleetEvent> |
VesselFleetEventDao.create(Collection<VesselFleetEvent> entities)
Creates a new instance of VesselFleetEvent and adds
from the passed in
entities collection |
Collection<VesselFleetEvent> |
Vessel.getVesselFleetEvents()
Evènement d'entrée ou sortie de flotte (entrée ou sortie du registre des
navires).
|
Collection<VesselFleetEvent> |
VesselFleetEventDaoBase.loadAll()
Loads all entities of type
VesselFleetEvent . |
Collection<VesselFleetEvent> |
VesselFleetEventDao.loadAll()
Loads all entities of type
VesselFleetEvent . |
Set<VesselFleetEvent> |
VesselFleetEventDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<VesselFleetEvent> |
VesselFleetEventDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
boolean |
Vessel.addVesselFleetEvents(VesselFleetEvent elementToAdd)
Evènement d'entrée ou sortie de flotte (entrée ou sortie du registre des
navires).
|
int |
VesselFleetEvent.compareTo(VesselFleetEvent o) |
Object |
VesselFleetEventDaoBase.create(int transform,
VesselFleetEvent vesselFleetEvent)
Does the same thing as
VesselFleetEventDao.create(VesselFleetEvent) with an
additional flag called transform . |
Object |
VesselFleetEventDao.create(int transform,
VesselFleetEvent vesselFleetEvent)
Does the same thing as
VesselFleetEventDao.create(VesselFleetEvent) with an
additional flag called transform . |
VesselFleetEvent |
VesselFleetEventDaoBase.create(VesselFleetEvent vesselFleetEvent)
Creates an instance of VesselFleetEvent and adds it to the persistent store.
|
VesselFleetEvent |
VesselFleetEventDao.create(VesselFleetEvent vesselFleetEvent)
Creates an instance of VesselFleetEvent and adds it to the persistent store.
|
void |
VesselFleetEventDaoBase.remove(VesselFleetEvent vesselFleetEvent)
Removes the instance of VesselFleetEvent from the persistent store.
|
void |
VesselFleetEventDao.remove(VesselFleetEvent vesselFleetEvent)
Removes the instance of VesselFleetEvent from the persistent store.
|
boolean |
Vessel.removeVesselFleetEvents(VesselFleetEvent elementToRemove)
Evènement d'entrée ou sortie de flotte (entrée ou sortie du registre des
navires).
|
Object |
VesselFleetEventDaoBase.transformEntity(int transform,
VesselFleetEvent 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 VesselFleetEventDao , please note
that the VesselFleetEventDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
VesselFleetEventDao.transformEntity(int transform,
VesselFleetEvent 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.VesselFleetEventDao , please note
that the VesselFleetEventDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
VesselFleetEventDaoBase.update(VesselFleetEvent vesselFleetEvent)
Updates the
vesselFleetEvent instance in the persistent store. |
void |
VesselFleetEventDao.update(VesselFleetEvent vesselFleetEvent)
Updates the
vesselFleetEvent instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<VesselFleetEvent> |
VesselFleetEventDaoBase.create(Collection<VesselFleetEvent> entities)
Creates a new instance of VesselFleetEvent and adds
from the passed in
entities collection |
Collection<VesselFleetEvent> |
VesselFleetEventDao.create(Collection<VesselFleetEvent> entities)
Creates a new instance of VesselFleetEvent and adds
from the passed in
entities collection |
Collection<?> |
VesselFleetEventDaoBase.create(int transform,
Collection<VesselFleetEvent> entities)
Does the same thing as
VesselFleetEventDao.create(VesselFleetEvent) with an
additional flag called transform . |
Collection<?> |
VesselFleetEventDao.create(int transform,
Collection<VesselFleetEvent> entities)
Does the same thing as
VesselFleetEventDao.create(VesselFleetEvent) 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 |
VesselFleetEventDaoBase.remove(Collection<VesselFleetEvent> entities)
Removes all entities in the given
entities collection. |
void |
VesselFleetEventDao.remove(Collection<VesselFleetEvent> entities)
Removes all entities in the given
entities collection. |
void |
Vessel.setVesselFleetEvents(Collection<VesselFleetEvent> vesselFleetEventsIn)
Evènement d'entrée ou sortie de flotte (entrée ou sortie du registre des
navires).
|
void |
VesselFleetEventDaoBase.update(Collection<VesselFleetEvent> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
VesselFleetEventDao.update(Collection<VesselFleetEvent> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2012–2014 IFREMER. All rights reserved.