fr.ifremer.allegro.referential.transcribing
Class TranscribingLocationLevelDaoBase

java.lang.Object
  extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
      extended by fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevelDaoBase
All Implemented Interfaces:
TranscribingLocationLevelDao
Direct Known Subclasses:
TranscribingLocationLevelDaoImpl

public abstract class TranscribingLocationLevelDaoBase
extends org.springframework.orm.hibernate3.support.HibernateDaoSupport
implements TranscribingLocationLevelDao

Base Spring DAO Class: is able to create, update, remove, load, and find objects of type fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel.

See Also:
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 collection.
 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

TranscribingLocationLevelDaoBase

public TranscribingLocationLevelDaoBase()
Method Detail

setTranscribingSystemDao

public void setTranscribingSystemDao(TranscribingSystemDao transcribingSystemDao)
Sets the reference to transcribingSystemDao.


getTranscribingSystemDao

protected TranscribingSystemDao getTranscribingSystemDao()
Gets the reference to transcribingSystemDao.


setLocationLevelDao

public void setLocationLevelDao(LocationLevelDao locationLevelDao)
Sets the reference to locationLevelDao.


getLocationLevelDao

protected LocationLevelDao getLocationLevelDao()
Gets the reference to locationLevelDao.


setTranscribingSideDao

public void setTranscribingSideDao(TranscribingSideDao transcribingSideDao)
Sets the reference to transcribingSideDao.


getTranscribingSideDao

protected TranscribingSideDao getTranscribingSideDao()
Gets the reference to transcribingSideDao.


load

public java.lang.Object load(int transform,
                             TranscribingSystem transcribingSystem,
                             LocationLevel locationLevel)
Description copied from interface: 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.

Specified by:
load in interface TranscribingLocationLevelDao
transcribingSystem - identifier of the entity to load
locationLevel - identifier of the entity to load
Returns:
either the entity or the object transformed from the entity.
See Also:
TranscribingLocationLevelDao.load(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.location.LocationLevel)

load

public TranscribingLocationLevel load(TranscribingSystem transcribingSystem,
                                      LocationLevel locationLevel)
Description copied from interface: TranscribingLocationLevelDao
Loads an instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel from the persistent store.

Specified by:
load in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.load(fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.location.LocationLevel)

loadAll

public java.util.Collection loadAll()
Description copied from interface: TranscribingLocationLevelDao
Loads all entities of type TranscribingLocationLevel.

Specified by:
loadAll in interface TranscribingLocationLevelDao
Returns:
the loaded entities.
See Also:
TranscribingLocationLevelDao.loadAll()

loadAll

public java.util.Collection loadAll(int transform)
Description copied from interface: 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.

Specified by:
loadAll in interface TranscribingLocationLevelDao
Parameters:
transform - the flag indicating what transformation to use.
Returns:
the loaded entities.
See Also:
TranscribingLocationLevelDao.loadAll(int)

loadAll

public java.util.Collection loadAll(int pageNumber,
                                    int pageSize)
Description copied from interface: 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.

Specified by:
loadAll in interface TranscribingLocationLevelDao
Parameters:
pageNumber - the page number to retrieve when paging results.
pageSize - the size of the page to retrieve when paging results.
Returns:
the loaded entities.
See Also:
TranscribingLocationLevelDao.loadAll(int, int)

loadAll

public java.util.Collection loadAll(int transform,
                                    int pageNumber,
                                    int pageSize)
Description copied from interface: 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.

Specified by:
loadAll in interface TranscribingLocationLevelDao
Parameters:
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.
Returns:
the loaded entities.
See Also:
TranscribingLocationLevelDao.loadAll(int, int, int)

create

public TranscribingLocationLevel create(TranscribingLocationLevel transcribingLocationLevel)
Description copied from interface: TranscribingLocationLevelDao
Creates an instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel and adds it to the persistent store.

Specified by:
create in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel)

create

public java.lang.Object create(int transform,
                               TranscribingLocationLevel transcribingLocationLevel)
Description copied from interface: 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.

Specified by:
create in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.create(int transform, fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel)

create

public java.util.Collection create(java.util.Collection entities)
Description copied from interface: TranscribingLocationLevelDao
Creates a new instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel and adds from the passed in entities collection

Specified by:
create in interface TranscribingLocationLevelDao
Parameters:
entities - the collection of fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel instances to create.
Returns:
the created instances.
See Also:
TranscribingLocationLevelDao.create(java.util.Collection)

create

public java.util.Collection create(int transform,
                                   java.util.Collection entities)
Description copied from interface: 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.

Specified by:
create in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.create(int, java.util.Collection)

create

public TranscribingLocationLevel create(java.lang.String externalCode,
                                        java.sql.Timestamp updateDate,
                                        TranscribingSystem transcribingSystem,
                                        TranscribingSide transcribingSide,
                                        LocationLevel locationLevel)
