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