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