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