Description copied from interface: TranscribingLocationLevelDao

Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel instance from all attributes and properties and adds it to the persistent store.

Specified by:
create in interface TranscribingLocationLevelDao
See Also:
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)

create

public java.lang.Object create(int transform,
                               java.lang.String externalCode,
                               java.sql.Timestamp updateDate,
                               TranscribingSystem transcribingSystem,
                               TranscribingSide transcribingSide,
                               LocationLevel locationLevel)
Description copied from interface: 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.

Specified by:
create in interface TranscribingLocationLevelDao
See Also:
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)

create

public TranscribingLocationLevel create(java.lang.String externalCode,
                                        LocationLevel locationLevel,
                                        TranscribingSide transcribingSide,
                                        TranscribingSystem transcribingSystem)
Description copied from interface: 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.

Specified by:
create in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.create(java.lang.String,fr.ifremer.allegro.referential.location.LocationLevel,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

create

public java.lang.Object create(int transform,
                               java.lang.String externalCode,
                               LocationLevel locationLevel,
                               TranscribingSide transcribingSide,
                               TranscribingSystem transcribingSystem)
Description copied from interface: 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.

Specified by:
create in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.create(int, java.lang.String,fr.ifremer.allegro.referential.location.LocationLevel,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

update

public void update(TranscribingLocationLevel transcribingLocationLevel)
Description copied from interface: TranscribingLocationLevelDao
Updates the transcribingLocationLevel instance in the persistent store.

Specified by:
update in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.update(fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel)

update

public void update(java.util.Collection entities)
Description copied from interface: TranscribingLocationLevelDao
Updates all instances in the entities collection in the persistent store.

Specified by:
update in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.update(java.util.Collection)

remove

public void remove(TranscribingLocationLevel transcribingLocationLevel)
Description copied from interface: TranscribingLocationLevelDao
Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel from the persistent store.

Specified by:
remove in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.remove(fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel)

remove

public void remove(TranscribingSystem transcribingSystem,
                   LocationLevel locationLevel)
Description copied from interface: TranscribingLocationLevelDao
Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel having the given identifiers from the persistent store.

Specified by:
remove in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.remove(fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.location.LocationLevel)

remove

public void remove(java.util.Collection entities)
Description copied from interface: TranscribingLocationLevelDao
Removes all entities in the given entities collection.

Specified by:
remove in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.remove(java.util.Collection)

getAllTranscribingLocationLevel

public java.util.Collection getAllTranscribingLocationLevel()
Specified by:
getAllTranscribingLocationLevel in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.getAllTranscribingLocationLevel()

getAllTranscribingLocationLevel

public java.util.Collection getAllTranscribingLocationLevel(int transform)
Description copied from interface: 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.

Specified by:
getAllTranscribingLocationLevel in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.getAllTranscribingLocationLevel(int)

getAllTranscribingLocationLevel

public java.util.Collection getAllTranscribingLocationLevel(java.lang.String queryString)
Description copied from interface: 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().

Specified by:
getAllTranscribingLocationLevel in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.getAllTranscribingLocationLevel(java.lang.String)

getAllTranscribingLocationLevel

public java.util.Collection getAllTranscribingLocationLevel(int pageNumber,
                                                            int pageSize)
Description copied from interface: 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.

Specified by:
getAllTranscribingLocationLevel in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.getAllTranscribingLocationLevel(int, int)

getAllTranscribingLocationLevel

public java.util.Collection getAllTranscribingLocationLevel(java.lang.String queryString,
                                                            int pageNumber,
                                                            int pageSize)
Description copied from interface: 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.

Specified by:
getAllTranscribingLocationLevel in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.getAllTranscribingLocationLevel(String, int, int)

getAllTranscribingLocationLevel

public java.util.Collection getAllTranscribingLocationLevel(int transform,
                                                            java.lang.String queryString)
Description copied from interface: 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).

Specified by:
getAllTranscribingLocationLevel in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.getAllTranscribingLocationLevel(int, String)

getAllTranscribingLocationLevel

public java.util.Collection getAllTranscribingLocationLevel(int transform,
                                                            int pageNumber,
                                                            int pageSize)
Description copied from interface: 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.

Specified by:
getAllTranscribingLocationLevel in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.getAllTranscribingLocationLevel(int, int, int)

getAllTranscribingLocationLevel

public java.util.Collection getAllTranscribingLocationLevel(int transform,
                                                            java.lang.String queryString,
                                                            int pageNumber,
                                                            int pageSize)
Description copied from interface: 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.

Specified by:
getAllTranscribingLocationLevel in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.getAllTranscribingLocationLevel(int, java.lang.String, int, int)

findTranscribingLocationLevelByTranscribingSystem

public java.util.Collection findTranscribingLocationLevelByTranscribingSystem(TranscribingSystem transcribingSystem)
Specified by:
findTranscribingLocationLevelByTranscribingSystem in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

findTranscribingLocationLevelByTranscribingSystem

public java.util.Collection findTranscribingLocationLevelByTranscribingSystem(int transform,
                                                                              TranscribingSystem transcribingSystem)
Description copied from interface: 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.

Specified by:
findTranscribingLocationLevelByTranscribingSystem in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

findTranscribingLocationLevelByTranscribingSystem

public java.util.Collection findTranscribingLocationLevelByTranscribingSystem(java.lang.String queryString,
                                                                              TranscribingSystem transcribingSystem)
Description copied from interface: 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).

