|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocationArea | |
---|---|
fr.ifremer.allegro.referential.location |
Uses of LocationArea in fr.ifremer.allegro.referential.location |
---|
Subclasses of LocationArea in fr.ifremer.allegro.referential.location | |
---|---|
class |
LocationAreaImpl
|
Methods in fr.ifremer.allegro.referential.location that return LocationArea | |
---|---|
LocationArea |
LocationAreaDaoImpl.clusterLocationAreaToEntity(ClusterLocationArea clusterLocationArea)
|
LocationArea |
LocationAreaDao.clusterLocationAreaToEntity(ClusterLocationArea clusterLocationArea)
Converts an instance of type ClusterLocationArea to this DAO's entity. |
LocationArea |
LocationAreaDao.create(Location location)
Creates a new fr.ifremer.allegro.referential.location.LocationArea
instance from all attributes and
properties and adds it to the persistent store. |
LocationArea |
LocationAreaDaoBase.create(Location location)
|
LocationArea |
LocationAreaDao.create(LocationArea locationArea)
Creates an instance of fr.ifremer.allegro.referential.location.LocationArea and adds it to the persistent store. |
LocationArea |
LocationAreaDaoBase.create(LocationArea locationArea)
|
LocationArea |
LocationAreaDao.createFromClusterLocationArea(ClusterLocationArea clusterLocationArea)
|
LocationArea |
LocationAreaDaoBase.createFromClusterLocationArea(ClusterLocationArea clusterLocationArea)
|
LocationArea |
LocationAreaDao.findLocationAreaById(java.lang.Integer id)
|
LocationArea |
LocationAreaDaoBase.findLocationAreaById(java.lang.Integer id)
|
LocationArea |
LocationAreaDao.findLocationAreaById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as LocationAreaDao.findLocationAreaById(java.lang.Integer) with an
additional argument called queryString . |
LocationArea |
LocationAreaDaoBase.findLocationAreaById(java.lang.String queryString,
java.lang.Integer id)
|
LocationArea |
LocationAreaDao.findLocationAreaByNaturalId(java.lang.Integer id)
|
LocationArea |
LocationAreaDaoBase.findLocationAreaByNaturalId(java.lang.Integer id)
|
LocationArea |
LocationAreaDao.findLocationAreaByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as LocationAreaDao.findLocationAreaByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
LocationArea |
LocationAreaDaoBase.findLocationAreaByNaturalId(java.lang.String queryString,
java.lang.Integer id)
|
protected LocationArea |
LocationAreaDaoImpl.handleCreateFromClusterLocationArea(ClusterLocationArea clusterLocationArea)
|
protected abstract LocationArea |
LocationAreaDaoBase.handleCreateFromClusterLocationArea(ClusterLocationArea clusterLocationArea)
Performs the core logic for LocationAreaDaoBase.createFromClusterLocationArea(fr.ifremer.allegro.referential.location.generic.cluster.ClusterLocationArea) |
LocationArea |
LocationAreaDao.load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.referential.location.LocationArea from the persistent store. |
LocationArea |
LocationAreaDaoBase.load(java.lang.Integer id)
|
static LocationArea |
LocationArea.Factory.newInstance()
Constructs a new instance of LocationArea . |
static LocationArea |
LocationArea.Factory.newInstance(Location location)
Constructs a new instance of LocationArea , taking all possible properties
(except the identifier(s))as arguments. |
LocationArea |
LocationAreaDaoImpl.remoteLocationAreaFullVOToEntity(RemoteLocationAreaFullVO remoteLocationAreaFullVO)
|
LocationArea |
LocationAreaDao.remoteLocationAreaFullVOToEntity(RemoteLocationAreaFullVO remoteLocationAreaFullVO)
Converts an instance of type RemoteLocationAreaFullVO to this DAO's entity. |
LocationArea |
LocationAreaDaoImpl.remoteLocationAreaNaturalIdToEntity(RemoteLocationAreaNaturalId remoteLocationAreaNaturalId)
|
LocationArea |
LocationAreaDao.remoteLocationAreaNaturalIdToEntity(RemoteLocationAreaNaturalId remoteLocationAreaNaturalId)
Converts an instance of type RemoteLocationAreaNaturalId to this DAO's entity. |
protected LocationArea |
LocationAreaDaoBase.toEntity(java.lang.Object[] row)
|
Methods in fr.ifremer.allegro.referential.location with parameters of type LocationArea | |
---|---|
void |
LocationAreaDaoImpl.clusterLocationAreaToEntity(ClusterLocationArea source,
LocationArea target,
boolean copyIfNull)
|
void |
LocationAreaDao.clusterLocationAreaToEntity(ClusterLocationArea source,
LocationArea target,
boolean copyIfNull)
Copies the fields of ClusterLocationArea to the specified entity. |
void |
LocationAreaDaoBase.clusterLocationAreaToEntity(ClusterLocationArea source,
LocationArea target,
boolean copyIfNull)
|
java.lang.Object |
LocationAreaDao.create(int transform,
LocationArea locationArea)
Does the same thing as LocationAreaDao.create(fr.ifremer.allegro.referential.location.LocationArea) with an
additional flag called transform . |
java.lang.Object |
LocationAreaDaoBase.create(int transform,
LocationArea locationArea)
|
LocationArea |
LocationAreaDao.create(LocationArea locationArea)
Creates an instance of fr.ifremer.allegro.referential.location.LocationArea and adds it to the persistent store. |
LocationArea |
LocationAreaDaoBase.create(LocationArea locationArea)
|
void |
LocationAreaDaoImpl.remoteLocationAreaFullVOToEntity(RemoteLocationAreaFullVO source,
LocationArea target,
boolean copyIfNull)
|
void |
LocationAreaDao.remoteLocationAreaFullVOToEntity(RemoteLocationAreaFullVO source,
LocationArea target,
boolean copyIfNull)
Copies the fields of RemoteLocationAreaFullVO to the specified entity. |
void |
LocationAreaDaoBase.remoteLocationAreaFullVOToEntity(RemoteLocationAreaFullVO source,
LocationArea target,
boolean copyIfNull)
|
void |
LocationAreaDaoImpl.remoteLocationAreaNaturalIdToEntity(RemoteLocationAreaNaturalId source,
LocationArea target,
boolean copyIfNull)
|
void |
LocationAreaDao.remoteLocationAreaNaturalIdToEntity(RemoteLocationAreaNaturalId source,
LocationArea target,
boolean copyIfNull)
Copies the fields of RemoteLocationAreaNaturalId to the specified entity. |
void |
LocationAreaDaoBase.remoteLocationAreaNaturalIdToEntity(RemoteLocationAreaNaturalId source,
LocationArea target,
boolean copyIfNull)
|
void |
LocationAreaDao.remove(LocationArea locationArea)
Removes the instance of fr.ifremer.allegro.referential.location.LocationArea from the persistent store. |
void |
LocationAreaDaoBase.remove(LocationArea locationArea)
|
ClusterLocationArea |
LocationAreaDaoImpl.toClusterLocationArea(LocationArea entity)
|
ClusterLocationArea |
LocationAreaDao.toClusterLocationArea(LocationArea entity)
Converts this DAO's entity to an object of type ClusterLocationArea . |
ClusterLocationArea |
LocationAreaDaoBase.toClusterLocationArea(LocationArea entity)
|
void |
LocationAreaDaoImpl.toClusterLocationArea(LocationArea source,
ClusterLocationArea target)
|
void |
LocationAreaDao.toClusterLocationArea(LocationArea source,
ClusterLocationArea target)
Copies the fields of the specified entity to the target value object. |
void |
LocationAreaDaoBase.toClusterLocationArea(LocationArea source,
ClusterLocationArea target)
|
RemoteLocationAreaFullVO |
LocationAreaDaoImpl.toRemoteLocationAreaFullVO(LocationArea entity)
|
RemoteLocationAreaFullVO |
LocationAreaDao.toRemoteLocationAreaFullVO(LocationArea entity)
Converts this DAO's entity to an object of type RemoteLocationAreaFullVO . |
RemoteLocationAreaFullVO |
LocationAreaDaoBase.toRemoteLocationAreaFullVO(LocationArea entity)
|
void |
LocationAreaDaoImpl.toRemoteLocationAreaFullVO(LocationArea source,
RemoteLocationAreaFullVO target)
|
void |
LocationAreaDao.toRemoteLocationAreaFullVO(LocationArea source,
RemoteLocationAreaFullVO target)
Copies the fields of the specified entity to the target value object. |
void |
LocationAreaDaoBase.toRemoteLocationAreaFullVO(LocationArea source,
RemoteLocationAreaFullVO target)
|
RemoteLocationAreaNaturalId |
LocationAreaDaoImpl.toRemoteLocationAreaNaturalId(LocationArea entity)
|
RemoteLocationAreaNaturalId |
LocationAreaDao.toRemoteLocationAreaNaturalId(LocationArea entity)
Converts this DAO's entity to an object of type RemoteLocationAreaNaturalId . |
RemoteLocationAreaNaturalId |
LocationAreaDaoBase.toRemoteLocationAreaNaturalId(LocationArea entity)
|
void |
LocationAreaDaoImpl.toRemoteLocationAreaNaturalId(LocationArea source,
RemoteLocationAreaNaturalId target)
|
void |
LocationAreaDao.toRemoteLocationAreaNaturalId(LocationArea source,
RemoteLocationAreaNaturalId target)
Copies the fields of the specified entity to the target value object. |
void |
LocationAreaDaoBase.toRemoteLocationAreaNaturalId(LocationArea source,
RemoteLocationAreaNaturalId target)
|
protected java.lang.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 fr.ifremer.allegro.referential.location.LocationAreaDao , please note
that the LocationAreaDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
LocationAreaDao.update(LocationArea locationArea)
Updates the locationArea instance in the persistent store. |
void |
LocationAreaDaoBase.update(LocationArea locationArea)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |