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