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