Specified by:
findTranscribingLocationLevelByTranscribingSystem in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSystem(java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

findTranscribingLocationLevelByTranscribingSystem

public java.util.Collection findTranscribingLocationLevelByTranscribingSystem(int pageNumber,
                                                                              int pageSize,
                                                                              TranscribingSystem transcribingSystem)
Description copied from interface: 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.

Specified by:
findTranscribingLocationLevelByTranscribingSystem in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSystem(int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

findTranscribingLocationLevelByTranscribingSystem

public java.util.Collection findTranscribingLocationLevelByTranscribingSystem(java.lang.String queryString,
                                                                              int pageNumber,
                                                                              int pageSize,
                                                                              TranscribingSystem transcribingSystem)
Description copied from interface: 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.

Specified by:
findTranscribingLocationLevelByTranscribingSystem in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSystem(String, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

findTranscribingLocationLevelByTranscribingSystem

public java.util.Collection findTranscribingLocationLevelByTranscribingSystem(int transform,
                                                                              java.lang.String queryString,
                                                                              TranscribingSystem transcribingSystem)
Description copied from interface: 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).

Specified by:
findTranscribingLocationLevelByTranscribingSystem in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSystem(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

findTranscribingLocationLevelByTranscribingSystem

public java.util.Collection findTranscribingLocationLevelByTranscribingSystem(int transform,
                                                                              int pageNumber,
                                                                              int pageSize,
                                                                              TranscribingSystem transcribingSystem)
Description copied from interface: 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.

Specified by:
findTranscribingLocationLevelByTranscribingSystem in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSystem(int, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

findTranscribingLocationLevelByTranscribingSystem

public java.util.Collection findTranscribingLocationLevelByTranscribingSystem(int transform,
                                                                              java.lang.String queryString,
                                                                              int pageNumber,
                                                                              int pageSize,
                                                                              TranscribingSystem transcribingSystem)
Description copied from interface: 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.

Specified by:
findTranscribingLocationLevelByTranscribingSystem in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSystem(int, java.lang.String, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

findTranscribingLocationLevelByTranscribingSide

public java.util.Collection findTranscribingLocationLevelByTranscribingSide(TranscribingSide transcribingSide)
Specified by:
findTranscribingLocationLevelByTranscribingSide in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide)

findTranscribingLocationLevelByTranscribingSide

public java.util.Collection findTranscribingLocationLevelByTranscribingSide(int transform,
                                                                            TranscribingSide transcribingSide)
Description copied from interface: 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.

Specified by:
findTranscribingLocationLevelByTranscribingSide in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide)

findTranscribingLocationLevelByTranscribingSide

public java.util.Collection findTranscribingLocationLevelByTranscribingSide(java.lang.String queryString,
                                                                            TranscribingSide transcribingSide)
Description copied from interface: 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).

Specified by:
findTranscribingLocationLevelByTranscribingSide in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSide(java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSide)

findTranscribingLocationLevelByTranscribingSide

public java.util.Collection findTranscribingLocationLevelByTranscribingSide(int pageNumber,
                                                                            int pageSize,
                                                                            TranscribingSide transcribingSide)
Description copied from interface: 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.

Specified by:
findTranscribingLocationLevelByTranscribingSide in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSide(int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSide)

findTranscribingLocationLevelByTranscribingSide

public java.util.Collection findTranscribingLocationLevelByTranscribingSide(java.lang.String queryString,
                                                                            int pageNumber,
                                                                            int pageSize,
                                                                            TranscribingSide transcribingSide)
Description copied from interface: 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.

Specified by:
findTranscribingLocationLevelByTranscribingSide in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSide(String, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSide)

findTranscribingLocationLevelByTranscribingSide

public java.util.Collection findTranscribingLocationLevelByTranscribingSide(int transform,
                                                                            java.lang.String queryString,
                                                                            TranscribingSide transcribingSide)
Description copied from interface: 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).

Specified by:
findTranscribingLocationLevelByTranscribingSide in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSide(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSide)

findTranscribingLocationLevelByTranscribingSide

public java.util.Collection findTranscribingLocationLevelByTranscribingSide(int transform,
                                                                            int pageNumber,
                                                                            int pageSize,
                                                                            TranscribingSide transcribingSide)
Description copied from interface: 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.

Specified by:
findTranscribingLocationLevelByTranscribingSide in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSide(int, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSide)

findTranscribingLocationLevelByTranscribingSide

public java.util.Collection findTranscribingLocationLevelByTranscribingSide(int transform,
                                                                            java.lang.String queryString,
                                                                            int pageNumber,
                                                                            int pageSize,
                                                                            TranscribingSide transcribingSide)
Description copied from interface: 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.

Specified by:
findTranscribingLocationLevelByTranscribingSide in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.findTranscribingLocationLevelByTranscribingSide(int, java.lang.String, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSide)

findTranscribingLocationLevelByLocationLevel

public java.util.Collection findTranscribingLocationLevelByLocationLevel(LocationLevel locationLevel)
Specified by:
findTranscribingLocationLevelByLocationLevel in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.findTranscribingLocationLevelByLocationLevel(fr.ifremer.allegro.referential.location.LocationLevel)

findTranscribingLocationLevelByLocationLevel

public java.util.Collection findTranscribingLocationLevelByLocationLevel(int transform,
                                                                         LocationLevel locationLevel)
Description copied from interface: 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.

Specified by:
findTranscribingLocationLevelByLocationLevel in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.findTranscribingLocationLevelByLocationLevel(int, fr.ifremer.allegro.referential.location.LocationLevel)

findTranscribingLocationLevelByLocationLevel

public java.util.Collection findTranscribingLocationLevelByLocationLevel(java.lang.String queryString,
                                                                         LocationLevel locationLevel)
Description copied from interface: 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).

