|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TranscribingLocation | |
---|---|
fr.ifremer.allegro.referential.transcribing |
Uses of TranscribingLocation in fr.ifremer.allegro.referential.transcribing |
---|
Subclasses of TranscribingLocation in fr.ifremer.allegro.referential.transcribing | |
---|---|
class |
TranscribingLocationImpl
|
Methods in fr.ifremer.allegro.referential.transcribing that return TranscribingLocation | |
---|---|
TranscribingLocation |
TranscribingLocationDaoImpl.clusterTranscribingLocationToEntity(ClusterTranscribingLocation clusterTranscribingLocation)
|
TranscribingLocation |
TranscribingLocationDao.clusterTranscribingLocationToEntity(ClusterTranscribingLocation clusterTranscribingLocation)
Converts an instance of type ClusterTranscribingLocation to this DAO's entity. |
TranscribingLocation |
TranscribingLocationDao.create(java.lang.String externalCode,
Location location,
TranscribingSide transcribingSide,
TranscribingSystem transcribingSystem)
Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingLocation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
TranscribingLocation |
TranscribingLocationDaoBase.create(java.lang.String externalCode,
Location location,
TranscribingSide transcribingSide,
TranscribingSystem transcribingSystem)
|
TranscribingLocation |
TranscribingLocationDao.create(java.lang.String externalCode,
java.sql.Timestamp updateDate,
TranscribingSystem transcribingSystem,
TranscribingSide transcribingSide,
Location location)
Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingLocation
instance from all attributes and
properties and adds it to the persistent store. |
TranscribingLocation |
TranscribingLocationDaoBase.create(java.lang.String externalCode,
java.sql.Timestamp updateDate,
TranscribingSystem transcribingSystem,
TranscribingSide transcribingSide,
Location location)
|
TranscribingLocation |
TranscribingLocationDao.create(TranscribingLocation transcribingLocation)
Creates an instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocation and adds it to the persistent store. |
TranscribingLocation |
TranscribingLocationDaoBase.create(TranscribingLocation transcribingLocation)
|
TranscribingLocation |
TranscribingLocationDao.createFromClusterTranscribingLocation(ClusterTranscribingLocation clusterTranscribingLocation)
|
TranscribingLocation |
TranscribingLocationDaoBase.createFromClusterTranscribingLocation(ClusterTranscribingLocation clusterTranscribingLocation)
|
TranscribingLocation |
TranscribingLocationDao.findTranscribingLocationByIdentifiers(java.lang.String queryString,
TranscribingSystem transcribingSystem,
Location location)
Does the same thing as TranscribingLocationDao.findTranscribingLocationByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
TranscribingLocation |
TranscribingLocationDaoBase.findTranscribingLocationByIdentifiers(java.lang.String queryString,
TranscribingSystem transcribingSystem,
Location location)
|
TranscribingLocation |
TranscribingLocationDao.findTranscribingLocationByIdentifiers(TranscribingSystem transcribingSystem,
Location location)
|
TranscribingLocation |
TranscribingLocationDaoBase.findTranscribingLocationByIdentifiers(TranscribingSystem transcribingSystem,
Location location)
|
TranscribingLocation |
TranscribingLocationDao.findTranscribingLocationByNaturalId(java.lang.String queryString,
TranscribingSystem transcribingSystem,
Location location)
Does the same thing as TranscribingLocationDao.findTranscribingLocationByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
TranscribingLocation |
TranscribingLocationDaoBase.findTranscribingLocationByNaturalId(java.lang.String queryString,
TranscribingSystem transcribingSystem,
Location location)
|
TranscribingLocation |
TranscribingLocationDao.findTranscribingLocationByNaturalId(TranscribingSystem transcribingSystem,
Location location)
|
TranscribingLocation |
TranscribingLocationDaoBase.findTranscribingLocationByNaturalId(TranscribingSystem transcribingSystem,
Location location)
|
protected TranscribingLocation |
TranscribingLocationDaoImpl.handleCreateFromClusterTranscribingLocation(ClusterTranscribingLocation clusterTranscribingLocation)
|
protected abstract TranscribingLocation |
TranscribingLocationDaoBase.handleCreateFromClusterTranscribingLocation(ClusterTranscribingLocation clusterTranscribingLocation)
Performs the core logic for TranscribingLocationDaoBase.createFromClusterTranscribingLocation(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingLocation) |
TranscribingLocation |
TranscribingLocationDao.load(TranscribingSystem transcribingSystem,
Location location)
Loads an instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocation from the persistent store. |
TranscribingLocation |
TranscribingLocationDaoBase.load(TranscribingSystem transcribingSystem,
Location location)
|
static TranscribingLocation |
TranscribingLocation.Factory.newInstance()
Constructs a new instance of TranscribingLocation . |
static TranscribingLocation |
TranscribingLocation.Factory.newInstance(java.lang.String externalCode,
java.sql.Timestamp updateDate,
TranscribingSide transcribingSide)
Constructs a new instance of TranscribingLocation , taking all possible properties
(except the identifier(s))as arguments. |
static TranscribingLocation |
TranscribingLocation.Factory.newInstance(java.lang.String externalCode,
TranscribingSide transcribingSide)
Constructs a new instance of TranscribingLocation , taking all required and/or
read-only properties as arguments. |
TranscribingLocation |
TranscribingLocationDaoImpl.remoteTranscribingLocationFullVOToEntity(RemoteTranscribingLocationFullVO remoteTranscribingLocationFullVO)
|
TranscribingLocation |
TranscribingLocationDao.remoteTranscribingLocationFullVOToEntity(RemoteTranscribingLocationFullVO remoteTranscribingLocationFullVO)
Converts an instance of type RemoteTranscribingLocationFullVO to this DAO's entity. |
TranscribingLocation |
TranscribingLocationDaoImpl.remoteTranscribingLocationNaturalIdToEntity(RemoteTranscribingLocationNaturalId remoteTranscribingLocationNaturalId)
|
TranscribingLocation |
TranscribingLocationDao.remoteTranscribingLocationNaturalIdToEntity(RemoteTranscribingLocationNaturalId remoteTranscribingLocationNaturalId)
Converts an instance of type RemoteTranscribingLocationNaturalId to this DAO's entity. |
protected TranscribingLocation |
TranscribingLocationDaoBase.toEntity(java.lang.Object[] row)
|
Methods in fr.ifremer.allegro.referential.transcribing with parameters of type TranscribingLocation | |
---|---|
void |
TranscribingLocationDaoImpl.clusterTranscribingLocationToEntity(ClusterTranscribingLocation source,
TranscribingLocation target,
boolean copyIfNull)
|
void |
TranscribingLocationDao.clusterTranscribingLocationToEntity(ClusterTranscribingLocation source,
TranscribingLocation target,
boolean copyIfNull)
Copies the fields of ClusterTranscribingLocation to the specified entity. |
void |
TranscribingLocationDaoBase.clusterTranscribingLocationToEntity(ClusterTranscribingLocation source,
TranscribingLocation target,
boolean copyIfNull)
|
java.lang.Object |
TranscribingLocationDao.create(int transform,
TranscribingLocation transcribingLocation)
Does the same thing as TranscribingLocationDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingLocation) with an
additional flag called transform . |
java.lang.Object |
TranscribingLocationDaoBase.create(int transform,
TranscribingLocation transcribingLocation)
|
TranscribingLocation |
TranscribingLocationDao.create(TranscribingLocation transcribingLocation)
Creates an instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocation and adds it to the persistent store. |
TranscribingLocation |
TranscribingLocationDaoBase.create(TranscribingLocation transcribingLocation)
|
void |
TranscribingLocationDaoImpl.remoteTranscribingLocationFullVOToEntity(RemoteTranscribingLocationFullVO source,
TranscribingLocation target,
boolean copyIfNull)
|
void |
TranscribingLocationDao.remoteTranscribingLocationFullVOToEntity(RemoteTranscribingLocationFullVO source,
TranscribingLocation target,
boolean copyIfNull)
Copies the fields of RemoteTranscribingLocationFullVO to the specified entity. |
void |
TranscribingLocationDaoBase.remoteTranscribingLocationFullVOToEntity(RemoteTranscribingLocationFullVO source,
TranscribingLocation target,
boolean copyIfNull)
|
void |
TranscribingLocationDaoImpl.remoteTranscribingLocationNaturalIdToEntity(RemoteTranscribingLocationNaturalId source,
TranscribingLocation target,
boolean copyIfNull)
|
void |
TranscribingLocationDao.remoteTranscribingLocationNaturalIdToEntity(RemoteTranscribingLocationNaturalId source,
TranscribingLocation target,
boolean copyIfNull)
Copies the fields of RemoteTranscribingLocationNaturalId to the specified entity. |
void |
TranscribingLocationDaoBase.remoteTranscribingLocationNaturalIdToEntity(RemoteTranscribingLocationNaturalId source,
TranscribingLocation target,
boolean copyIfNull)
|
void |
TranscribingLocationDao.remove(TranscribingLocation transcribingLocation)
Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocation from the persistent store. |
void |
TranscribingLocationDaoBase.remove(TranscribingLocation transcribingLocation)
|
ClusterTranscribingLocation |
TranscribingLocationDaoImpl.toClusterTranscribingLocation(TranscribingLocation entity)
|
ClusterTranscribingLocation |
TranscribingLocationDao.toClusterTranscribingLocation(TranscribingLocation entity)
Converts this DAO's entity to an object of type ClusterTranscribingLocation . |
ClusterTranscribingLocation |
TranscribingLocationDaoBase.toClusterTranscribingLocation(TranscribingLocation entity)
|
void |
TranscribingLocationDaoImpl.toClusterTranscribingLocation(TranscribingLocation source,
ClusterTranscribingLocation target)
|
void |
TranscribingLocationDao.toClusterTranscribingLocation(TranscribingLocation source,
ClusterTranscribingLocation target)
Copies the fields of the specified entity to the target value object. |
void |
TranscribingLocationDaoBase.toClusterTranscribingLocation(TranscribingLocation source,
ClusterTranscribingLocation target)
|
RemoteTranscribingLocationFullVO |
TranscribingLocationDaoImpl.toRemoteTranscribingLocationFullVO(TranscribingLocation entity)
|
RemoteTranscribingLocationFullVO |
TranscribingLocationDao.toRemoteTranscribingLocationFullVO(TranscribingLocation entity)
Converts this DAO's entity to an object of type RemoteTranscribingLocationFullVO . |
RemoteTranscribingLocationFullVO |
TranscribingLocationDaoBase.toRemoteTranscribingLocationFullVO(TranscribingLocation entity)
|
void |
TranscribingLocationDaoImpl.toRemoteTranscribingLocationFullVO(TranscribingLocation source,
RemoteTranscribingLocationFullVO target)
|
void |
TranscribingLocationDao.toRemoteTranscribingLocationFullVO(TranscribingLocation source,
RemoteTranscribingLocationFullVO target)
Copies the fields of the specified entity to the target value object. |
void |
TranscribingLocationDaoBase.toRemoteTranscribingLocationFullVO(TranscribingLocation source,
RemoteTranscribingLocationFullVO target)
|
RemoteTranscribingLocationNaturalId |
TranscribingLocationDaoImpl.toRemoteTranscribingLocationNaturalId(TranscribingLocation entity)
|
RemoteTranscribingLocationNaturalId |
TranscribingLocationDao.toRemoteTranscribingLocationNaturalId(TranscribingLocation entity)
Converts this DAO's entity to an object of type RemoteTranscribingLocationNaturalId . |
RemoteTranscribingLocationNaturalId |
TranscribingLocationDaoBase.toRemoteTranscribingLocationNaturalId(TranscribingLocation entity)
|
void |
TranscribingLocationDaoImpl.toRemoteTranscribingLocationNaturalId(TranscribingLocation source,
RemoteTranscribingLocationNaturalId target)
|
void |
TranscribingLocationDao.toRemoteTranscribingLocationNaturalId(TranscribingLocation source,
RemoteTranscribingLocationNaturalId target)
Copies the fields of the specified entity to the target value object. |
void |
TranscribingLocationDaoBase.toRemoteTranscribingLocationNaturalId(TranscribingLocation source,
RemoteTranscribingLocationNaturalId target)
|
protected java.lang.Object |
TranscribingLocationDaoBase.transformEntity(int transform,
TranscribingLocation 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.transcribing.TranscribingLocationDao , please note
that the TranscribingLocationDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
TranscribingLocationDao.update(TranscribingLocation transcribingLocation)
Updates the transcribingLocation instance in the persistent store. |
void |
TranscribingLocationDaoBase.update(TranscribingLocation transcribingLocation)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |