fr.ifremer.allegro.referential.transcribing
Class TranscribingLocationDaoBase

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

public abstract class TranscribingLocationDaoBase
extends org.springframework.orm.hibernate3.support.HibernateDaoSupport
implements TranscribingLocationDao

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

See Also:
TranscribingLocation

Field Summary
 
Fields inherited from interface fr.ifremer.allegro.referential.transcribing.TranscribingLocationDao
TRANSFORM_CLUSTERTRANSCRIBINGLOCATION, TRANSFORM_NONE, TRANSFORM_REMOTETRANSCRIBINGLOCATIONFULLVO, TRANSFORM_REMOTETRANSCRIBINGLOCATIONNATURALID
 
Constructor Summary
TranscribingLocationDaoBase()
           
 
Method Summary
 void clusterTranscribingLocationToEntity(ClusterTranscribingLocation source, TranscribingLocation target, boolean copyIfNull)
          Copies the fields of ClusterTranscribingLocation to the specified entity.
 void clusterTranscribingLocationToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterTranscribingLocation to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocation and adds from the passed in entities collection
 java.util.Collection create(int transform, java.util.Collection entities)
           Does the same thing as TranscribingLocationDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingLocation) with an additional flag called transform.
 java.lang.Object create(int transform, java.lang.String externalCode, Location location, TranscribingSide transcribingSide, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingLocationDao.create(java.lang.String,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional flag called transform.
 java.lang.Object create(int transform, java.lang.String externalCode, java.sql.Timestamp updateDate, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Location location)
           Does the same thing as TranscribingLocationDao.create(java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.location.Location) with an additional flag called transform.
 java.lang.Object create(int transform, TranscribingLocation transcribingLocation)
           Does the same thing as TranscribingLocationDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingLocation) with an additional flag called transform.
 TranscribingLocation create(java.lang.String externalCode, Location location, TranscribingSide transcribingSide, TranscribingSystem transcribingSystem)
           Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingLocation instance from only required properties (attributes and association ends) and adds it to the persistent store.
 TranscribingLocation create(java.lang.String externalCode, java.sql.Timestamp updateDate, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Location location)
           Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingLocation instance from all attributes and properties and adds it to the persistent store.
 TranscribingLocation create(TranscribingLocation transcribingLocation)
          Creates an instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocation and adds it to the persistent store.
 TranscribingLocation createFromClusterTranscribingLocation(ClusterTranscribingLocation clusterTranscribingLocation)
           
 java.lang.Object findTranscribingLocationByIdentifiers(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem, Location location)
           Does the same thing as TranscribingLocationDao.findTranscribingLocationByIdentifiers(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString.
 java.lang.Object findTranscribingLocationByIdentifiers(int transform, TranscribingSystem transcribingSystem, Location location)
           Does the same thing as TranscribingLocationDao.findTranscribingLocationByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location) with an additional flag called transform.
 TranscribingLocation findTranscribingLocationByIdentifiers(java.lang.String queryString, TranscribingSystem transcribingSystem, Location location)
           Does the same thing as TranscribingLocationDao.findTranscribingLocationByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString.
 TranscribingLocation findTranscribingLocationByIdentifiers(TranscribingSystem transcribingSystem, Location location)
           
 java.util.Collection findTranscribingLocationByLocation(int transform, int pageNumber, int pageSize, Location location)
           Does the same thing as TranscribingLocationDao.findTranscribingLocationByLocation(int, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingLocationByLocation(int pageNumber, int pageSize, Location location)
           Does the same thing as TranscribingLocationDao.findTranscribingLocationByLocation(fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingLocationByLocation(int transform, Location location)
           Does the same thing as TranscribingLocationDao.findTranscribingLocationByLocation(fr.ifremer.allegro.referential.location.Location) with an additional flag called transform.
 java.util.Collection findTranscribingLocationByLocation(int transform, java.lang.String queryString, int pageNumber, int pageSize, Location location)
           Does the same thing as TranscribingLocationDao.findTranscribingLocationByLocation(int, String, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingLocationByLocation(int transform, java.lang.String queryString, Location location)
           Does the same thing as TranscribingLocationDao.findTranscribingLocationByLocation(int, fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString.
 java.util.Collection findTranscribingLocationByLocation(Location location)
           
 java.util.Collection findTranscribingLocationByLocation(java.lang.String queryString, int pageNumber, int pageSize, Location location)
           Does the same thing as TranscribingLocationDao.findTranscribingLocationByLocation(String, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingLocationByLocation(java.lang.String queryString, Location location)
           Does the same thing as TranscribingLocationDao.findTranscribingLocationByLocation(fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString.
 java.lang.Object findTranscribingLocationByNaturalId(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem, Location location)
           Does the same thing as TranscribingLocationDao.findTranscribingLocationByNaturalId(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString.
 java.lang.Object findTranscribingLocationByNaturalId(int transform, TranscribingSystem transcribingSystem, Location location)
           Does the same thing as TranscribingLocationDao.findTranscribingLocationByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location) with an additional flag called transform.
 TranscribingLocation findTranscribingLocationByNaturalId(java.lang.String queryString, TranscribingSystem transcribingSystem, Location location)
           Does the same thing as TranscribingLocationDao.findTranscribingLocationByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString.
 TranscribingLocation findTranscribingLocationByNaturalId(TranscribingSystem transcribingSystem, Location location)
           
 java.util.Collection findTranscribingLocationByTranscribingSide(int transform, int pageNumber, int pageSize, TranscribingSide transcribingSide)
           Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingLocationByTranscribingSide(int pageNumber, int pageSize, TranscribingSide transcribingSide)
           Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingLocationByTranscribingSide(int transform, java.lang.String queryString, int pageNumber, int pageSize, TranscribingSide transcribingSide)
           Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSide(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingLocationByTranscribingSide(int transform, java.lang.String queryString, TranscribingSide transcribingSide)
           Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional argument called queryString.
 java.util.Collection findTranscribingLocationByTranscribingSide(int transform, TranscribingSide transcribingSide)
           Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional flag called transform.
 java.util.Collection findTranscribingLocationByTranscribingSide(java.lang.String queryString, int pageNumber, int pageSize, TranscribingSide transcribingSide)
           Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSide(String, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingLocationByTranscribingSide(java.lang.String queryString, TranscribingSide transcribingSide)
           Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional argument called queryString.
 java.util.Collection findTranscribingLocationByTranscribingSide(TranscribingSide transcribingSide)
           
 java.util.Collection findTranscribingLocationByTranscribingSystem(int transform, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingLocationByTranscribingSystem(int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingLocationByTranscribingSystem(int transform, java.lang.String queryString, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSystem(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingLocationByTranscribingSystem(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional argument called queryString.
 java.util.Collection findTranscribingLocationByTranscribingSystem(int transform, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional flag called transform.
 java.util.Collection findTranscribingLocationByTranscribingSystem(java.lang.String queryString, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSystem(String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingLocationByTranscribingSystem(java.lang.String queryString, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional argument called queryString.
 java.util.Collection findTranscribingLocationByTranscribingSystem(TranscribingSystem transcribingSystem)
           
 ClusterTranscribingLocation[] getAllClusterTranscribingLocationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 java.util.Collection getAllTranscribingLocation()
           
 java.util.Collection getAllTranscribingLocation(int transform)
           Does the same thing as TranscribingLocationDao.getAllTranscribingLocation() with an additional flag called transform.
 java.util.Collection getAllTranscribingLocation(int pageNumber, int pageSize)
           Does the same thing as TranscribingLocationDao.getAllTranscribingLocation() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingLocation(int transform, int pageNumber, int pageSize)
           Does the same thing as TranscribingLocationDao.getAllTranscribingLocation(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingLocation(int transform, java.lang.String queryString)
           Does the same thing as TranscribingLocationDao.getAllTranscribingLocation(int) with an additional argument called queryString.
 java.util.Collection getAllTranscribingLocation(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as TranscribingLocationDao.getAllTranscribingLocation(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingLocation(java.lang.String queryString)
           Does the same thing as TranscribingLocationDao.getAllTranscribingLocation() with an additional argument called queryString.
 java.util.Collection getAllTranscribingLocation(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as TranscribingLocationDao.getAllTranscribingLocation(String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingLocationSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as TranscribingLocationDao.getAllTranscribingLocationSinceDateSynchro(int, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingLocationSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as TranscribingLocationDao.getAllTranscribingLocationSinceDateSynchro(java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingLocationSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as TranscribingLocationDao.getAllTranscribingLocationSinceDateSynchro(int, String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingLocationSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as TranscribingLocationDao.getAllTranscribingLocationSinceDateSynchro(int, java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllTranscribingLocationSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
           Does the same thing as TranscribingLocationDao.getAllTranscribingLocationSinceDateSynchro(java.sql.Timestamp) with an additional flag called transform.
 java.util.Collection getAllTranscribingLocationSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as TranscribingLocationDao.getAllTranscribingLocationSinceDateSynchro(String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingLocationSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as TranscribingLocationDao.getAllTranscribingLocationSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllTranscribingLocationSinceDateSynchro(java.sql.Timestamp updateDate)
           
protected  LocationDao getLocationDao()
          Gets the reference to locationDao.
protected  java.security.Principal getPrincipal()
          Gets the current principal if one has been set, otherwise returns null.
protected  TranscribingSideDao getTranscribingSideDao()
          Gets the reference to transcribingSideDao.
protected  TranscribingSystemDao getTranscribingSystemDao()
          Gets the reference to transcribingSystemDao.
protected abstract  TranscribingLocation handleCreateFromClusterTranscribingLocation(ClusterTranscribingLocation clusterTranscribingLocation)
          Performs the core logic for createFromClusterTranscribingLocation(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingLocation)
protected abstract  ClusterTranscribingLocation[] handleGetAllClusterTranscribingLocationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
          Performs the core logic for getAllClusterTranscribingLocationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
 java.lang.Object load(int transform, TranscribingSystem transcribingSystem, Location location)
           Does the same thing as TranscribingLocationDao.load(fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.location.Location) with an additional flag called transform.
 TranscribingLocation load(TranscribingSystem transcribingSystem, Location location)
          Loads an instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocation from the persistent store.
 java.util.Collection loadAll()
          Loads all entities of type TranscribingLocation.
 java.util.Collection loadAll(int transform)
           Does the same thing as TranscribingLocationDao.loadAll() with an additional flag called transform.
 java.util.Collection loadAll(int pageNumber, int pageSize)
           Does the same thing as TranscribingLocationDao.loadAll() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
           Does the same thing as TranscribingLocationDao.loadAll(int) with an additional two arguments called pageNumber and pageSize.
 void remoteTranscribingLocationFullVOToEntity(RemoteTranscribingLocationFullVO source, TranscribingLocation target, boolean copyIfNull)
          Copies the fields of RemoteTranscribingLocationFullVO to the specified entity.
 void remoteTranscribingLocationFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteTranscribingLocationFullVO to this DAO's entity.
 void remoteTranscribingLocationNaturalIdToEntity(RemoteTranscribingLocationNaturalId source, TranscribingLocation target, boolean copyIfNull)
          Copies the fields of RemoteTranscribingLocationNaturalId to the specified entity.
 void remoteTranscribingLocationNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteTranscribingLocationNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(TranscribingLocation transcribingLocation)
          Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocation from the persistent store.
 void remove(TranscribingSystem transcribingSystem, Location location)
          Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocation having the given identifiers from the persistent store.
 PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
          Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize.
 PaginationResult search(int pageNumber, int pageSize, Search search)
          Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize.
 java.util.Set search(int transform, Search search)
          Does the same thing as TranscribingLocationDao.search(fr.ifremer.allegro.Search) but with an additional flag called transform.
 java.util.Set search(Search search)
          Performs a search using the parameters specified in the given search object.
 void setLocationDao(LocationDao locationDao)
          Sets the reference to locationDao.
 void setTranscribingSideDao(TranscribingSideDao transcribingSideDao)
          Sets the reference to transcribingSideDao.
 void setTranscribingSystemDao(TranscribingSystemDao transcribingSystemDao)
          Sets the reference to transcribingSystemDao.
protected  ClusterTranscribingLocation toClusterTranscribingLocation(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterTranscribingLocation toClusterTranscribingLocation(TranscribingLocation entity)
          Converts this DAO's entity to an object of type ClusterTranscribingLocation.
 void toClusterTranscribingLocation(TranscribingLocation source, ClusterTranscribingLocation target)
          Copies the fields of the specified entity to the target value object.
 ClusterTranscribingLocation[] toClusterTranscribingLocationArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterTranscribingLocation.
 void toClusterTranscribingLocationCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterTranscribingLocation.
protected  TranscribingLocation toEntity(java.lang.Object[] row)
           
protected  RemoteTranscribingLocationFullVO toRemoteTranscribingLocationFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteTranscribingLocationFullVO toRemoteTranscribingLocationFullVO(TranscribingLocation entity)
          Converts this DAO's entity to an object of type RemoteTranscribingLocationFullVO.
 void toRemoteTranscribingLocationFullVO(TranscribingLocation source, RemoteTranscribingLocationFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemoteTranscribingLocationFullVO[] toRemoteTranscribingLocationFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteTranscribingLocationFullVO.
 void toRemoteTranscribingLocationFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteTranscribingLocationFullVO.
protected  RemoteTranscribingLocationNaturalId toRemoteTranscribingLocationNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteTranscribingLocationNaturalId toRemoteTranscribingLocationNaturalId(TranscribingLocation entity)
          Converts this DAO's entity to an object of type RemoteTranscribingLocationNaturalId.
 void toRemoteTranscribingLocationNaturalId(TranscribingLocation source, RemoteTranscribingLocationNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemoteTranscribingLocationNaturalId[] toRemoteTranscribingLocationNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteTranscribingLocationNaturalId.
 void toRemoteTranscribingLocationNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteTranscribingLocationNaturalId.
protected  void transformEntities(int transform, java.util.Collection entities)
          Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.referential.transcribing.TranscribingLocation) method.
protected  java.lang.Object transformEntity(int transform, TranscribingLocation entity)
          Allows transformation of entities into value objects (or something else for that matter), when the transform flag is set to one of the constants defined in fr.ifremer.allegro.referential.transcribing.TranscribingLocationDao, please note that the TranscribingLocationDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.
 void update(java.util.Collection entities)
          Updates all instances in the entities collection in the persistent store.
 void update(TranscribingLocation transcribingLocation)
          Updates the transcribingLocation instance in the persistent store.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface fr.ifremer.allegro.referential.transcribing.TranscribingLocationDao
clusterTranscribingLocationToEntity, remoteTranscribingLocationFullVOToEntity, remoteTranscribingLocationNaturalIdToEntity
 

Constructor Detail

TranscribingLocationDaoBase

public TranscribingLocationDaoBase()
Method Detail

setTranscribingSystemDao

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


getTranscribingSystemDao

protected TranscribingSystemDao getTranscribingSystemDao()
Gets the reference to transcribingSystemDao.


setLocationDao

public void setLocationDao(LocationDao locationDao)
Sets the reference to locationDao.


getLocationDao

protected LocationDao getLocationDao()
Gets the reference to locationDao.


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,
                             Location location)
Description copied from interface: TranscribingLocationDao

Does the same thing as TranscribingLocationDao.load(fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.location.Location) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined in this class then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.

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

load

public TranscribingLocation load(TranscribingSystem transcribingSystem,
                                 Location location)
Description copied from interface: TranscribingLocationDao
Loads an instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocation from the persistent store.

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

loadAll

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

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

loadAll

public java.util.Collection loadAll(int transform)
Description copied from interface: TranscribingLocationDao

Does the same thing as TranscribingLocationDao.loadAll() with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.

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

loadAll

public java.util.Collection loadAll(int pageNumber,
                                    int pageSize)
Description copied from interface: TranscribingLocationDao

Does the same thing as TranscribingLocationDao.loadAll() with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
loadAll in interface TranscribingLocationDao
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:
TranscribingLocationDao.loadAll(int, int)

loadAll

public java.util.Collection loadAll(int transform,
                                    int pageNumber,
                                    int pageSize)
Description copied from interface: TranscribingLocationDao

Does the same thing as TranscribingLocationDao.loadAll(int) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
loadAll in interface TranscribingLocationDao
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:
TranscribingLocationDao.loadAll(int, int, int)

create

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

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

create

public java.lang.Object create(int transform,
                               TranscribingLocation transcribingLocation)
Description copied from interface: TranscribingLocationDao

Does the same thing as TranscribingLocationDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingLocation) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.

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

create

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

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

create

public java.util.Collection create(int transform,
                                   java.util.Collection entities)
Description copied from interface: TranscribingLocationDao

Does the same thing as TranscribingLocationDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingLocation) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

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

create

public TranscribingLocation create(java.lang.String externalCode,
                                   java.sql.Timestamp updateDate,
                                   TranscribingSystem transcribingSystem,
                                   TranscribingSide transcribingSide,
                                   Location location)
Description copied from interface: TranscribingLocationDao

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

Specified by:
create in interface TranscribingLocationDao
See Also:
TranscribingLocationDao.create(java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.location.Location)

create

public java.lang.Object create(int transform,
                               java.lang.String externalCode,
                               java.sql.Timestamp updateDate,
                               TranscribingSystem transcribingSystem,
                               TranscribingSide transcribingSide,
                               Location location)
Description copied from interface: TranscribingLocationDao

Does the same thing as TranscribingLocationDao.create(java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.location.Location) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.

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

create

public TranscribingLocation create(java.lang.String externalCode,
                                   Location location,
                                   TranscribingSide transcribingSide,
                                   TranscribingSystem transcribingSystem)
Description copied from interface: TranscribingLocationDao

Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingLocation instance from only required properties (attributes and association ends) and adds it to the persistent store.

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

create

public java.lang.Object create(int transform,
                               java.lang.String externalCode,
                               Location location,
                               TranscribingSide transcribingSide,
                               TranscribingSystem transcribingSystem)
Description copied from interface: TranscribingLocationDao

Does the same thing as TranscribingLocationDao.create(java.lang.String,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOTWILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.

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

update

public void update(TranscribingLocation transcribingLocation)
Description copied from interface: TranscribingLocationDao
Updates the transcribingLocation instance in the persistent store.

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

update

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

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

remove

public void remove(TranscribingLocation transcribingLocation)
Description copied from interface: TranscribingLocationDao
Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocation from the persistent store.

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

remove

public void remove(TranscribingSystem transcribingSystem,
                   Location location)
Description copied from interface: TranscribingLocationDao
Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocation having the given identifiers from the persistent store.

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

remove

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

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

getAllTranscribingLocation

public java.util.Collection getAllTranscribingLocation()
Specified by:
getAllTranscribingLocation in interface TranscribingLocationDao
See Also:
TranscribingLocationDao.getAllTranscribingLocation()

getAllTranscribingLocation

public java.util.Collection getAllTranscribingLocation(int transform)
Description copied from interface: TranscribingLocationDao

Does the same thing as TranscribingLocationDao.getAllTranscribingLocation() with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
getAllTranscribingLocation in interface TranscribingLocationDao
See Also:
TranscribingLocationDao.getAllTranscribingLocation(int)

getAllTranscribingLocation

public java.util.Collection getAllTranscribingLocation(java.lang.String queryString)
Description copied from interface: TranscribingLocationDao

Does the same thing as TranscribingLocationDao.getAllTranscribingLocation() with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingLocationDao.getAllTranscribingLocation().

Specified by:
getAllTranscribingLocation in interface TranscribingLocationDao
See Also:
TranscribingLocationDao.getAllTranscribingLocation(java.lang.String)

getAllTranscribingLocation

public java.util.Collection getAllTranscribingLocation(int pageNumber,
                                                       int pageSize)
Description copied from interface: TranscribingLocationDao

Does the same thing as TranscribingLocationDao.getAllTranscribingLocation() with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllTranscribingLocation in interface TranscribingLocationDao
See Also:
TranscribingLocationDao.getAllTranscribingLocation(int, int)

getAllTranscribingLocation

public java.util.Collection getAllTranscribingLocation(java.lang.String queryString,
                                                       int pageNumber,
                                                       int pageSize)
Description copied from interface: TranscribingLocationDao

Does the same thing as TranscribingLocationDao.getAllTranscribingLocation(String) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllTranscribingLocation in interface TranscribingLocationDao
See Also:
TranscribingLocationDao.getAllTranscribingLocation(String, int, int)

getAllTranscribingLocation

public java.util.Collection getAllTranscribingLocation(int transform,
                                                       java.lang.String queryString)
Description copied from interface: TranscribingLocationDao

Does the same thing as TranscribingLocationDao.getAllTranscribingLocation(int) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingLocationDao.getAllTranscribingLocation(int).

Specified by:
getAllTranscribingLocation in interface TranscribingLocationDao
See Also:
TranscribingLocationDao.getAllTranscribingLocation(int, String)

getAllTranscribingLocation

public java.util.Collection getAllTranscribingLocation(int transform,
                                                       int pageNumber,
                                                       int pageSize)
Description copied from interface: TranscribingLocationDao

Does the same thing as TranscribingLocationDao.getAllTranscribingLocation(int) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllTranscribingLocation in interface TranscribingLocationDao
See Also:
TranscribingLocationDao.getAllTranscribingLocation(int, int, int)

getAllTranscribingLocation

public java.util.Collection getAllTranscribingLocation(int transform,
                                                       java.lang.String queryString,
                                                       int pageNumber,
                                                       int pageSize)
Description copied from interface: TranscribingLocationDao

Does the same thing as TranscribingLocationDao.getAllTranscribingLocation(int, String) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllTranscribingLocation in interface TranscribingLocationDao
See Also:
TranscribingLocationDao.getAllTranscribingLocation(int, java.lang.String, int, int)

findTranscribingLocationByTranscribingSystem

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

findTranscribingLocationByTranscribingSystem

public java.util.Collection findTranscribingLocationByTranscribingSystem(int transform,
                                                                         TranscribingSystem transcribingSystem)
Description copied from interface: TranscribingLocationDao

Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

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

findTranscribingLocationByTranscribingSystem

public java.util.Collection findTranscribingLocationByTranscribingSystem(java.lang.String queryString,
                                                                         TranscribingSystem transcribingSystem)
Description copied from interface: TranscribingLocationDao

Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingLocationDao.findTranscribingLocationByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem).

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

findTranscribingLocationByTranscribingSystem

public java.util.Collection findTranscribingLocationByTranscribingSystem(int pageNumber,
                                                                         int pageSize,
                                                                         TranscribingSystem transcribingSystem)
Description copied from interface: TranscribingLocationDao

Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

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

findTranscribingLocationByTranscribingSystem

public java.util.Collection findTranscribingLocationByTranscribingSystem(java.lang.String queryString,
                                                                         int pageNumber,
                                                                         int pageSize,
                                                                         TranscribingSystem transcribingSystem)
Description copied from interface: TranscribingLocationDao

Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSystem(String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

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

findTranscribingLocationByTranscribingSystem

public java.util.Collection findTranscribingLocationByTranscribingSystem(int transform,
                                                                         java.lang.String queryString,
                                                                         TranscribingSystem transcribingSystem)
Description copied from interface: TranscribingLocationDao

Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingLocationDao.findTranscribingLocationByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem transcribingSystem).

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

findTranscribingLocationByTranscribingSystem

public java.util.Collection findTranscribingLocationByTranscribingSystem(int transform,
                                                                         int pageNumber,
                                                                         int pageSize,
                                                                         TranscribingSystem transcribingSystem)
Description copied from interface: TranscribingLocationDao

Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

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

findTranscribingLocationByTranscribingSystem

public java.util.Collection findTranscribingLocationByTranscribingSystem(int transform,
                                                                         java.lang.String queryString,
                                                                         int pageNumber,
                                                                         int pageSize,
                                                                         TranscribingSystem transcribingSystem)
Description copied from interface: TranscribingLocationDao

Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSystem(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

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

findTranscribingLocationByTranscribingSide

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

findTranscribingLocationByTranscribingSide

public java.util.Collection findTranscribingLocationByTranscribingSide(int transform,
                                                                       TranscribingSide transcribingSide)
Description copied from interface: TranscribingLocationDao

Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

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

findTranscribingLocationByTranscribingSide

public java.util.Collection findTranscribingLocationByTranscribingSide(java.lang.String queryString,
                                                                       TranscribingSide transcribingSide)
Description copied from interface: TranscribingLocationDao

Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingLocationDao.findTranscribingLocationByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide).

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

findTranscribingLocationByTranscribingSide

public java.util.Collection findTranscribingLocationByTranscribingSide(int pageNumber,
                                                                       int pageSize,
                                                                       TranscribingSide transcribingSide)
Description copied from interface: TranscribingLocationDao

Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

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

findTranscribingLocationByTranscribingSide

public java.util.Collection findTranscribingLocationByTranscribingSide(java.lang.String queryString,
                                                                       int pageNumber,
                                                                       int pageSize,
                                                                       TranscribingSide transcribingSide)
Description copied from interface: TranscribingLocationDao

Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSide(String, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

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

findTranscribingLocationByTranscribingSide

public java.util.Collection findTranscribingLocationByTranscribingSide(int transform,
                                                                       java.lang.String queryString,
                                                                       TranscribingSide transcribingSide)
Description copied from interface: TranscribingLocationDao

Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingLocationDao.findTranscribingLocationByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide transcribingSide).

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

findTranscribingLocationByTranscribingSide

public java.util.Collection findTranscribingLocationByTranscribingSide(int transform,
                                                                       int pageNumber,
                                                                       int pageSize,
                                                                       TranscribingSide transcribingSide)
Description copied from interface: TranscribingLocationDao

Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

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

findTranscribingLocationByTranscribingSide

public java.util.Collection findTranscribingLocationByTranscribingSide(int transform,
                                                                       java.lang.String queryString,
                                                                       int pageNumber,
                                                                       int pageSize,
                                                                       TranscribingSide transcribingSide)
Description copied from interface: TranscribingLocationDao

Does the same thing as TranscribingLocationDao.findTranscribingLocationByTranscribingSide(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

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

findTranscribingLocationByLocation

public java.util.Collection findTranscribingLocationByLocation(Location location)
Specified by:
findTranscribingLocationByLocation in interface TranscribingLocationDao
See Also:
TranscribingLocationDao.findTranscribingLocationByLocation(fr.ifremer.allegro.referential.location.Location)

findTranscribingLocationByLocation

public java.util.Collection findTranscribingLocationByLocation(int transform,
                                                               Location location)
Description copied from interface: TranscribingLocationDao

Does the same thing as TranscribingLocationDao.findTranscribingLocationByLocation(fr.ifremer.allegro.referential.location.Location) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findTranscribingLocationByLocation in interface TranscribingLocationDao
See Also:
TranscribingLocationDao.findTranscribingLocationByLocation(int, fr.ifremer.allegro.referential.location.Location)

findTranscribingLocationByLocation

public java.util.Collection findTranscribingLocationByLocation(java.lang.String queryString,
                                                               Location location)
Description copied from interface: TranscribingLocationDao

Does the same thing as TranscribingLocationDao.findTranscribingLocationByLocation(fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingLocationDao.findTranscribingLocationByLocation(fr.ifremer.allegro.referential.location.Location).

Specified by:
findTranscribingLocationByLocation in interface TranscribingLocationDao
See Also:
TranscribingLocationDao.findTranscribingLocationByLocation(java.lang.String, fr.ifremer.allegro.referential.location.Location)

findTranscribingLocationByLocation

public java.util.Collection findTranscribingLocationByLocation(int pageNumber,
                                                               int pageSize,
                                                               Location location)
Description copied from interface: TranscribingLocationDao

Does the same thing as TranscribingLocationDao.findTranscribingLocationByLocation(fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findTranscribingLocationByLocation in interface TranscribingLocationDao
See Also:
TranscribingLocationDao.findTranscribingLocationByLocation(int, int, fr.ifremer.allegro.referential.location.Location)

findTranscribingLocationByLocation

public java.util.Collection findTranscribingLocationByLocation(java.lang.String queryString,
                                                               int pageNumber,
                                                               int pageSize,
                                                               Location location)
Description copied from interface: TranscribingLocationDao

Does the same thing as TranscribingLocationDao.findTranscribingLocationByLocation(String, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findTranscribingLocationByLocation in interface TranscribingLocationDao
See Also:
TranscribingLocationDao.findTranscribingLocationByLocation(String, int, int, fr.ifremer.allegro.referential.location.Location)

findTranscribingLocationByLocation

public java.util.Collection findTranscribingLocationByLocation(int transform,
                                                               java.lang.String queryString,
                                                               Location location)
Description copied from interface: TranscribingLocationDao

Does the same thing as TranscribingLocationDao.findTranscribingLocationByLocation(int, fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingLocationDao.findTranscribingLocationByLocation(int, fr.ifremer.allegro.referential.location.Location location).

Specified by:
findTranscribingLocationByLocation in interface TranscribingLocationDao
See Also:
TranscribingLocationDao.findTranscribingLocationByLocation(int, String, fr.ifremer.allegro.referential.location.Location)

findTranscribingLocationByLocation

public java.util.Collection findTranscribingLocationByLocation(int transform,
                                                               int pageNumber,
                                                               int pageSize,
                                                               Location location)
Description copied from interface: TranscribingLocationDao

Does the same thing as TranscribingLocationDao.findTranscribingLocationByLocation(int, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findTranscribingLocationByLocation in interface TranscribingLocationDao
See Also:
TranscribingLocationDao.findTranscribingLocationByLocation(int, int, int, fr.ifremer.allegro.referential.location.Location)

findTranscribingLocationByLocation

public java.util.Collection findTranscribingLocationByLocation(int transform,
                                                               java.lang.String queryString,
                                                               int pageNumber,
                                                               int pageSize,
                                                               Location location)
Description copied from interface: TranscribingLocationDao

Does the same thing as TranscribingLocationDao.findTranscribingLocationByLocation(int, String, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findTranscribingLocationByLocation in interface TranscribingLocationDao
See Also:
TranscribingLocationDao.findTranscribingLocationByLocation(int, java.lang.String, int, int, fr.ifremer.allegro.referential.location.Location)

findTranscribingLocationByIdentifiers

public TranscribingLocation findTranscribingLocationByIdentifiers(TranscribingSystem transcribingSystem,
                                                                  Location location)
Specified by:
findTranscribingLocationByIdentifiers in interface TranscribingLocationDao
See Also:
TranscribingLocationDao.findTranscribingLocationByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location)

findTranscribingLocationByIdentifiers

public java.lang.Object findTranscribingLocationByIdentifiers(int transform,
                                                              TranscribingSystem transcribingSystem,
                                                              Location location)
Description copied from interface: TranscribingLocationDao

Does the same thing as TranscribingLocationDao.findTranscribingLocationByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findTranscribingLocationByIdentifiers in interface TranscribingLocationDao
See Also:
TranscribingLocationDao.findTranscribingLocationByIdentifiers(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location)

findTranscribingLocationByIdentifiers

public TranscribingLocation findTranscribingLocationByIdentifiers(java.lang.String queryString,
                                                                  TranscribingSystem transcribingSystem,
                                                                  Location location)
Description copied from interface: TranscribingLocationDao

Does the same thing as TranscribingLocationDao.findTranscribingLocationByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingLocationDao.findTranscribingLocationByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location).

Specified by:
findTranscribingLocationByIdentifiers in interface TranscribingLocationDao
See Also:
TranscribingLocationDao.findTranscribingLocationByIdentifiers(java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location)

findTranscribingLocationByIdentifiers

public java.lang.Object findTranscribingLocationByIdentifiers(int transform,
                                                              java.lang.String queryString,
                                                              TranscribingSystem transcribingSystem,
                                                              Location location)
Description copied from interface: TranscribingLocationDao

Does the same thing as TranscribingLocationDao.findTranscribingLocationByIdentifiers(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingLocationDao.findTranscribingLocationByIdentifiers(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem transcribingSystem, fr.ifremer.allegro.referential.location.Location location).

Specified by:
findTranscribingLocationByIdentifiers in interface TranscribingLocationDao
See Also:
TranscribingLocationDao.findTranscribingLocationByIdentifiers(int, java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location)

findTranscribingLocationByNaturalId

public TranscribingLocation findTranscribingLocationByNaturalId(TranscribingSystem transcribingSystem,
                                                                Location location)
Specified by:
findTranscribingLocationByNaturalId in interface TranscribingLocationDao
See Also:
TranscribingLocationDao.findTranscribingLocationByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location)

findTranscribingLocationByNaturalId

public java.lang.Object findTranscribingLocationByNaturalId(int transform,
                                                            TranscribingSystem transcribingSystem,
                                                            Location location)
Description copied from interface: TranscribingLocationDao

Does the same thing as TranscribingLocationDao.findTranscribingLocationByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findTranscribingLocationByNaturalId in interface TranscribingLocationDao
See Also:
TranscribingLocationDao.findTranscribingLocationByNaturalId(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location)

findTranscribingLocationByNaturalId

public TranscribingLocation findTranscribingLocationByNaturalId(java.lang.String queryString,
                                                                TranscribingSystem transcribingSystem,
                                                                Location location)
Description copied from interface: TranscribingLocationDao

Does the same thing as TranscribingLocationDao.findTranscribingLocationByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingLocationDao.findTranscribingLocationByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location).

Specified by:
findTranscribingLocationByNaturalId in interface TranscribingLocationDao
See Also:
TranscribingLocationDao.findTranscribingLocationByNaturalId(java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location)

findTranscribingLocationByNaturalId

public java.lang.Object findTranscribingLocationByNaturalId(int transform,
                                                            java.lang.String queryString,
                                                            TranscribingSystem transcribingSystem,
                                                            Location location)
Description copied from interface: TranscribingLocationDao

Does the same thing as TranscribingLocationDao.findTranscribingLocationByNaturalId(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingLocationDao.findTranscribingLocationByNaturalId(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem transcribingSystem, fr.ifremer.allegro.referential.location.Location location).

Specified by:
findTranscribingLocationByNaturalId in interface TranscribingLocationDao
See Also:
TranscribingLocationDao.findTranscribingLocationByNaturalId(int, java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location)

getAllTranscribingLocationSinceDateSynchro

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

getAllTranscribingLocationSinceDateSynchro

public java.util.Collection getAllTranscribingLocationSinceDateSynchro(int transform,
                                                                       java.sql.Timestamp updateDate)
Description copied from interface: TranscribingLocationDao

Does the same thing as TranscribingLocationDao.getAllTranscribingLocationSinceDateSynchro(java.sql.Timestamp) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
getAllTranscribingLocationSinceDateSynchro in interface TranscribingLocationDao
See Also:
TranscribingLocationDao.getAllTranscribingLocationSinceDateSynchro(int, java.sql.Timestamp)

getAllTranscribingLocationSinceDateSynchro

public java.util.Collection getAllTranscribingLocationSinceDateSynchro(java.lang.String queryString,
                                                                       java.sql.Timestamp updateDate)
Description copied from interface: TranscribingLocationDao

Does the same thing as TranscribingLocationDao.getAllTranscribingLocationSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingLocationDao.getAllTranscribingLocationSinceDateSynchro(java.sql.Timestamp).

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

getAllTranscribingLocationSinceDateSynchro

public java.util.Collection getAllTranscribingLocationSinceDateSynchro(int pageNumber,
                                                                       int pageSize,
                                                                       java.sql.Timestamp updateDate)
Description copied from interface: TranscribingLocationDao

Does the same thing as TranscribingLocationDao.getAllTranscribingLocationSinceDateSynchro(java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllTranscribingLocationSinceDateSynchro in interface TranscribingLocationDao
See Also:
TranscribingLocationDao.getAllTranscribingLocationSinceDateSynchro(int, int, java.sql.Timestamp)

getAllTranscribingLocationSinceDateSynchro

public java.util.Collection getAllTranscribingLocationSinceDateSynchro(java.lang.String queryString,
                                                                       int pageNumber,
                                                                       int pageSize,
                                                                       java.sql.Timestamp updateDate)
Description copied from interface: TranscribingLocationDao

Does the same thing as TranscribingLocationDao.getAllTranscribingLocationSinceDateSynchro(String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

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

getAllTranscribingLocationSinceDateSynchro

public java.util.Collection getAllTranscribingLocationSinceDateSynchro(int transform,
                                                                       java.lang.String queryString,
                                                                       java.sql.Timestamp updateDate)
Description copied from interface: TranscribingLocationDao

Does the same thing as TranscribingLocationDao.getAllTranscribingLocationSinceDateSynchro(int, java.sql.Timestamp) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingLocationDao.getAllTranscribingLocationSinceDateSynchro(int, java.sql.Timestamp updateDate).

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

getAllTranscribingLocationSinceDateSynchro

public java.util.Collection getAllTranscribingLocationSinceDateSynchro(int transform,
                                                                       int pageNumber,
                                                                       int pageSize,
                                                                       java.sql.Timestamp updateDate)
Description copied from interface: TranscribingLocationDao

Does the same thing as TranscribingLocationDao.getAllTranscribingLocationSinceDateSynchro(int, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllTranscribingLocationSinceDateSynchro in interface TranscribingLocationDao
See Also:
TranscribingLocationDao.getAllTranscribingLocationSinceDateSynchro(int, int, int, java.sql.Timestamp)

getAllTranscribingLocationSinceDateSynchro

public java.util.Collection getAllTranscribingLocationSinceDateSynchro(int transform,
                                                                       java.lang.String queryString,
                                                                       int pageNumber,
                                                                       int pageSize,
                                                                       java.sql.Timestamp updateDate)
Description copied from interface: TranscribingLocationDao

Does the same thing as TranscribingLocationDao.getAllTranscribingLocationSinceDateSynchro(int, String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

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

createFromClusterTranscribingLocation

public TranscribingLocation createFromClusterTranscribingLocation(ClusterTranscribingLocation clusterTranscribingLocation)
Specified by:
createFromClusterTranscribingLocation in interface TranscribingLocationDao
See Also:
TranscribingLocationDao.createFromClusterTranscribingLocation(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingLocation)

handleCreateFromClusterTranscribingLocation

protected abstract TranscribingLocation handleCreateFromClusterTranscribingLocation(ClusterTranscribingLocation clusterTranscribingLocation)
                                                                             throws java.lang.Exception
Performs the core logic for createFromClusterTranscribingLocation(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingLocation)

Throws:
java.lang.Exception

getAllClusterTranscribingLocationSinceDateSynchro

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

handleGetAllClusterTranscribingLocationSinceDateSynchro

protected abstract ClusterTranscribingLocation[] handleGetAllClusterTranscribingLocationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                                                         java.lang.Integer userId,
                                                                                                         java.lang.Integer[] registrationLocationIds,
                                                                                                         java.lang.Integer pageNumber,
                                                                                                         java.lang.Integer pageSize)
                                                                                                  throws java.lang.Exception
Performs the core logic for getAllClusterTranscribingLocationSinceDateSynchro(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,
                                           TranscribingLocation entity)
Allows transformation of entities into value objects (or something else for that matter), when the transform flag is set to one of the constants defined in fr.ifremer.allegro.referential.transcribing.TranscribingLocationDao, please note that the TranscribingLocationDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.

This method will return instances of these types:

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

Parameters:
transform - one of the constants declared in TranscribingLocationDao
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.TranscribingLocation) 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.TranscribingLocationDao
entities - the collection of entities to transform
See Also:
transformEntity(int,fr.ifremer.allegro.referential.transcribing.TranscribingLocation)

toEntity

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

toRemoteTranscribingLocationFullVOCollection

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

Specified by:
toRemoteTranscribingLocationFullVOCollection in interface TranscribingLocationDao
See Also:
TranscribingLocationDao.toRemoteTranscribingLocationFullVOCollection(java.util.Collection)

toRemoteTranscribingLocationFullVOArray

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

Specified by:
toRemoteTranscribingLocationFullVOArray in interface TranscribingLocationDao
See Also:
TranscribingLocationDao.toRemoteTranscribingLocationFullVOArray(java.util.Collection)

toRemoteTranscribingLocationFullVO

protected RemoteTranscribingLocationFullVO toRemoteTranscribingLocationFullVO(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 TranscribingLocationDaoImpl class if you intend to use reporting queries.

See Also:
TranscribingLocationDao.toRemoteTranscribingLocationFullVO(fr.ifremer.allegro.referential.transcribing.TranscribingLocation)

remoteTranscribingLocationFullVOToEntityCollection

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

Specified by:
remoteTranscribingLocationFullVOToEntityCollection in interface TranscribingLocationDao
See Also:
TranscribingLocationDao.remoteTranscribingLocationFullVOToEntityCollection(java.util.Collection)

toRemoteTranscribingLocationFullVO

public void toRemoteTranscribingLocationFullVO(TranscribingLocation source,
                                               RemoteTranscribingLocationFullVO target)
Description copied from interface: TranscribingLocationDao
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteTranscribingLocationFullVO(), 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:
toRemoteTranscribingLocationFullVO in interface TranscribingLocationDao
See Also:
TranscribingLocationDao.toRemoteTranscribingLocationFullVO(fr.ifremer.allegro.referential.transcribing.TranscribingLocation, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationFullVO)

toRemoteTranscribingLocationFullVO

public RemoteTranscribingLocationFullVO toRemoteTranscribingLocationFullVO(TranscribingLocation entity)
Description copied from interface: TranscribingLocationDao
Converts this DAO's entity to an object of type RemoteTranscribingLocationFullVO.

Specified by:
toRemoteTranscribingLocationFullVO in interface TranscribingLocationDao
See Also:
TranscribingLocationDao.toRemoteTranscribingLocationFullVO(fr.ifremer.allegro.referential.transcribing.TranscribingLocation)

remoteTranscribingLocationFullVOToEntity

public void remoteTranscribingLocationFullVOToEntity(RemoteTranscribingLocationFullVO source,
                                                     TranscribingLocation target,
                                                     boolean copyIfNull)
Description copied from interface: TranscribingLocationDao
Copies the fields of RemoteTranscribingLocationFullVO to the specified entity.

Specified by:
remoteTranscribingLocationFullVOToEntity in interface TranscribingLocationDao
copyIfNull - If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE, it will be copied regardless of its value.
See Also:
fr.ifremer.allegro.referential.transcribing.TranscribingLocationDao#remoteTranscribingLocationFullVOToEntity(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationFullVO, fr.ifremer.allegro.referential.transcribing.TranscribingLocation)

toRemoteTranscribingLocationNaturalIdCollection

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

Specified by:
toRemoteTranscribingLocationNaturalIdCollection in interface TranscribingLocationDao
See Also:
TranscribingLocationDao.toRemoteTranscribingLocationNaturalIdCollection(java.util.Collection)

toRemoteTranscribingLocationNaturalIdArray

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

Specified by:
toRemoteTranscribingLocationNaturalIdArray in interface TranscribingLocationDao
See Also:
TranscribingLocationDao.toRemoteTranscribingLocationNaturalIdArray(java.util.Collection)

toRemoteTranscribingLocationNaturalId

protected RemoteTranscribingLocationNaturalId toRemoteTranscribingLocationNaturalId(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 TranscribingLocationDaoImpl class if you intend to use reporting queries.

See Also:
TranscribingLocationDao.toRemoteTranscribingLocationNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingLocation)

remoteTranscribingLocationNaturalIdToEntityCollection

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

Specified by:
remoteTranscribingLocationNaturalIdToEntityCollection in interface TranscribingLocationDao
See Also:
TranscribingLocationDao.remoteTranscribingLocationNaturalIdToEntityCollection(java.util.Collection)

toRemoteTranscribingLocationNaturalId

public void toRemoteTranscribingLocationNaturalId(TranscribingLocation source,
                                                  RemoteTranscribingLocationNaturalId target)
Description copied from interface: TranscribingLocationDao
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteTranscribingLocationNaturalId(), 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:
toRemoteTranscribingLocationNaturalId in interface TranscribingLocationDao
See Also:
TranscribingLocationDao.toRemoteTranscribingLocationNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingLocation, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationNaturalId)

toRemoteTranscribingLocationNaturalId

public RemoteTranscribingLocationNaturalId toRemoteTranscribingLocationNaturalId(TranscribingLocation entity)
Description copied from interface: TranscribingLocationDao
Converts this DAO's entity to an object of type RemoteTranscribingLocationNaturalId.

Specified by:
toRemoteTranscribingLocationNaturalId in interface TranscribingLocationDao
See Also:
TranscribingLocationDao.toRemoteTranscribingLocationNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingLocation)

remoteTranscribingLocationNaturalIdToEntity

public void remoteTranscribingLocationNaturalIdToEntity(RemoteTranscribingLocationNaturalId source,
                                                        TranscribingLocation target,
                                                        boolean copyIfNull)
Description copied from interface: TranscribingLocationDao
Copies the fields of RemoteTranscribingLocationNaturalId to the specified entity.

Specified by:
remoteTranscribingLocationNaturalIdToEntity in interface TranscribingLocationDao
copyIfNull - If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE, it will be copied regardless of its value.
See Also:
fr.ifremer.allegro.referential.transcribing.TranscribingLocationDao#remoteTranscribingLocationNaturalIdToEntity(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationNaturalId, fr.ifremer.allegro.referential.transcribing.TranscribingLocation)

toClusterTranscribingLocationCollection

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

Specified by:
toClusterTranscribingLocationCollection in interface TranscribingLocationDao
See Also:
TranscribingLocationDao.toClusterTranscribingLocationCollection(java.util.Collection)

toClusterTranscribingLocationArray

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

Specified by:
toClusterTranscribingLocationArray in interface TranscribingLocationDao
See Also:
TranscribingLocationDao.toClusterTranscribingLocationArray(java.util.Collection)

toClusterTranscribingLocation

protected ClusterTranscribingLocation toClusterTranscribingLocation(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 TranscribingLocationDaoImpl class if you intend to use reporting queries.

See Also:
TranscribingLocationDao.toClusterTranscribingLocation(fr.ifremer.allegro.referential.transcribing.TranscribingLocation)

clusterTranscribingLocationToEntityCollection

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

Specified by:
clusterTranscribingLocationToEntityCollection in interface TranscribingLocationDao
See Also:
TranscribingLocationDao.clusterTranscribingLocationToEntityCollection(java.util.Collection)

toClusterTranscribingLocation

public void toClusterTranscribingLocation(TranscribingLocation source,
                                          ClusterTranscribingLocation target)
Description copied from interface: TranscribingLocationDao
Copies the fields of the specified entity to the target value object. This method is similar to toClusterTranscribingLocation(), 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:
toClusterTranscribingLocation in interface TranscribingLocationDao
See Also:
TranscribingLocationDao.toClusterTranscribingLocation(fr.ifremer.allegro.referential.transcribing.TranscribingLocation, fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingLocation)

toClusterTranscribingLocation

public ClusterTranscribingLocation toClusterTranscribingLocation(TranscribingLocation entity)
Description copied from interface: TranscribingLocationDao
Converts this DAO's entity to an object of type ClusterTranscribingLocation.

Specified by:
toClusterTranscribingLocation in interface TranscribingLocationDao
See Also:
TranscribingLocationDao.toClusterTranscribingLocation(fr.ifremer.allegro.referential.transcribing.TranscribingLocation)

clusterTranscribingLocationToEntity

public void clusterTranscribingLocationToEntity(ClusterTranscribingLocation source,
                                                TranscribingLocation target,
                                                boolean copyIfNull)
Description copied from interface: TranscribingLocationDao
Copies the fields of ClusterTranscribingLocation to the specified entity.

Specified by:
clusterTranscribingLocationToEntity in interface TranscribingLocationDao
copyIfNull - If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE, it will be copied regardless of its value.
See Also:
fr.ifremer.allegro.referential.transcribing.TranscribingLocationDao#clusterTranscribingLocationToEntity(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingLocation, fr.ifremer.allegro.referential.transcribing.TranscribingLocation)

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: TranscribingLocationDao
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 TranscribingLocationDao
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:
TranscribingLocationDao.search(int, int, int, fr.ifremer.allegro.Search)

search

public PaginationResult search(int pageNumber,
                               int pageSize,
                               Search search)
Description copied from interface: TranscribingLocationDao
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 TranscribingLocationDao
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:
TranscribingLocationDao.search(int, int, fr.ifremer.allegro.Search)

search

public java.util.Set search(int transform,
                            Search search)
Description copied from interface: TranscribingLocationDao
Does the same thing as TranscribingLocationDao.search(fr.ifremer.allegro.Search) but with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
search in interface TranscribingLocationDao
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:
TranscribingLocationDao.search(int, fr.ifremer.allegro.Search)

search

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

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


Copyright © 2008-2010 IFREMER. All Rights Reserved.