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