fr.ifremer.allegro.referential.transcribing
Class TranscribingProgramDaoBase

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

public abstract class TranscribingProgramDaoBase
extends org.springframework.orm.hibernate3.support.HibernateDaoSupport
implements TranscribingProgramDao

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

See Also:
TranscribingProgram

Field Summary
 
Fields inherited from interface fr.ifremer.allegro.referential.transcribing.TranscribingProgramDao
TRANSFORM_CLUSTERTRANSCRIBINGPROGRAM, TRANSFORM_NONE, TRANSFORM_REMOTETRANSCRIBINGPROGRAMFULLVO, TRANSFORM_REMOTETRANSCRIBINGPROGRAMNATURALID
 
Constructor Summary
TranscribingProgramDaoBase()
           
 
Method Summary
 void clusterTranscribingProgramToEntity(ClusterTranscribingProgram source, TranscribingProgram target, boolean copyIfNull)
          Copies the fields of ClusterTranscribingProgram to the specified entity.
 void clusterTranscribingProgramToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterTranscribingProgram to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.referential.transcribing.TranscribingProgram and adds from the passed in entities collection
 java.util.Collection create(int transform, java.util.Collection entities)
           Does the same thing as TranscribingProgramDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingProgram) with an additional flag called transform.
 java.lang.Object create(int transform, java.lang.String externalCode, Program program, TranscribingSide transcribingSide, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingProgramDao.create(java.lang.String,fr.ifremer.allegro.administration.programStrategy.Program,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, Program program)
           Does the same thing as TranscribingProgramDao.create(java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.lang.Object create(int transform, TranscribingProgram transcribingProgram)
           Does the same thing as TranscribingProgramDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingProgram) with an additional flag called transform.
 TranscribingProgram create(java.lang.String externalCode, Program program, TranscribingSide transcribingSide, TranscribingSystem transcribingSystem)
           Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingProgram instance from only required properties (attributes and association ends) and adds it to the persistent store.
 TranscribingProgram create(java.lang.String externalCode, java.sql.Timestamp updateDate, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Program program)
           Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingProgram instance from all attributes and properties and adds it to the persistent store.
 TranscribingProgram create(TranscribingProgram transcribingProgram)
          Creates an instance of fr.ifremer.allegro.referential.transcribing.TranscribingProgram and adds it to the persistent store.
 TranscribingProgram createFromClusterTranscribingProgram(ClusterTranscribingProgram clusterTranscribingProgram)
           
 java.lang.Object findTranscribingProgramByIdentifiers(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Program program)
           Does the same thing as TranscribingProgramDao.findTranscribingProgramByIdentifiers(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.lang.Object findTranscribingProgramByIdentifiers(int transform, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Program program)
           Does the same thing as TranscribingProgramDao.findTranscribingProgramByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 TranscribingProgram findTranscribingProgramByIdentifiers(java.lang.String queryString, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Program program)
           Does the same thing as TranscribingProgramDao.findTranscribingProgramByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 TranscribingProgram findTranscribingProgramByIdentifiers(TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Program program)
           
 java.lang.Object findTranscribingProgramByNaturalId(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Program program)
           Does the same thing as TranscribingProgramDao.findTranscribingProgramByNaturalId(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.lang.Object findTranscribingProgramByNaturalId(int transform, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Program program)
           Does the same thing as TranscribingProgramDao.findTranscribingProgramByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 TranscribingProgram findTranscribingProgramByNaturalId(java.lang.String queryString, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Program program)
           Does the same thing as TranscribingProgramDao.findTranscribingProgramByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 TranscribingProgram findTranscribingProgramByNaturalId(TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Program program)
           
 java.util.Collection findTranscribingProgramByProgram(int transform, int pageNumber, int pageSize, Program program)
           Does the same thing as TranscribingProgramDao.findTranscribingProgramByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingProgramByProgram(int pageNumber, int pageSize, Program program)
           Does the same thing as TranscribingProgramDao.findTranscribingProgramByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingProgramByProgram(int transform, Program program)
           Does the same thing as TranscribingProgramDao.findTranscribingProgramByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.util.Collection findTranscribingProgramByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
           Does the same thing as TranscribingProgramDao.findTranscribingProgramByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingProgramByProgram(int transform, java.lang.String queryString, Program program)
           Does the same thing as TranscribingProgramDao.findTranscribingProgramByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findTranscribingProgramByProgram(Program program)
           
 java.util.Collection findTranscribingProgramByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
           Does the same thing as TranscribingProgramDao.findTranscribingProgramByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingProgramByProgram(java.lang.String queryString, Program program)
           Does the same thing as TranscribingProgramDao.findTranscribingProgramByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findTranscribingProgramByTranscribingSide(int transform, int pageNumber, int pageSize, TranscribingSide transcribingSide)
           Does the same thing as TranscribingProgramDao.findTranscribingProgramByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingProgramByTranscribingSide(int pageNumber, int pageSize, TranscribingSide transcribingSide)
           Does the same thing as TranscribingProgramDao.findTranscribingProgramByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingProgramByTranscribingSide(int transform, java.lang.String queryString, int pageNumber, int pageSize, TranscribingSide transcribingSide)
           Does the same thing as TranscribingProgramDao.findTranscribingProgramByTranscribingSide(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingProgramByTranscribingSide(int transform, java.lang.String queryString, TranscribingSide transcribingSide)
           Does the same thing as TranscribingProgramDao.findTranscribingProgramByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional argument called queryString.
 java.util.Collection findTranscribingProgramByTranscribingSide(int transform, TranscribingSide transcribingSide)
           Does the same thing as TranscribingProgramDao.findTranscribingProgramByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional flag called transform.
 java.util.Collection findTranscribingProgramByTranscribingSide(java.lang.String queryString, int pageNumber, int pageSize, TranscribingSide transcribingSide)
           Does the same thing as TranscribingProgramDao.findTranscribingProgramByTranscribingSide(String, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingProgramByTranscribingSide(java.lang.String queryString, TranscribingSide transcribingSide)
           Does the same thing as TranscribingProgramDao.findTranscribingProgramByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional argument called queryString.
 java.util.Collection findTranscribingProgramByTranscribingSide(TranscribingSide transcribingSide)
           
 java.util.Collection findTranscribingProgramByTranscribingSystem(int transform, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingProgramDao.findTranscribingProgramByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingProgramByTranscribingSystem(int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingProgramDao.findTranscribingProgramByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingProgramByTranscribingSystem(int transform, java.lang.String queryString, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingProgramDao.findTranscribingProgramByTranscribingSystem(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingProgramByTranscribingSystem(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingProgramDao.findTranscribingProgramByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional argument called queryString.
 java.util.Collection findTranscribingProgramByTranscribingSystem(int transform, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingProgramDao.findTranscribingProgramByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional flag called transform.
 java.util.Collection findTranscribingProgramByTranscribingSystem(java.lang.String queryString, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingProgramDao.findTranscribingProgramByTranscribingSystem(String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingProgramByTranscribingSystem(java.lang.String queryString, TranscribingSystem transcribingSystem)
           Does the same thing as TranscribingProgramDao.findTranscribingProgramByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional argument called queryString.
 java.util.Collection findTranscribingProgramByTranscribingSystem(TranscribingSystem transcribingSystem)
           
 ClusterTranscribingProgram[] getAllClusterTranscribingProgramSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 java.util.Collection getAllTranscribingProgram()
           
 java.util.Collection getAllTranscribingProgram(int transform)
           Does the same thing as TranscribingProgramDao.getAllTranscribingProgram() with an additional flag called transform.
 java.util.Collection getAllTranscribingProgram(int pageNumber, int pageSize)
           Does the same thing as TranscribingProgramDao.getAllTranscribingProgram() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingProgram(int transform, int pageNumber, int pageSize)
           Does the same thing as TranscribingProgramDao.getAllTranscribingProgram(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingProgram(int transform, java.lang.String queryString)
           Does the same thing as TranscribingProgramDao.getAllTranscribingProgram(int) with an additional argument called queryString.
 java.util.Collection getAllTranscribingProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as TranscribingProgramDao.getAllTranscribingProgram(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingProgram(java.lang.String queryString)
           Does the same thing as TranscribingProgramDao.getAllTranscribingProgram() with an additional argument called queryString.
 java.util.Collection getAllTranscribingProgram(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as TranscribingProgramDao.getAllTranscribingProgram(String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingProgramSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as TranscribingProgramDao.getAllTranscribingProgramSinceDateSynchro(int, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingProgramSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as TranscribingProgramDao.getAllTranscribingProgramSinceDateSynchro(java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingProgramSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as TranscribingProgramDao.getAllTranscribingProgramSinceDateSynchro(int, String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingProgramSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as TranscribingProgramDao.getAllTranscribingProgramSinceDateSynchro(int, java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllTranscribingProgramSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
           Does the same thing as TranscribingProgramDao.getAllTranscribingProgramSinceDateSynchro(java.sql.Timestamp) with an additional flag called transform.
 java.util.Collection getAllTranscribingProgramSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as TranscribingProgramDao.getAllTranscribingProgramSinceDateSynchro(String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingProgramSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as TranscribingProgramDao.getAllTranscribingProgramSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllTranscribingProgramSinceDateSynchro(java.sql.Timestamp updateDate)
           
protected  java.security.Principal getPrincipal()
          Gets the current principal if one has been set, otherwise returns null.
protected  ProgramDao getProgramDao()
          Gets the reference to programDao.
protected  TranscribingSideDao getTranscribingSideDao()
          Gets the reference to transcribingSideDao.
protected  TranscribingSystemDao getTranscribingSystemDao()
          Gets the reference to transcribingSystemDao.
protected abstract  TranscribingProgram handleCreateFromClusterTranscribingProgram(ClusterTranscribingProgram clusterTranscribingProgram)
          Performs the core logic for createFromClusterTranscribingProgram(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingProgram)
protected abstract  ClusterTranscribingProgram[] handleGetAllClusterTranscribingProgramSinceDateSynchro(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 getAllClusterTranscribingProgramSinceDateSynchro(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, Program program)
           Does the same thing as TranscribingProgramDao.load(fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 TranscribingProgram load(TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Program program)
          Loads an instance of fr.ifremer.allegro.referential.transcribing.TranscribingProgram from the persistent store.
 java.util.Collection loadAll()
          Loads all entities of type TranscribingProgram.
 java.util.Collection loadAll(int transform)
           Does the same thing as TranscribingProgramDao.loadAll() with an additional flag called transform.
 java.util.Collection loadAll(int pageNumber, int pageSize)
           Does the same thing as TranscribingProgramDao.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 TranscribingProgramDao.loadAll(int) with an additional two arguments called pageNumber and pageSize.
 void remoteTranscribingProgramFullVOToEntity(RemoteTranscribingProgramFullVO source, TranscribingProgram target, boolean copyIfNull)
          Copies the fields of RemoteTranscribingProgramFullVO to the specified entity.
 void remoteTranscribingProgramFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteTranscribingProgramFullVO to this DAO's entity.
 void remoteTranscribingProgramNaturalIdToEntity(RemoteTranscribingProgramNaturalId source, TranscribingProgram target, boolean copyIfNull)
          Copies the fields of RemoteTranscribingProgramNaturalId to the specified entity.
 void remoteTranscribingProgramNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteTranscribingProgramNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(TranscribingProgram transcribingProgram)
          Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingProgram from the persistent store.
 void remove(TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Program program)
          Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingProgram 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 TranscribingProgramDao.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 setProgramDao(ProgramDao programDao)
          Sets the reference to programDao.
 void setTranscribingSideDao(TranscribingSideDao transcribingSideDao)
          Sets the reference to transcribingSideDao.
 void setTranscribingSystemDao(TranscribingSystemDao transcribingSystemDao)
          Sets the reference to transcribingSystemDao.
protected  ClusterTranscribingProgram toClusterTranscribingProgram(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterTranscribingProgram toClusterTranscribingProgram(TranscribingProgram entity)
          Converts this DAO's entity to an object of type ClusterTranscribingProgram.
 void toClusterTranscribingProgram(TranscribingProgram source, ClusterTranscribingProgram target)
          Copies the fields of the specified entity to the target value object.
 ClusterTranscribingProgram[] toClusterTranscribingProgramArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterTranscribingProgram.
 void toClusterTranscribingProgramCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterTranscribingProgram.
protected  TranscribingProgram toEntity(java.lang.Object[] row)
           
protected  RemoteTranscribingProgramFullVO toRemoteTranscribingProgramFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteTranscribingProgramFullVO toRemoteTranscribingProgramFullVO(TranscribingProgram entity)
          Converts this DAO's entity to an object of type RemoteTranscribingProgramFullVO.
 void toRemoteTranscribingProgramFullVO(TranscribingProgram source, RemoteTranscribingProgramFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemoteTranscribingProgramFullVO[] toRemoteTranscribingProgramFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteTranscribingProgramFullVO.
 void toRemoteTranscribingProgramFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteTranscribingProgramFullVO.
protected  RemoteTranscribingProgramNaturalId toRemoteTranscribingProgramNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteTranscribingProgramNaturalId toRemoteTranscribingProgramNaturalId(TranscribingProgram entity)
          Converts this DAO's entity to an object of type RemoteTranscribingProgramNaturalId.
 void toRemoteTranscribingProgramNaturalId(TranscribingProgram source, RemoteTranscribingProgramNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemoteTranscribingProgramNaturalId[] toRemoteTranscribingProgramNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteTranscribingProgramNaturalId.
 void toRemoteTranscribingProgramNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteTranscribingProgramNaturalId.
protected  void transformEntities(int transform, java.util.Collection entities)
          Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.referential.transcribing.TranscribingProgram) method.
protected  java.lang.Object transformEntity(int transform, TranscribingProgram 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.TranscribingProgramDao, please note that the TranscribingProgramDao.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(TranscribingProgram transcribingProgram)
          Updates the transcribingProgram 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.TranscribingProgramDao
clusterTranscribingProgramToEntity, remoteTranscribingProgramFullVOToEntity, remoteTranscribingProgramNaturalIdToEntity
 

Constructor Detail

TranscribingProgramDaoBase

public TranscribingProgramDaoBase()
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.


setProgramDao

public void setProgramDao(ProgramDao programDao)
Sets the reference to programDao.


getProgramDao

protected ProgramDao getProgramDao()
Gets the reference to programDao.


load

public java.lang.Object load(int transform,
                             TranscribingSystem transcribingSystem,
                             TranscribingSide transcribingSide,
                             Program program)
Description copied from interface: TranscribingProgramDao

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

load

public TranscribingProgram load(TranscribingSystem transcribingSystem,
                                TranscribingSide transcribingSide,
                                Program program)
Description copied from interface: TranscribingProgramDao
Loads an instance of fr.ifremer.allegro.referential.transcribing.TranscribingProgram from the persistent store.

Specified by:
load in interface TranscribingProgramDao
See Also:
TranscribingProgramDao.load(fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.administration.programStrategy.Program)

loadAll

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

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

loadAll

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

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

loadAll

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

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

loadAll

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

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

create

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

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

create

public java.lang.Object create(int transform,
                               TranscribingProgram transcribingProgram)
Description copied from interface: TranscribingProgramDao

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

create

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

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

create

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

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

create

public TranscribingProgram create(java.lang.String externalCode,
                                  java.sql.Timestamp updateDate,
                                  TranscribingSystem transcribingSystem,
                                  TranscribingSide transcribingSide,
                                  Program program)
Description copied from interface: TranscribingProgramDao

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

Specified by:
create in interface TranscribingProgramDao
See Also:
TranscribingProgramDao.create(java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.administration.programStrategy.Program)

create

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

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

create

public TranscribingProgram create(java.lang.String externalCode,
                                  Program program,
                                  TranscribingSide transcribingSide,
                                  TranscribingSystem transcribingSystem)
Description copied from interface: TranscribingProgramDao

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

Specified by:
create in interface TranscribingProgramDao
See Also:
TranscribingProgramDao.create(java.lang.String,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.transcribing.TranscribingSystem)

create

public java.lang.Object create(int transform,
                               java.lang.String externalCode,
                               Program program,
                               TranscribingSide transcribingSide,
                               TranscribingSystem transcribingSystem)
Description copied from interface: TranscribingProgramDao

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

update

public void update(TranscribingProgram transcribingProgram)
Description copied from interface: TranscribingProgramDao
Updates the transcribingProgram instance in the persistent store.

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

update

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

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

remove

public void remove(TranscribingProgram transcribingProgram)
Description copied from interface: TranscribingProgramDao
Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingProgram from the persistent store.

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

remove

public void remove(TranscribingSystem transcribingSystem,
                   TranscribingSide transcribingSide,
                   Program program)
Description copied from interface: TranscribingProgramDao
Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingProgram having the given identifiers from the persistent store.

Specified by:
remove in interface TranscribingProgramDao
See Also:
TranscribingProgramDao.remove(fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.administration.programStrategy.Program)

remove

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

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

getAllTranscribingProgram

public java.util.Collection getAllTranscribingProgram()
Specified by:
getAllTranscribingProgram in interface TranscribingProgramDao
See Also:
TranscribingProgramDao.getAllTranscribingProgram()

getAllTranscribingProgram

public java.util.Collection getAllTranscribingProgram(int transform)
Description copied from interface: TranscribingProgramDao

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

getAllTranscribingProgram

public java.util.Collection getAllTranscribingProgram(java.lang.String queryString)
Description copied from interface: TranscribingProgramDao

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

Specified by:
getAllTranscribingProgram in interface TranscribingProgramDao
See Also:
TranscribingProgramDao.getAllTranscribingProgram(java.lang.String)

getAllTranscribingProgram

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

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

getAllTranscribingProgram

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

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

getAllTranscribingProgram

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

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

Specified by:
getAllTranscribingProgram in interface TranscribingProgramDao
See Also:
TranscribingProgramDao.getAllTranscribingProgram(int, String)

getAllTranscribingProgram

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

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

getAllTranscribingProgram

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

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

findTranscribingProgramByTranscribingSystem

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

findTranscribingProgramByTranscribingSystem

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

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

findTranscribingProgramByTranscribingSystem

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

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

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

findTranscribingProgramByTranscribingSystem

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

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

findTranscribingProgramByTranscribingSystem

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

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

findTranscribingProgramByTranscribingSystem

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

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

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

findTranscribingProgramByTranscribingSystem

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

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

findTranscribingProgramByTranscribingSystem

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

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

findTranscribingProgramByTranscribingSide

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

findTranscribingProgramByTranscribingSide

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

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

findTranscribingProgramByTranscribingSide

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

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

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

findTranscribingProgramByTranscribingSide

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

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

findTranscribingProgramByTranscribingSide

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

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

findTranscribingProgramByTranscribingSide

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

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

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

findTranscribingProgramByTranscribingSide

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

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

findTranscribingProgramByTranscribingSide

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

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

findTranscribingProgramByProgram

public java.util.Collection findTranscribingProgramByProgram(Program program)
Specified by:
findTranscribingProgramByProgram in interface TranscribingProgramDao
See Also:
TranscribingProgramDao.findTranscribingProgramByProgram(fr.ifremer.allegro.administration.programStrategy.Program)

findTranscribingProgramByProgram

public java.util.Collection findTranscribingProgramByProgram(int transform,
                                                             Program program)
Description copied from interface: TranscribingProgramDao

Does the same thing as TranscribingProgramDao.findTranscribingProgramByProgram(fr.ifremer.allegro.administration.programStrategy.Program) 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:
findTranscribingProgramByProgram in interface TranscribingProgramDao
See Also:
TranscribingProgramDao.findTranscribingProgramByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)

findTranscribingProgramByProgram

public java.util.Collection findTranscribingProgramByProgram(java.lang.String queryString,
                                                             Program program)
Description copied from interface: TranscribingProgramDao

Does the same thing as TranscribingProgramDao.findTranscribingProgramByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingProgramDao.findTranscribingProgramByProgram(fr.ifremer.allegro.administration.programStrategy.Program).

Specified by:
findTranscribingProgramByProgram in interface TranscribingProgramDao
See Also:
TranscribingProgramDao.findTranscribingProgramByProgram(java.lang.String, fr.ifremer.allegro.administration.programStrategy.Program)

findTranscribingProgramByProgram

public java.util.Collection findTranscribingProgramByProgram(int pageNumber,
                                                             int pageSize,
                                                             Program program)
Description copied from interface: TranscribingProgramDao

Does the same thing as TranscribingProgramDao.findTranscribingProgramByProgram(fr.ifremer.allegro.administration.programStrategy.Program) 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:
findTranscribingProgramByProgram in interface TranscribingProgramDao
See Also:
TranscribingProgramDao.findTranscribingProgramByProgram(int, int, fr.ifremer.allegro.administration.programStrategy.Program)

findTranscribingProgramByProgram

public java.util.Collection findTranscribingProgramByProgram(java.lang.String queryString,
                                                             int pageNumber,
                                                             int pageSize,
                                                             Program program)
Description copied from interface: TranscribingProgramDao

Does the same thing as TranscribingProgramDao.findTranscribingProgramByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) 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:
findTranscribingProgramByProgram in interface TranscribingProgramDao
See Also:
TranscribingProgramDao.findTranscribingProgramByProgram(String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)

findTranscribingProgramByProgram

public java.util.Collection findTranscribingProgramByProgram(int transform,
                                                             java.lang.String queryString,
                                                             Program program)
Description copied from interface: TranscribingProgramDao

Does the same thing as TranscribingProgramDao.findTranscribingProgramByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingProgramDao.findTranscribingProgramByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program program).

Specified by:
findTranscribingProgramByProgram in interface TranscribingProgramDao
See Also:
TranscribingProgramDao.findTranscribingProgramByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program)

findTranscribingProgramByProgram

public java.util.Collection findTranscribingProgramByProgram(int transform,
                                                             int pageNumber,
                                                             int pageSize,
                                                             Program program)
Description copied from interface: TranscribingProgramDao

Does the same thing as TranscribingProgramDao.findTranscribingProgramByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) 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:
findTranscribingProgramByProgram in interface TranscribingProgramDao
See Also:
TranscribingProgramDao.findTranscribingProgramByProgram(int, int, int, fr.ifremer.allegro.administration.programStrategy.Program)

findTranscribingProgramByProgram

public java.util.Collection findTranscribingProgramByProgram(int transform,
                                                             java.lang.String queryString,
                                                             int pageNumber,
                                                             int pageSize,
                                                             Program program)
Description copied from interface: TranscribingProgramDao

Does the same thing as TranscribingProgramDao.findTranscribingProgramByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) 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:
findTranscribingProgramByProgram in interface TranscribingProgramDao
See Also:
TranscribingProgramDao.findTranscribingProgramByProgram(int, java.lang.String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)

findTranscribingProgramByIdentifiers

public TranscribingProgram findTranscribingProgramByIdentifiers(TranscribingSystem transcribingSystem,
                                                                TranscribingSide transcribingSide,
                                                                Program program)
Specified by:
findTranscribingProgramByIdentifiers in interface TranscribingProgramDao
See Also:
TranscribingProgramDao.findTranscribingProgramByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.administration.programStrategy.Program)

findTranscribingProgramByIdentifiers

public java.lang.Object findTranscribingProgramByIdentifiers(int transform,
                                                             TranscribingSystem transcribingSystem,
                                                             TranscribingSide transcribingSide,
                                                             Program program)
Description copied from interface: TranscribingProgramDao

Does the same thing as TranscribingProgramDao.findTranscribingProgramByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.administration.programStrategy.Program) 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:
findTranscribingProgramByIdentifiers in interface TranscribingProgramDao
See Also:
TranscribingProgramDao.findTranscribingProgramByIdentifiers(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.administration.programStrategy.Program)

findTranscribingProgramByIdentifiers

public TranscribingProgram findTranscribingProgramByIdentifiers(java.lang.String queryString,
                                                                TranscribingSystem transcribingSystem,
                                                                TranscribingSide transcribingSide,
                                                                Program program)
Description copied from interface: TranscribingProgramDao

Does the same thing as TranscribingProgramDao.findTranscribingProgramByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingProgramDao.findTranscribingProgramByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.administration.programStrategy.Program).

Specified by:
findTranscribingProgramByIdentifiers in interface TranscribingProgramDao
See Also:
TranscribingProgramDao.findTranscribingProgramByIdentifiers(java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.administration.programStrategy.Program)

findTranscribingProgramByIdentifiers

public java.lang.Object findTranscribingProgramByIdentifiers(int transform,
                                                             java.lang.String queryString,
                                                             TranscribingSystem transcribingSystem,
                                                             TranscribingSide transcribingSide,
                                                             Program program)
Description copied from interface: TranscribingProgramDao

Does the same thing as TranscribingProgramDao.findTranscribingProgramByIdentifiers(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingProgramDao.findTranscribingProgramByIdentifiers(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem transcribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide transcribingSide, fr.ifremer.allegro.administration.programStrategy.Program program).

Specified by:
findTranscribingProgramByIdentifiers in interface TranscribingProgramDao
See Also:
TranscribingProgramDao.findTranscribingProgramByIdentifiers(int, java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.administration.programStrategy.Program)

findTranscribingProgramByNaturalId

public TranscribingProgram findTranscribingProgramByNaturalId(TranscribingSystem transcribingSystem,
                                                              TranscribingSide transcribingSide,
                                                              Program program)
Specified by:
findTranscribingProgramByNaturalId in interface TranscribingProgramDao
See Also:
TranscribingProgramDao.findTranscribingProgramByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.administration.programStrategy.Program)

findTranscribingProgramByNaturalId

public java.lang.Object findTranscribingProgramByNaturalId(int transform,
                                                           TranscribingSystem transcribingSystem,
                                                           TranscribingSide transcribingSide,
                                                           Program program)
Description copied from interface: TranscribingProgramDao

Does the same thing as TranscribingProgramDao.findTranscribingProgramByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.administration.programStrategy.Program) 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:
findTranscribingProgramByNaturalId in interface TranscribingProgramDao
See Also:
TranscribingProgramDao.findTranscribingProgramByNaturalId(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.administration.programStrategy.Program)

findTranscribingProgramByNaturalId

public TranscribingProgram findTranscribingProgramByNaturalId(java.lang.String queryString,
                                                              TranscribingSystem transcribingSystem,
                                                              TranscribingSide transcribingSide,
                                                              Program program)
Description copied from interface: TranscribingProgramDao

Does the same thing as TranscribingProgramDao.findTranscribingProgramByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingProgramDao.findTranscribingProgramByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.administration.programStrategy.Program).

Specified by:
findTranscribingProgramByNaturalId in interface TranscribingProgramDao
See Also:
TranscribingProgramDao.findTranscribingProgramByNaturalId(java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.administration.programStrategy.Program)

findTranscribingProgramByNaturalId

public java.lang.Object findTranscribingProgramByNaturalId(int transform,
                                                           java.lang.String queryString,
                                                           TranscribingSystem transcribingSystem,
                                                           TranscribingSide transcribingSide,
                                                           Program program)
Description copied from interface: TranscribingProgramDao

Does the same thing as TranscribingProgramDao.findTranscribingProgramByNaturalId(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString. This queryString argument allows you to override the query string defined in TranscribingProgramDao.findTranscribingProgramByNaturalId(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem transcribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide transcribingSide, fr.ifremer.allegro.administration.programStrategy.Program program).

Specified by:
findTranscribingProgramByNaturalId in interface TranscribingProgramDao
See Also:
TranscribingProgramDao.findTranscribingProgramByNaturalId(int, java.lang.String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.administration.programStrategy.Program)

getAllTranscribingProgramSinceDateSynchro

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

getAllTranscribingProgramSinceDateSynchro

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

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

getAllTranscribingProgramSinceDateSynchro

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

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

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

getAllTranscribingProgramSinceDateSynchro

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

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

getAllTranscribingProgramSinceDateSynchro

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

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

getAllTranscribingProgramSinceDateSynchro

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

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

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

getAllTranscribingProgramSinceDateSynchro

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

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

getAllTranscribingProgramSinceDateSynchro

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

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

createFromClusterTranscribingProgram

public TranscribingProgram createFromClusterTranscribingProgram(ClusterTranscribingProgram clusterTranscribingProgram)
Specified by:
createFromClusterTranscribingProgram in interface TranscribingProgramDao
See Also:
TranscribingProgramDao.createFromClusterTranscribingProgram(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingProgram)

handleCreateFromClusterTranscribingProgram

protected abstract TranscribingProgram handleCreateFromClusterTranscribingProgram(ClusterTranscribingProgram clusterTranscribingProgram)
                                                                           throws java.lang.Exception
Performs the core logic for createFromClusterTranscribingProgram(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingProgram)

Throws:
java.lang.Exception

getAllClusterTranscribingProgramSinceDateSynchro

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

handleGetAllClusterTranscribingProgramSinceDateSynchro

protected abstract ClusterTranscribingProgram[] handleGetAllClusterTranscribingProgramSinceDateSynchro(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 getAllClusterTranscribingProgramSinceDateSynchro(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,
                                           TranscribingProgram 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.TranscribingProgramDao, please note that the TranscribingProgramDao.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 TranscribingProgramDao.TRANSFORM_NONE is assumed.

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

toEntity

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

toRemoteTranscribingProgramFullVOCollection

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

Specified by:
toRemoteTranscribingProgramFullVOCollection in interface TranscribingProgramDao
See Also:
TranscribingProgramDao.toRemoteTranscribingProgramFullVOCollection(java.util.Collection)

toRemoteTranscribingProgramFullVOArray

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

Specified by:
toRemoteTranscribingProgramFullVOArray in interface TranscribingProgramDao
See Also:
TranscribingProgramDao.toRemoteTranscribingProgramFullVOArray(java.util.Collection)

toRemoteTranscribingProgramFullVO

protected RemoteTranscribingProgramFullVO toRemoteTranscribingProgramFullVO(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 TranscribingProgramDaoImpl class if you intend to use reporting queries.

See Also:
TranscribingProgramDao.toRemoteTranscribingProgramFullVO(fr.ifremer.allegro.referential.transcribing.TranscribingProgram)

remoteTranscribingProgramFullVOToEntityCollection

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

Specified by:
remoteTranscribingProgramFullVOToEntityCollection in interface TranscribingProgramDao
See Also:
TranscribingProgramDao.remoteTranscribingProgramFullVOToEntityCollection(java.util.Collection)

toRemoteTranscribingProgramFullVO

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

toRemoteTranscribingProgramFullVO

public RemoteTranscribingProgramFullVO toRemoteTranscribingProgramFullVO(TranscribingProgram entity)
Description copied from interface: TranscribingProgramDao
Converts this DAO's entity to an object of type RemoteTranscribingProgramFullVO.

Specified by:
toRemoteTranscribingProgramFullVO in interface TranscribingProgramDao
See Also:
TranscribingProgramDao.toRemoteTranscribingProgramFullVO(fr.ifremer.allegro.referential.transcribing.TranscribingProgram)

remoteTranscribingProgramFullVOToEntity

public void remoteTranscribingProgramFullVOToEntity(RemoteTranscribingProgramFullVO source,
                                                    TranscribingProgram target,
                                                    boolean copyIfNull)
Description copied from interface: TranscribingProgramDao
Copies the fields of RemoteTranscribingProgramFullVO to the specified entity.

Specified by:
remoteTranscribingProgramFullVOToEntity in interface TranscribingProgramDao
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.TranscribingProgramDao#remoteTranscribingProgramFullVOToEntity(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingProgramFullVO, fr.ifremer.allegro.referential.transcribing.TranscribingProgram)

toRemoteTranscribingProgramNaturalIdCollection

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

Specified by:
toRemoteTranscribingProgramNaturalIdCollection in interface TranscribingProgramDao
See Also:
TranscribingProgramDao.toRemoteTranscribingProgramNaturalIdCollection(java.util.Collection)

toRemoteTranscribingProgramNaturalIdArray

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

Specified by:
toRemoteTranscribingProgramNaturalIdArray in interface TranscribingProgramDao
See Also:
TranscribingProgramDao.toRemoteTranscribingProgramNaturalIdArray(java.util.Collection)

toRemoteTranscribingProgramNaturalId

protected RemoteTranscribingProgramNaturalId toRemoteTranscribingProgramNaturalId(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 TranscribingProgramDaoImpl class if you intend to use reporting queries.

See Also:
TranscribingProgramDao.toRemoteTranscribingProgramNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingProgram)

remoteTranscribingProgramNaturalIdToEntityCollection

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

Specified by:
remoteTranscribingProgramNaturalIdToEntityCollection in interface TranscribingProgramDao
See Also:
TranscribingProgramDao.remoteTranscribingProgramNaturalIdToEntityCollection(java.util.Collection)

toRemoteTranscribingProgramNaturalId

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

toRemoteTranscribingProgramNaturalId

public RemoteTranscribingProgramNaturalId toRemoteTranscribingProgramNaturalId(TranscribingProgram entity)
Description copied from interface: TranscribingProgramDao
Converts this DAO's entity to an object of type RemoteTranscribingProgramNaturalId.

Specified by:
toRemoteTranscribingProgramNaturalId in interface TranscribingProgramDao
See Also:
TranscribingProgramDao.toRemoteTranscribingProgramNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingProgram)

remoteTranscribingProgramNaturalIdToEntity

public void remoteTranscribingProgramNaturalIdToEntity(RemoteTranscribingProgramNaturalId source,
                                                       TranscribingProgram target,
                                                       boolean copyIfNull)
Description copied from interface: TranscribingProgramDao
Copies the fields of RemoteTranscribingProgramNaturalId to the specified entity.

Specified by:
remoteTranscribingProgramNaturalIdToEntity in interface TranscribingProgramDao
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.TranscribingProgramDao#remoteTranscribingProgramNaturalIdToEntity(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingProgramNaturalId, fr.ifremer.allegro.referential.transcribing.TranscribingProgram)

toClusterTranscribingProgramCollection

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

Specified by:
toClusterTranscribingProgramCollection in interface TranscribingProgramDao
See Also:
TranscribingProgramDao.toClusterTranscribingProgramCollection(java.util.Collection)

toClusterTranscribingProgramArray

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

Specified by:
toClusterTranscribingProgramArray in interface TranscribingProgramDao
See Also:
TranscribingProgramDao.toClusterTranscribingProgramArray(java.util.Collection)

toClusterTranscribingProgram

protected ClusterTranscribingProgram toClusterTranscribingProgram(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 TranscribingProgramDaoImpl class if you intend to use reporting queries.

See Also:
TranscribingProgramDao.toClusterTranscribingProgram(fr.ifremer.allegro.referential.transcribing.TranscribingProgram)

clusterTranscribingProgramToEntityCollection

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

Specified by:
clusterTranscribingProgramToEntityCollection in interface TranscribingProgramDao
See Also:
TranscribingProgramDao.clusterTranscribingProgramToEntityCollection(java.util.Collection)

toClusterTranscribingProgram

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

toClusterTranscribingProgram

public ClusterTranscribingProgram toClusterTranscribingProgram(TranscribingProgram entity)
Description copied from interface: TranscribingProgramDao
Converts this DAO's entity to an object of type ClusterTranscribingProgram.

Specified by:
toClusterTranscribingProgram in interface TranscribingProgramDao
See Also:
TranscribingProgramDao.toClusterTranscribingProgram(fr.ifremer.allegro.referential.transcribing.TranscribingProgram)

clusterTranscribingProgramToEntity

public void clusterTranscribingProgramToEntity(ClusterTranscribingProgram source,
                                               TranscribingProgram target,
                                               boolean copyIfNull)
Description copied from interface: TranscribingProgramDao
Copies the fields of ClusterTranscribingProgram to the specified entity.

Specified by:
clusterTranscribingProgramToEntity in interface TranscribingProgramDao
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.TranscribingProgramDao#clusterTranscribingProgramToEntity(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingProgram, fr.ifremer.allegro.referential.transcribing.TranscribingProgram)

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

search

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

search

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

search

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

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


Copyright © 2008-2010 IFREMER. All Rights Reserved.