Package | Description |
---|---|
fr.ifremer.adagio.core.dao.data.vessel |
Modifier and Type | Class and Description |
---|---|
class |
VesselRegistrationPeriodImpl |
Modifier and Type | Method and Description |
---|---|
VesselRegistrationPeriod |
VesselRegistrationPeriodDaoBase.create(Date startDateTime,
Date endDateTime,
String registrationCode,
String internationalRegistrationCode,
Short rankOrder)
Creates a new
VesselRegistrationPeriod
instance from all attributes and adds it to
the persistent store. |
VesselRegistrationPeriod |
VesselRegistrationPeriodDao.create(Date startDateTime,
Date endDateTime,
String registrationCode,
String internationalRegistrationCode,
Short rankOrder)
Creates a new
VesselRegistrationPeriod
instance from all attributes and adds it to
the persistent store. |
VesselRegistrationPeriod |
VesselRegistrationPeriodDaoBase.create(QualityFlag qualityFlag,
Short rankOrder,
Location registrationLocation,
Vessel vessel)
Creates a new
VesselRegistrationPeriod
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselRegistrationPeriod |
VesselRegistrationPeriodDao.create(QualityFlag qualityFlag,
Short rankOrder,
Location registrationLocation,
Vessel vessel)
Creates a new
VesselRegistrationPeriod
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselRegistrationPeriod |
VesselRegistrationPeriodDaoBase.create(VesselRegistrationPeriod vesselRegistrationPeriod)
Creates an instance of VesselRegistrationPeriod and adds it to the persistent store.
|
VesselRegistrationPeriod |
VesselRegistrationPeriodDao.create(VesselRegistrationPeriod vesselRegistrationPeriod)
Creates an instance of VesselRegistrationPeriod and adds it to the persistent store.
|
VesselRegistrationPeriod |
VesselRegistrationPeriodDaoBase.get(VesselRegistrationPeriodPK vesselRegistrationPeriodPk)
Gets an instance of VesselRegistrationPeriod from the persistent store.
|
VesselRegistrationPeriod |
VesselRegistrationPeriodDao.get(VesselRegistrationPeriodPK vesselRegistrationPeriodPk)
Gets an instance of VesselRegistrationPeriod from the persistent store.
|
VesselRegistrationPeriod |
VesselRegistrationPeriodDaoBase.load(VesselRegistrationPeriodPK vesselRegistrationPeriodPk)
Loads an instance of VesselRegistrationPeriod from the persistent store.
|
VesselRegistrationPeriod |
VesselRegistrationPeriodDao.load(VesselRegistrationPeriodPK vesselRegistrationPeriodPk)
Loads an instance of VesselRegistrationPeriod from the persistent store.
|
static VesselRegistrationPeriod |
VesselRegistrationPeriod.Factory.newInstance()
Constructs a new instance of
VesselRegistrationPeriod . |
static VesselRegistrationPeriod |
VesselRegistrationPeriod.Factory.newInstance(Date endDateTime,
String registrationCode,
String internationalRegistrationCode,
Short rankOrder,
Location registrationLocation,
QualityFlag qualityFlag,
Vessel vessel)
Constructs a new instance of
VesselRegistrationPeriod , taking all possible properties
(except the identifier(s))as arguments. |
static VesselRegistrationPeriod |
VesselRegistrationPeriod.Factory.newInstance(Short rankOrder,
Location registrationLocation,
QualityFlag qualityFlag,
Vessel vessel)
Constructs a new instance of
VesselRegistrationPeriod , taking all required and/or
read-only properties as arguments, except for identifiers. |
protected VesselRegistrationPeriod |
VesselRegistrationPeriodDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<VesselRegistrationPeriod> |
VesselRegistrationPeriodDaoBase.create(Collection<VesselRegistrationPeriod> entities)
Creates a new instance of VesselRegistrationPeriod and adds
from the passed in
entities collection |
Collection<VesselRegistrationPeriod> |
VesselRegistrationPeriodDao.create(Collection<VesselRegistrationPeriod> entities)
Creates a new instance of VesselRegistrationPeriod and adds
from the passed in
entities collection |
Collection<VesselRegistrationPeriod> |
Vessel.getVesselRegistrationPeriods()
Définit le lieu d'immatriculation d'un navire statistique et la période associée.
|
Collection<VesselRegistrationPeriod> |
VesselRegistrationPeriodDaoBase.loadAll()
Loads all entities of type
VesselRegistrationPeriod . |
Collection<VesselRegistrationPeriod> |
VesselRegistrationPeriodDao.loadAll()
Loads all entities of type
VesselRegistrationPeriod . |
Set<VesselRegistrationPeriod> |
VesselRegistrationPeriodDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<VesselRegistrationPeriod> |
VesselRegistrationPeriodDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
boolean |
Vessel.addVesselRegistrationPeriods(VesselRegistrationPeriod elementToAdd)
Définit le lieu d'immatriculation d'un navire statistique et la période associée.
|
int |
VesselRegistrationPeriod.compareTo(VesselRegistrationPeriod o) |
Object |
VesselRegistrationPeriodDaoBase.create(int transform,
VesselRegistrationPeriod vesselRegistrationPeriod)
Does the same thing as
VesselRegistrationPeriodDao.create(VesselRegistrationPeriod) with an
additional flag called transform . |
Object |
VesselRegistrationPeriodDao.create(int transform,
VesselRegistrationPeriod vesselRegistrationPeriod)
Does the same thing as
VesselRegistrationPeriodDao.create(VesselRegistrationPeriod) with an
additional flag called transform . |
VesselRegistrationPeriod |
VesselRegistrationPeriodDaoBase.create(VesselRegistrationPeriod vesselRegistrationPeriod)
Creates an instance of VesselRegistrationPeriod and adds it to the persistent store.
|
VesselRegistrationPeriod |
VesselRegistrationPeriodDao.create(VesselRegistrationPeriod vesselRegistrationPeriod)
Creates an instance of VesselRegistrationPeriod and adds it to the persistent store.
|
void |
VesselRegistrationPeriodDaoBase.remove(VesselRegistrationPeriod vesselRegistrationPeriod)
Removes the instance of VesselRegistrationPeriod from the persistent store.
|
void |
VesselRegistrationPeriodDao.remove(VesselRegistrationPeriod vesselRegistrationPeriod)
Removes the instance of VesselRegistrationPeriod from the persistent store.
|
boolean |
Vessel.removeVesselRegistrationPeriods(VesselRegistrationPeriod elementToRemove)
Définit le lieu d'immatriculation d'un navire statistique et la période associée.
|
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 VesselRegistrationPeriodDao , please note
that the VesselRegistrationPeriodDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
VesselRegistrationPeriodDao.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.data.vessel.VesselRegistrationPeriodDao , please note
that the VesselRegistrationPeriodDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
VesselRegistrationPeriodDaoBase.update(VesselRegistrationPeriod vesselRegistrationPeriod)
Updates the
vesselRegistrationPeriod instance in the persistent store. |
void |
VesselRegistrationPeriodDao.update(VesselRegistrationPeriod vesselRegistrationPeriod)
Updates the
vesselRegistrationPeriod instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<VesselRegistrationPeriod> |
VesselRegistrationPeriodDaoBase.create(Collection<VesselRegistrationPeriod> entities)
Creates a new instance of VesselRegistrationPeriod and adds
from the passed in
entities collection |
Collection<VesselRegistrationPeriod> |
VesselRegistrationPeriodDao.create(Collection<VesselRegistrationPeriod> entities)
Creates a new instance of VesselRegistrationPeriod and adds
from the passed in
entities collection |
Collection<?> |
VesselRegistrationPeriodDaoBase.create(int transform,
Collection<VesselRegistrationPeriod> entities)
Does the same thing as
VesselRegistrationPeriodDao.create(VesselRegistrationPeriod) with an
additional flag called transform . |
Collection<?> |
VesselRegistrationPeriodDao.create(int transform,
Collection<VesselRegistrationPeriod> entities)
Does the same thing as
VesselRegistrationPeriodDao.create(VesselRegistrationPeriod) 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 |
VesselRegistrationPeriodDaoBase.remove(Collection<VesselRegistrationPeriod> entities)
Removes all entities in the given
entities collection. |
void |
VesselRegistrationPeriodDao.remove(Collection<VesselRegistrationPeriod> entities)
Removes all entities in the given
entities collection. |
void |
Vessel.setVesselRegistrationPeriods(Collection<VesselRegistrationPeriod> vesselRegistrationPeriodsIn)
Définit le lieu d'immatriculation d'un navire statistique et la période associée.
|
void |
VesselRegistrationPeriodDaoBase.update(Collection<VesselRegistrationPeriod> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
VesselRegistrationPeriodDao.update(Collection<VesselRegistrationPeriod> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2012–2014 IFREMER. All rights reserved.