Specified by:
findTranscribingLocationLevelByLocationLevel in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.findTranscribingLocationLevelByLocationLevel(java.lang.String, fr.ifremer.allegro.referential.location.LocationLevel)

findTranscribingLocationLevelByLocationLevel

public java.util.Collection findTranscribingLocationLevelByLocationLevel(int pageNumber,
                                                                         int pageSize,
                                                                         LocationLevel locationLevel)
Description copied from interface: 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.

Specified by:
findTranscribingLocationLevelByLocationLevel in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.findTranscribingLocationLevelByLocationLevel(int, int, fr.ifremer.allegro.referential.location.LocationLevel)

findTranscribingLocationLevelByLocationLevel

public java.util.Collection findTranscribingLocationLevelByLocationLevel(java.lang.String queryString,
                                                                         int pageNumber,
                                                                         int pageSize,
                                                                         LocationLevel locationLevel)
Description copied from interface: 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.

Specified by:
findTranscribingLocationLevelByLocationLevel in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.findTranscribingLocationLevelByLocationLevel(String, int, int, fr.ifremer.allegro.referential.location.LocationLevel)

findTranscribingLocationLevelByLocationLevel

public java.util.Collection findTranscribingLocationLevelByLocationLevel(int transform,
                                                                         java.lang.String queryString,
                                                                         LocationLevel locationLevel)
Description copied from interface: 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).

Specified by:
findTranscribingLocationLevelByLocationLevel in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.findTranscribingLocationLevelByLocationLevel(int, String, fr.ifremer.allegro.referential.location.LocationLevel)

findTranscribingLocationLevelByLocationLevel

public java.util.Collection findTranscribingLocationLevelByLocationLevel(int transform,
                                                                         int pageNumber,
                                                                         int pageSize,
                                                                         LocationLevel locationLevel)
Description copied from interface: 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.

Specified by:
findTranscribingLocationLevelByLocationLevel in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.findTranscribingLocationLevelByLocationLevel(int, int, int, fr.ifremer.allegro.referential.location.LocationLevel)

findTranscribingLocationLevelByLocationLevel

public java.util.Collection findTranscribingLocationLevelByLocationLevel(int transform,
                                                                         java.lang.String queryString,
                                                                         int pageNumber,
                                                                         int pageSize,
                                                                         LocationLevel locationLevel)
Description copied from interface: 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.

Specified by:
findTranscribingLocationLevelByLocationLevel in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.findTranscribingLocationLevelByLocationLevel(int, java.lang.String, int, int, fr.ifremer.allegro.referential.location.LocationLevel)

findTranscribingLocationLevelByIdentifiers

public TranscribingLocationLevel findTranscribingLocationLevelByIdentifiers(TranscribingSystem transcribingSystem,
                                                                            LocationLevel locationLevel)
Specified by:
findTranscribingLocationLevelByIdentifiers in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.findTranscribingLocationLevelByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel)

findTranscribingLocationLevelByIdentifiers

public java.lang.Object findTranscribingLocationLevelByIdentifiers(int transform,
                                                                   TranscribingSystem transcribingSystem,
                                                                   LocationLevel locationLevel)
Description copied from interface: 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.

Specified by:
findTranscribingLocationLevelByIdentifiers in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.findTranscribingLocationLevelByIdentifiers(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel)

findTranscribingLocationLevelByIdentifiers

public TranscribingLocationLevel findTranscribingLocationLevelByIdentifiers(java.lang.String queryString,
                                                                            TranscribingSystem transcribingSystem,
                                                                            LocationLevel locationLevel)
Description copied from interface: 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).

Specified by:
findTranscribingLocationLevelByIdentifiers in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.findTranscribingLocationLevelByIdentifiers(java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel)

findTranscribingLocationLevelByIdentifiers

public java.lang.Object findTranscribingLocationLevelByIdentifiers(int transform,
                                                                   java.lang.String queryString,
                                                                   TranscribingSystem transcribingSystem,
                                                                   LocationLevel locationLevel)
Description copied from interface: 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).

Specified by:
findTranscribingLocationLevelByIdentifiers in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.findTranscribingLocationLevelByIdentifiers(int, java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel)

findTranscribingLocationLevelByNaturalId

public TranscribingLocationLevel findTranscribingLocationLevelByNaturalId(TranscribingSystem transcribingSystem,
                                                                          LocationLevel locationLevel)
Specified by:
findTranscribingLocationLevelByNaturalId in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.findTranscribingLocationLevelByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel)

findTranscribingLocationLevelByNaturalId

public java.lang.Object findTranscribingLocationLevelByNaturalId(int transform,
                                                                 TranscribingSystem transcribingSystem,
                                                                 LocationLevel locationLevel)
Description copied from interface: 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.

Specified by:
findTranscribingLocationLevelByNaturalId in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.findTranscribingLocationLevelByNaturalId(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel)

findTranscribingLocationLevelByNaturalId

public TranscribingLocationLevel findTranscribingLocationLevelByNaturalId(java.lang.String queryString,
                                                                          TranscribingSystem transcribingSystem,
                                                                          LocationLevel locationLevel)
Description copied from interface: 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).

Specified by:
findTranscribingLocationLevelByNaturalId in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.findTranscribingLocationLevelByNaturalId(java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel)

findTranscribingLocationLevelByNaturalId

public java.lang.Object findTranscribingLocationLevelByNaturalId(int transform,
                                                                 java.lang.String queryString,
                                                                 TranscribingSystem transcribingSystem,
                                                                 LocationLevel locationLevel)
Description copied from interface: 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).

Specified by:
findTranscribingLocationLevelByNaturalId in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.findTranscribingLocationLevelByNaturalId(int, java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel)

getAllTranscribingLocationLevelSinceDateSynchro

public java.util.Collection getAllTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp updateDate)
Specified by:
getAllTranscribingLocationLevelSinceDateSynchro in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.getAllTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp)

getAllTranscribingLocationLevelSinceDateSynchro

public java.util.Collection getAllTranscribingLocationLevelSinceDateSynchro(int transform,
                                                                            java.sql.Timestamp updateDate)
Description copied from interface: 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.

Specified by:
getAllTranscribingLocationLevelSinceDateSynchro in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.getAllTranscribingLocationLevelSinceDateSynchro(int, java.sql.Timestamp)

getAllTranscribingLocationLevelSinceDateSynchro

public java.util.Collection getAllTranscribingLocationLevelSinceDateSynchro(java.lang.String queryString,
                                                                            java.sql.Timestamp updateDate)
Description copied from interface: 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).

Specified by:
getAllTranscribingLocationLevelSinceDateSynchro in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.getAllTranscribingLocationLevelSinceDateSynchro(java.lang.String, java.sql.Timestamp)

getAllTranscribingLocationLevelSinceDateSynchro

public java.util.Collection getAllTranscribingLocationLevelSinceDateSynchro(int pageNumber,
                                                                            int pageSize,
                                                                            java.sql.Timestamp updateDate)
Description copied from interface: 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.

Specified by:
getAllTranscribingLocationLevelSinceDateSynchro in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.getAllTranscribingLocationLevelSinceDateSynchro(int, int, java.sql.Timestamp)

getAllTranscribingLocationLevelSinceDateSynchro

public java.util.Collection getAllTranscribingLocationLevelSinceDateSynchro(java.lang.String queryString,
                                                                            int pageNumber,
                                                                            int pageSize,
                                                                            java.sql.Timestamp updateDate)
Description copied from interface: 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.

Specified by:
getAllTranscribingLocationLevelSinceDateSynchro in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.getAllTranscribingLocationLevelSinceDateSynchro(String, int, int, java.sql.Timestamp)

getAllTranscribingLocationLevelSinceDateSynchro

public java.util.Collection getAllTranscribingLocationLevelSinceDateSynchro(int transform,
                                                                            java.lang.String queryString,
                                                                            java.sql.Timestamp updateDate)
Description copied from interface: 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).

Specified by:
getAllTranscribingLocationLevelSinceDateSynchro in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.getAllTranscribingLocationLevelSinceDateSynchro(int, String, java.sql.Timestamp)

getAllTranscribingLocationLevelSinceDateSynchro

public java.util.Collection getAllTranscribingLocationLevelSinceDateSynchro(int transform,
                                                                            int pageNumber,
                                                                            int pageSize,
                                                                            java.sql.Timestamp updateDate)
Description copied from interface: 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.

Specified by:
getAllTranscribingLocationLevelSinceDateSynchro in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.getAllTranscribingLocationLevelSinceDateSynchro(int, int, int, java.sql.Timestamp)

getAllTranscribingLocationLevelSinceDateSynchro

public java.util.Collection getAllTranscribingLocationLevelSinceDateSynchro(int transform,
                                                                            java.lang.String queryString,
                                                                            int pageNumber,
                                                                            int pageSize,
                                                                            java.sql.Timestamp updateDate)
Description copied from interface: 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.

Specified by:
getAllTranscribingLocationLevelSinceDateSynchro in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.getAllTranscribingLocationLevelSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)

createFromClusterTranscribingLocationLevel

public TranscribingLocationLevel createFromClusterTranscribingLocationLevel(ClusterTranscribingLocationLevel clusterTranscribingLocationLevel)
Specified by:
createFromClusterTranscribingLocationLevel in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.createFromClusterTranscribingLocationLevel(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingLocationLevel)

handleCreateFromClusterTranscribingLocationLevel

protected abstract TranscribingLocationLevel handleCreateFromClusterTranscribingLocationLevel(ClusterTranscribingLocationLevel clusterTranscribingLocationLevel)
                                                                                       throws java.lang.Exception
Performs the core logic for createFromClusterTranscribingLocationLevel(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingLocationLevel)

Throws:
java.lang.Exception

getAllClusterTranscribingLocationLevelSinceDateSynchro

public ClusterTranscribingLocationLevel[] getAllClusterTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                                                 java.lang.Integer userId,
                                                                                                 java.lang.Integer[] registrationLocationIds,
                                                                                                 java.lang.Integer pageNumber,
                                                                                                 java.lang.Integer pageSize)
Specified by:
getAllClusterTranscribingLocationLevelSinceDateSynchro in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.getAllClusterTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetAllClusterTranscribingLocationLevelSinceDateSynchro

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
Performs the core logic for getAllClusterTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Throws:
java.lang.Exception

transformEntity

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.

This method will return instances of these types:

If the integer argument value is unknown TranscribingLocationLevelDao.TRANSFORM_NONE is assumed.

Parameters:
transform - one of the constants declared in TranscribingLocationLevelDao
entity - an entity that was found
Returns:
the transformed entity (i.e. new value object, etc)
See Also:
transformEntities(int,java.util.Collection)

transformEntities

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. This method does not instantiate a new collection.

This method is to be used internally only.

Parameters:
transform - one of the constants declared in fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevelDao
entities - the collection of entities to transform
See Also:
transformEntity(int,fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel)

toEntity

protected TranscribingLocationLevel toEntity(java.lang.Object[] row)

toRemoteTranscribingLocationLevelFullVOCollection

public final void toRemoteTranscribingLocationLevelFullVOCollection(java.util.Collection entities)
Description copied from interface: TranscribingLocationLevelDao
Converts this DAO's entity to a Collection of instances of type RemoteTranscribingLocationLevelFullVO.

Specified by:
toRemoteTranscribingLocationLevelFullVOCollection in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.toRemoteTranscribingLocationLevelFullVOCollection(java.util.Collection)

toRemoteTranscribingLocationLevelFullVOArray

public final RemoteTranscribingLocationLevelFullVO[] toRemoteTranscribingLocationLevelFullVOArray(java.util.Collection entities)
Description copied from interface: TranscribingLocationLevelDao
Converts this DAO's entity to an array of instances of type RemoteTranscribingLocationLevelFullVO.

Specified by:
toRemoteTranscribingLocationLevelFullVOArray in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.toRemoteTranscribingLocationLevelFullVOArray(java.util.Collection)

toRemoteTranscribingLocationLevelFullVO

protected RemoteTranscribingLocationLevelFullVO toRemoteTranscribingLocationLevelFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. This implementation exists for convenience reasons only. It needs only be overridden in the TranscribingLocationLevelDaoImpl class if you intend to use reporting queries.

See Also:
TranscribingLocationLevelDao.toRemoteTranscribingLocationLevelFullVO(fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel)

remoteTranscribingLocationLevelFullVOToEntityCollection

public final void remoteTranscribingLocationLevelFullVOToEntityCollection(java.util.Collection instances)
Description copied from interface: TranscribingLocationLevelDao
Converts a Collection of instances of type RemoteTranscribingLocationLevelFullVO to this DAO's entity.

Specified by:
remoteTranscribingLocationLevelFullVOToEntityCollection in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.remoteTranscribingLocationLevelFullVOToEntityCollection(java.util.Collection)

toRemoteTranscribingLocationLevelFullVO

public void toRemoteTranscribingLocationLevelFullVO(TranscribingLocationLevel source,
                                                    RemoteTranscribingLocationLevelFullVO target)
