| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.data.vessel.feature.use |
| Modifier and Type | Class and Description |
|---|---|
class |
GearUseFeatures
Paramètre de mise en oeuvre de l'engin durant une opération.
|
class |
GearUseFeaturesImpl |
class |
UseFeaturesImpl |
class |
VesselUseFeatures
Paramètres de mise en oeuvre du navire.
|
class |
VesselUseFeaturesImpl |
| Modifier and Type | Method and Description |
|---|---|
UseFeatures |
UseFeaturesDaoBase.load(Integer id) |
UseFeatures |
UseFeaturesDao.load(Integer id)
Loads an instance of fr.ifremer.adagio.core.dao.data.vessel.feature.use.UseFeatures from the persistent store.
|
protected UseFeatures |
UseFeaturesDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<UseFeatures> |
UseFeaturesDaoBase.loadAll() |
Collection<UseFeatures> |
UseFeaturesDao.loadAll()
Loads all entities of type
UseFeatures. |
Set<UseFeatures> |
UseFeaturesDaoBase.search(Search search) |
Set<UseFeatures> |
UseFeaturesDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
| Modifier and Type | Method and Description |
|---|---|
void |
UseFeaturesDaoBase.remove(UseFeatures useFeatures) |
void |
UseFeaturesDao.remove(UseFeatures useFeatures)
Removes the instance of fr.ifremer.adagio.core.dao.data.vessel.feature.use.UseFeatures from the persistent store.
|
protected Object |
UseFeaturesDaoBase.transformEntity(int transform,
UseFeatures 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.feature.use.UseFeaturesDao, please note
that the UseFeaturesDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
UseFeaturesDaoBase.update(UseFeatures useFeatures) |
void |
UseFeaturesDao.update(UseFeatures useFeatures)
Updates the
useFeatures instance in the persistent store. |
| Modifier and Type | Method and Description |
|---|---|
void |
UseFeaturesDaoBase.remove(Collection<UseFeatures> entities) |
void |
UseFeaturesDao.remove(Collection<UseFeatures> entities)
Removes all entities in the given
entities |
void |
UseFeaturesDaoBase.update(Collection<UseFeatures> entities) |
void |
UseFeaturesDao.update(Collection<UseFeatures> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2013. All Rights Reserved.