Package | Description |
---|---|
fr.ifremer.adagio.core.dao.data.vessel |
Modifier and Type | Class and Description |
---|---|
class |
VesselOwnerPeriodImpl |
Modifier and Type | Method and Description |
---|---|
VesselOwnerPeriod |
VesselOwnerPeriodDaoBase.create(Date startDateTime,
Date endDateTime)
Creates a new
VesselOwnerPeriod
instance from all attributes and adds it to
the persistent store. |
VesselOwnerPeriod |
VesselOwnerPeriodDao.create(Date startDateTime,
Date endDateTime)
Creates a new
VesselOwnerPeriod
instance from all attributes and adds it to
the persistent store. |
VesselOwnerPeriod |
VesselOwnerPeriodDaoBase.create(VesselOwnerPeriod vesselOwnerPeriod)
Creates an instance of VesselOwnerPeriod and adds it to the persistent store.
|
VesselOwnerPeriod |
VesselOwnerPeriodDao.create(VesselOwnerPeriod vesselOwnerPeriod)
Creates an instance of VesselOwnerPeriod and adds it to the persistent store.
|
VesselOwnerPeriod |
VesselOwnerPeriodDaoBase.create(Vessel vessel,
VesselOwner vesselOwner)
Creates a new
VesselOwnerPeriod
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselOwnerPeriod |
VesselOwnerPeriodDao.create(Vessel vessel,
VesselOwner vesselOwner)
Creates a new
VesselOwnerPeriod
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselOwnerPeriod |
VesselOwnerPeriodDaoBase.get(VesselOwnerPeriodPK vesselOwnerPeriodPk)
Gets an instance of VesselOwnerPeriod from the persistent store.
|
VesselOwnerPeriod |
VesselOwnerPeriodDao.get(VesselOwnerPeriodPK vesselOwnerPeriodPk)
Gets an instance of VesselOwnerPeriod from the persistent store.
|
VesselOwnerPeriod |
VesselOwnerPeriodDaoBase.load(VesselOwnerPeriodPK vesselOwnerPeriodPk)
Loads an instance of VesselOwnerPeriod from the persistent store.
|
VesselOwnerPeriod |
VesselOwnerPeriodDao.load(VesselOwnerPeriodPK vesselOwnerPeriodPk)
Loads an instance of VesselOwnerPeriod from the persistent store.
|
static VesselOwnerPeriod |
VesselOwnerPeriod.Factory.newInstance()
Constructs a new instance of
VesselOwnerPeriod . |
static VesselOwnerPeriod |
VesselOwnerPeriod.Factory.newInstance(Date endDateTime,
Vessel vessel,
VesselOwner vesselOwner)
Constructs a new instance of
VesselOwnerPeriod , taking all possible properties
(except the identifier(s))as arguments. |
static VesselOwnerPeriod |
VesselOwnerPeriod.Factory.newInstance(Vessel vessel,
VesselOwner vesselOwner)
Constructs a new instance of
VesselOwnerPeriod , taking all required and/or
read-only properties as arguments, except for identifiers. |
protected VesselOwnerPeriod |
VesselOwnerPeriodDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<VesselOwnerPeriod> |
VesselOwnerPeriodDaoBase.create(Collection<VesselOwnerPeriod> entities)
Creates a new instance of VesselOwnerPeriod and adds
from the passed in
entities collection |
Collection<VesselOwnerPeriod> |
VesselOwnerPeriodDao.create(Collection<VesselOwnerPeriod> entities)
Creates a new instance of VesselOwnerPeriod and adds
from the passed in
entities collection |
Collection<VesselOwnerPeriod> |
Vessel.getVesselOwnerPeriods()
Période d'appartenance d'un navire à un armateur (période d'armement).
|
Collection<VesselOwnerPeriod> |
VesselOwnerPeriodDaoBase.loadAll()
Loads all entities of type
VesselOwnerPeriod . |
Collection<VesselOwnerPeriod> |
VesselOwnerPeriodDao.loadAll()
Loads all entities of type
VesselOwnerPeriod . |
Set<VesselOwnerPeriod> |
VesselOwnerPeriodDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<VesselOwnerPeriod> |
VesselOwnerPeriodDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
boolean |
Vessel.addVesselOwnerPeriods(VesselOwnerPeriod elementToAdd)
Période d'appartenance d'un navire à un armateur (période d'armement).
|
int |
VesselOwnerPeriod.compareTo(VesselOwnerPeriod o) |
Object |
VesselOwnerPeriodDaoBase.create(int transform,
VesselOwnerPeriod vesselOwnerPeriod)
Does the same thing as
VesselOwnerPeriodDao.create(VesselOwnerPeriod) with an
additional flag called transform . |
Object |
VesselOwnerPeriodDao.create(int transform,
VesselOwnerPeriod vesselOwnerPeriod)
Does the same thing as
VesselOwnerPeriodDao.create(VesselOwnerPeriod) with an
additional flag called transform . |
VesselOwnerPeriod |
VesselOwnerPeriodDaoBase.create(VesselOwnerPeriod vesselOwnerPeriod)
Creates an instance of VesselOwnerPeriod and adds it to the persistent store.
|
VesselOwnerPeriod |
VesselOwnerPeriodDao.create(VesselOwnerPeriod vesselOwnerPeriod)
Creates an instance of VesselOwnerPeriod and adds it to the persistent store.
|
void |
VesselOwnerPeriodDaoBase.remove(VesselOwnerPeriod vesselOwnerPeriod)
Removes the instance of VesselOwnerPeriod from the persistent store.
|
void |
VesselOwnerPeriodDao.remove(VesselOwnerPeriod vesselOwnerPeriod)
Removes the instance of VesselOwnerPeriod from the persistent store.
|
boolean |
Vessel.removeVesselOwnerPeriods(VesselOwnerPeriod elementToRemove)
Période d'appartenance d'un navire à un armateur (période d'armement).
|
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 VesselOwnerPeriodDao , please note
that the VesselOwnerPeriodDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
VesselOwnerPeriodDao.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.data.vessel.VesselOwnerPeriodDao , please note
that the VesselOwnerPeriodDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
VesselOwnerPeriodDaoBase.update(VesselOwnerPeriod vesselOwnerPeriod)
Updates the
vesselOwnerPeriod instance in the persistent store. |
void |
VesselOwnerPeriodDao.update(VesselOwnerPeriod vesselOwnerPeriod)
Updates the
vesselOwnerPeriod instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<VesselOwnerPeriod> |
VesselOwnerPeriodDaoBase.create(Collection<VesselOwnerPeriod> entities)
Creates a new instance of VesselOwnerPeriod and adds
from the passed in
entities collection |
Collection<VesselOwnerPeriod> |
VesselOwnerPeriodDao.create(Collection<VesselOwnerPeriod> entities)
Creates a new instance of VesselOwnerPeriod and adds
from the passed in
entities collection |
Collection<?> |
VesselOwnerPeriodDaoBase.create(int transform,
Collection<VesselOwnerPeriod> entities)
Does the same thing as
VesselOwnerPeriodDao.create(VesselOwnerPeriod) with an
additional flag called transform . |
Collection<?> |
VesselOwnerPeriodDao.create(int transform,
Collection<VesselOwnerPeriod> entities)
Does the same thing as
VesselOwnerPeriodDao.create(VesselOwnerPeriod) 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 |
VesselOwnerPeriodDaoBase.remove(Collection<VesselOwnerPeriod> entities)
Removes all entities in the given
entities collection. |
void |
VesselOwnerPeriodDao.remove(Collection<VesselOwnerPeriod> entities)
Removes all entities in the given
entities collection. |
void |
Vessel.setVesselOwnerPeriods(Collection<VesselOwnerPeriod> vesselOwnerPeriodsIn)
Période d'appartenance d'un navire à un armateur (période d'armement).
|
void |
VesselOwnerPeriodDaoBase.update(Collection<VesselOwnerPeriod> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
VesselOwnerPeriodDao.update(Collection<VesselOwnerPeriod> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2012–2014 IFREMER. All rights reserved.