Description copied from interface: TranscribingLocationLevelDao
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteTranscribingLocationLevelFullVO(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).

Specified by:
toRemoteTranscribingLocationLevelFullVO in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.toRemoteTranscribingLocationLevelFullVO(fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO)

toRemoteTranscribingLocationLevelFullVO

public RemoteTranscribingLocationLevelFullVO toRemoteTranscribingLocationLevelFullVO(TranscribingLocationLevel entity)
Description copied from interface: TranscribingLocationLevelDao
Converts this DAO's entity to an object of type RemoteTranscribingLocationLevelFullVO.

Specified by:
toRemoteTranscribingLocationLevelFullVO in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.toRemoteTranscribingLocationLevelFullVO(fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel)

remoteTranscribingLocationLevelFullVOToEntity

public void remoteTranscribingLocationLevelFullVOToEntity(RemoteTranscribingLocationLevelFullVO source,
                                                          TranscribingLocationLevel target,
                                                          boolean copyIfNull)
Description copied from interface: TranscribingLocationLevelDao
Copies the fields of RemoteTranscribingLocationLevelFullVO to the specified entity.

Specified by:
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.
See Also:
fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevelDao#remoteTranscribingLocationLevelFullVOToEntity(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO, fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel)

toRemoteTranscribingLocationLevelNaturalIdCollection

public final void toRemoteTranscribingLocationLevelNaturalIdCollection(java.util.Collection entities)
Description copied from interface: TranscribingLocationLevelDao
Converts this DAO's entity to a Collection of instances of type RemoteTranscribingLocationLevelNaturalId.

Specified by:
toRemoteTranscribingLocationLevelNaturalIdCollection in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.toRemoteTranscribingLocationLevelNaturalIdCollection(java.util.Collection)

toRemoteTranscribingLocationLevelNaturalIdArray

public final RemoteTranscribingLocationLevelNaturalId[] toRemoteTranscribingLocationLevelNaturalIdArray(java.util.Collection entities)
Description copied from interface: TranscribingLocationLevelDao
Converts this DAO's entity to an array of instances of type RemoteTranscribingLocationLevelNaturalId.

Specified by:
toRemoteTranscribingLocationLevelNaturalIdArray in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.toRemoteTranscribingLocationLevelNaturalIdArray(java.util.Collection)

toRemoteTranscribingLocationLevelNaturalId

protected RemoteTranscribingLocationLevelNaturalId toRemoteTranscribingLocationLevelNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. This implementation exists for convenience reasons only. It needs only be overridden in the TranscribingLocationLevelDaoImpl class if you intend to use reporting queries.

See Also:
TranscribingLocationLevelDao.toRemoteTranscribingLocationLevelNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel)

remoteTranscribingLocationLevelNaturalIdToEntityCollection

public final void remoteTranscribingLocationLevelNaturalIdToEntityCollection(java.util.Collection instances)
Description copied from interface: TranscribingLocationLevelDao
Converts a Collection of instances of type RemoteTranscribingLocationLevelNaturalId to this DAO's entity.

Specified by:
remoteTranscribingLocationLevelNaturalIdToEntityCollection in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.remoteTranscribingLocationLevelNaturalIdToEntityCollection(java.util.Collection)

toRemoteTranscribingLocationLevelNaturalId

public void toRemoteTranscribingLocationLevelNaturalId(TranscribingLocationLevel source,
                                                       RemoteTranscribingLocationLevelNaturalId target)
Description copied from interface: TranscribingLocationLevelDao
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteTranscribingLocationLevelNaturalId(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).

Specified by:
toRemoteTranscribingLocationLevelNaturalId in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.toRemoteTranscribingLocationLevelNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelNaturalId)

toRemoteTranscribingLocationLevelNaturalId

public RemoteTranscribingLocationLevelNaturalId toRemoteTranscribingLocationLevelNaturalId(TranscribingLocationLevel entity)
Description copied from interface: TranscribingLocationLevelDao
Converts this DAO's entity to an object of type RemoteTranscribingLocationLevelNaturalId.

Specified by:
toRemoteTranscribingLocationLevelNaturalId in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.toRemoteTranscribingLocationLevelNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel)

remoteTranscribingLocationLevelNaturalIdToEntity

public void remoteTranscribingLocationLevelNaturalIdToEntity(RemoteTranscribingLocationLevelNaturalId source,
                                                             TranscribingLocationLevel target,
                                                             boolean copyIfNull)
Description copied from interface: TranscribingLocationLevelDao
Copies the fields of RemoteTranscribingLocationLevelNaturalId to the specified entity.

Specified by:
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.
See Also:
fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevelDao#remoteTranscribingLocationLevelNaturalIdToEntity(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelNaturalId, fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel)

toClusterTranscribingLocationLevelCollection

public final void toClusterTranscribingLocationLevelCollection(java.util.Collection entities)
Description copied from interface: TranscribingLocationLevelDao
Converts this DAO's entity to a Collection of instances of type ClusterTranscribingLocationLevel.

Specified by:
toClusterTranscribingLocationLevelCollection in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.toClusterTranscribingLocationLevelCollection(java.util.Collection)

toClusterTranscribingLocationLevelArray

public final ClusterTranscribingLocationLevel[] toClusterTranscribingLocationLevelArray(java.util.Collection entities)
Description copied from interface: TranscribingLocationLevelDao
Converts this DAO's entity to an array of instances of type ClusterTranscribingLocationLevel.

Specified by:
toClusterTranscribingLocationLevelArray in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.toClusterTranscribingLocationLevelArray(java.util.Collection)

toClusterTranscribingLocationLevel

protected ClusterTranscribingLocationLevel toClusterTranscribingLocationLevel(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. This implementation exists for convenience reasons only. It needs only be overridden in the TranscribingLocationLevelDaoImpl class if you intend to use reporting queries.

See Also:
TranscribingLocationLevelDao.toClusterTranscribingLocationLevel(fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel)

clusterTranscribingLocationLevelToEntityCollection

public final void clusterTranscribingLocationLevelToEntityCollection(java.util.Collection instances)
Description copied from interface: TranscribingLocationLevelDao
Converts a Collection of instances of type ClusterTranscribingLocationLevel to this DAO's entity.

Specified by:
clusterTranscribingLocationLevelToEntityCollection in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.clusterTranscribingLocationLevelToEntityCollection(java.util.Collection)

toClusterTranscribingLocationLevel

public void toClusterTranscribingLocationLevel(TranscribingLocationLevel source,
                                               ClusterTranscribingLocationLevel target)
Description copied from interface: TranscribingLocationLevelDao
Copies the fields of the specified entity to the target value object. This method is similar to toClusterTranscribingLocationLevel(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).

Specified by:
toClusterTranscribingLocationLevel in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.toClusterTranscribingLocationLevel(fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel, fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingLocationLevel)

toClusterTranscribingLocationLevel

public ClusterTranscribingLocationLevel toClusterTranscribingLocationLevel(TranscribingLocationLevel entity)
Description copied from interface: TranscribingLocationLevelDao
Converts this DAO's entity to an object of type ClusterTranscribingLocationLevel.

Specified by:
toClusterTranscribingLocationLevel in interface TranscribingLocationLevelDao
See Also:
TranscribingLocationLevelDao.toClusterTranscribingLocationLevel(fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel)

clusterTranscribingLocationLevelToEntity

public void clusterTranscribingLocationLevelToEntity(ClusterTranscribingLocationLevel source,
                                                     TranscribingLocationLevel target,
                                                     boolean copyIfNull)
Description copied from interface: TranscribingLocationLevelDao
Copies the fields of ClusterTranscribingLocationLevel to the specified entity.

Specified by:
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.
See Also:
fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevelDao#clusterTranscribingLocationLevelToEntity(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingLocationLevel, fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel)

getPrincipal

protected java.security.Principal getPrincipal()
Gets the current principal if one has been set, otherwise returns null.

Returns:
the current principal

search

public PaginationResult search(int transform,
                               int pageNumber,
                               int pageSize,
                               Search search)
Description copied from interface: TranscribingLocationLevelDao
Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize. These flags allow you to limit your data to a specified page number and size.

Specified by:
search in interface TranscribingLocationLevelDao
Parameters:
transform - the transformation flag.
pageNumber - the page number in the data to retrieve
pageSize - the size of the page to retrieve.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search wrapped in a PaginationResult instance.
See Also:
TranscribingLocationLevelDao.search(int, int, int, fr.ifremer.allegro.Search)

search

public PaginationResult search(int pageNumber,
                               int pageSize,
                               Search search)
Description copied from interface: TranscribingLocationLevelDao
Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize. These flags allow you to limit your data to a specified page number and size.

Specified by:
search in interface TranscribingLocationLevelDao
Parameters:
pageNumber - the page number in the data to retrieve
pageSize - the size of the page to retrieve.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search wrapped in a PaginationResult instance.
See Also:
TranscribingLocationLevelDao.search(int, int, fr.ifremer.allegro.Search)

search

public java.util.Set search(int transform,
                            Search search)
Description copied from interface: TranscribingLocationLevelDao
Does the same thing as 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.

Specified by:
search in interface TranscribingLocationLevelDao
Parameters:
transform - the transformation flag.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.
See Also:
TranscribingLocationLevelDao.search(int, fr.ifremer.allegro.Search)

search

public java.util.Set search(Search search)
Description copied from interface: TranscribingLocationLevelDao
Performs a search using the parameters specified in the given search object.

Specified by:
search in interface TranscribingLocationLevelDao
Parameters:
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.
See Also:
TranscribingLocationLevelDao.search(fr.ifremer.allegro.Search)


Copyright © 2008-2010 IFREMER. All Rights Reserved.