|
||||||||||
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.TranscribingLocationLevelDaoBase
public abstract class TranscribingLocationLevelDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel
.
TranscribingLocationLevel
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevelDao |
---|
TRANSFORM_CLUSTERTRANSCRIBINGLOCATIONLEVEL, TRANSFORM_NONE, TRANSFORM_REMOTETRANSCRIBINGLOCATIONLEVELFULLVO, TRANSFORM_REMOTETRANSCRIBINGLOCATIONLEVELNATURALID |
Constructor Summary | |
---|---|
TranscribingLocationLevelDaoBase()
|
Method Summary | |
---|---|
void |
clusterTranscribingLocationLevelToEntity(ClusterTranscribingLocationLevel source,
TranscribingLocationLevel target,
boolean copyIfNull)
Copies the fields of ClusterTranscribingLocationLevel to the specified entity. |
void |
clusterTranscribingLocationLevelToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterTranscribingLocationLevel to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel and adds from the passed in entities collection |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as TranscribingLocationLevelDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.String externalCode,
LocationLevel locationLevel,
TranscribingSide transcribingSide,
TranscribingSystem transcribingSystem)
Does the same thing as TranscribingLocationLevelDao.create(java.lang.String,fr.ifremer.allegro.referential.location.LocationLevel,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,
LocationLevel locationLevel)
Does the same thing as TranscribingLocationLevelDao.create(java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.location.LocationLevel) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
TranscribingLocationLevel transcribingLocationLevel)
Does the same thing as TranscribingLocationLevelDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel) with an
additional flag called transform . |
TranscribingLocationLevel |
create(java.lang.String externalCode,
LocationLevel locationLevel,
TranscribingSide transcribingSide,
TranscribingSystem transcribingSystem)
Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
TranscribingLocationLevel |
create(java.lang.String externalCode,
java.sql.Timestamp updateDate,
TranscribingSystem transcribingSystem,
TranscribingSide transcribingSide,
LocationLevel locationLevel)
Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel
instance from all attributes and
properties and adds it to the persistent store. |
TranscribingLocationLevel |
create(TranscribingLocationLevel transcribingLocationLevel)
Creates an instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel and adds it to the persistent store. |
TranscribingLocationLevel |
createFromClusterTranscribingLocationLevel(ClusterTranscribingLocationLevel clusterTranscribingLocationLevel)
|
java.lang.Object |
findTranscribingLocationLevelByIdentifiers(int transform,
java.lang.String queryString,
TranscribingSystem transcribingSystem,
LocationLevel locationLevel)
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByIdentifiers(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel) with an
additional argument called queryString . |
java.lang.Object |
findTranscribingLocationLevelByIdentifiers(int transform,
TranscribingSystem transcribingSystem,
LocationLevel locationLevel)
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel) with an
additional flag called transform . |
TranscribingLocationLevel |
findTranscribingLocationLevelByIdentifiers(java.lang.String queryString,
TranscribingSystem transcribingSystem,
LocationLevel locationLevel)
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel) with an
additional argument called queryString . |
TranscribingLocationLevel |
findTranscribingLocationLevelByIdentifiers(TranscribingSystem transcribingSystem,
LocationLevel locationLevel)
|
java.util.Collection |
findTranscribingLocationLevelByLocationLevel(int transform,
int pageNumber,
int pageSize,
LocationLevel locationLevel)
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByLocationLevel(int, fr.ifremer.allegro.referential.location.LocationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingLocationLevelByLocationLevel(int pageNumber,
int pageSize,
LocationLevel locationLevel)
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByLocationLevel(fr.ifremer.allegro.referential.location.LocationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingLocationLevelByLocationLevel(int transform,
LocationLevel locationLevel)
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByLocationLevel(fr.ifremer.allegro.referential.location.LocationLevel) with an
additional flag called transform . |
java.util.Collection |
findTranscribingLocationLevelByLocationLevel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
LocationLevel locationLevel)
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByLocationLevel(int, String, fr.ifremer.allegro.referential.location.LocationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingLocationLevelByLocationLevel(int transform,
java.lang.String queryString,
LocationLevel locationLevel)
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByLocationLevel(int, fr.ifremer.allegro.referential.location.LocationLevel) with an
additional argument called queryString . |
java.util.Collection |
findTranscribingLocationLevelByLocationLevel(LocationLevel locationLevel)
|
java.util.Collection |
findTranscribingLocationLevelByLocationLevel(java.lang.String queryString,
int pageNumber,
int pageSize,
LocationLevel locationLevel)
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByLocationLevel(String, fr.ifremer.allegro.referential.location.LocationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingLocationLevelByLocationLevel(java.lang.String queryString,
LocationLevel locationLevel)
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByLocationLevel(fr.ifremer.allegro.referential.location.LocationLevel) with an
additional argument called queryString . |
java.lang.Object |
findTranscribingLocationLevelByNaturalId(int transform,
java.lang.String queryString,
TranscribingSystem transcribingSystem,
LocationLevel locationLevel)
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByNaturalId(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel) with an
additional argument called queryString . |
java.lang.Object |
findTranscribingLocationLevelByNaturalId(int transform,
TranscribingSystem transcribingSystem,
LocationLevel locationLevel)
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel) with an
additional flag called transform . |
TranscribingLocationLevel |
findTranscribingLocationLevelByNaturalId(java.lang.String queryString,
TranscribingSystem transcribingSystem,
LocationLevel locationLevel)
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel) with an
additional argument called queryString . |
TranscribingLocationLevel |
findTranscribingLocationLevelByNaturalId(TranscribingSystem transcribingSystem,
LocationLevel locationLevel)
|
java.util.Collection |
findTranscribingLocationLevelByTranscribingSide(int transform,
int pageNumber,
int pageSize,
TranscribingSide transcribingSide)
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingLocationLevelByTranscribingSide(int pageNumber,
int pageSize,
TranscribingSide transcribingSide)
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingLocationLevelByTranscribingSide(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
TranscribingSide transcribingSide)
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSide(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingLocationLevelByTranscribingSide(int transform,
java.lang.String queryString,
TranscribingSide transcribingSide)
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an
additional argument called queryString . |
java.util.Collection |
findTranscribingLocationLevelByTranscribingSide(int transform,
TranscribingSide transcribingSide)
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an
additional flag called transform . |
java.util.Collection |
findTranscribingLocationLevelByTranscribingSide(java.lang.String queryString,
int pageNumber,
int pageSize,
TranscribingSide transcribingSide)
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSide(String, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingLocationLevelByTranscribingSide(java.lang.String queryString,
TranscribingSide transcribingSide)
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an
additional argument called queryString . |
java.util.Collection |
findTranscribingLocationLevelByTranscribingSide(TranscribingSide transcribingSide)
|
java.util.Collection |
findTranscribingLocationLevelByTranscribingSystem(int transform,
int pageNumber,
int pageSize,
TranscribingSystem transcribingSystem)
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingLocationLevelByTranscribingSystem(int pageNumber,
int pageSize,
TranscribingSystem transcribingSystem)
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingLocationLevelByTranscribingSystem(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
TranscribingSystem transcribingSystem)
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSystem(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingLocationLevelByTranscribingSystem(int transform,
java.lang.String queryString,
TranscribingSystem transcribingSystem)
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional argument called queryString . |
java.util.Collection |
findTranscribingLocationLevelByTranscribingSystem(int transform,
TranscribingSystem transcribingSystem)
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional flag called transform . |
java.util.Collection |
findTranscribingLocationLevelByTranscribingSystem(java.lang.String queryString,
int pageNumber,
int pageSize,
TranscribingSystem transcribingSystem)
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSystem(String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingLocationLevelByTranscribingSystem(java.lang.String queryString,
TranscribingSystem transcribingSystem)
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional argument called queryString . |
java.util.Collection |
findTranscribingLocationLevelByTranscribingSystem(TranscribingSystem transcribingSystem)
|
ClusterTranscribingLocationLevel[] |
getAllClusterTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
getAllTranscribingLocationLevel()
|
java.util.Collection |
getAllTranscribingLocationLevel(int transform)
Does the same thing as TranscribingLocationLevelDao.getAllTranscribingLocationLevel() with an
additional flag called transform . |
java.util.Collection |
getAllTranscribingLocationLevel(int pageNumber,
int pageSize)
Does the same thing as TranscribingLocationLevelDao.getAllTranscribingLocationLevel() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingLocationLevel(int transform,
int pageNumber,
int pageSize)
Does the same thing as TranscribingLocationLevelDao.getAllTranscribingLocationLevel(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingLocationLevel(int transform,
java.lang.String queryString)
Does the same thing as TranscribingLocationLevelDao.getAllTranscribingLocationLevel(int) with an
additional argument called queryString . |
java.util.Collection |
getAllTranscribingLocationLevel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as TranscribingLocationLevelDao.getAllTranscribingLocationLevel(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingLocationLevel(java.lang.String queryString)
Does the same thing as TranscribingLocationLevelDao.getAllTranscribingLocationLevel() with an
additional argument called queryString . |
java.util.Collection |
getAllTranscribingLocationLevel(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as TranscribingLocationLevelDao.getAllTranscribingLocationLevel(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingLocationLevelSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as TranscribingLocationLevelDao.getAllTranscribingLocationLevelSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingLocationLevelSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as TranscribingLocationLevelDao.getAllTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingLocationLevelSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as TranscribingLocationLevelDao.getAllTranscribingLocationLevelSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingLocationLevelSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as TranscribingLocationLevelDao.getAllTranscribingLocationLevelSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllTranscribingLocationLevelSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as TranscribingLocationLevelDao.getAllTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllTranscribingLocationLevelSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as TranscribingLocationLevelDao.getAllTranscribingLocationLevelSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingLocationLevelSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as TranscribingLocationLevelDao.getAllTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp updateDate)
|
protected LocationLevelDao |
getLocationLevelDao()
Gets the reference to locationLevelDao . |
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 TranscribingLocationLevel |
handleCreateFromClusterTranscribingLocationLevel(ClusterTranscribingLocationLevel clusterTranscribingLocationLevel)
Performs the core logic for createFromClusterTranscribingLocationLevel(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingLocationLevel) |
protected abstract ClusterTranscribingLocationLevel[] |
handleGetAllClusterTranscribingLocationLevelSinceDateSynchro(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 getAllClusterTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
java.lang.Object |
load(int transform,
TranscribingSystem transcribingSystem,
LocationLevel locationLevel)
Does the same thing as TranscribingLocationLevelDao.load(fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.location.LocationLevel) with an
additional flag called transform . |
TranscribingLocationLevel |
load(TranscribingSystem transcribingSystem,
LocationLevel locationLevel)
Loads an instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel from the persistent store. |
java.util.Collection |
loadAll()
Loads all entities of type TranscribingLocationLevel . |
java.util.Collection |
loadAll(int transform)
Does the same thing as TranscribingLocationLevelDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as TranscribingLocationLevelDao.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 TranscribingLocationLevelDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
void |
remoteTranscribingLocationLevelFullVOToEntity(RemoteTranscribingLocationLevelFullVO source,
TranscribingLocationLevel target,
boolean copyIfNull)
Copies the fields of RemoteTranscribingLocationLevelFullVO to the specified entity. |
void |
remoteTranscribingLocationLevelFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteTranscribingLocationLevelFullVO to this
DAO's entity. |
void |
remoteTranscribingLocationLevelNaturalIdToEntity(RemoteTranscribingLocationLevelNaturalId source,
TranscribingLocationLevel target,
boolean copyIfNull)
Copies the fields of RemoteTranscribingLocationLevelNaturalId to the specified entity. |
void |
remoteTranscribingLocationLevelNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteTranscribingLocationLevelNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(TranscribingLocationLevel transcribingLocationLevel)
Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel from the persistent store. |
void |
remove(TranscribingSystem transcribingSystem,
LocationLevel locationLevel)
Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel 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 TranscribingLocationLevelDao.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 |
setLocationLevelDao(LocationLevelDao locationLevelDao)
Sets the reference to locationLevelDao . |
void |
setTranscribingSideDao(TranscribingSideDao transcribingSideDao)
Sets the reference to transcribingSideDao . |
void |
setTranscribingSystemDao(TranscribingSystemDao transcribingSystemDao)
Sets the reference to transcribingSystemDao . |
protected ClusterTranscribingLocationLevel |
toClusterTranscribingLocationLevel(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterTranscribingLocationLevel |
toClusterTranscribingLocationLevel(TranscribingLocationLevel entity)
Converts this DAO's entity to an object of type ClusterTranscribingLocationLevel . |
void |
toClusterTranscribingLocationLevel(TranscribingLocationLevel source,
ClusterTranscribingLocationLevel target)
Copies the fields of the specified entity to the target value object. |
ClusterTranscribingLocationLevel[] |
toClusterTranscribingLocationLevelArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterTranscribingLocationLevel . |
void |
toClusterTranscribingLocationLevelCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterTranscribingLocationLevel . |
protected TranscribingLocationLevel |
toEntity(java.lang.Object[] row)
|
protected RemoteTranscribingLocationLevelFullVO |
toRemoteTranscribingLocationLevelFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteTranscribingLocationLevelFullVO |
toRemoteTranscribingLocationLevelFullVO(TranscribingLocationLevel entity)
Converts this DAO's entity to an object of type RemoteTranscribingLocationLevelFullVO . |
void |
toRemoteTranscribingLocationLevelFullVO(TranscribingLocationLevel source,
RemoteTranscribingLocationLevelFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteTranscribingLocationLevelFullVO[] |
toRemoteTranscribingLocationLevelFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteTranscribingLocationLevelFullVO . |
void |
toRemoteTranscribingLocationLevelFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteTranscribingLocationLevelFullVO . |
protected RemoteTranscribingLocationLevelNaturalId |
toRemoteTranscribingLocationLevelNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteTranscribingLocationLevelNaturalId |
toRemoteTranscribingLocationLevelNaturalId(TranscribingLocationLevel entity)
Converts this DAO's entity to an object of type RemoteTranscribingLocationLevelNaturalId . |
void |
toRemoteTranscribingLocationLevelNaturalId(TranscribingLocationLevel source,
RemoteTranscribingLocationLevelNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteTranscribingLocationLevelNaturalId[] |
toRemoteTranscribingLocationLevelNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteTranscribingLocationLevelNaturalId . |
void |
toRemoteTranscribingLocationLevelNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteTranscribingLocationLevelNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel)
method. |
protected java.lang.Object |
transformEntity(int transform,
TranscribingLocationLevel 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.TranscribingLocationLevelDao , please note
that the TranscribingLocationLevelDao.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(TranscribingLocationLevel transcribingLocationLevel)
Updates the transcribingLocationLevel 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.TranscribingLocationLevelDao |
---|
clusterTranscribingLocationLevelToEntity, remoteTranscribingLocationLevelFullVOToEntity, remoteTranscribingLocationLevelNaturalIdToEntity |
Constructor Detail |
---|
public TranscribingLocationLevelDaoBase()
Method Detail |
---|
public void setTranscribingSystemDao(TranscribingSystemDao transcribingSystemDao)
transcribingSystemDao
.
protected TranscribingSystemDao getTranscribingSystemDao()
transcribingSystemDao
.
public void setLocationLevelDao(LocationLevelDao locationLevelDao)
locationLevelDao
.
protected LocationLevelDao getLocationLevelDao()
locationLevelDao
.
public void setTranscribingSideDao(TranscribingSideDao transcribingSideDao)
transcribingSideDao
.
protected TranscribingSideDao getTranscribingSideDao()
transcribingSideDao
.
public java.lang.Object load(int transform, TranscribingSystem transcribingSystem, LocationLevel locationLevel)
TranscribingLocationLevelDao
Does the same thing as TranscribingLocationLevelDao.load(fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.location.LocationLevel)
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 TranscribingLocationLevelDao
transcribingSystem
- identifier of the entity to loadlocationLevel
- identifier of the entity to load
TranscribingLocationLevelDao.load(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.location.LocationLevel)
public TranscribingLocationLevel load(TranscribingSystem transcribingSystem, LocationLevel locationLevel)
TranscribingLocationLevelDao
load
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.load(fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.location.LocationLevel)
public java.util.Collection loadAll()
TranscribingLocationLevelDao
TranscribingLocationLevel
.
loadAll
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.loadAll()
public java.util.Collection loadAll(int transform)
TranscribingLocationLevelDao
Does the same thing as TranscribingLocationLevelDao.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 TranscribingLocationLevelDao
transform
- the flag indicating what transformation to use.
TranscribingLocationLevelDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
TranscribingLocationLevelDao
Does the same thing as TranscribingLocationLevelDao.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 TranscribingLocationLevelDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
TranscribingLocationLevelDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
TranscribingLocationLevelDao
Does the same thing as TranscribingLocationLevelDao.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 TranscribingLocationLevelDao
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.
TranscribingLocationLevelDao.loadAll(int, int, int)
public TranscribingLocationLevel create(TranscribingLocationLevel transcribingLocationLevel)
TranscribingLocationLevelDao
create
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel)
public java.lang.Object create(int transform, TranscribingLocationLevel transcribingLocationLevel)
TranscribingLocationLevelDao
Does the same thing as TranscribingLocationLevelDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel)
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 TranscribingLocationLevelDao
TranscribingLocationLevelDao.create(int transform, fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel)
public java.util.Collection create(java.util.Collection entities)
TranscribingLocationLevelDao
entities
collection
create
in interface TranscribingLocationLevelDao
entities
- the collection of fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel
instances to create.
TranscribingLocationLevelDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
TranscribingLocationLevelDao
Does the same thing as TranscribingLocationLevelDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel)
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 TranscribingLocationLevelDao
TranscribingLocationLevelDao.create(int, java.util.Collection)
public TranscribingLocationLevel create(java.lang.String externalCode, java.sql.Timestamp updateDate, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, LocationLevel locationLevel)
TranscribingLocationLevelDao
Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel
instance from all attributes and
properties and adds it to the persistent store.
create
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.create(java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.location.LocationLevel)
public java.lang.Object create(int transform, java.lang.String externalCode, java.sql.Timestamp updateDate, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, LocationLevel locationLevel)
TranscribingLocationLevelDao
Does the same thing as TranscribingLocationLevelDao.create(java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.location.LocationLevel)
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 TranscribingLocationLevelDao
TranscribingLocationLevelDao.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.LocationLevel)
public TranscribingLocationLevel create(java.lang.String externalCode, LocationLevel locationLevel, TranscribingSide transcribingSide, TranscribingSystem transcribingSystem)
TranscribingLocationLevelDao
Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.create(java.lang.String,fr.ifremer.allegro.referential.location.LocationLevel,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public java.lang.Object create(int transform, java.lang.String externalCode, LocationLevel locationLevel, TranscribingSide transcribingSide, TranscribingSystem transcribingSystem)
TranscribingLocationLevelDao
Does the same thing as TranscribingLocationLevelDao.create(java.lang.String,fr.ifremer.allegro.referential.location.LocationLevel,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 TranscribingLocationLevelDao
TranscribingLocationLevelDao.create(int, java.lang.String,fr.ifremer.allegro.referential.location.LocationLevel,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public void update(TranscribingLocationLevel transcribingLocationLevel)
TranscribingLocationLevelDao
transcribingLocationLevel
instance in the persistent store.
update
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.update(fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel)
public void update(java.util.Collection entities)
TranscribingLocationLevelDao
entities
collection in the persistent store.
update
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.update(java.util.Collection)
public void remove(TranscribingLocationLevel transcribingLocationLevel)
TranscribingLocationLevelDao
remove
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.remove(fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel)
public void remove(TranscribingSystem transcribingSystem, LocationLevel locationLevel)
TranscribingLocationLevelDao
identifiers
from the persistent store.
remove
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.remove(fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.location.LocationLevel)
public void remove(java.util.Collection entities)
TranscribingLocationLevelDao
entities collection.
- Specified by:
remove
in interface TranscribingLocationLevelDao
- See Also:
TranscribingLocationLevelDao.remove(java.util.Collection)
public java.util.Collection getAllTranscribingLocationLevel()
getAllTranscribingLocationLevel
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.getAllTranscribingLocationLevel()
public java.util.Collection getAllTranscribingLocationLevel(int transform)
TranscribingLocationLevelDao
Does the same thing as TranscribingLocationLevelDao.getAllTranscribingLocationLevel()
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.
getAllTranscribingLocationLevel
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.getAllTranscribingLocationLevel(int)
public java.util.Collection getAllTranscribingLocationLevel(java.lang.String queryString)
TranscribingLocationLevelDao
Does the same thing as TranscribingLocationLevelDao.getAllTranscribingLocationLevel()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingLocationLevelDao.getAllTranscribingLocationLevel()
.
getAllTranscribingLocationLevel
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.getAllTranscribingLocationLevel(java.lang.String)
public java.util.Collection getAllTranscribingLocationLevel(int pageNumber, int pageSize)
TranscribingLocationLevelDao
Does the same thing as TranscribingLocationLevelDao.getAllTranscribingLocationLevel()
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.
getAllTranscribingLocationLevel
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.getAllTranscribingLocationLevel(int, int)
public java.util.Collection getAllTranscribingLocationLevel(java.lang.String queryString, int pageNumber, int pageSize)
TranscribingLocationLevelDao
Does the same thing as TranscribingLocationLevelDao.getAllTranscribingLocationLevel(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.
getAllTranscribingLocationLevel
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.getAllTranscribingLocationLevel(String, int, int)
public java.util.Collection getAllTranscribingLocationLevel(int transform, java.lang.String queryString)
TranscribingLocationLevelDao
Does the same thing as TranscribingLocationLevelDao.getAllTranscribingLocationLevel(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingLocationLevelDao.getAllTranscribingLocationLevel(int)
.
getAllTranscribingLocationLevel
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.getAllTranscribingLocationLevel(int, String)
public java.util.Collection getAllTranscribingLocationLevel(int transform, int pageNumber, int pageSize)
TranscribingLocationLevelDao
Does the same thing as TranscribingLocationLevelDao.getAllTranscribingLocationLevel(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.
getAllTranscribingLocationLevel
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.getAllTranscribingLocationLevel(int, int, int)
public java.util.Collection getAllTranscribingLocationLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize)
TranscribingLocationLevelDao
Does the same thing as TranscribingLocationLevelDao.getAllTranscribingLocationLevel(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.
getAllTranscribingLocationLevel
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.getAllTranscribingLocationLevel(int, java.lang.String, int, int)
public java.util.Collection findTranscribingLocationLevelByTranscribingSystem(TranscribingSystem transcribingSystem)
findTranscribingLocationLevelByTranscribingSystem
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public java.util.Collection findTranscribingLocationLevelByTranscribingSystem(int transform, TranscribingSystem transcribingSystem)
TranscribingLocationLevelDao
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSystem(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.
findTranscribingLocationLevelByTranscribingSystem
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public java.util.Collection findTranscribingLocationLevelByTranscribingSystem(java.lang.String queryString, TranscribingSystem transcribingSystem)
TranscribingLocationLevelDao
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
.
findTranscribingLocationLevelByTranscribingSystem
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSystem(java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public java.util.Collection findTranscribingLocationLevelByTranscribingSystem(int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
TranscribingLocationLevelDao
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSystem(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.
findTranscribingLocationLevelByTranscribingSystem
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSystem(int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public java.util.Collection findTranscribingLocationLevelByTranscribingSystem(java.lang.String queryString, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
TranscribingLocationLevelDao
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSystem(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.
findTranscribingLocationLevelByTranscribingSystem
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSystem(String, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public java.util.Collection findTranscribingLocationLevelByTranscribingSystem(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem)
TranscribingLocationLevelDao
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSystem(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 TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem transcribingSystem)
.
findTranscribingLocationLevelByTranscribingSystem
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSystem(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public java.util.Collection findTranscribingLocationLevelByTranscribingSystem(int transform, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
TranscribingLocationLevelDao
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSystem(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.
findTranscribingLocationLevelByTranscribingSystem
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSystem(int, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public java.util.Collection findTranscribingLocationLevelByTranscribingSystem(int transform, java.lang.String queryString, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
TranscribingLocationLevelDao
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSystem(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.
findTranscribingLocationLevelByTranscribingSystem
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSystem(int, java.lang.String, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public java.util.Collection findTranscribingLocationLevelByTranscribingSide(TranscribingSide transcribingSide)
findTranscribingLocationLevelByTranscribingSide
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide)
public java.util.Collection findTranscribingLocationLevelByTranscribingSide(int transform, TranscribingSide transcribingSide)
TranscribingLocationLevelDao
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSide(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.
findTranscribingLocationLevelByTranscribingSide
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide)
public java.util.Collection findTranscribingLocationLevelByTranscribingSide(java.lang.String queryString, TranscribingSide transcribingSide)
TranscribingLocationLevelDao
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide)
.
findTranscribingLocationLevelByTranscribingSide
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSide(java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSide)
public java.util.Collection findTranscribingLocationLevelByTranscribingSide(int pageNumber, int pageSize, TranscribingSide transcribingSide)
TranscribingLocationLevelDao
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSide(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.
findTranscribingLocationLevelByTranscribingSide
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSide(int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSide)
public java.util.Collection findTranscribingLocationLevelByTranscribingSide(java.lang.String queryString, int pageNumber, int pageSize, TranscribingSide transcribingSide)
TranscribingLocationLevelDao
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSide(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.
findTranscribingLocationLevelByTranscribingSide
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSide(String, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSide)
public java.util.Collection findTranscribingLocationLevelByTranscribingSide(int transform, java.lang.String queryString, TranscribingSide transcribingSide)
TranscribingLocationLevelDao
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSide(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 TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide transcribingSide)
.
findTranscribingLocationLevelByTranscribingSide
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSide(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSide)
public java.util.Collection findTranscribingLocationLevelByTranscribingSide(int transform, int pageNumber, int pageSize, TranscribingSide transcribingSide)
TranscribingLocationLevelDao
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSide(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.
findTranscribingLocationLevelByTranscribingSide
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSide(int, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSide)
public java.util.Collection findTranscribingLocationLevelByTranscribingSide(int transform, java.lang.String queryString, int pageNumber, int pageSize, TranscribingSide transcribingSide)
TranscribingLocationLevelDao
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSide(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.
findTranscribingLocationLevelByTranscribingSide
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSide(int, java.lang.String, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSide)
public java.util.Collection findTranscribingLocationLevelByLocationLevel(LocationLevel locationLevel)
findTranscribingLocationLevelByLocationLevel
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.findTranscribingLocationLevelByLocationLevel(fr.ifremer.allegro.referential.location.LocationLevel)
public java.util.Collection findTranscribingLocationLevelByLocationLevel(int transform, LocationLevel locationLevel)
TranscribingLocationLevelDao
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByLocationLevel(fr.ifremer.allegro.referential.location.LocationLevel)
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.
findTranscribingLocationLevelByLocationLevel
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.findTranscribingLocationLevelByLocationLevel(int, fr.ifremer.allegro.referential.location.LocationLevel)
public java.util.Collection findTranscribingLocationLevelByLocationLevel(java.lang.String queryString, LocationLevel locationLevel)
TranscribingLocationLevelDao
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByLocationLevel(fr.ifremer.allegro.referential.location.LocationLevel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingLocationLevelDao.findTranscribingLocationLevelByLocationLevel(fr.ifremer.allegro.referential.location.LocationLevel)
.
findTranscribingLocationLevelByLocationLevel
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.findTranscribingLocationLevelByLocationLevel(java.lang.String, fr.ifremer.allegro.referential.location.LocationLevel)
public java.util.Collection findTranscribingLocationLevelByLocationLevel(int pageNumber, int pageSize, LocationLevel locationLevel)
TranscribingLocationLevelDao
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByLocationLevel(fr.ifremer.allegro.referential.location.LocationLevel)
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.
findTranscribingLocationLevelByLocationLevel
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.findTranscribingLocationLevelByLocationLevel(int, int, fr.ifremer.allegro.referential.location.LocationLevel)
public java.util.Collection findTranscribingLocationLevelByLocationLevel(java.lang.String queryString, int pageNumber, int pageSize, LocationLevel locationLevel)
TranscribingLocationLevelDao
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByLocationLevel(String, fr.ifremer.allegro.referential.location.LocationLevel)
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.
findTranscribingLocationLevelByLocationLevel
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.findTranscribingLocationLevelByLocationLevel(String, int, int, fr.ifremer.allegro.referential.location.LocationLevel)
public java.util.Collection findTranscribingLocationLevelByLocationLevel(int transform, java.lang.String queryString, LocationLevel locationLevel)
TranscribingLocationLevelDao
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByLocationLevel(int, fr.ifremer.allegro.referential.location.LocationLevel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingLocationLevelDao.findTranscribingLocationLevelByLocationLevel(int, fr.ifremer.allegro.referential.location.LocationLevel locationLevel)
.
findTranscribingLocationLevelByLocationLevel
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.findTranscribingLocationLevelByLocationLevel(int, String, fr.ifremer.allegro.referential.location.LocationLevel)
public java.util.Collection findTranscribingLocationLevelByLocationLevel(int transform, int pageNumber, int pageSize, LocationLevel locationLevel)
TranscribingLocationLevelDao
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByLocationLevel(int, fr.ifremer.allegro.referential.location.LocationLevel)
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.
findTranscribingLocationLevelByLocationLevel
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.findTranscribingLocationLevelByLocationLevel(int, int, int, fr.ifremer.allegro.referential.location.LocationLevel)
public java.util.Collection findTranscribingLocationLevelByLocationLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, LocationLevel locationLevel)
TranscribingLocationLevelDao
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByLocationLevel(int, String, fr.ifremer.allegro.referential.location.LocationLevel)
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.
findTranscribingLocationLevelByLocationLevel
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.findTranscribingLocationLevelByLocationLevel(int, java.lang.String, int, int, fr.ifremer.allegro.referential.location.LocationLevel)
public TranscribingLocationLevel findTranscribingLocationLevelByIdentifiers(TranscribingSystem transcribingSystem, LocationLevel locationLevel)
findTranscribingLocationLevelByIdentifiers
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.findTranscribingLocationLevelByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel)
public java.lang.Object findTranscribingLocationLevelByIdentifiers(int transform, TranscribingSystem transcribingSystem, LocationLevel locationLevel)
TranscribingLocationLevelDao
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel)
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.
findTranscribingLocationLevelByIdentifiers
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.findTranscribingLocationLevelByIdentifiers(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel)
public TranscribingLocationLevel findTranscribingLocationLevelByIdentifiers(java.lang.String queryString, TranscribingSystem transcribingSystem, LocationLevel locationLevel)
TranscribingLocationLevelDao
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingLocationLevelDao.findTranscribingLocationLevelByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel)
.
findTranscribingLocationLevelByIdentifiers
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.findTranscribingLocationLevelByIdentifiers(java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel)
public java.lang.Object findTranscribingLocationLevelByIdentifiers(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem, LocationLevel locationLevel)
TranscribingLocationLevelDao
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByIdentifiers(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingLocationLevelDao.findTranscribingLocationLevelByIdentifiers(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem transcribingSystem, fr.ifremer.allegro.referential.location.LocationLevel locationLevel)
.
findTranscribingLocationLevelByIdentifiers
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.findTranscribingLocationLevelByIdentifiers(int, java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel)
public TranscribingLocationLevel findTranscribingLocationLevelByNaturalId(TranscribingSystem transcribingSystem, LocationLevel locationLevel)
findTranscribingLocationLevelByNaturalId
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.findTranscribingLocationLevelByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel)
public java.lang.Object findTranscribingLocationLevelByNaturalId(int transform, TranscribingSystem transcribingSystem, LocationLevel locationLevel)
TranscribingLocationLevelDao
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel)
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.
findTranscribingLocationLevelByNaturalId
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.findTranscribingLocationLevelByNaturalId(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel)
public TranscribingLocationLevel findTranscribingLocationLevelByNaturalId(java.lang.String queryString, TranscribingSystem transcribingSystem, LocationLevel locationLevel)
TranscribingLocationLevelDao
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingLocationLevelDao.findTranscribingLocationLevelByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel)
.
findTranscribingLocationLevelByNaturalId
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.findTranscribingLocationLevelByNaturalId(java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel)
public java.lang.Object findTranscribingLocationLevelByNaturalId(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem, LocationLevel locationLevel)
TranscribingLocationLevelDao
Does the same thing as TranscribingLocationLevelDao.findTranscribingLocationLevelByNaturalId(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingLocationLevelDao.findTranscribingLocationLevelByNaturalId(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem transcribingSystem, fr.ifremer.allegro.referential.location.LocationLevel locationLevel)
.
findTranscribingLocationLevelByNaturalId
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.findTranscribingLocationLevelByNaturalId(int, java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel)
public java.util.Collection getAllTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp updateDate)
getAllTranscribingLocationLevelSinceDateSynchro
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.getAllTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp)
public java.util.Collection getAllTranscribingLocationLevelSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
TranscribingLocationLevelDao
Does the same thing as TranscribingLocationLevelDao.getAllTranscribingLocationLevelSinceDateSynchro(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.
getAllTranscribingLocationLevelSinceDateSynchro
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.getAllTranscribingLocationLevelSinceDateSynchro(int, java.sql.Timestamp)
public java.util.Collection getAllTranscribingLocationLevelSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
TranscribingLocationLevelDao
Does the same thing as TranscribingLocationLevelDao.getAllTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingLocationLevelDao.getAllTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp)
.
getAllTranscribingLocationLevelSinceDateSynchro
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.getAllTranscribingLocationLevelSinceDateSynchro(java.lang.String, java.sql.Timestamp)
public java.util.Collection getAllTranscribingLocationLevelSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
TranscribingLocationLevelDao
Does the same thing as TranscribingLocationLevelDao.getAllTranscribingLocationLevelSinceDateSynchro(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.
getAllTranscribingLocationLevelSinceDateSynchro
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.getAllTranscribingLocationLevelSinceDateSynchro(int, int, java.sql.Timestamp)
public java.util.Collection getAllTranscribingLocationLevelSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
TranscribingLocationLevelDao
Does the same thing as TranscribingLocationLevelDao.getAllTranscribingLocationLevelSinceDateSynchro(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.
getAllTranscribingLocationLevelSinceDateSynchro
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.getAllTranscribingLocationLevelSinceDateSynchro(String, int, int, java.sql.Timestamp)
public java.util.Collection getAllTranscribingLocationLevelSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
TranscribingLocationLevelDao
Does the same thing as TranscribingLocationLevelDao.getAllTranscribingLocationLevelSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingLocationLevelDao.getAllTranscribingLocationLevelSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
getAllTranscribingLocationLevelSinceDateSynchro
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.getAllTranscribingLocationLevelSinceDateSynchro(int, String, java.sql.Timestamp)
public java.util.Collection getAllTranscribingLocationLevelSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
TranscribingLocationLevelDao
Does the same thing as TranscribingLocationLevelDao.getAllTranscribingLocationLevelSinceDateSynchro(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.
getAllTranscribingLocationLevelSinceDateSynchro
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.getAllTranscribingLocationLevelSinceDateSynchro(int, int, int, java.sql.Timestamp)
public java.util.Collection getAllTranscribingLocationLevelSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
TranscribingLocationLevelDao
Does the same thing as TranscribingLocationLevelDao.getAllTranscribingLocationLevelSinceDateSynchro(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.
getAllTranscribingLocationLevelSinceDateSynchro
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.getAllTranscribingLocationLevelSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)
public TranscribingLocationLevel createFromClusterTranscribingLocationLevel(ClusterTranscribingLocationLevel clusterTranscribingLocationLevel)
createFromClusterTranscribingLocationLevel
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.createFromClusterTranscribingLocationLevel(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingLocationLevel)
protected abstract TranscribingLocationLevel handleCreateFromClusterTranscribingLocationLevel(ClusterTranscribingLocationLevel clusterTranscribingLocationLevel) throws java.lang.Exception
createFromClusterTranscribingLocationLevel(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingLocationLevel)
java.lang.Exception
public ClusterTranscribingLocationLevel[] getAllClusterTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterTranscribingLocationLevelSinceDateSynchro
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.getAllClusterTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterTranscribingLocationLevel[] handleGetAllClusterTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterTranscribingLocationLevelSinceDateSynchro(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, TranscribingLocationLevel entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevelDao
, please note
that the TranscribingLocationLevelDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
TranscribingLocationLevel
- TranscribingLocationLevelDao.TRANSFORM_NONE
RemoteTranscribingLocationLevelFullVO
- TRANSFORM_REMOTETRANSCRIBINGLOCATIONLEVELFULLVO
RemoteTranscribingLocationLevelNaturalId
- TRANSFORM_REMOTETRANSCRIBINGLOCATIONLEVELNATURALID
ClusterTranscribingLocationLevel
- TRANSFORM_CLUSTERTRANSCRIBINGLOCATIONLEVEL
TranscribingLocationLevelDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in TranscribingLocationLevelDao
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.TranscribingLocationLevel)
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.TranscribingLocationLevelDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel)
protected TranscribingLocationLevel toEntity(java.lang.Object[] row)
public final void toRemoteTranscribingLocationLevelFullVOCollection(java.util.Collection entities)
TranscribingLocationLevelDao
RemoteTranscribingLocationLevelFullVO
.
toRemoteTranscribingLocationLevelFullVOCollection
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.toRemoteTranscribingLocationLevelFullVOCollection(java.util.Collection)
public final RemoteTranscribingLocationLevelFullVO[] toRemoteTranscribingLocationLevelFullVOArray(java.util.Collection entities)
TranscribingLocationLevelDao
RemoteTranscribingLocationLevelFullVO
.
toRemoteTranscribingLocationLevelFullVOArray
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.toRemoteTranscribingLocationLevelFullVOArray(java.util.Collection)
protected RemoteTranscribingLocationLevelFullVO toRemoteTranscribingLocationLevelFullVO(java.lang.Object[] row)
TranscribingLocationLevelDaoImpl
class if you intend to use reporting queries.
TranscribingLocationLevelDao.toRemoteTranscribingLocationLevelFullVO(fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel)
public final void remoteTranscribingLocationLevelFullVOToEntityCollection(java.util.Collection instances)
TranscribingLocationLevelDao
RemoteTranscribingLocationLevelFullVO
to this
DAO's entity.
remoteTranscribingLocationLevelFullVOToEntityCollection
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.remoteTranscribingLocationLevelFullVOToEntityCollection(java.util.Collection)
public void toRemoteTranscribingLocationLevelFullVO(TranscribingLocationLevel source, RemoteTranscribingLocationLevelFullVO target)
TranscribingLocationLevelDao
toRemoteTranscribingLocationLevelFullVO
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.toRemoteTranscribingLocationLevelFullVO(fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO)
public RemoteTranscribingLocationLevelFullVO toRemoteTranscribingLocationLevelFullVO(TranscribingLocationLevel entity)
TranscribingLocationLevelDao
RemoteTranscribingLocationLevelFullVO
.
toRemoteTranscribingLocationLevelFullVO
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.toRemoteTranscribingLocationLevelFullVO(fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel)
public void remoteTranscribingLocationLevelFullVOToEntity(RemoteTranscribingLocationLevelFullVO source, TranscribingLocationLevel target, boolean copyIfNull)
TranscribingLocationLevelDao
RemoteTranscribingLocationLevelFullVO
to the specified entity.
remoteTranscribingLocationLevelFullVOToEntity
in interface TranscribingLocationLevelDao
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.TranscribingLocationLevelDao#remoteTranscribingLocationLevelFullVOToEntity(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO, fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel)
public final void toRemoteTranscribingLocationLevelNaturalIdCollection(java.util.Collection entities)
TranscribingLocationLevelDao
RemoteTranscribingLocationLevelNaturalId
.
toRemoteTranscribingLocationLevelNaturalIdCollection
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.toRemoteTranscribingLocationLevelNaturalIdCollection(java.util.Collection)
public final RemoteTranscribingLocationLevelNaturalId[] toRemoteTranscribingLocationLevelNaturalIdArray(java.util.Collection entities)
TranscribingLocationLevelDao
RemoteTranscribingLocationLevelNaturalId
.
toRemoteTranscribingLocationLevelNaturalIdArray
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.toRemoteTranscribingLocationLevelNaturalIdArray(java.util.Collection)
protected RemoteTranscribingLocationLevelNaturalId toRemoteTranscribingLocationLevelNaturalId(java.lang.Object[] row)
TranscribingLocationLevelDaoImpl
class if you intend to use reporting queries.
TranscribingLocationLevelDao.toRemoteTranscribingLocationLevelNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel)
public final void remoteTranscribingLocationLevelNaturalIdToEntityCollection(java.util.Collection instances)
TranscribingLocationLevelDao
RemoteTranscribingLocationLevelNaturalId
to this
DAO's entity.
remoteTranscribingLocationLevelNaturalIdToEntityCollection
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.remoteTranscribingLocationLevelNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteTranscribingLocationLevelNaturalId(TranscribingLocationLevel source, RemoteTranscribingLocationLevelNaturalId target)
TranscribingLocationLevelDao
toRemoteTranscribingLocationLevelNaturalId
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.toRemoteTranscribingLocationLevelNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelNaturalId)
public RemoteTranscribingLocationLevelNaturalId toRemoteTranscribingLocationLevelNaturalId(TranscribingLocationLevel entity)
TranscribingLocationLevelDao
RemoteTranscribingLocationLevelNaturalId
.
toRemoteTranscribingLocationLevelNaturalId
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.toRemoteTranscribingLocationLevelNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel)
public void remoteTranscribingLocationLevelNaturalIdToEntity(RemoteTranscribingLocationLevelNaturalId source, TranscribingLocationLevel target, boolean copyIfNull)
TranscribingLocationLevelDao
RemoteTranscribingLocationLevelNaturalId
to the specified entity.
remoteTranscribingLocationLevelNaturalIdToEntity
in interface TranscribingLocationLevelDao
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.TranscribingLocationLevelDao#remoteTranscribingLocationLevelNaturalIdToEntity(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelNaturalId, fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel)
public final void toClusterTranscribingLocationLevelCollection(java.util.Collection entities)
TranscribingLocationLevelDao
ClusterTranscribingLocationLevel
.
toClusterTranscribingLocationLevelCollection
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.toClusterTranscribingLocationLevelCollection(java.util.Collection)
public final ClusterTranscribingLocationLevel[] toClusterTranscribingLocationLevelArray(java.util.Collection entities)
TranscribingLocationLevelDao
ClusterTranscribingLocationLevel
.
toClusterTranscribingLocationLevelArray
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.toClusterTranscribingLocationLevelArray(java.util.Collection)
protected ClusterTranscribingLocationLevel toClusterTranscribingLocationLevel(java.lang.Object[] row)
TranscribingLocationLevelDaoImpl
class if you intend to use reporting queries.
TranscribingLocationLevelDao.toClusterTranscribingLocationLevel(fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel)
public final void clusterTranscribingLocationLevelToEntityCollection(java.util.Collection instances)
TranscribingLocationLevelDao
ClusterTranscribingLocationLevel
to this
DAO's entity.
clusterTranscribingLocationLevelToEntityCollection
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.clusterTranscribingLocationLevelToEntityCollection(java.util.Collection)
public void toClusterTranscribingLocationLevel(TranscribingLocationLevel source, ClusterTranscribingLocationLevel target)
TranscribingLocationLevelDao
toClusterTranscribingLocationLevel
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.toClusterTranscribingLocationLevel(fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel, fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingLocationLevel)
public ClusterTranscribingLocationLevel toClusterTranscribingLocationLevel(TranscribingLocationLevel entity)
TranscribingLocationLevelDao
ClusterTranscribingLocationLevel
.
toClusterTranscribingLocationLevel
in interface TranscribingLocationLevelDao
TranscribingLocationLevelDao.toClusterTranscribingLocationLevel(fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel)
public void clusterTranscribingLocationLevelToEntity(ClusterTranscribingLocationLevel source, TranscribingLocationLevel target, boolean copyIfNull)
TranscribingLocationLevelDao
ClusterTranscribingLocationLevel
to the specified entity.
clusterTranscribingLocationLevelToEntity
in interface TranscribingLocationLevelDao
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.TranscribingLocationLevelDao#clusterTranscribingLocationLevelToEntity(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingLocationLevel, fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel)
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)
TranscribingLocationLevelDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface TranscribingLocationLevelDao
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.TranscribingLocationLevelDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
TranscribingLocationLevelDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface TranscribingLocationLevelDao
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.TranscribingLocationLevelDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
TranscribingLocationLevelDao
TranscribingLocationLevelDao.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 TranscribingLocationLevelDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
TranscribingLocationLevelDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
TranscribingLocationLevelDao
search
object.
search
in interface TranscribingLocationLevelDao
search
- the search object which provides the search parameters and pagination specification.
TranscribingLocationLevelDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |