|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.orm.hibernate3.support.HibernateDaoSupport
fr.ifremer.allegro.referential.transcribing.TranscribingLocationDaoBase
public abstract class TranscribingLocationDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.referential.transcribing.TranscribingLocation
.
TranscribingLocation
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.referential.transcribing.TranscribingLocationDao |
---|
TRANSFORM_CLUSTERTRANSCRIBINGLOCATION, TRANSFORM_NONE, TRANSFORM_REMOTETRANSCRIBINGLOCATIONFULLVO, TRANSFORM_REMOTETRANSCRIBINGLOCATIONNATURALID |
Constructor Summary | |
---|---|
TranscribingLocationDaoBase()
|
Method Summary | |
---|---|
void |
clusterTranscribingLocationToEntity(ClusterTranscribingLocation source,
TranscribingLocation target,
boolean copyIfNull)
Copies the fields of ClusterTranscribingLocation to the specified entity. |
void |
clusterTranscribingLocationToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterTranscribingLocation to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocation and adds from the passed in entities collection |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as TranscribingLocationDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingLocation) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.String externalCode,
Location location,
TranscribingSide transcribingSide,
TranscribingSystem transcribingSystem)
Does the same thing as TranscribingLocationDao.create(java.lang.String,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.String externalCode,
java.sql.Timestamp updateDate,
TranscribingSystem transcribingSystem,
TranscribingSide transcribingSide,
Location location)
Does the same thing as TranscribingLocationDao.create(java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.location.Location) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
TranscribingLocation transcribingLocation)
Does the same thing as TranscribingLocationDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingLocation) with an
additional flag called transform . |
TranscribingLocation |
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 |
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 |
create(TranscribingLocation transcribingLocation)
Creates an instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocation and adds it to the persistent store. |
TranscribingLocation |
createFromClusterTranscribingLocation(ClusterTranscribingLocation clusterTranscribingLocation)
|
java.lang.Object |
findTranscribingLocationByIdentifiers(int transform,
java.lang.String queryString,
TranscribingSystem transcribingSystem,
Location location)
Does the same thing as TranscribingLocationDao.findTranscribingLocationByIdentifiers(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
java.lang.Object |
findTranscribingLocationByIdentifiers(int transform,
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 flag called transform . |
TranscribingLocation |
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 |
findTranscribingLocationByIdentifiers(TranscribingSystem transcribingSystem,
Location location)
|
java.util.Collection |
findTranscribingLocationByLocation(int transform,
int pageNumber,
int pageSize,
Location location)
Does the same thing as TranscribingLocationDao.findTranscribingLocationByLocation(int, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingLocationByLocation(int pageNumber,
int pageSize,
Location location)
Does the same thing as TranscribingLocationDao.findTranscribingLocationByLocation(fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingLocationByLocation(int transform,
Location location)
Does the same thing as TranscribingLocationDao.findTranscribingLocationByLocation(fr.ifremer.allegro.referential.location.Location) with an
additional flag called transform . |
java.util.Collection |
findTranscribingLocationByLocation(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Location location)
Does the same thing as TranscribingLocationDao.findTranscribingLocationByLocation(int, String, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingLocationByLocation(int transform,
java.lang.String queryString,
Location location)
Does the same thing as TranscribingLocationDao.findTranscribingLocationByLocation(int, fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
java.util.Collection |
findTranscribingLocationByLocation(Location location)
|
java.util.Collection |
findTranscribingLocationByLocation(java.lang.String queryString,
int pageNumber,
int pageSize,
Location location)
Does the same thing as TranscribingLocationDao.findTranscribingLocationByLocation(String, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingLocationByLocation(java.lang.String queryString,
Location location)
Does the same thing as TranscribingLocationDao.findTranscribingLocationByLocation(fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
java.lang.Object |
findTranscribingLocationByNaturalId(int transform,
java.lang.String queryString,
TranscribingSystem transcribingSystem,
Location location)
Does the same thing as TranscribingLocationDao.findTranscribingLocationByNaturalId(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
java.lang.Object |
findTranscribingLocationByNaturalId(int transform,
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 flag called transform . |
TranscribingLocation |
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 |
findTranscribingLocationByNaturalId(TranscribingSystem transcribingSystem,
Location location)
|
java.util.Collection |
findTranscribingLocationByTranscribingSide(int transform,
int pageNumber,
int pageSize,
TranscribingSide transcribingSide)
Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingLocationByTranscribingSide(int pageNumber,
int pageSize,
TranscribingSide transcribingSide)
Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingLocationByTranscribingSide(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
TranscribingSide transcribingSide)
Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSide(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingLocationByTranscribingSide(int transform,
java.lang.String queryString,
TranscribingSide transcribingSide)
Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an
additional argument called queryString . |
java.util.Collection |
findTranscribingLocationByTranscribingSide(int transform,
TranscribingSide transcribingSide)
Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an
additional flag called transform . |
java.util.Collection |
findTranscribingLocationByTranscribingSide(java.lang.String queryString,
int pageNumber,
int pageSize,
TranscribingSide transcribingSide)
Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSide(String, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingLocationByTranscribingSide(java.lang.String queryString,
TranscribingSide transcribingSide)
Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an
additional argument called queryString . |
java.util.Collection |
findTranscribingLocationByTranscribingSide(TranscribingSide transcribingSide)
|
java.util.Collection |
findTranscribingLocationByTranscribingSystem(int transform,
int pageNumber,
int pageSize,
TranscribingSystem transcribingSystem)
Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingLocationByTranscribingSystem(int pageNumber,
int pageSize,
TranscribingSystem transcribingSystem)
Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingLocationByTranscribingSystem(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
TranscribingSystem transcribingSystem)
Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSystem(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingLocationByTranscribingSystem(int transform,
java.lang.String queryString,
TranscribingSystem transcribingSystem)
Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional argument called queryString . |
java.util.Collection |
findTranscribingLocationByTranscribingSystem(int transform,
TranscribingSystem transcribingSystem)
Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional flag called transform . |
java.util.Collection |
findTranscribingLocationByTranscribingSystem(java.lang.String queryString,
int pageNumber,
int pageSize,
TranscribingSystem transcribingSystem)
Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSystem(String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingLocationByTranscribingSystem(java.lang.String queryString,
TranscribingSystem transcribingSystem)
Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional argument called queryString . |
java.util.Collection |
findTranscribingLocationByTranscribingSystem(TranscribingSystem transcribingSystem)
|
ClusterTranscribingLocation[] |
getAllClusterTranscribingLocationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
getAllTranscribingLocation()
|
java.util.Collection |
getAllTranscribingLocation(int transform)
Does the same thing as TranscribingLocationDao.getAllTranscribingLocation() with an
additional flag called transform . |
java.util.Collection |
getAllTranscribingLocation(int pageNumber,
int pageSize)
Does the same thing as TranscribingLocationDao.getAllTranscribingLocation() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingLocation(int transform,
int pageNumber,
int pageSize)
Does the same thing as TranscribingLocationDao.getAllTranscribingLocation(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingLocation(int transform,
java.lang.String queryString)
Does the same thing as TranscribingLocationDao.getAllTranscribingLocation(int) with an
additional argument called queryString . |
java.util.Collection |
getAllTranscribingLocation(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as TranscribingLocationDao.getAllTranscribingLocation(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingLocation(java.lang.String queryString)
Does the same thing as TranscribingLocationDao.getAllTranscribingLocation() with an
additional argument called queryString . |
java.util.Collection |
getAllTranscribingLocation(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as TranscribingLocationDao.getAllTranscribingLocation(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingLocationSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as TranscribingLocationDao.getAllTranscribingLocationSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingLocationSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as TranscribingLocationDao.getAllTranscribingLocationSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingLocationSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as TranscribingLocationDao.getAllTranscribingLocationSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingLocationSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as TranscribingLocationDao.getAllTranscribingLocationSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllTranscribingLocationSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as TranscribingLocationDao.getAllTranscribingLocationSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllTranscribingLocationSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as TranscribingLocationDao.getAllTranscribingLocationSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingLocationSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as TranscribingLocationDao.getAllTranscribingLocationSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllTranscribingLocationSinceDateSynchro(java.sql.Timestamp updateDate)
|
protected LocationDao |
getLocationDao()
Gets the reference to locationDao . |
protected java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected TranscribingSideDao |
getTranscribingSideDao()
Gets the reference to transcribingSideDao . |
protected TranscribingSystemDao |
getTranscribingSystemDao()
Gets the reference to transcribingSystemDao . |
protected abstract TranscribingLocation |
handleCreateFromClusterTranscribingLocation(ClusterTranscribingLocation clusterTranscribingLocation)
Performs the core logic for createFromClusterTranscribingLocation(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingLocation) |
protected abstract ClusterTranscribingLocation[] |
handleGetAllClusterTranscribingLocationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
Performs the core logic for getAllClusterTranscribingLocationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
java.lang.Object |
load(int transform,
TranscribingSystem transcribingSystem,
Location location)
Does the same thing as TranscribingLocationDao.load(fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.location.Location) with an
additional flag called transform . |
TranscribingLocation |
load(TranscribingSystem transcribingSystem,
Location location)
Loads an instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocation from the persistent store. |
java.util.Collection |
loadAll()
Loads all entities of type TranscribingLocation . |
java.util.Collection |
loadAll(int transform)
Does the same thing as TranscribingLocationDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as TranscribingLocationDao.loadAll() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
loadAll(int transform,
int pageNumber,
int pageSize)
Does the same thing as TranscribingLocationDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
void |
remoteTranscribingLocationFullVOToEntity(RemoteTranscribingLocationFullVO source,
TranscribingLocation target,
boolean copyIfNull)
Copies the fields of RemoteTranscribingLocationFullVO to the specified entity. |
void |
remoteTranscribingLocationFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteTranscribingLocationFullVO to this
DAO's entity. |
void |
remoteTranscribingLocationNaturalIdToEntity(RemoteTranscribingLocationNaturalId source,
TranscribingLocation target,
boolean copyIfNull)
Copies the fields of RemoteTranscribingLocationNaturalId to the specified entity. |
void |
remoteTranscribingLocationNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteTranscribingLocationNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(TranscribingLocation transcribingLocation)
Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocation from the persistent store. |
void |
remove(TranscribingSystem transcribingSystem,
Location location)
Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocation having the given identifiers from the persistent store. |
PaginationResult |
search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize . |
PaginationResult |
search(int pageNumber,
int pageSize,
Search search)
Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize . |
java.util.Set |
search(int transform,
Search search)
Does the same thing as TranscribingLocationDao.search(fr.ifremer.allegro.Search) but with an
additional flag called transform . |
java.util.Set |
search(Search search)
Performs a search using the parameters specified in the given search object. |
void |
setLocationDao(LocationDao locationDao)
Sets the reference to locationDao . |
void |
setTranscribingSideDao(TranscribingSideDao transcribingSideDao)
Sets the reference to transcribingSideDao . |
void |
setTranscribingSystemDao(TranscribingSystemDao transcribingSystemDao)
Sets the reference to transcribingSystemDao . |
protected ClusterTranscribingLocation |
toClusterTranscribingLocation(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterTranscribingLocation |
toClusterTranscribingLocation(TranscribingLocation entity)
Converts this DAO's entity to an object of type ClusterTranscribingLocation . |
void |
toClusterTranscribingLocation(TranscribingLocation source,
ClusterTranscribingLocation target)
Copies the fields of the specified entity to the target value object. |
ClusterTranscribingLocation[] |
toClusterTranscribingLocationArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterTranscribingLocation . |
void |
toClusterTranscribingLocationCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterTranscribingLocation . |
protected TranscribingLocation |
toEntity(java.lang.Object[] row)
|
protected RemoteTranscribingLocationFullVO |
toRemoteTranscribingLocationFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteTranscribingLocationFullVO |
toRemoteTranscribingLocationFullVO(TranscribingLocation entity)
Converts this DAO's entity to an object of type RemoteTranscribingLocationFullVO . |
void |
toRemoteTranscribingLocationFullVO(TranscribingLocation source,
RemoteTranscribingLocationFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteTranscribingLocationFullVO[] |
toRemoteTranscribingLocationFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteTranscribingLocationFullVO . |
void |
toRemoteTranscribingLocationFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteTranscribingLocationFullVO . |
protected RemoteTranscribingLocationNaturalId |
toRemoteTranscribingLocationNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteTranscribingLocationNaturalId |
toRemoteTranscribingLocationNaturalId(TranscribingLocation entity)
Converts this DAO's entity to an object of type RemoteTranscribingLocationNaturalId . |
void |
toRemoteTranscribingLocationNaturalId(TranscribingLocation source,
RemoteTranscribingLocationNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteTranscribingLocationNaturalId[] |
toRemoteTranscribingLocationNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteTranscribingLocationNaturalId . |
void |
toRemoteTranscribingLocationNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteTranscribingLocationNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.referential.transcribing.TranscribingLocation)
method. |
protected java.lang.Object |
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 |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(TranscribingLocation transcribingLocation)
Updates the transcribingLocation instance in the persistent store. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface fr.ifremer.allegro.referential.transcribing.TranscribingLocationDao |
---|
clusterTranscribingLocationToEntity, remoteTranscribingLocationFullVOToEntity, remoteTranscribingLocationNaturalIdToEntity |
Constructor Detail |
---|
public TranscribingLocationDaoBase()
Method Detail |
---|
public void setTranscribingSystemDao(TranscribingSystemDao transcribingSystemDao)
transcribingSystemDao
.
protected TranscribingSystemDao getTranscribingSystemDao()
transcribingSystemDao
.
public void setLocationDao(LocationDao locationDao)
locationDao
.
protected LocationDao getLocationDao()
locationDao
.
public void setTranscribingSideDao(TranscribingSideDao transcribingSideDao)
transcribingSideDao
.
protected TranscribingSideDao getTranscribingSideDao()
transcribingSideDao
.
public java.lang.Object load(int transform, TranscribingSystem transcribingSystem, Location location)
TranscribingLocationDao
Does the same thing as TranscribingLocationDao.load(fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.location.Location)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined in this class then the result WILL BE passed through an operation which can
optionally transform the entity (into a value object for example). By default, transformation does
not occur.
load
in interface TranscribingLocationDao
transcribingSystem
- identifier of the entity to loadlocation
- identifier of the entity to load
TranscribingLocationDao.load(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.location.Location)
public TranscribingLocation load(TranscribingSystem transcribingSystem, Location location)
TranscribingLocationDao
load
in interface TranscribingLocationDao
TranscribingLocationDao.load(fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.location.Location)
public java.util.Collection loadAll()
TranscribingLocationDao
TranscribingLocation
.
loadAll
in interface TranscribingLocationDao
TranscribingLocationDao.loadAll()
public java.util.Collection loadAll(int transform)
TranscribingLocationDao
Does the same thing as TranscribingLocationDao.loadAll()
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
loadAll
in interface TranscribingLocationDao
transform
- the flag indicating what transformation to use.
TranscribingLocationDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
TranscribingLocationDao
Does the same thing as TranscribingLocationDao.loadAll()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
loadAll
in interface TranscribingLocationDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
TranscribingLocationDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
TranscribingLocationDao
Does the same thing as TranscribingLocationDao.loadAll(int)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
loadAll
in interface TranscribingLocationDao
transform
- the flag indicating what transformation to use.pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
TranscribingLocationDao.loadAll(int, int, int)
public TranscribingLocation create(TranscribingLocation transcribingLocation)
TranscribingLocationDao
create
in interface TranscribingLocationDao
TranscribingLocationDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingLocation)
public java.lang.Object create(int transform, TranscribingLocation transcribingLocation)
TranscribingLocationDao
Does the same thing as TranscribingLocationDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingLocation)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
create
in interface TranscribingLocationDao
TranscribingLocationDao.create(int transform, fr.ifremer.allegro.referential.transcribing.TranscribingLocation)
public java.util.Collection create(java.util.Collection entities)
TranscribingLocationDao
entities
collection
create
in interface TranscribingLocationDao
entities
- the collection of fr.ifremer.allegro.referential.transcribing.TranscribingLocation
instances to create.
TranscribingLocationDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
TranscribingLocationDao
Does the same thing as TranscribingLocationDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingLocation)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
create
in interface TranscribingLocationDao
TranscribingLocationDao.create(int, java.util.Collection)
public TranscribingLocation create(java.lang.String externalCode, java.sql.Timestamp updateDate, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Location location)
TranscribingLocationDao
Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingLocation
instance from all attributes and
properties and adds it to the persistent store.
create
in interface TranscribingLocationDao
TranscribingLocationDao.create(java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.location.Location)
public java.lang.Object create(int transform, java.lang.String externalCode, java.sql.Timestamp updateDate, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Location location)
TranscribingLocationDao
Does the same thing as TranscribingLocationDao.create(java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.location.Location)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
create
in interface TranscribingLocationDao
TranscribingLocationDao.create(int, java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.location.Location)
public TranscribingLocation create(java.lang.String externalCode, Location location, TranscribingSide transcribingSide, TranscribingSystem transcribingSystem)
TranscribingLocationDao
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.
create
in interface TranscribingLocationDao
TranscribingLocationDao.create(java.lang.String,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public java.lang.Object create(int transform, java.lang.String externalCode, Location location, TranscribingSide transcribingSide, TranscribingSystem transcribingSystem)
TranscribingLocationDao
Does the same thing as TranscribingLocationDao.create(java.lang.String,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOTWILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
create
in interface TranscribingLocationDao
TranscribingLocationDao.create(int, java.lang.String,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public void update(TranscribingLocation transcribingLocation)
TranscribingLocationDao
transcribingLocation
instance in the persistent store.
update
in interface TranscribingLocationDao
TranscribingLocationDao.update(fr.ifremer.allegro.referential.transcribing.TranscribingLocation)
public void update(java.util.Collection entities)
TranscribingLocationDao
entities
collection in the persistent store.
update
in interface TranscribingLocationDao
TranscribingLocationDao.update(java.util.Collection)
public void remove(TranscribingLocation transcribingLocation)
TranscribingLocationDao
remove
in interface TranscribingLocationDao
TranscribingLocationDao.remove(fr.ifremer.allegro.referential.transcribing.TranscribingLocation)
public void remove(TranscribingSystem transcribingSystem, Location location)
TranscribingLocationDao
identifiers
from the persistent store.
remove
in interface TranscribingLocationDao
TranscribingLocationDao.remove(fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.location.Location)
public void remove(java.util.Collection entities)
TranscribingLocationDao
entities collection.
- Specified by:
remove
in interface TranscribingLocationDao
- See Also:
TranscribingLocationDao.remove(java.util.Collection)
public java.util.Collection getAllTranscribingLocation()
getAllTranscribingLocation
in interface TranscribingLocationDao
TranscribingLocationDao.getAllTranscribingLocation()
public java.util.Collection getAllTranscribingLocation(int transform)
TranscribingLocationDao
Does the same thing as TranscribingLocationDao.getAllTranscribingLocation()
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
getAllTranscribingLocation
in interface TranscribingLocationDao
TranscribingLocationDao.getAllTranscribingLocation(int)
public java.util.Collection getAllTranscribingLocation(java.lang.String queryString)
TranscribingLocationDao
Does the same thing as TranscribingLocationDao.getAllTranscribingLocation()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingLocationDao.getAllTranscribingLocation()
.
getAllTranscribingLocation
in interface TranscribingLocationDao
TranscribingLocationDao.getAllTranscribingLocation(java.lang.String)
public java.util.Collection getAllTranscribingLocation(int pageNumber, int pageSize)
TranscribingLocationDao
Does the same thing as TranscribingLocationDao.getAllTranscribingLocation()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllTranscribingLocation
in interface TranscribingLocationDao
TranscribingLocationDao.getAllTranscribingLocation(int, int)
public java.util.Collection getAllTranscribingLocation(java.lang.String queryString, int pageNumber, int pageSize)
TranscribingLocationDao
Does the same thing as TranscribingLocationDao.getAllTranscribingLocation(String)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllTranscribingLocation
in interface TranscribingLocationDao
TranscribingLocationDao.getAllTranscribingLocation(String, int, int)
public java.util.Collection getAllTranscribingLocation(int transform, java.lang.String queryString)
TranscribingLocationDao
Does the same thing as TranscribingLocationDao.getAllTranscribingLocation(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingLocationDao.getAllTranscribingLocation(int)
.
getAllTranscribingLocation
in interface TranscribingLocationDao
TranscribingLocationDao.getAllTranscribingLocation(int, String)
public java.util.Collection getAllTranscribingLocation(int transform, int pageNumber, int pageSize)
TranscribingLocationDao
Does the same thing as TranscribingLocationDao.getAllTranscribingLocation(int)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllTranscribingLocation
in interface TranscribingLocationDao
TranscribingLocationDao.getAllTranscribingLocation(int, int, int)
public java.util.Collection getAllTranscribingLocation(int transform, java.lang.String queryString, int pageNumber, int pageSize)
TranscribingLocationDao
Does the same thing as TranscribingLocationDao.getAllTranscribingLocation(int, String)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllTranscribingLocation
in interface TranscribingLocationDao
TranscribingLocationDao.getAllTranscribingLocation(int, java.lang.String, int, int)
public java.util.Collection findTranscribingLocationByTranscribingSystem(TranscribingSystem transcribingSystem)
findTranscribingLocationByTranscribingSystem
in interface TranscribingLocationDao
TranscribingLocationDao.findTranscribingLocationByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public java.util.Collection findTranscribingLocationByTranscribingSystem(int transform, TranscribingSystem transcribingSystem)
TranscribingLocationDao
Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findTranscribingLocationByTranscribingSystem
in interface TranscribingLocationDao
TranscribingLocationDao.findTranscribingLocationByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public java.util.Collection findTranscribingLocationByTranscribingSystem(java.lang.String queryString, TranscribingSystem transcribingSystem)
TranscribingLocationDao
Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingLocationDao.findTranscribingLocationByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
.
findTranscribingLocationByTranscribingSystem
in interface TranscribingLocationDao
TranscribingLocationDao.findTranscribingLocationByTranscribingSystem(java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public java.util.Collection findTranscribingLocationByTranscribingSystem(int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
TranscribingLocationDao
Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findTranscribingLocationByTranscribingSystem
in interface TranscribingLocationDao
TranscribingLocationDao.findTranscribingLocationByTranscribingSystem(int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public java.util.Collection findTranscribingLocationByTranscribingSystem(java.lang.String queryString, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
TranscribingLocationDao
Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSystem(String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findTranscribingLocationByTranscribingSystem
in interface TranscribingLocationDao
TranscribingLocationDao.findTranscribingLocationByTranscribingSystem(String, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public java.util.Collection findTranscribingLocationByTranscribingSystem(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem)
TranscribingLocationDao
Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingLocationDao.findTranscribingLocationByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem transcribingSystem)
.
findTranscribingLocationByTranscribingSystem
in interface TranscribingLocationDao
TranscribingLocationDao.findTranscribingLocationByTranscribingSystem(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public java.util.Collection findTranscribingLocationByTranscribingSystem(int transform, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
TranscribingLocationDao
Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findTranscribingLocationByTranscribingSystem
in interface TranscribingLocationDao
TranscribingLocationDao.findTranscribingLocationByTranscribingSystem(int, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public java.util.Collection findTranscribingLocationByTranscribingSystem(int transform, java.lang.String queryString, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
TranscribingLocationDao
Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSystem(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findTranscribingLocationByTranscribingSystem
in interface TranscribingLocationDao
TranscribingLocationDao.findTranscribingLocationByTranscribingSystem(int, java.lang.String, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public java.util.Collection findTranscribingLocationByTranscribingSide(TranscribingSide transcribingSide)
findTranscribingLocationByTranscribingSide
in interface TranscribingLocationDao
TranscribingLocationDao.findTranscribingLocationByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide)
public java.util.Collection findTranscribingLocationByTranscribingSide(int transform, TranscribingSide transcribingSide)
TranscribingLocationDao
Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findTranscribingLocationByTranscribingSide
in interface TranscribingLocationDao
TranscribingLocationDao.findTranscribingLocationByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide)
public java.util.Collection findTranscribingLocationByTranscribingSide(java.lang.String queryString, TranscribingSide transcribingSide)
TranscribingLocationDao
Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingLocationDao.findTranscribingLocationByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide)
.
findTranscribingLocationByTranscribingSide
in interface TranscribingLocationDao
TranscribingLocationDao.findTranscribingLocationByTranscribingSide(java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSide)
public java.util.Collection findTranscribingLocationByTranscribingSide(int pageNumber, int pageSize, TranscribingSide transcribingSide)
TranscribingLocationDao
Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findTranscribingLocationByTranscribingSide
in interface TranscribingLocationDao
TranscribingLocationDao.findTranscribingLocationByTranscribingSide(int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSide)
public java.util.Collection findTranscribingLocationByTranscribingSide(java.lang.String queryString, int pageNumber, int pageSize, TranscribingSide transcribingSide)
TranscribingLocationDao
Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSide(String, fr.ifremer.allegro.referential.transcribing.TranscribingSide)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findTranscribingLocationByTranscribingSide
in interface TranscribingLocationDao
TranscribingLocationDao.findTranscribingLocationByTranscribingSide(String, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSide)
public java.util.Collection findTranscribingLocationByTranscribingSide(int transform, java.lang.String queryString, TranscribingSide transcribingSide)
TranscribingLocationDao
Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingLocationDao.findTranscribingLocationByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide transcribingSide)
.
findTranscribingLocationByTranscribingSide
in interface TranscribingLocationDao
TranscribingLocationDao.findTranscribingLocationByTranscribingSide(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSide)
public java.util.Collection findTranscribingLocationByTranscribingSide(int transform, int pageNumber, int pageSize, TranscribingSide transcribingSide)
TranscribingLocationDao
Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findTranscribingLocationByTranscribingSide
in interface TranscribingLocationDao
TranscribingLocationDao.findTranscribingLocationByTranscribingSide(int, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSide)
public java.util.Collection findTranscribingLocationByTranscribingSide(int transform, java.lang.String queryString, int pageNumber, int pageSize, TranscribingSide transcribingSide)
TranscribingLocationDao
Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSide(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSide)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findTranscribingLocationByTranscribingSide
in interface TranscribingLocationDao
TranscribingLocationDao.findTranscribingLocationByTranscribingSide(int, java.lang.String, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSide)
public java.util.Collection findTranscribingLocationByLocation(Location location)
findTranscribingLocationByLocation
in interface TranscribingLocationDao
TranscribingLocationDao.findTranscribingLocationByLocation(fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findTranscribingLocationByLocation(int transform, Location location)
TranscribingLocationDao
Does the same thing as TranscribingLocationDao.findTranscribingLocationByLocation(fr.ifremer.allegro.referential.location.Location)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findTranscribingLocationByLocation
in interface TranscribingLocationDao
TranscribingLocationDao.findTranscribingLocationByLocation(int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findTranscribingLocationByLocation(java.lang.String queryString, Location location)
TranscribingLocationDao
Does the same thing as TranscribingLocationDao.findTranscribingLocationByLocation(fr.ifremer.allegro.referential.location.Location)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingLocationDao.findTranscribingLocationByLocation(fr.ifremer.allegro.referential.location.Location)
.
findTranscribingLocationByLocation
in interface TranscribingLocationDao
TranscribingLocationDao.findTranscribingLocationByLocation(java.lang.String, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findTranscribingLocationByLocation(int pageNumber, int pageSize, Location location)
TranscribingLocationDao
Does the same thing as TranscribingLocationDao.findTranscribingLocationByLocation(fr.ifremer.allegro.referential.location.Location)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findTranscribingLocationByLocation
in interface TranscribingLocationDao
TranscribingLocationDao.findTranscribingLocationByLocation(int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findTranscribingLocationByLocation(java.lang.String queryString, int pageNumber, int pageSize, Location location)
TranscribingLocationDao
Does the same thing as TranscribingLocationDao.findTranscribingLocationByLocation(String, fr.ifremer.allegro.referential.location.Location)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findTranscribingLocationByLocation
in interface TranscribingLocationDao
TranscribingLocationDao.findTranscribingLocationByLocation(String, int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findTranscribingLocationByLocation(int transform, java.lang.String queryString, Location location)
TranscribingLocationDao
Does the same thing as TranscribingLocationDao.findTranscribingLocationByLocation(int, fr.ifremer.allegro.referential.location.Location)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingLocationDao.findTranscribingLocationByLocation(int, fr.ifremer.allegro.referential.location.Location location)
.
findTranscribingLocationByLocation
in interface TranscribingLocationDao
TranscribingLocationDao.findTranscribingLocationByLocation(int, String, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findTranscribingLocationByLocation(int transform, int pageNumber, int pageSize, Location location)
TranscribingLocationDao
Does the same thing as TranscribingLocationDao.findTranscribingLocationByLocation(int, fr.ifremer.allegro.referential.location.Location)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findTranscribingLocationByLocation
in interface TranscribingLocationDao
TranscribingLocationDao.findTranscribingLocationByLocation(int, int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findTranscribingLocationByLocation(int transform, java.lang.String queryString, int pageNumber, int pageSize, Location location)
TranscribingLocationDao
Does the same thing as TranscribingLocationDao.findTranscribingLocationByLocation(int, String, fr.ifremer.allegro.referential.location.Location)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findTranscribingLocationByLocation
in interface TranscribingLocationDao
TranscribingLocationDao.findTranscribingLocationByLocation(int, java.lang.String, int, int, fr.ifremer.allegro.referential.location.Location)
public TranscribingLocation findTranscribingLocationByIdentifiers(TranscribingSystem transcribingSystem, Location location)
findTranscribingLocationByIdentifiers
in interface TranscribingLocationDao
TranscribingLocationDao.findTranscribingLocationByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location)
public java.lang.Object findTranscribingLocationByIdentifiers(int transform, TranscribingSystem transcribingSystem, Location location)
TranscribingLocationDao
Does the same thing as TranscribingLocationDao.findTranscribingLocationByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findTranscribingLocationByIdentifiers
in interface TranscribingLocationDao
TranscribingLocationDao.findTranscribingLocationByIdentifiers(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location)
public TranscribingLocation findTranscribingLocationByIdentifiers(java.lang.String queryString, TranscribingSystem transcribingSystem, Location location)
TranscribingLocationDao
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
. This queryString
argument allows you to override the query string defined in TranscribingLocationDao.findTranscribingLocationByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location)
.
findTranscribingLocationByIdentifiers
in interface TranscribingLocationDao
TranscribingLocationDao.findTranscribingLocationByIdentifiers(java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location)
public java.lang.Object findTranscribingLocationByIdentifiers(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem, Location location)
TranscribingLocationDao
Does the same thing as TranscribingLocationDao.findTranscribingLocationByIdentifiers(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingLocationDao.findTranscribingLocationByIdentifiers(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem transcribingSystem, fr.ifremer.allegro.referential.location.Location location)
.
findTranscribingLocationByIdentifiers
in interface TranscribingLocationDao
TranscribingLocationDao.findTranscribingLocationByIdentifiers(int, java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location)
public TranscribingLocation findTranscribingLocationByNaturalId(TranscribingSystem transcribingSystem, Location location)
findTranscribingLocationByNaturalId
in interface TranscribingLocationDao
TranscribingLocationDao.findTranscribingLocationByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location)
public java.lang.Object findTranscribingLocationByNaturalId(int transform, TranscribingSystem transcribingSystem, Location location)
TranscribingLocationDao
Does the same thing as TranscribingLocationDao.findTranscribingLocationByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findTranscribingLocationByNaturalId
in interface TranscribingLocationDao
TranscribingLocationDao.findTranscribingLocationByNaturalId(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location)
public TranscribingLocation findTranscribingLocationByNaturalId(java.lang.String queryString, TranscribingSystem transcribingSystem, Location location)
TranscribingLocationDao
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
. This queryString
argument allows you to override the query string defined in TranscribingLocationDao.findTranscribingLocationByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location)
.
findTranscribingLocationByNaturalId
in interface TranscribingLocationDao
TranscribingLocationDao.findTranscribingLocationByNaturalId(java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location)
public java.lang.Object findTranscribingLocationByNaturalId(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem, Location location)
TranscribingLocationDao
Does the same thing as TranscribingLocationDao.findTranscribingLocationByNaturalId(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingLocationDao.findTranscribingLocationByNaturalId(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem transcribingSystem, fr.ifremer.allegro.referential.location.Location location)
.
findTranscribingLocationByNaturalId
in interface TranscribingLocationDao
TranscribingLocationDao.findTranscribingLocationByNaturalId(int, java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection getAllTranscribingLocationSinceDateSynchro(java.sql.Timestamp updateDate)
getAllTranscribingLocationSinceDateSynchro
in interface TranscribingLocationDao
TranscribingLocationDao.getAllTranscribingLocationSinceDateSynchro(java.sql.Timestamp)
public java.util.Collection getAllTranscribingLocationSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
TranscribingLocationDao
Does the same thing as TranscribingLocationDao.getAllTranscribingLocationSinceDateSynchro(java.sql.Timestamp)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
getAllTranscribingLocationSinceDateSynchro
in interface TranscribingLocationDao
TranscribingLocationDao.getAllTranscribingLocationSinceDateSynchro(int, java.sql.Timestamp)
public java.util.Collection getAllTranscribingLocationSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
TranscribingLocationDao
Does the same thing as TranscribingLocationDao.getAllTranscribingLocationSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingLocationDao.getAllTranscribingLocationSinceDateSynchro(java.sql.Timestamp)
.
getAllTranscribingLocationSinceDateSynchro
in interface TranscribingLocationDao
TranscribingLocationDao.getAllTranscribingLocationSinceDateSynchro(java.lang.String, java.sql.Timestamp)
public java.util.Collection getAllTranscribingLocationSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
TranscribingLocationDao
Does the same thing as TranscribingLocationDao.getAllTranscribingLocationSinceDateSynchro(java.sql.Timestamp)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllTranscribingLocationSinceDateSynchro
in interface TranscribingLocationDao
TranscribingLocationDao.getAllTranscribingLocationSinceDateSynchro(int, int, java.sql.Timestamp)
public java.util.Collection getAllTranscribingLocationSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
TranscribingLocationDao
Does the same thing as TranscribingLocationDao.getAllTranscribingLocationSinceDateSynchro(String, java.sql.Timestamp)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllTranscribingLocationSinceDateSynchro
in interface TranscribingLocationDao
TranscribingLocationDao.getAllTranscribingLocationSinceDateSynchro(String, int, int, java.sql.Timestamp)
public java.util.Collection getAllTranscribingLocationSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
TranscribingLocationDao
Does the same thing as TranscribingLocationDao.getAllTranscribingLocationSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingLocationDao.getAllTranscribingLocationSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
getAllTranscribingLocationSinceDateSynchro
in interface TranscribingLocationDao
TranscribingLocationDao.getAllTranscribingLocationSinceDateSynchro(int, String, java.sql.Timestamp)
public java.util.Collection getAllTranscribingLocationSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
TranscribingLocationDao
Does the same thing as TranscribingLocationDao.getAllTranscribingLocationSinceDateSynchro(int, java.sql.Timestamp)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllTranscribingLocationSinceDateSynchro
in interface TranscribingLocationDao
TranscribingLocationDao.getAllTranscribingLocationSinceDateSynchro(int, int, int, java.sql.Timestamp)
public java.util.Collection getAllTranscribingLocationSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
TranscribingLocationDao
Does the same thing as TranscribingLocationDao.getAllTranscribingLocationSinceDateSynchro(int, String, java.sql.Timestamp)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllTranscribingLocationSinceDateSynchro
in interface TranscribingLocationDao
TranscribingLocationDao.getAllTranscribingLocationSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)
public TranscribingLocation createFromClusterTranscribingLocation(ClusterTranscribingLocation clusterTranscribingLocation)
createFromClusterTranscribingLocation
in interface TranscribingLocationDao
TranscribingLocationDao.createFromClusterTranscribingLocation(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingLocation)
protected abstract TranscribingLocation handleCreateFromClusterTranscribingLocation(ClusterTranscribingLocation clusterTranscribingLocation) throws java.lang.Exception
createFromClusterTranscribingLocation(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingLocation)
java.lang.Exception
public ClusterTranscribingLocation[] getAllClusterTranscribingLocationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterTranscribingLocationSinceDateSynchro
in interface TranscribingLocationDao
TranscribingLocationDao.getAllClusterTranscribingLocationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterTranscribingLocation[] handleGetAllClusterTranscribingLocationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterTranscribingLocationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
protected java.lang.Object transformEntity(int transform, TranscribingLocation entity)
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.
This method will return instances of these types:
TranscribingLocation
- TranscribingLocationDao.TRANSFORM_NONE
RemoteTranscribingLocationFullVO
- TRANSFORM_REMOTETRANSCRIBINGLOCATIONFULLVO
RemoteTranscribingLocationNaturalId
- TRANSFORM_REMOTETRANSCRIBINGLOCATIONNATURALID
ClusterTranscribingLocation
- TRANSFORM_CLUSTERTRANSCRIBINGLOCATION
TranscribingLocationDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in TranscribingLocationDao
entity
- an entity that was found
transformEntities(int,java.util.Collection)
protected void transformEntities(int transform, java.util.Collection entities)
transformEntity(int,fr.ifremer.allegro.referential.transcribing.TranscribingLocation)
method. This method does not instantiate a new collection.
This method is to be used internally only.
transform
- one of the constants declared in fr.ifremer.allegro.referential.transcribing.TranscribingLocationDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.referential.transcribing.TranscribingLocation)
protected TranscribingLocation toEntity(java.lang.Object[] row)
public final void toRemoteTranscribingLocationFullVOCollection(java.util.Collection entities)
TranscribingLocationDao
RemoteTranscribingLocationFullVO
.
toRemoteTranscribingLocationFullVOCollection
in interface TranscribingLocationDao
TranscribingLocationDao.toRemoteTranscribingLocationFullVOCollection(java.util.Collection)
public final RemoteTranscribingLocationFullVO[] toRemoteTranscribingLocationFullVOArray(java.util.Collection entities)
TranscribingLocationDao
RemoteTranscribingLocationFullVO
.
toRemoteTranscribingLocationFullVOArray
in interface TranscribingLocationDao
TranscribingLocationDao.toRemoteTranscribingLocationFullVOArray(java.util.Collection)
protected RemoteTranscribingLocationFullVO toRemoteTranscribingLocationFullVO(java.lang.Object[] row)
TranscribingLocationDaoImpl
class if you intend to use reporting queries.
TranscribingLocationDao.toRemoteTranscribingLocationFullVO(fr.ifremer.allegro.referential.transcribing.TranscribingLocation)
public final void remoteTranscribingLocationFullVOToEntityCollection(java.util.Collection instances)
TranscribingLocationDao
RemoteTranscribingLocationFullVO
to this
DAO's entity.
remoteTranscribingLocationFullVOToEntityCollection
in interface TranscribingLocationDao
TranscribingLocationDao.remoteTranscribingLocationFullVOToEntityCollection(java.util.Collection)
public void toRemoteTranscribingLocationFullVO(TranscribingLocation source, RemoteTranscribingLocationFullVO target)
TranscribingLocationDao
toRemoteTranscribingLocationFullVO
in interface TranscribingLocationDao
TranscribingLocationDao.toRemoteTranscribingLocationFullVO(fr.ifremer.allegro.referential.transcribing.TranscribingLocation, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationFullVO)
public RemoteTranscribingLocationFullVO toRemoteTranscribingLocationFullVO(TranscribingLocation entity)
TranscribingLocationDao
RemoteTranscribingLocationFullVO
.
toRemoteTranscribingLocationFullVO
in interface TranscribingLocationDao
TranscribingLocationDao.toRemoteTranscribingLocationFullVO(fr.ifremer.allegro.referential.transcribing.TranscribingLocation)
public void remoteTranscribingLocationFullVOToEntity(RemoteTranscribingLocationFullVO source, TranscribingLocation target, boolean copyIfNull)
TranscribingLocationDao
RemoteTranscribingLocationFullVO
to the specified entity.
remoteTranscribingLocationFullVOToEntity
in interface TranscribingLocationDao
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.referential.transcribing.TranscribingLocationDao#remoteTranscribingLocationFullVOToEntity(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationFullVO, fr.ifremer.allegro.referential.transcribing.TranscribingLocation)
public final void toRemoteTranscribingLocationNaturalIdCollection(java.util.Collection entities)
TranscribingLocationDao
RemoteTranscribingLocationNaturalId
.
toRemoteTranscribingLocationNaturalIdCollection
in interface TranscribingLocationDao
TranscribingLocationDao.toRemoteTranscribingLocationNaturalIdCollection(java.util.Collection)
public final RemoteTranscribingLocationNaturalId[] toRemoteTranscribingLocationNaturalIdArray(java.util.Collection entities)
TranscribingLocationDao
RemoteTranscribingLocationNaturalId
.
toRemoteTranscribingLocationNaturalIdArray
in interface TranscribingLocationDao
TranscribingLocationDao.toRemoteTranscribingLocationNaturalIdArray(java.util.Collection)
protected RemoteTranscribingLocationNaturalId toRemoteTranscribingLocationNaturalId(java.lang.Object[] row)
TranscribingLocationDaoImpl
class if you intend to use reporting queries.
TranscribingLocationDao.toRemoteTranscribingLocationNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingLocation)
public final void remoteTranscribingLocationNaturalIdToEntityCollection(java.util.Collection instances)
TranscribingLocationDao
RemoteTranscribingLocationNaturalId
to this
DAO's entity.
remoteTranscribingLocationNaturalIdToEntityCollection
in interface TranscribingLocationDao
TranscribingLocationDao.remoteTranscribingLocationNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteTranscribingLocationNaturalId(TranscribingLocation source, RemoteTranscribingLocationNaturalId target)
TranscribingLocationDao
toRemoteTranscribingLocationNaturalId
in interface TranscribingLocationDao
TranscribingLocationDao.toRemoteTranscribingLocationNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingLocation, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationNaturalId)
public RemoteTranscribingLocationNaturalId toRemoteTranscribingLocationNaturalId(TranscribingLocation entity)
TranscribingLocationDao
RemoteTranscribingLocationNaturalId
.
toRemoteTranscribingLocationNaturalId
in interface TranscribingLocationDao
TranscribingLocationDao.toRemoteTranscribingLocationNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingLocation)
public void remoteTranscribingLocationNaturalIdToEntity(RemoteTranscribingLocationNaturalId source, TranscribingLocation target, boolean copyIfNull)
TranscribingLocationDao
RemoteTranscribingLocationNaturalId
to the specified entity.
remoteTranscribingLocationNaturalIdToEntity
in interface TranscribingLocationDao
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.referential.transcribing.TranscribingLocationDao#remoteTranscribingLocationNaturalIdToEntity(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationNaturalId, fr.ifremer.allegro.referential.transcribing.TranscribingLocation)
public final void toClusterTranscribingLocationCollection(java.util.Collection entities)
TranscribingLocationDao
ClusterTranscribingLocation
.
toClusterTranscribingLocationCollection
in interface TranscribingLocationDao
TranscribingLocationDao.toClusterTranscribingLocationCollection(java.util.Collection)
public final ClusterTranscribingLocation[] toClusterTranscribingLocationArray(java.util.Collection entities)
TranscribingLocationDao
ClusterTranscribingLocation
.
toClusterTranscribingLocationArray
in interface TranscribingLocationDao
TranscribingLocationDao.toClusterTranscribingLocationArray(java.util.Collection)
protected ClusterTranscribingLocation toClusterTranscribingLocation(java.lang.Object[] row)
TranscribingLocationDaoImpl
class if you intend to use reporting queries.
TranscribingLocationDao.toClusterTranscribingLocation(fr.ifremer.allegro.referential.transcribing.TranscribingLocation)
public final void clusterTranscribingLocationToEntityCollection(java.util.Collection instances)
TranscribingLocationDao
ClusterTranscribingLocation
to this
DAO's entity.
clusterTranscribingLocationToEntityCollection
in interface TranscribingLocationDao
TranscribingLocationDao.clusterTranscribingLocationToEntityCollection(java.util.Collection)
public void toClusterTranscribingLocation(TranscribingLocation source, ClusterTranscribingLocation target)
TranscribingLocationDao
toClusterTranscribingLocation
in interface TranscribingLocationDao
TranscribingLocationDao.toClusterTranscribingLocation(fr.ifremer.allegro.referential.transcribing.TranscribingLocation, fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingLocation)
public ClusterTranscribingLocation toClusterTranscribingLocation(TranscribingLocation entity)
TranscribingLocationDao
ClusterTranscribingLocation
.
toClusterTranscribingLocation
in interface TranscribingLocationDao
TranscribingLocationDao.toClusterTranscribingLocation(fr.ifremer.allegro.referential.transcribing.TranscribingLocation)
public void clusterTranscribingLocationToEntity(ClusterTranscribingLocation source, TranscribingLocation target, boolean copyIfNull)
TranscribingLocationDao
ClusterTranscribingLocation
to the specified entity.
clusterTranscribingLocationToEntity
in interface TranscribingLocationDao
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.referential.transcribing.TranscribingLocationDao#clusterTranscribingLocationToEntity(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingLocation, fr.ifremer.allegro.referential.transcribing.TranscribingLocation)
protected java.security.Principal getPrincipal()
principal
if one has been set,
otherwise returns null
.
public PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
TranscribingLocationDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface TranscribingLocationDao
transform
- the transformation flag.pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.TranscribingLocationDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
TranscribingLocationDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface TranscribingLocationDao
pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.TranscribingLocationDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
TranscribingLocationDao
TranscribingLocationDao.search(fr.ifremer.allegro.Search)
but with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
search
in interface TranscribingLocationDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
TranscribingLocationDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
TranscribingLocationDao
search
object.
search
in interface TranscribingLocationDao
search
- the search object which provides the search parameters and pagination specification.
TranscribingLocationDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |