|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocationLine | |
---|---|
fr.ifremer.allegro.referential.location |
Uses of LocationLine in fr.ifremer.allegro.referential.location |
---|
Subclasses of LocationLine in fr.ifremer.allegro.referential.location | |
---|---|
class |
LocationLineImpl
|
Methods in fr.ifremer.allegro.referential.location that return LocationLine | |
---|---|
LocationLine |
LocationLineDaoImpl.clusterLocationLineToEntity(ClusterLocationLine clusterLocationLine)
|
LocationLine |
LocationLineDao.clusterLocationLineToEntity(ClusterLocationLine clusterLocationLine)
Converts an instance of type ClusterLocationLine to this DAO's entity. |
LocationLine |
LocationLineDao.create(Location location)
Creates a new fr.ifremer.allegro.referential.location.LocationLine
instance from all attributes and
properties and adds it to the persistent store. |
LocationLine |
LocationLineDaoBase.create(Location location)
|
LocationLine |
LocationLineDao.create(LocationLine locationLine)
Creates an instance of fr.ifremer.allegro.referential.location.LocationLine and adds it to the persistent store. |
LocationLine |
LocationLineDaoBase.create(LocationLine locationLine)
|
LocationLine |
LocationLineDao.createFromClusterLocationLine(ClusterLocationLine clusterLocationLine)
|
LocationLine |
LocationLineDaoBase.createFromClusterLocationLine(ClusterLocationLine clusterLocationLine)
|
LocationLine |
LocationLineDao.findLocationLineById(java.lang.Integer id)
|
LocationLine |
LocationLineDaoBase.findLocationLineById(java.lang.Integer id)
|
LocationLine |
LocationLineDao.findLocationLineById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as LocationLineDao.findLocationLineById(java.lang.Integer) with an
additional argument called queryString . |
LocationLine |
LocationLineDaoBase.findLocationLineById(java.lang.String queryString,
java.lang.Integer id)
|
LocationLine |
LocationLineDao.findLocationLineByNaturalId(java.lang.Integer id)
|
LocationLine |
LocationLineDaoBase.findLocationLineByNaturalId(java.lang.Integer id)
|
LocationLine |
LocationLineDao.findLocationLineByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as LocationLineDao.findLocationLineByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
LocationLine |
LocationLineDaoBase.findLocationLineByNaturalId(java.lang.String queryString,
java.lang.Integer id)
|
protected LocationLine |
LocationLineDaoImpl.handleCreateFromClusterLocationLine(ClusterLocationLine clusterLocationLine)
|
protected abstract LocationLine |
LocationLineDaoBase.handleCreateFromClusterLocationLine(ClusterLocationLine clusterLocationLine)
Performs the core logic for LocationLineDaoBase.createFromClusterLocationLine(fr.ifremer.allegro.referential.location.generic.cluster.ClusterLocationLine) |
LocationLine |
LocationLineDao.load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.referential.location.LocationLine from the persistent store. |
LocationLine |
LocationLineDaoBase.load(java.lang.Integer id)
|
static LocationLine |
LocationLine.Factory.newInstance()
Constructs a new instance of LocationLine . |
static LocationLine |
LocationLine.Factory.newInstance(Location location)
Constructs a new instance of LocationLine , taking all possible properties
(except the identifier(s))as arguments. |
LocationLine |
LocationLineDaoImpl.remoteLocationLineFullVOToEntity(RemoteLocationLineFullVO remoteLocationLineFullVO)
|
LocationLine |
LocationLineDao.remoteLocationLineFullVOToEntity(RemoteLocationLineFullVO remoteLocationLineFullVO)
Converts an instance of type RemoteLocationLineFullVO to this DAO's entity. |
LocationLine |
LocationLineDaoImpl.remoteLocationLineNaturalIdToEntity(RemoteLocationLineNaturalId remoteLocationLineNaturalId)
|
LocationLine |
LocationLineDao.remoteLocationLineNaturalIdToEntity(RemoteLocationLineNaturalId remoteLocationLineNaturalId)
Converts an instance of type RemoteLocationLineNaturalId to this DAO's entity. |
protected LocationLine |
LocationLineDaoBase.toEntity(java.lang.Object[] row)
|
Methods in fr.ifremer.allegro.referential.location with parameters of type LocationLine | |
---|---|
void |
LocationLineDaoImpl.clusterLocationLineToEntity(ClusterLocationLine source,
LocationLine target,
boolean copyIfNull)
|
void |
LocationLineDao.clusterLocationLineToEntity(ClusterLocationLine source,
LocationLine target,
boolean copyIfNull)
Copies the fields of ClusterLocationLine to the specified entity. |
void |
LocationLineDaoBase.clusterLocationLineToEntity(ClusterLocationLine source,
LocationLine target,
boolean copyIfNull)
|
java.lang.Object |
LocationLineDao.create(int transform,
LocationLine locationLine)
Does the same thing as LocationLineDao.create(fr.ifremer.allegro.referential.location.LocationLine) with an
additional flag called transform . |
java.lang.Object |
LocationLineDaoBase.create(int transform,
LocationLine locationLine)
|
LocationLine |
LocationLineDao.create(LocationLine locationLine)
Creates an instance of fr.ifremer.allegro.referential.location.LocationLine and adds it to the persistent store. |
LocationLine |
LocationLineDaoBase.create(LocationLine locationLine)
|
void |
LocationLineDaoImpl.remoteLocationLineFullVOToEntity(RemoteLocationLineFullVO source,
LocationLine target,
boolean copyIfNull)
|
void |
LocationLineDao.remoteLocationLineFullVOToEntity(RemoteLocationLineFullVO source,
LocationLine target,
boolean copyIfNull)
Copies the fields of RemoteLocationLineFullVO to the specified entity. |
void |
LocationLineDaoBase.remoteLocationLineFullVOToEntity(RemoteLocationLineFullVO source,
LocationLine target,
boolean copyIfNull)
|
void |
LocationLineDaoImpl.remoteLocationLineNaturalIdToEntity(RemoteLocationLineNaturalId source,
LocationLine target,
boolean copyIfNull)
|
void |
LocationLineDao.remoteLocationLineNaturalIdToEntity(RemoteLocationLineNaturalId source,
LocationLine target,
boolean copyIfNull)
Copies the fields of RemoteLocationLineNaturalId to the specified entity. |
void |
LocationLineDaoBase.remoteLocationLineNaturalIdToEntity(RemoteLocationLineNaturalId source,
LocationLine target,
boolean copyIfNull)
|
void |
LocationLineDao.remove(LocationLine locationLine)
Removes the instance of fr.ifremer.allegro.referential.location.LocationLine from the persistent store. |
void |
LocationLineDaoBase.remove(LocationLine locationLine)
|
ClusterLocationLine |
LocationLineDaoImpl.toClusterLocationLine(LocationLine entity)
|
ClusterLocationLine |
LocationLineDao.toClusterLocationLine(LocationLine entity)
Converts this DAO's entity to an object of type ClusterLocationLine . |
ClusterLocationLine |
LocationLineDaoBase.toClusterLocationLine(LocationLine entity)
|
void |
LocationLineDaoImpl.toClusterLocationLine(LocationLine source,
ClusterLocationLine target)
|
void |
LocationLineDao.toClusterLocationLine(LocationLine source,
ClusterLocationLine target)
Copies the fields of the specified entity to the target value object. |
void |
LocationLineDaoBase.toClusterLocationLine(LocationLine source,
ClusterLocationLine target)
|
RemoteLocationLineFullVO |
LocationLineDaoImpl.toRemoteLocationLineFullVO(LocationLine entity)
|
RemoteLocationLineFullVO |
LocationLineDao.toRemoteLocationLineFullVO(LocationLine entity)
Converts this DAO's entity to an object of type RemoteLocationLineFullVO . |
RemoteLocationLineFullVO |
LocationLineDaoBase.toRemoteLocationLineFullVO(LocationLine entity)
|
void |
LocationLineDaoImpl.toRemoteLocationLineFullVO(LocationLine source,
RemoteLocationLineFullVO target)
|
void |
LocationLineDao.toRemoteLocationLineFullVO(LocationLine source,
RemoteLocationLineFullVO target)
Copies the fields of the specified entity to the target value object. |
void |
LocationLineDaoBase.toRemoteLocationLineFullVO(LocationLine source,
RemoteLocationLineFullVO target)
|
RemoteLocationLineNaturalId |
LocationLineDaoImpl.toRemoteLocationLineNaturalId(LocationLine entity)
|
RemoteLocationLineNaturalId |
LocationLineDao.toRemoteLocationLineNaturalId(LocationLine entity)
Converts this DAO's entity to an object of type RemoteLocationLineNaturalId . |
RemoteLocationLineNaturalId |
LocationLineDaoBase.toRemoteLocationLineNaturalId(LocationLine entity)
|
void |
LocationLineDaoImpl.toRemoteLocationLineNaturalId(LocationLine source,
RemoteLocationLineNaturalId target)
|
void |
LocationLineDao.toRemoteLocationLineNaturalId(LocationLine source,
RemoteLocationLineNaturalId target)
Copies the fields of the specified entity to the target value object. |
void |
LocationLineDaoBase.toRemoteLocationLineNaturalId(LocationLine source,
RemoteLocationLineNaturalId target)
|
protected java.lang.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 fr.ifremer.allegro.referential.location.LocationLineDao , please note
that the LocationLineDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
LocationLineDao.update(LocationLine locationLine)
Updates the locationLine instance in the persistent store. |
void |
LocationLineDaoBase.update(LocationLine locationLine)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |