| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.referential.location |
| Modifier and Type | Class and Description |
|---|---|
class |
LocationAreaImpl |
| Modifier and Type | Method and Description |
|---|---|
LocationArea |
LocationAreaDaoBase.create(LocationArea locationArea) |
LocationArea |
LocationAreaDao.create(LocationArea locationArea)
Creates an instance of fr.ifremer.adagio.core.dao.referential.location.LocationArea and adds it to the persistent store.
|
LocationArea |
LocationAreaDaoBase.create(LocationClassification locationClassification,
LocationLevel locationLevel,
String name,
String position,
Status status) |
LocationArea |
LocationAreaDao.create(LocationClassification locationClassification,
LocationLevel locationLevel,
String name,
String position,
Status status)
Creates a new
fr.ifremer.adagio.core.dao.referential.location.LocationArea
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
LocationArea |
LocationAreaDaoBase.create(String label,
String name,
Timestamp updateDate,
Float bathymetry,
Short utFormat,
Boolean daylightSavingTime,
LocationLevel locationLevel,
Status status,
LocationClassification locationClassification,
String position) |
LocationArea |
LocationAreaDao.create(String label,
String name,
Timestamp updateDate,
Float bathymetry,
Short utFormat,
Boolean daylightSavingTime,
LocationLevel locationLevel,
Status status,
LocationClassification locationClassification,
String position)
Creates a new
fr.ifremer.adagio.core.dao.referential.location.LocationArea
instance from all attributes and
properties and adds it to the persistent store. |
LocationArea |
LocationAreaDaoBase.load(Integer id) |
LocationArea |
LocationAreaDao.load(Integer id)
Loads an instance of fr.ifremer.adagio.core.dao.referential.location.LocationArea from the persistent store.
|
static LocationArea |
LocationArea.Factory.newInstance()
Constructs a new instance of
LocationArea. |
static LocationArea |
LocationArea.Factory.newInstance(String name,
LocationLevel locationLevel,
Status status,
LocationClassification locationClassification,
String position)
Constructs a new instance of
LocationArea, taking all required and/or
read-only properties as arguments. |
static LocationArea |
LocationArea.Factory.newInstance(String label,
String name,
Timestamp updateDate,
Float bathymetry,
Short utFormat,
Boolean daylightSavingTime,
LocationLevel locationLevel,
Status status,
LocationClassification locationClassification,
String position)
Constructs a new instance of
LocationArea, taking all possible properties
(except the identifier(s))as arguments. |
protected LocationArea |
LocationAreaDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<LocationArea> |
LocationAreaDaoBase.create(Collection<LocationArea> entities) |
Collection<LocationArea> |
LocationAreaDao.create(Collection<LocationArea> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.location.LocationArea and adds
from the passed in
entities collection |
Collection<LocationArea> |
LocationAreaDaoBase.loadAll() |
Collection<LocationArea> |
LocationAreaDao.loadAll()
Loads all entities of type
LocationArea. |
Set<LocationArea> |
LocationAreaDaoBase.search(Search search) |
Set<LocationArea> |
LocationAreaDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
| Modifier and Type | Method and Description |
|---|---|
Object |
LocationAreaDaoBase.create(int transform,
LocationArea locationArea) |
Object |
LocationAreaDao.create(int transform,
LocationArea locationArea)
Does the same thing as
LocationAreaDao.create(fr.ifremer.adagio.core.dao.referential.location.LocationArea) with an
additional flag called transform. |
LocationArea |
LocationAreaDaoBase.create(LocationArea locationArea) |
LocationArea |
LocationAreaDao.create(LocationArea locationArea)
Creates an instance of fr.ifremer.adagio.core.dao.referential.location.LocationArea and adds it to the persistent store.
|
void |
LocationAreaDaoBase.remove(LocationArea locationArea) |
void |
LocationAreaDao.remove(LocationArea locationArea)
Removes the instance of fr.ifremer.adagio.core.dao.referential.location.LocationArea from the persistent store.
|
protected Object |
LocationAreaDaoBase.transformEntity(int transform,
LocationArea 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.referential.location.LocationAreaDao, please note
that the LocationAreaDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
LocationAreaDaoBase.update(LocationArea locationArea) |
void |
LocationAreaDao.update(LocationArea locationArea)
Updates the
locationArea instance in the persistent store. |
| Modifier and Type | Method and Description |
|---|---|
Collection<LocationArea> |
LocationAreaDaoBase.create(Collection<LocationArea> entities) |
Collection<LocationArea> |
LocationAreaDao.create(Collection<LocationArea> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.location.LocationArea and adds
from the passed in
entities collection |
Collection<?> |
LocationAreaDaoBase.create(int transform,
Collection<LocationArea> entities) |
Collection<?> |
LocationAreaDao.create(int transform,
Collection<LocationArea> entities)
Does the same thing as
LocationAreaDao.create(fr.ifremer.adagio.core.dao.referential.location.LocationArea) with an
additional flag called transform. |
void |
LocationAreaDaoBase.remove(Collection<LocationArea> entities) |
void |
LocationAreaDao.remove(Collection<LocationArea> entities)
Removes all entities in the given
entities |
void |
LocationAreaDaoBase.update(Collection<LocationArea> entities) |
void |
LocationAreaDao.update(Collection<LocationArea> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2013. All Rights Reserved.