fr.ifremer.allegro.referential.transcribing
Class TranscribingGearDaoBase

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

public abstract class TranscribingGearDaoBase
extends org.springframework.orm.hibernate3.support.HibernateDaoSupport
implements TranscribingGearDao

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

See Also:
TranscribingGear

Field Summary
 
Fields inherited from interface fr.ifremer.allegro.referential.transcribing.TranscribingGearDao
TRANSFORM_CLUSTERTRANSCRIBINGGEAR, TRANSFORM_NONE, TRANSFORM_REMOTETRANSCRIBINGGEARFULLVO, TRANSFORM_REMOTETRANSCRIBINGGEARNATURALID
 
Constructor Summary
TranscribingGearDaoBase()
           
 
Method Summary
 void clusterTranscribingGearToEntity(ClusterTranscribingGear source, TranscribingGear target, boolean copyIfNull)
          Copies the fields of ClusterTranscribingGear to the specified entity.
 void clusterTranscribingGearToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterTranscribingGear to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.referential.transcribing.TranscribingGear and adds from the passed in entities collection
 java.util.Collection create(int transform, java.util.Collection entities)
           Does the same thing as TranscribingGearDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingGear) with an additional flag called transform.
 java.lang.Object create(int transform, java.lang.String externalCode, Gear gear, TranscribingSide transcribingSide, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingGearDao.create(java.lang.String,fr.ifremer.allegro.referential.gear.Gear,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, Gear gear)
           Does the same thing as TranscribingGearDao.create(java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.gear.Gear) with an additional flag called transform.
 java.lang.Object create(int transform, TranscribingGear transcribingGear)
           Does the same thing as TranscribingGearDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingGear) with an additional flag called transform.
 TranscribingGear create(java.lang.String externalCode, Gear gear, TranscribingSide transcribingSide, TranscribingSystem transcribingSystem)
           Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingGear instance from only required properties (attributes and association ends) and adds it to the persistent store.
 TranscribingGear create(java.lang.String externalCode, java.sql.Timestamp updateDate, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Gear gear)
           Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingGear instance from all attributes and properties and adds it to the persistent store.
 TranscribingGear create(TranscribingGear transcribingGear)
          Creates an instance of fr.ifremer.allegro.referential.transcribing.TranscribingGear and adds it to the persistent store.
 TranscribingGear createFromClusterTranscribingGear(ClusterTranscribingGear clusterTranscribingGear)
           
 java.util.Collection findTranscribingGearByGear(Gear gear)
           
 java.util.Collection findTranscribingGearByGear(int transform, Gear gear)
           Does the same thing as TranscribingGearDao.findTranscribingGearByGear(fr.ifremer.allegro.referential.gear.Gear) with an additional flag called transform.
 java.util.Collection findTranscribingGearByGear(int pageNumber, int pageSize, Gear gear)
           Does the same thing as TranscribingGearDao.findTranscribingGearByGear(fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingGearByGear(int transform, int pageNumber, int pageSize, Gear gear)
           Does the same thing as TranscribingGearDao.findTranscribingGearByGear(int, fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingGearByGear(int transform, java.lang.String queryString, Gear gear)
           Does the same thing as TranscribingGearDao.findTranscribingGearByGear(int, fr.ifremer.allegro.referential.gear.Gear) with an additional argument called queryString.
 java.util.Collection findTranscribingGearByGear(int transform, java.lang.String queryString, int pageNumber, int pageSize, Gear gear)
           Does the same thing as TranscribingGearDao.findTranscribingGearByGear(int, String, fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingGearByGear(java.lang.String queryString, Gear gear)
           Does the same thing as TranscribingGearDao.findTranscribingGearByGear(fr.ifremer.allegro.referential.gear.Gear) with an additional argument called queryString.
 java.util.Collection findTranscribingGearByGear(java.lang.String queryString, int pageNumber, int pageSize, Gear gear)
           Does the same thing as TranscribingGearDao.findTranscribingGearByGear(String, fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize.
 java.lang.Object findTranscribingGearByIdentifiers(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Gear gear)
           Does the same thing as TranscribingGearDao.findTranscribingGearByIdentifiers(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.gear.Gear) with an additional argument called queryString.
 java.lang.Object findTranscribingGearByIdentifiers(int transform, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Gear gear)
           Does the same thing as TranscribingGearDao.findTranscribingGearByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.gear.Gear) with an additional flag called transform.
 TranscribingGear findTranscribingGearByIdentifiers(java.lang.String queryString, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Gear gear)
           Does the same thing as TranscribingGearDao.findTranscribingGearByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.gear.Gear) with an additional argument called queryString.
 TranscribingGear findTranscribingGearByIdentifiers(TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Gear gear)
           
 java.lang.Object findTranscribingGearByNaturalId(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Gear gear)
           Does the same thing as TranscribingGearDao.findTranscribingGearByNaturalId(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.gear.Gear) with an additional argument called queryString.
 java.lang.Object findTranscribingGearByNaturalId(int transform, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Gear gear)
           Does the same thing as TranscribingGearDao.findTranscribingGearByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.gear.Gear) with an additional flag called transform.
 TranscribingGear findTranscribingGearByNaturalId(java.lang.String queryString, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Gear gear)
           Does the same thing as TranscribingGearDao.findTranscribingGearByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.gear.Gear) with an additional argument called queryString.
 TranscribingGear findTranscribingGearByNaturalId(TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Gear gear)
           
 java.util.Collection findTranscribingGearByTranscribingSide(int transform, int pageNumber, int pageSize, TranscribingSide transcribingSide)
           Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingGearByTranscribingSide(int pageNumber, int pageSize, TranscribingSide transcribingSide)
           Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingGearByTranscribingSide(int transform, java.lang.String queryString, int pageNumber, int pageSize, TranscribingSide transcribingSide)
           Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSide(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingGearByTranscribingSide(int transform, java.lang.String queryString, TranscribingSide transcribingSide)
           Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional argument called queryString.
 java.util.Collection findTranscribingGearByTranscribingSide(int transform, TranscribingSide transcribingSide)
           Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional flag called transform.
 java.util.Collection findTranscribingGearByTranscribingSide(java.lang.String queryString, int pageNumber, int pageSize, TranscribingSide transcribingSide)
           Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSide(String, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingGearByTranscribingSide(java.lang.String queryString, TranscribingSide transcribingSide)
           Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional argument called queryString.
 java.util.Collection findTranscribingGearByTranscribingSide(TranscribingSide transcribingSide)
           
 java.util.Collection findTranscribingGearByTranscribingSystem(int transform, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingGearByTranscribingSystem(int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingGearByTranscribingSystem(int transform, java.lang.String queryString, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSystem(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingGearByTranscribingSystem(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional argument called queryString.
 java.util.Collection findTranscribingGearByTranscribingSystem(int transform, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional flag called transform.
 java.util.Collection findTranscribingGearByTranscribingSystem(java.lang.String queryString, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSystem(String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingGearByTranscribingSystem(java.lang.String queryString, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional argument called queryString.
 java.util.Collection findTranscribingGearByTranscribingSystem(TranscribingSystem transcribingSystem)
           
 ClusterTranscribingGear[] getAllClusterTranscribingGearSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 java.util.Collection getAllTranscribingGear()
           
 java.util.Collection getAllTranscribingGear(int transform)
           Does the same thing as TranscribingGearDao.getAllTranscribingGear() with an additional flag called transform.
 java.util.Collection getAllTranscribingGear(int pageNumber, int pageSize)
           Does the same thing as TranscribingGearDao.getAllTranscribingGear() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingGear(int transform, int pageNumber, int pageSize)
           Does the same thing as TranscribingGearDao.getAllTranscribingGear(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingGear(int transform, java.lang.String queryString)
           Does the same thing as TranscribingGearDao.getAllTranscribingGear(int) with an additional argument called queryString.
 java.util.Collection getAllTranscribingGear(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as TranscribingGearDao.getAllTranscribingGear(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingGear(java.lang.String queryString)
           Does the same thing as TranscribingGearDao.getAllTranscribingGear() with an additional argument called queryString.
 java.util.Collection getAllTranscribingGear(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as TranscribingGearDao.getAllTranscribingGear(String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingGearSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as TranscribingGearDao.getAllTranscribingGearSinceDateSynchro(int, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingGearSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as TranscribingGearDao.getAllTranscribingGearSinceDateSynchro(java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingGearSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as TranscribingGearDao.getAllTranscribingGearSinceDateSynchro(int, String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingGearSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as TranscribingGearDao.getAllTranscribingGearSinceDateSynchro(int, java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllTranscribingGearSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
           Does the same thing as TranscribingGearDao.getAllTranscribingGearSinceDateSynchro(java.sql.Timestamp) with an additional flag called transform.
 java.util.Collection getAllTranscribingGearSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as TranscribingGearDao.getAllTranscribingGearSinceDateSynchro(String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingGearSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as TranscribingGearDao.getAllTranscribingGearSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllTranscribingGearSinceDateSynchro(java.sql.Timestamp updateDate)
           
protected  GearDao getGearDao()
          Gets the reference to gearDao.
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  TranscribingGear handleCreateFromClusterTranscribingGear(ClusterTranscribingGear clusterTranscribingGear)
          Performs the core logic for createFromClusterTranscribingGear(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingGear)
protected abstract  ClusterTranscribingGear[] handleGetAllClusterTranscribingGearSinceDateSynchro(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 getAllClusterTranscribingGearSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
 java.lang.Object load(int transform, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Gear gear)
           Does the same thing as TranscribingGearDao.load(fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.gear.Gear) with an additional flag called transform.
 TranscribingGear load(TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Gear gear)
          Loads an instance of fr.ifremer.allegro.referential.transcribing.TranscribingGear from the persistent store.
 java.util.Collection loadAll()
          Loads all entities of type TranscribingGear.
 java.util.Collection loadAll(int transform)
           Does the same thing as TranscribingGearDao.loadAll() with an additional flag called transform.
 java.util.Collection loadAll(int pageNumber, int pageSize)
           Does the same thing as TranscribingGearDao.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 TranscribingGearDao.loadAll(int) with an additional two arguments called pageNumber and pageSize.
 void remoteTranscribingGearFullVOToEntity(RemoteTranscribingGearFullVO source, TranscribingGear target, boolean copyIfNull)
          Copies the fields of RemoteTranscribingGearFullVO to the specified entity.
 void remoteTranscribingGearFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteTranscribingGearFullVO to this DAO's entity.
 void remoteTranscribingGearNaturalIdToEntity(RemoteTranscribingGearNaturalId source, TranscribingGear target, boolean copyIfNull)
          Copies the fields of RemoteTranscribingGearNaturalId to the specified entity.
 void remoteTranscribingGearNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteTranscribingGearNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(TranscribingGear transcribingGear)
          Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingGear from the persistent store.
 void remove(TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Gear gear)
          Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingGear 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 TranscribingGearDao.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 setGearDao(GearDao gearDao)
          Sets the reference to gearDao.
 void setTranscribingSideDao(TranscribingSideDao transcribingSideDao)
          Sets the reference to transcribingSideDao.
 void setTranscribingSystemDao(TranscribingSystemDao transcribingSystemDao)
          Sets the reference to transcribingSystemDao.
protected  ClusterTranscribingGear toClusterTranscribingGear(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterTranscribingGear toClusterTranscribingGear(TranscribingGear entity)
          Converts this DAO's entity to an object of type ClusterTranscribingGear.
 void toClusterTranscribingGear(TranscribingGear source, ClusterTranscribingGear target)
          Copies the fields of the specified entity to the target value object.
 ClusterTranscribingGear[] toClusterTranscribingGearArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterTranscribingGear.
 void toClusterTranscribingGearCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterTranscribingGear.
protected  TranscribingGear toEntity(java.lang.Object[] row)
           
protected  RemoteTranscribingGearFullVO toRemoteTranscribingGearFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteTranscribingGearFullVO toRemoteTranscribingGearFullVO(TranscribingGear entity)
          Converts this DAO's entity to an object of type RemoteTranscribingGearFullVO.
 void toRemoteTranscribingGearFullVO(TranscribingGear source, RemoteTranscribingGearFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemoteTranscribingGearFullVO[] toRemoteTranscribingGearFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteTranscribingGearFullVO.
 void toRemoteTranscribingGearFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteTranscribingGearFullVO.
protected  RemoteTranscribingGearNaturalId toRemoteTranscribingGearNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteTranscribingGearNaturalId toRemoteTranscribingGearNaturalId(TranscribingGear entity)
          Converts this DAO's entity to an object of type RemoteTranscribingGearNaturalId.
 void toRemoteTranscribingGearNaturalId(TranscribingGear source, RemoteTranscribingGearNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemoteTranscribingGearNaturalId[] toRemoteTranscribingGearNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteTranscribingGearNaturalId.
 void toRemoteTranscribingGearNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteTranscribingGearNaturalId.
protected  void transformEntities(int transform, java.util.Collection entities)
          Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.referential.transcribing.TranscribingGear) method.
protected  java.lang.Object transformEntity(int transform, TranscribingGear 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.TranscribingGearDao, please note that the TranscribingGearDao.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(TranscribingGear transcribingGear)
          Updates the transcribingGear 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.TranscribingGearDao
clusterTranscribingGearToEntity, remoteTranscribingGearFullVOToEntity, remoteTranscribingGearNaturalIdToEntity
 

Constructor Detail

TranscribingGearDaoBase

public TranscribingGearDaoBase()
Method Detail

setTranscribingSystemDao

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


getTranscribingSystemDao

protected TranscribingSystemDao getTranscribingSystemDao()
Gets the reference to transcribingSystemDao.


setTranscribingSideDao

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


getTranscribingSideDao

protected TranscribingSideDao getTranscribingSideDao()
Gets the reference to transcribingSideDao.


setGearDao

public void setGearDao(GearDao gearDao)
Sets the reference to gearDao.


getGearDao

protected GearDao getGearDao()
Gets the reference to gearDao.


load

public java.lang.Object load(int transform,
                             TranscribingSystem transcribingSystem,
                             TranscribingSide transcribingSide,
                             Gear gear)
Description copied from interface: TranscribingGearDao

Does the same thing as TranscribingGearDao.load(fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.gear.Gear) 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 TranscribingGearDao
transcribingSystem - identifier of the entity to load
transcribingSide - identifier of the entity to load
gear - identifier of the entity to load
Returns:
either the entity or the object transformed from the entity.
See Also:
TranscribingGearDao.load(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.gear.Gear)

load

public TranscribingGear load(TranscribingSystem transcribingSystem,
                             TranscribingSide transcribingSide,
                             Gear gear)
Description copied from interface: TranscribingGearDao
Loads an instance of fr.ifremer.allegro.referential.transcribing.TranscribingGear from the persistent store.

Specified by:
load in interface TranscribingGearDao
See Also:
TranscribingGearDao.load(fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.gear.Gear)

loadAll

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

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

loadAll

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

Does the same thing as TranscribingGearDao.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 TranscribingGearDao
Parameters:
transform - the flag indicating what transformation to use.
Returns:
the loaded entities.
See Also:
TranscribingGearDao.loadAll(int)

loadAll

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

Does the same thing as TranscribingGearDao.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 TranscribingGearDao
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:
TranscribingGearDao.loadAll(int, int)

loadAll

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

Does the same thing as TranscribingGearDao.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 TranscribingGearDao
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:
TranscribingGearDao.loadAll(int, int, int)

create

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

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

create

public java.lang.Object create(int transform,
                               TranscribingGear transcribingGear)
Description copied from interface: TranscribingGearDao

Does the same thing as TranscribingGearDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingGear) 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 TranscribingGearDao
See Also:
TranscribingGearDao.create(int transform, fr.ifremer.allegro.referential.transcribing.TranscribingGear)

create

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

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

create

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

Does the same thing as TranscribingGearDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingGear) 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 TranscribingGearDao
See Also:
TranscribingGearDao.create(int, java.util.Collection)

create

public TranscribingGear create(java.lang.String externalCode,
                               java.sql.Timestamp updateDate,
                               TranscribingSystem transcribingSystem,
                               TranscribingSide transcribingSide,
                               Gear gear)
Description copied from interface: TranscribingGearDao

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

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

create

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

Does the same thing as TranscribingGearDao.create(java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.gear.Gear) 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 TranscribingGearDao
See Also:
TranscribingGearDao.create(int, java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.gear.Gear)

create

public TranscribingGear create(java.lang.String externalCode,
                               Gear gear,
                               TranscribingSide transcribingSide,
                               TranscribingSystem transcribingSystem)
Description copied from interface: TranscribingGearDao

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

Specified by:
create in interface TranscribingGearDao
See Also:
TranscribingGearDao.create(java.lang.String,fr.ifremer.allegro.referential.gear.Gear,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

create

public java.lang.Object create(int transform,
                               java.lang.String externalCode,
                               Gear gear,
                               TranscribingSide transcribingSide,
                               TranscribingSystem transcribingSystem)
Description copied from interface: TranscribingGearDao

Does the same thing as TranscribingGearDao.create(java.lang.String,fr.ifremer.allegro.referential.gear.Gear,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 TranscribingGearDao
See Also:
TranscribingGearDao.create(int, java.lang.String,fr.ifremer.allegro.referential.gear.Gear,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

update

public void update(TranscribingGear transcribingGear)
Description copied from interface: TranscribingGearDao
Updates the transcribingGear instance in the persistent store.

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

update

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

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

remove

public void remove(TranscribingGear transcribingGear)
Description copied from interface: TranscribingGearDao
Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingGear from the persistent store.

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

remove

public void remove(TranscribingSystem transcribingSystem,
                   TranscribingSide transcribingSide,
                   Gear gear)
Description copied from interface: TranscribingGearDao
Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingGear having the given identifiers from the persistent store.

Specified by:
remove in interface TranscribingGearDao
See Also:
TranscribingGearDao.remove(fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.gear.Gear)

remove

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

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

getAllTranscribingGear

public java.util.Collection getAllTranscribingGear()
Specified by:
getAllTranscribingGear in interface TranscribingGearDao
See Also:
TranscribingGearDao.getAllTranscribingGear()

getAllTranscribingGear

public java.util.Collection getAllTranscribingGear(int transform)
Description copied from interface: TranscribingGearDao

Does the same thing as TranscribingGearDao.getAllTranscribingGear() 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:
getAllTranscribingGear in interface TranscribingGearDao
See Also:
TranscribingGearDao.getAllTranscribingGear(int)

getAllTranscribingGear

public java.util.Collection getAllTranscribingGear(java.lang.String queryString)
Description copied from interface: TranscribingGearDao

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

Specified by:
getAllTranscribingGear in interface TranscribingGearDao
See Also:
TranscribingGearDao.getAllTranscribingGear(java.lang.String)

getAllTranscribingGear

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

Does the same thing as TranscribingGearDao.getAllTranscribingGear() 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:
getAllTranscribingGear in interface TranscribingGearDao
See Also:
TranscribingGearDao.getAllTranscribingGear(int, int)

getAllTranscribingGear

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

Does the same thing as TranscribingGearDao.getAllTranscribingGear(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:
getAllTranscribingGear in interface TranscribingGearDao
See Also:
TranscribingGearDao.getAllTranscribingGear(String, int, int)

getAllTranscribingGear

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

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

Specified by:
getAllTranscribingGear in interface TranscribingGearDao
See Also:
TranscribingGearDao.getAllTranscribingGear(int, String)

getAllTranscribingGear

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

Does the same thing as TranscribingGearDao.getAllTranscribingGear(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:
getAllTranscribingGear in interface TranscribingGearDao
See Also:
TranscribingGearDao.getAllTranscribingGear(int, int, int)

getAllTranscribingGear

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

Does the same thing as TranscribingGearDao.getAllTranscribingGear(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:
getAllTranscribingGear in interface TranscribingGearDao
See Also:
TranscribingGearDao.getAllTranscribingGear(int, java.lang.String, int, int)

findTranscribingGearByTranscribingSystem

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

findTranscribingGearByTranscribingSystem

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

Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSystem(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:
findTranscribingGearByTranscribingSystem in interface TranscribingGearDao
See Also:
TranscribingGearDao.findTranscribingGearByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

findTranscribingGearByTranscribingSystem

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

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

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

findTranscribingGearByTranscribingSystem

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

Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSystem(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:
findTranscribingGearByTranscribingSystem in interface TranscribingGearDao
See Also:
TranscribingGearDao.findTranscribingGearByTranscribingSystem(int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

findTranscribingGearByTranscribingSystem

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

Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSystem(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:
findTranscribingGearByTranscribingSystem in interface TranscribingGearDao
See Also:
TranscribingGearDao.findTranscribingGearByTranscribingSystem(String, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

findTranscribingGearByTranscribingSystem

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

Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSystem(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 TranscribingGearDao.findTranscribingGearByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem transcribingSystem).

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

findTranscribingGearByTranscribingSystem

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

Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSystem(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:
findTranscribingGearByTranscribingSystem in interface TranscribingGearDao
See Also:
TranscribingGearDao.findTranscribingGearByTranscribingSystem(int, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

findTranscribingGearByTranscribingSystem

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

Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSystem(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:
findTranscribingGearByTranscribingSystem in interface TranscribingGearDao
See Also:
TranscribingGearDao.findTranscribingGearByTranscribingSystem(int, java.lang.String, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

findTranscribingGearByTranscribingSide

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

findTranscribingGearByTranscribingSide

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

Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSide(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:
findTranscribingGearByTranscribingSide in interface TranscribingGearDao
See Also:
TranscribingGearDao.findTranscribingGearByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide)

findTranscribingGearByTranscribingSide

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

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

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

findTranscribingGearByTranscribingSide

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

Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSide(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:
findTranscribingGearByTranscribingSide in interface TranscribingGearDao
See Also:
TranscribingGearDao.findTranscribingGearByTranscribingSide(int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSide)

findTranscribingGearByTranscribingSide

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

Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSide(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:
findTranscribingGearByTranscribingSide in interface TranscribingGearDao
See Also:
TranscribingGearDao.findTranscribingGearByTranscribingSide(String, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSide)

findTranscribingGearByTranscribingSide

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

Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSide(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 TranscribingGearDao.findTranscribingGearByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide transcribingSide).

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

findTranscribingGearByTranscribingSide

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

Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSide(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:
findTranscribingGearByTranscribingSide in interface TranscribingGearDao
See Also:
TranscribingGearDao.findTranscribingGearByTranscribingSide(int, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSide)

findTranscribingGearByTranscribingSide

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

Does the same thing as TranscribingGearDao.findTranscribingGearByTranscribingSide(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:
findTranscribingGearByTranscribingSide in interface TranscribingGearDao
See Also:
TranscribingGearDao.findTranscribingGearByTranscribingSide(int, java.lang.String, int, int, fr.ifremer.allegro.referential.transcribing.TranscribingSide)

findTranscribingGearByGear

public java.util.Collection findTranscribingGearByGear(Gear gear)
Specified by:
findTranscribingGearByGear in interface TranscribingGearDao
See Also:
TranscribingGearDao.findTranscribingGearByGear(fr.ifremer.allegro.referential.gear.Gear)

findTranscribingGearByGear

public java.util.Collection findTranscribingGearByGear(int transform,
                                                       Gear gear)
Description copied from interface: TranscribingGearDao

Does the same thing as TranscribingGearDao.findTranscribingGearByGear(fr.ifremer.allegro.referential.gear.Gear) 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:
findTranscribingGearByGear in interface TranscribingGearDao
See Also:
TranscribingGearDao.findTranscribingGearByGear(int, fr.ifremer.allegro.referential.gear.Gear)

findTranscribingGearByGear

public java.util.Collection findTranscribingGearByGear(java.lang.String queryString,
                                                       Gear gear)
Description copied from interface: TranscribingGearDao

Does the same thing as TranscribingGearDao.findTranscribingGearByGear(fr.ifremer.allegro.referential.gear.Gear) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingGearDao.findTranscribingGearByGear(fr.ifremer.allegro.referential.gear.Gear).

Specified by:
findTranscribingGearByGear in interface TranscribingGearDao
See Also:
TranscribingGearDao.findTranscribingGearByGear(java.lang.String, fr.ifremer.allegro.referential.gear.Gear)

findTranscribingGearByGear

public java.util.Collection findTranscribingGearByGear(int pageNumber,
                                                       int pageSize,
                                                       Gear gear)
Description copied from interface: TranscribingGearDao

Does the same thing as TranscribingGearDao.findTranscribingGearByGear(fr.ifremer.allegro.referential.gear.Gear) 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:
findTranscribingGearByGear in interface TranscribingGearDao
See Also:
TranscribingGearDao.findTranscribingGearByGear(int, int, fr.ifremer.allegro.referential.gear.Gear)

findTranscribingGearByGear

public java.util.Collection findTranscribingGearByGear(java.lang.String queryString,
                                                       int pageNumber,
                                                       int pageSize,
                                                       Gear gear)
Description copied from interface: TranscribingGearDao

Does the same thing as TranscribingGearDao.findTranscribingGearByGear(String, fr.ifremer.allegro.referential.gear.Gear) 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:
findTranscribingGearByGear in interface TranscribingGearDao
See Also:
TranscribingGearDao.findTranscribingGearByGear(String, int, int, fr.ifremer.allegro.referential.gear.Gear)

findTranscribingGearByGear

public java.util.Collection findTranscribingGearByGear(int transform,
                                                       java.lang.String queryString,
                                                       Gear gear)
Description copied from interface: TranscribingGearDao

Does the same thing as TranscribingGearDao.findTranscribingGearByGear(int, fr.ifremer.allegro.referential.gear.Gear) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingGearDao.findTranscribingGearByGear(int, fr.ifremer.allegro.referential.gear.Gear gear).

Specified by:
findTranscribingGearByGear in interface TranscribingGearDao
See Also:
TranscribingGearDao.findTranscribingGearByGear(int, String, fr.ifremer.allegro.referential.gear.Gear)

findTranscribingGearByGear

public java.util.Collection findTranscribingGearByGear(int transform,
                                                       int pageNumber,
                                                       int pageSize,
                                                       Gear gear)
Description copied from interface: TranscribingGearDao

Does the same thing as TranscribingGearDao.findTranscribingGearByGear(int, fr.ifremer.allegro.referential.gear.Gear) 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:
findTranscribingGearByGear in interface TranscribingGearDao
See Also:
TranscribingGearDao.findTranscribingGearByGear(int, int, int, fr.ifremer.allegro.referential.gear.Gear)

findTranscribingGearByGear

public java.util.Collection findTranscribingGearByGear(int transform,
                                                       java.lang.String queryString,
                                                       int pageNumber,
                                                       int pageSize,
                                                       Gear gear)
Description copied from interface: TranscribingGearDao

Does the same thing as TranscribingGearDao.findTranscribingGearByGear(int, String, fr.ifremer.allegro.referential.gear.Gear) 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:
findTranscribingGearByGear in interface TranscribingGearDao
See Also:
TranscribingGearDao.findTranscribingGearByGear(int, java.lang.String, int, int, fr.ifremer.allegro.referential.gear.Gear)

findTranscribingGearByIdentifiers

public TranscribingGear findTranscribingGearByIdentifiers(TranscribingSystem transcribingSystem,
                                                          TranscribingSide transcribingSide,
                                                          Gear gear)
Specified by:
findTranscribingGearByIdentifiers in interface TranscribingGearDao
See Also:
TranscribingGearDao.findTranscribingGearByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.gear.Gear)

findTranscribingGearByIdentifiers

public java.lang.Object findTranscribingGearByIdentifiers(int transform,
                                                          TranscribingSystem transcribingSystem,
                                                          TranscribingSide transcribingSide,
                                                          Gear gear)
Description copied from interface: TranscribingGearDao

Does the same thing as TranscribingGearDao.findTranscribingGearByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.gear.Gear) 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:
findTranscribingGearByIdentifiers in interface TranscribingGearDao
See Also:
TranscribingGearDao.findTranscribingGearByIdentifiers(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.gear.Gear)

findTranscribingGearByIdentifiers

public TranscribingGear findTranscribingGearByIdentifiers(java.lang.String queryString,
                                                          TranscribingSystem transcribingSystem,
                                                          TranscribingSide transcribingSide,
                                                          Gear gear)
Description copied from interface: TranscribingGearDao

Does the same thing as TranscribingGearDao.findTranscribingGearByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.gear.Gear) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingGearDao.findTranscribingGearByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.gear.Gear).

Specified by:
findTranscribingGearByIdentifiers in interface TranscribingGearDao
See Also:
TranscribingGearDao.findTranscribingGearByIdentifiers(java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.gear.Gear)

findTranscribingGearByIdentifiers

public java.lang.Object findTranscribingGearByIdentifiers(int transform,
                                                          java.lang.String queryString,
                                                          TranscribingSystem transcribingSystem,
                                                          TranscribingSide transcribingSide,
                                                          Gear gear)
Description copied from interface: TranscribingGearDao

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

Specified by:
findTranscribingGearByIdentifiers in interface TranscribingGearDao
See Also:
TranscribingGearDao.findTranscribingGearByIdentifiers(int, java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.gear.Gear)

findTranscribingGearByNaturalId

public TranscribingGear findTranscribingGearByNaturalId(TranscribingSystem transcribingSystem,
                                                        TranscribingSide transcribingSide,
                                                        Gear gear)
Specified by:
findTranscribingGearByNaturalId in interface TranscribingGearDao
See Also:
TranscribingGearDao.findTranscribingGearByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.gear.Gear)

findTranscribingGearByNaturalId

public java.lang.Object findTranscribingGearByNaturalId(int transform,
                                                        TranscribingSystem transcribingSystem,
                                                        TranscribingSide transcribingSide,
                                                        Gear gear)
Description copied from interface: TranscribingGearDao

Does the same thing as TranscribingGearDao.findTranscribingGearByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.gear.Gear) 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:
findTranscribingGearByNaturalId in interface TranscribingGearDao
See Also:
TranscribingGearDao.findTranscribingGearByNaturalId(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.gear.Gear)

findTranscribingGearByNaturalId

public TranscribingGear findTranscribingGearByNaturalId(java.lang.String queryString,
                                                        TranscribingSystem transcribingSystem,
                                                        TranscribingSide transcribingSide,
                                                        Gear gear)
Description copied from interface: TranscribingGearDao

Does the same thing as TranscribingGearDao.findTranscribingGearByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.gear.Gear) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingGearDao.findTranscribingGearByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.gear.Gear).

Specified by:
findTranscribingGearByNaturalId in interface TranscribingGearDao
See Also:
TranscribingGearDao.findTranscribingGearByNaturalId(java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.gear.Gear)

findTranscribingGearByNaturalId

public java.lang.Object findTranscribingGearByNaturalId(int transform,
                                                        java.lang.String queryString,
                                                        TranscribingSystem transcribingSystem,
                                                        TranscribingSide transcribingSide,
                                                        Gear gear)
Description copied from interface: TranscribingGearDao

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

Specified by:
findTranscribingGearByNaturalId in interface TranscribingGearDao
See Also:
TranscribingGearDao.findTranscribingGearByNaturalId(int, java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.gear.Gear)

getAllTranscribingGearSinceDateSynchro

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

getAllTranscribingGearSinceDateSynchro

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

Does the same thing as TranscribingGearDao.getAllTranscribingGearSinceDateSynchro(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:
getAllTranscribingGearSinceDateSynchro in interface TranscribingGearDao
See Also:
TranscribingGearDao.getAllTranscribingGearSinceDateSynchro(int, java.sql.Timestamp)

getAllTranscribingGearSinceDateSynchro

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

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

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

getAllTranscribingGearSinceDateSynchro

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

Does the same thing as TranscribingGearDao.getAllTranscribingGearSinceDateSynchro(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:
getAllTranscribingGearSinceDateSynchro in interface TranscribingGearDao
See Also:
TranscribingGearDao.getAllTranscribingGearSinceDateSynchro(int, int, java.sql.Timestamp)

getAllTranscribingGearSinceDateSynchro

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

Does the same thing as TranscribingGearDao.getAllTranscribingGearSinceDateSynchro(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:
getAllTranscribingGearSinceDateSynchro in interface TranscribingGearDao
See Also:
TranscribingGearDao.getAllTranscribingGearSinceDateSynchro(String, int, int, java.sql.Timestamp)

getAllTranscribingGearSinceDateSynchro

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

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

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

getAllTranscribingGearSinceDateSynchro

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

Does the same thing as TranscribingGearDao.getAllTranscribingGearSinceDateSynchro(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:
getAllTranscribingGearSinceDateSynchro in interface TranscribingGearDao
See Also:
TranscribingGearDao.getAllTranscribingGearSinceDateSynchro(int, int, int, java.sql.Timestamp)

getAllTranscribingGearSinceDateSynchro

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

Does the same thing as TranscribingGearDao.getAllTranscribingGearSinceDateSynchro(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:
getAllTranscribingGearSinceDateSynchro in interface TranscribingGearDao
See Also:
TranscribingGearDao.getAllTranscribingGearSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)

createFromClusterTranscribingGear

public TranscribingGear createFromClusterTranscribingGear(ClusterTranscribingGear clusterTranscribingGear)
Specified by:
createFromClusterTranscribingGear in interface TranscribingGearDao
See Also:
TranscribingGearDao.createFromClusterTranscribingGear(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingGear)

handleCreateFromClusterTranscribingGear

protected abstract TranscribingGear handleCreateFromClusterTranscribingGear(ClusterTranscribingGear clusterTranscribingGear)
                                                                     throws java.lang.Exception
Performs the core logic for createFromClusterTranscribingGear(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingGear)

Throws:
java.lang.Exception

getAllClusterTranscribingGearSinceDateSynchro

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

handleGetAllClusterTranscribingGearSinceDateSynchro

protected abstract ClusterTranscribingGear[] handleGetAllClusterTranscribingGearSinceDateSynchro(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 getAllClusterTranscribingGearSinceDateSynchro(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,
                                           TranscribingGear 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.TranscribingGearDao, please note that the TranscribingGearDao.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 TranscribingGearDao.TRANSFORM_NONE is assumed.

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

toEntity

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

toRemoteTranscribingGearFullVOCollection

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

Specified by:
toRemoteTranscribingGearFullVOCollection in interface TranscribingGearDao
See Also:
TranscribingGearDao.toRemoteTranscribingGearFullVOCollection(java.util.Collection)

toRemoteTranscribingGearFullVOArray

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

Specified by:
toRemoteTranscribingGearFullVOArray in interface TranscribingGearDao
See Also:
TranscribingGearDao.toRemoteTranscribingGearFullVOArray(java.util.Collection)

toRemoteTranscribingGearFullVO

protected RemoteTranscribingGearFullVO toRemoteTranscribingGearFullVO(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 TranscribingGearDaoImpl class if you intend to use reporting queries.

See Also:
TranscribingGearDao.toRemoteTranscribingGearFullVO(fr.ifremer.allegro.referential.transcribing.TranscribingGear)

remoteTranscribingGearFullVOToEntityCollection

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

Specified by:
remoteTranscribingGearFullVOToEntityCollection in interface TranscribingGearDao
See Also:
TranscribingGearDao.remoteTranscribingGearFullVOToEntityCollection(java.util.Collection)

toRemoteTranscribingGearFullVO

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

toRemoteTranscribingGearFullVO

public RemoteTranscribingGearFullVO toRemoteTranscribingGearFullVO(TranscribingGear entity)
Description copied from interface: TranscribingGearDao
Converts this DAO's entity to an object of type RemoteTranscribingGearFullVO.

Specified by:
toRemoteTranscribingGearFullVO in interface TranscribingGearDao
See Also:
TranscribingGearDao.toRemoteTranscribingGearFullVO(fr.ifremer.allegro.referential.transcribing.TranscribingGear)

remoteTranscribingGearFullVOToEntity

public void remoteTranscribingGearFullVOToEntity(RemoteTranscribingGearFullVO source,
                                                 TranscribingGear target,
                                                 boolean copyIfNull)
Description copied from interface: TranscribingGearDao
Copies the fields of RemoteTranscribingGearFullVO to the specified entity.

Specified by:
remoteTranscribingGearFullVOToEntity in interface TranscribingGearDao
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.TranscribingGearDao#remoteTranscribingGearFullVOToEntity(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO, fr.ifremer.allegro.referential.transcribing.TranscribingGear)

toRemoteTranscribingGearNaturalIdCollection

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

Specified by:
toRemoteTranscribingGearNaturalIdCollection in interface TranscribingGearDao
See Also:
TranscribingGearDao.toRemoteTranscribingGearNaturalIdCollection(java.util.Collection)

toRemoteTranscribingGearNaturalIdArray

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

Specified by:
toRemoteTranscribingGearNaturalIdArray in interface TranscribingGearDao
See Also:
TranscribingGearDao.toRemoteTranscribingGearNaturalIdArray(java.util.Collection)

toRemoteTranscribingGearNaturalId

protected RemoteTranscribingGearNaturalId toRemoteTranscribingGearNaturalId(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 TranscribingGearDaoImpl class if you intend to use reporting queries.

See Also:
TranscribingGearDao.toRemoteTranscribingGearNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingGear)

remoteTranscribingGearNaturalIdToEntityCollection

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

Specified by:
remoteTranscribingGearNaturalIdToEntityCollection in interface TranscribingGearDao
See Also:
TranscribingGearDao.remoteTranscribingGearNaturalIdToEntityCollection(java.util.Collection)

toRemoteTranscribingGearNaturalId

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

toRemoteTranscribingGearNaturalId

public RemoteTranscribingGearNaturalId toRemoteTranscribingGearNaturalId(TranscribingGear entity)
Description copied from interface: TranscribingGearDao
Converts this DAO's entity to an object of type RemoteTranscribingGearNaturalId.

Specified by:
toRemoteTranscribingGearNaturalId in interface TranscribingGearDao
See Also:
TranscribingGearDao.toRemoteTranscribingGearNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingGear)

remoteTranscribingGearNaturalIdToEntity

public void remoteTranscribingGearNaturalIdToEntity(RemoteTranscribingGearNaturalId source,
                                                    TranscribingGear target,
                                                    boolean copyIfNull)
Description copied from interface: TranscribingGearDao
Copies the fields of RemoteTranscribingGearNaturalId to the specified entity.

Specified by:
remoteTranscribingGearNaturalIdToEntity in interface TranscribingGearDao
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.TranscribingGearDao#remoteTranscribingGearNaturalIdToEntity(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearNaturalId, fr.ifremer.allegro.referential.transcribing.TranscribingGear)

toClusterTranscribingGearCollection

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

Specified by:
toClusterTranscribingGearCollection in interface TranscribingGearDao
See Also:
TranscribingGearDao.toClusterTranscribingGearCollection(java.util.Collection)

toClusterTranscribingGearArray

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

Specified by:
toClusterTranscribingGearArray in interface TranscribingGearDao
See Also:
TranscribingGearDao.toClusterTranscribingGearArray(java.util.Collection)

toClusterTranscribingGear

protected ClusterTranscribingGear toClusterTranscribingGear(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 TranscribingGearDaoImpl class if you intend to use reporting queries.

See Also:
TranscribingGearDao.toClusterTranscribingGear(fr.ifremer.allegro.referential.transcribing.TranscribingGear)

clusterTranscribingGearToEntityCollection

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

Specified by:
clusterTranscribingGearToEntityCollection in interface TranscribingGearDao
See Also:
TranscribingGearDao.clusterTranscribingGearToEntityCollection(java.util.Collection)

toClusterTranscribingGear

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

toClusterTranscribingGear

public ClusterTranscribingGear toClusterTranscribingGear(TranscribingGear entity)
Description copied from interface: TranscribingGearDao
Converts this DAO's entity to an object of type ClusterTranscribingGear.

Specified by:
toClusterTranscribingGear in interface TranscribingGearDao
See Also:
TranscribingGearDao.toClusterTranscribingGear(fr.ifremer.allegro.referential.transcribing.TranscribingGear)

clusterTranscribingGearToEntity

public void clusterTranscribingGearToEntity(ClusterTranscribingGear source,
                                            TranscribingGear target,
                                            boolean copyIfNull)
Description copied from interface: TranscribingGearDao
Copies the fields of ClusterTranscribingGear to the specified entity.

Specified by:
clusterTranscribingGearToEntity in interface TranscribingGearDao
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.TranscribingGearDao#clusterTranscribingGearToEntity(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingGear, fr.ifremer.allegro.referential.transcribing.TranscribingGear)

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

search

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

search

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

search

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

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


Copyright © 2008-2010 IFREMER. All Rights Reserved.