Package | Description |
---|---|
fr.ifremer.adagio.core.dao.data.samplingScheme |
Modifier and Type | Class and Description |
---|---|
class |
SamplingStrata2VesselImpl |
Modifier and Type | Method and Description |
---|---|
SamplingStrata2Vessel |
SamplingStrata2VesselDaoBase.create(SamplingStrata2Vessel samplingStrata2Vessel)
Creates an instance of SamplingStrata2Vessel and adds it to the persistent store.
|
SamplingStrata2Vessel |
SamplingStrata2VesselDao.create(SamplingStrata2Vessel samplingStrata2Vessel)
Creates an instance of SamplingStrata2Vessel and adds it to the persistent store.
|
SamplingStrata2Vessel |
SamplingStrata2VesselDaoBase.create(SamplingStrata samplingStrata,
Vessel vessel)
Creates a new
SamplingStrata2Vessel
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
SamplingStrata2Vessel |
SamplingStrata2VesselDao.create(SamplingStrata samplingStrata,
Vessel vessel)
Creates a new
SamplingStrata2Vessel
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
SamplingStrata2Vessel |
SamplingStrata2VesselDaoBase.get(SamplingStrata2VesselPK samplingStrata2VesselPk)
Gets an instance of SamplingStrata2Vessel from the persistent store.
|
SamplingStrata2Vessel |
SamplingStrata2VesselDao.get(SamplingStrata2VesselPK samplingStrata2VesselPk)
Gets an instance of SamplingStrata2Vessel from the persistent store.
|
SamplingStrata2Vessel |
SamplingStrata2VesselDaoBase.load(SamplingStrata2VesselPK samplingStrata2VesselPk)
Loads an instance of SamplingStrata2Vessel from the persistent store.
|
SamplingStrata2Vessel |
SamplingStrata2VesselDao.load(SamplingStrata2VesselPK samplingStrata2VesselPk)
Loads an instance of SamplingStrata2Vessel from the persistent store.
|
static SamplingStrata2Vessel |
SamplingStrata2Vessel.Factory.newInstance()
Constructs a new instance of
SamplingStrata2Vessel . |
static SamplingStrata2Vessel |
SamplingStrata2Vessel.Factory.newInstance(Vessel vessel,
SamplingStrata samplingStrata)
Constructs a new instance of
SamplingStrata2Vessel , taking all possible properties
(except the identifier(s))as arguments. |
protected SamplingStrata2Vessel |
SamplingStrata2VesselDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<SamplingStrata2Vessel> |
SamplingStrata2VesselDaoBase.create(Collection<SamplingStrata2Vessel> entities)
Creates a new instance of SamplingStrata2Vessel and adds
from the passed in
entities collection |
Collection<SamplingStrata2Vessel> |
SamplingStrata2VesselDao.create(Collection<SamplingStrata2Vessel> entities)
Creates a new instance of SamplingStrata2Vessel and adds
from the passed in
entities collection |
Collection<SamplingStrata2Vessel> |
SamplingStrata.getSamplingStrata2Vessels()
Liste des navires elligibles pour la ligne du plan.
|
Collection<SamplingStrata2Vessel> |
SamplingStrata2VesselDaoBase.loadAll()
Loads all entities of type
SamplingStrata2Vessel . |
Collection<SamplingStrata2Vessel> |
SamplingStrata2VesselDao.loadAll()
Loads all entities of type
SamplingStrata2Vessel . |
Set<SamplingStrata2Vessel> |
SamplingStrata2VesselDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<SamplingStrata2Vessel> |
SamplingStrata2VesselDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
boolean |
SamplingStrata.addSamplingStrata2Vessels(SamplingStrata2Vessel elementToAdd)
Liste des navires elligibles pour la ligne du plan.
|
int |
SamplingStrata2Vessel.compareTo(SamplingStrata2Vessel o) |
Object |
SamplingStrata2VesselDaoBase.create(int transform,
SamplingStrata2Vessel samplingStrata2Vessel)
Does the same thing as
SamplingStrata2VesselDao.create(SamplingStrata2Vessel) with an
additional flag called transform . |
Object |
SamplingStrata2VesselDao.create(int transform,
SamplingStrata2Vessel samplingStrata2Vessel)
Does the same thing as
SamplingStrata2VesselDao.create(SamplingStrata2Vessel) with an
additional flag called transform . |
SamplingStrata2Vessel |
SamplingStrata2VesselDaoBase.create(SamplingStrata2Vessel samplingStrata2Vessel)
Creates an instance of SamplingStrata2Vessel and adds it to the persistent store.
|
SamplingStrata2Vessel |
SamplingStrata2VesselDao.create(SamplingStrata2Vessel samplingStrata2Vessel)
Creates an instance of SamplingStrata2Vessel and adds it to the persistent store.
|
void |
SamplingStrata2VesselDaoBase.remove(SamplingStrata2Vessel samplingStrata2Vessel)
Removes the instance of SamplingStrata2Vessel from the persistent store.
|
void |
SamplingStrata2VesselDao.remove(SamplingStrata2Vessel samplingStrata2Vessel)
Removes the instance of SamplingStrata2Vessel from the persistent store.
|
boolean |
SamplingStrata.removeSamplingStrata2Vessels(SamplingStrata2Vessel elementToRemove)
Liste des navires elligibles pour la ligne du plan.
|
Object |
SamplingStrata2VesselDaoBase.transformEntity(int transform,
SamplingStrata2Vessel 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 SamplingStrata2VesselDao , please note
that the SamplingStrata2VesselDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
SamplingStrata2VesselDao.transformEntity(int transform,
SamplingStrata2Vessel 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 SamplingStrata2VesselDao , please note
that the SamplingStrata2VesselDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
SamplingStrata2VesselDaoBase.update(SamplingStrata2Vessel samplingStrata2Vessel)
Updates the
samplingStrata2Vessel instance in the persistent store. |
void |
SamplingStrata2VesselDao.update(SamplingStrata2Vessel samplingStrata2Vessel)
Updates the
samplingStrata2Vessel instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<SamplingStrata2Vessel> |
SamplingStrata2VesselDaoBase.create(Collection<SamplingStrata2Vessel> entities)
Creates a new instance of SamplingStrata2Vessel and adds
from the passed in
entities collection |
Collection<SamplingStrata2Vessel> |
SamplingStrata2VesselDao.create(Collection<SamplingStrata2Vessel> entities)
Creates a new instance of SamplingStrata2Vessel and adds
from the passed in
entities collection |
Collection<?> |
SamplingStrata2VesselDaoBase.create(int transform,
Collection<SamplingStrata2Vessel> entities)
Does the same thing as
SamplingStrata2VesselDao.create(SamplingStrata2Vessel) with an
additional flag called transform . |
Collection<?> |
SamplingStrata2VesselDao.create(int transform,
Collection<SamplingStrata2Vessel> entities)
Does the same thing as
SamplingStrata2VesselDao.create(SamplingStrata2Vessel) with an
additional flag called transform . |
static SamplingStrata |
SamplingStrata.Factory.newInstance(String label,
Date startDate,
Date endDate,
String description,
String comments,
Timestamp updateDate,
Collection<SamplingStrata2Fishery> samplingStrata2Fisheries,
Location observationLocation,
Collection<SamplingStrataMeasurement> samplingStrataMeasurements,
Department department,
Collection<SamplingStrata2Grouping> samplingStrata2Groupings,
SamplingScheme samplingScheme,
Person person,
Collection<SamplingStrata2Vessel> samplingStrata2Vessels)
Constructs a new instance of
SamplingStrata , taking all possible properties
(except the identifier(s))as arguments. |
void |
SamplingStrata2VesselDaoBase.remove(Collection<SamplingStrata2Vessel> entities)
Removes all entities in the given
entities collection. |
void |
SamplingStrata2VesselDao.remove(Collection<SamplingStrata2Vessel> entities)
Removes all entities in the given
entities collection. |
void |
SamplingStrata.setSamplingStrata2Vessels(Collection<SamplingStrata2Vessel> samplingStrata2VesselsIn)
Liste des navires elligibles pour la ligne du plan.
|
void |
SamplingStrata2VesselDaoBase.update(Collection<SamplingStrata2Vessel> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
SamplingStrata2VesselDao.update(Collection<SamplingStrata2Vessel> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2012–2014 IFREMER. All rights reserved.