fr.ifremer.allegro.referential.transcribing
Interface TranscribingProgramDao

All Known Implementing Classes:
TranscribingProgramDaoBase, TranscribingProgramDaoImpl

public interface TranscribingProgramDao

See Also:
TranscribingProgram

Field Summary
static int TRANSFORM_CLUSTERTRANSCRIBINGPROGRAM
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
static int TRANSFORM_NONE
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
static int TRANSFORM_REMOTETRANSCRIBINGPROGRAMFULLVO
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
static int TRANSFORM_REMOTETRANSCRIBINGPROGRAMNATURALID
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
 
Method Summary
 TranscribingProgram clusterTranscribingProgramToEntity(ClusterTranscribingProgram clusterTranscribingProgram)
          Converts an instance of type ClusterTranscribingProgram to this DAO's entity.
 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 getAllTranscribingProgram() with an additional flag called transform.
 java.util.Collection getAllTranscribingProgram(int pageNumber, int pageSize)
           Does the same thing as 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 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 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 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 getAllTranscribingProgram() with an additional argument called queryString.
 java.util.Collection getAllTranscribingProgram(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as 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 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 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 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 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 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 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 getAllTranscribingProgramSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllTranscribingProgramSinceDateSynchro(java.sql.Timestamp updateDate)
           
 java.lang.Object load(int transform, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Program program)
           Does the same thing as 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 loadAll() with an additional flag called transform.
 java.util.Collection loadAll(int pageNumber, int pageSize)
           Does the same thing as 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 loadAll(int) with an additional two arguments called pageNumber and pageSize.
 TranscribingProgram remoteTranscribingProgramFullVOToEntity(RemoteTranscribingProgramFullVO remoteTranscribingProgramFullVO)
          Converts an instance of type RemoteTranscribingProgramFullVO to this DAO's entity.
 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.
 TranscribingProgram remoteTranscribingProgramNaturalIdToEntity(RemoteTranscribingProgramNaturalId remoteTranscribingProgramNaturalId)
          Converts an instance of type RemoteTranscribingProgramNaturalId 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 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.
 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.
 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.
 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.
 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.
 

Field Detail

TRANSFORM_NONE

static final int TRANSFORM_NONE
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.

This specific flag denotes no transformation will occur.

See Also:
Constant Field Values

TRANSFORM_REMOTETRANSCRIBINGPROGRAMFULLVO

static final int TRANSFORM_REMOTETRANSCRIBINGPROGRAMFULLVO
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.

This specific flag denotes entities must be transformed into objects of type RemoteTranscribingProgramFullVO.

See Also:
Constant Field Values

TRANSFORM_REMOTETRANSCRIBINGPROGRAMNATURALID

static final int TRANSFORM_REMOTETRANSCRIBINGPROGRAMNATURALID
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.

This specific flag denotes entities must be transformed into objects of type RemoteTranscribingProgramNaturalId.

See Also:
Constant Field Values

TRANSFORM_CLUSTERTRANSCRIBINGPROGRAM

static final int TRANSFORM_CLUSTERTRANSCRIBINGPROGRAM
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.

This specific flag denotes entities must be transformed into objects of type ClusterTranscribingProgram.

See Also:
Constant Field Values
Method Detail

toRemoteTranscribingProgramFullVO

void toRemoteTranscribingProgramFullVO(TranscribingProgram source,
                                       RemoteTranscribingProgramFullVO target)
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).


toRemoteTranscribingProgramFullVO

RemoteTranscribingProgramFullVO toRemoteTranscribingProgramFullVO(TranscribingProgram entity)
Converts this DAO's entity to an object of type RemoteTranscribingProgramFullVO.


toRemoteTranscribingProgramFullVOCollection

void toRemoteTranscribingProgramFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteTranscribingProgramFullVO.


toRemoteTranscribingProgramFullVOArray

RemoteTranscribingProgramFullVO[] toRemoteTranscribingProgramFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteTranscribingProgramFullVO.


remoteTranscribingProgramFullVOToEntity

void remoteTranscribingProgramFullVOToEntity(RemoteTranscribingProgramFullVO source,
                                             TranscribingProgram target,
                                             boolean copyIfNull)
Copies the fields of RemoteTranscribingProgramFullVO to the specified entity.

Parameters:
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.

remoteTranscribingProgramFullVOToEntity

TranscribingProgram remoteTranscribingProgramFullVOToEntity(RemoteTranscribingProgramFullVO remoteTranscribingProgramFullVO)
Converts an instance of type RemoteTranscribingProgramFullVO to this DAO's entity.


remoteTranscribingProgramFullVOToEntityCollection

void remoteTranscribingProgramFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteTranscribingProgramFullVO to this DAO's entity.


toRemoteTranscribingProgramNaturalId

void toRemoteTranscribingProgramNaturalId(TranscribingProgram source,
                                          RemoteTranscribingProgramNaturalId target)
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).


toRemoteTranscribingProgramNaturalId

RemoteTranscribingProgramNaturalId toRemoteTranscribingProgramNaturalId(TranscribingProgram entity)
Converts this DAO's entity to an object of type RemoteTranscribingProgramNaturalId.


toRemoteTranscribingProgramNaturalIdCollection

void toRemoteTranscribingProgramNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteTranscribingProgramNaturalId.


toRemoteTranscribingProgramNaturalIdArray

RemoteTranscribingProgramNaturalId[] toRemoteTranscribingProgramNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteTranscribingProgramNaturalId.


remoteTranscribingProgramNaturalIdToEntity

void remoteTranscribingProgramNaturalIdToEntity(RemoteTranscribingProgramNaturalId source,
                                                TranscribingProgram target,
                                                boolean copyIfNull)
Copies the fields of RemoteTranscribingProgramNaturalId to the specified entity.

Parameters:
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.

remoteTranscribingProgramNaturalIdToEntity

TranscribingProgram remoteTranscribingProgramNaturalIdToEntity(RemoteTranscribingProgramNaturalId remoteTranscribingProgramNaturalId)
Converts an instance of type RemoteTranscribingProgramNaturalId to this DAO's entity.


remoteTranscribingProgramNaturalIdToEntityCollection

void remoteTranscribingProgramNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteTranscribingProgramNaturalId to this DAO's entity.


toClusterTranscribingProgram

void toClusterTranscribingProgram(TranscribingProgram source,
                                  ClusterTranscribingProgram target)
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).


toClusterTranscribingProgram

ClusterTranscribingProgram toClusterTranscribingProgram(TranscribingProgram entity)
Converts this DAO's entity to an object of type ClusterTranscribingProgram.


toClusterTranscribingProgramCollection

void toClusterTranscribingProgramCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterTranscribingProgram.


toClusterTranscribingProgramArray

ClusterTranscribingProgram[] toClusterTranscribingProgramArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterTranscribingProgram.


clusterTranscribingProgramToEntity

void clusterTranscribingProgramToEntity(ClusterTranscribingProgram source,
                                        TranscribingProgram target,
                                        boolean copyIfNull)
Copies the fields of ClusterTranscribingProgram to the specified entity.

Parameters:
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.

clusterTranscribingProgramToEntity

TranscribingProgram clusterTranscribingProgramToEntity(ClusterTranscribingProgram clusterTranscribingProgram)
Converts an instance of type ClusterTranscribingProgram to this DAO's entity.


clusterTranscribingProgramToEntityCollection

void clusterTranscribingProgramToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterTranscribingProgram to this DAO's entity.


load

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


load

java.lang.Object load(int transform,
                      TranscribingSystem transcribingSystem,
                      TranscribingSide transcribingSide,
                      Program program)

Does the same thing as 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.

Parameters:
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.

loadAll

java.util.Collection loadAll()
Loads all entities of type TranscribingProgram.

Returns:
the loaded entities.

loadAll

java.util.Collection loadAll(int transform)

Does the same thing as 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.

Parameters:
transform - the flag indicating what transformation to use.
Returns:
the loaded entities.

loadAll

java.util.Collection loadAll(int pageNumber,
                             int pageSize)

Does the same thing as 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.

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.

loadAll

java.util.Collection loadAll(int transform,
                             int pageNumber,
                             int pageSize)

Does the same thing as 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.

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.

create

TranscribingProgram create(TranscribingProgram transcribingProgram)
Creates an instance of fr.ifremer.allegro.referential.transcribing.TranscribingProgram and adds it to the persistent store.


create

java.lang.Object create(int transform,
                        TranscribingProgram transcribingProgram)

Does the same thing as 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.


create

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

Parameters:
entities - the collection of fr.ifremer.allegro.referential.transcribing.TranscribingProgram instances to create.
Returns:
the created instances.

create

java.util.Collection create(int transform,
                            java.util.Collection entities)

Does the same thing as 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.


create

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.


create

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 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.


create

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.


create

java.lang.Object create(int transform,
                        java.lang.String externalCode,
                        Program program,
                        TranscribingSide transcribingSide,
                        TranscribingSystem transcribingSystem)

Does the same thing as 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.


update

void update(TranscribingProgram transcribingProgram)
Updates the transcribingProgram instance in the persistent store.


update

void update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store.


remove

void remove(TranscribingProgram transcribingProgram)
Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingProgram from the persistent store.


remove

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.


remove

void remove(java.util.Collection entities)
Removes all entities in the given entities collection.


getAllTranscribingProgram

java.util.Collection getAllTranscribingProgram()

getAllTranscribingProgram

java.util.Collection getAllTranscribingProgram(java.lang.String queryString)

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


getAllTranscribingProgram

java.util.Collection getAllTranscribingProgram(int pageNumber,
                                               int pageSize)

Does the same thing as 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.


getAllTranscribingProgram

java.util.Collection getAllTranscribingProgram(java.lang.String queryString,
                                               int pageNumber,
                                               int pageSize)

Does the same thing as 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.


getAllTranscribingProgram

java.util.Collection getAllTranscribingProgram(int transform)

Does the same thing as 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.


getAllTranscribingProgram

java.util.Collection getAllTranscribingProgram(int transform,
                                               int pageNumber,
                                               int pageSize)

Does the same thing as 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.


getAllTranscribingProgram

java.util.Collection getAllTranscribingProgram(int transform,
                                               java.lang.String queryString)

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


getAllTranscribingProgram

java.util.Collection getAllTranscribingProgram(int transform,
                                               java.lang.String queryString,
                                               int pageNumber,
                                               int pageSize)

Does the same thing as 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.


findTranscribingProgramByTranscribingSystem

java.util.Collection findTranscribingProgramByTranscribingSystem(TranscribingSystem transcribingSystem)

findTranscribingProgramByTranscribingSystem

java.util.Collection findTranscribingProgramByTranscribingSystem(java.lang.String queryString,
                                                                 TranscribingSystem transcribingSystem)

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


findTranscribingProgramByTranscribingSystem

java.util.Collection findTranscribingProgramByTranscribingSystem(int pageNumber,
                                                                 int pageSize,
                                                                 TranscribingSystem transcribingSystem)

Does the same thing as 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.


findTranscribingProgramByTranscribingSystem

java.util.Collection findTranscribingProgramByTranscribingSystem(java.lang.String queryString,
                                                                 int pageNumber,
                                                                 int pageSize,
                                                                 TranscribingSystem transcribingSystem)

Does the same thing as 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.


findTranscribingProgramByTranscribingSystem

java.util.Collection findTranscribingProgramByTranscribingSystem(int transform,
                                                                 TranscribingSystem transcribingSystem)

Does the same thing as 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.


findTranscribingProgramByTranscribingSystem

java.util.Collection findTranscribingProgramByTranscribingSystem(int transform,
                                                                 int pageNumber,
                                                                 int pageSize,
                                                                 TranscribingSystem transcribingSystem)

Does the same thing as 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.


findTranscribingProgramByTranscribingSystem

java.util.Collection findTranscribingProgramByTranscribingSystem(int transform,
                                                                 java.lang.String queryString,
                                                                 TranscribingSystem transcribingSystem)

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


findTranscribingProgramByTranscribingSystem

java.util.Collection findTranscribingProgramByTranscribingSystem(int transform,
                                                                 java.lang.String queryString,
                                                                 int pageNumber,
                                                                 int pageSize,
                                                                 TranscribingSystem transcribingSystem)

Does the same thing as 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.


findTranscribingProgramByTranscribingSide

java.util.Collection findTranscribingProgramByTranscribingSide(TranscribingSide transcribingSide)

findTranscribingProgramByTranscribingSide

java.util.Collection findTranscribingProgramByTranscribingSide(java.lang.String queryString,
                                                               TranscribingSide transcribingSide)

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


findTranscribingProgramByTranscribingSide

java.util.Collection findTranscribingProgramByTranscribingSide(int pageNumber,
                                                               int pageSize,
                                                               TranscribingSide transcribingSide)

Does the same thing as 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.


findTranscribingProgramByTranscribingSide

java.util.Collection findTranscribingProgramByTranscribingSide(java.lang.String queryString,
                                                               int pageNumber,
                                                               int pageSize,
                                                               TranscribingSide transcribingSide)

Does the same thing as 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.


findTranscribingProgramByTranscribingSide

java.util.Collection findTranscribingProgramByTranscribingSide(int transform,
                                                               TranscribingSide transcribingSide)

Does the same thing as 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.


findTranscribingProgramByTranscribingSide

java.util.Collection findTranscribingProgramByTranscribingSide(int transform,
                                                               int pageNumber,
                                                               int pageSize,
                                                               TranscribingSide transcribingSide)

Does the same thing as 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.


findTranscribingProgramByTranscribingSide

java.util.Collection findTranscribingProgramByTranscribingSide(int transform,
                                                               java.lang.String queryString,
                                                               TranscribingSide transcribingSide)

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


findTranscribingProgramByTranscribingSide

java.util.Collection findTranscribingProgramByTranscribingSide(int transform,
                                                               java.lang.String queryString,
                                                               int pageNumber,
                                                               int pageSize,
                                                               TranscribingSide transcribingSide)

Does the same thing as 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.


findTranscribingProgramByProgram

java.util.Collection findTranscribingProgramByProgram(Program program)

findTranscribingProgramByProgram

java.util.Collection findTranscribingProgramByProgram(java.lang.String queryString,
                                                      Program program)

Does the same thing as 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 findTranscribingProgramByProgram(fr.ifremer.allegro.administration.programStrategy.Program).


findTranscribingProgramByProgram

java.util.Collection findTranscribingProgramByProgram(int pageNumber,
                                                      int pageSize,
                                                      Program program)

Does the same thing as 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.


findTranscribingProgramByProgram

java.util.Collection findTranscribingProgramByProgram(java.lang.String queryString,
                                                      int pageNumber,
                                                      int pageSize,
                                                      Program program)

Does the same thing as 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.


findTranscribingProgramByProgram

java.util.Collection findTranscribingProgramByProgram(int transform,
                                                      Program program)

Does the same thing as 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.


findTranscribingProgramByProgram

java.util.Collection findTranscribingProgramByProgram(int transform,
                                                      int pageNumber,
                                                      int pageSize,
                                                      Program program)

Does the same thing as 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.


findTranscribingProgramByProgram

java.util.Collection findTranscribingProgramByProgram(int transform,
                                                      java.lang.String queryString,
                                                      Program program)

Does the same thing as 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 findTranscribingProgramByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program program).


findTranscribingProgramByProgram

java.util.Collection findTranscribingProgramByProgram(int transform,
                                                      java.lang.String queryString,
                                                      int pageNumber,
                                                      int pageSize,
                                                      Program program)

Does the same thing as 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.


findTranscribingProgramByIdentifiers

TranscribingProgram findTranscribingProgramByIdentifiers(TranscribingSystem transcribingSystem,
                                                         TranscribingSide transcribingSide,
                                                         Program program)

findTranscribingProgramByIdentifiers

TranscribingProgram findTranscribingProgramByIdentifiers(java.lang.String queryString,
                                                         TranscribingSystem transcribingSystem,
                                                         TranscribingSide transcribingSide,
                                                         Program program)

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


findTranscribingProgramByIdentifiers

java.lang.Object findTranscribingProgramByIdentifiers(int transform,
                                                      TranscribingSystem transcribingSystem,
                                                      TranscribingSide transcribingSide,
                                                      Program program)

Does the same thing as 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.


findTranscribingProgramByIdentifiers

java.lang.Object findTranscribingProgramByIdentifiers(int transform,
                                                      java.lang.String queryString,
                                                      TranscribingSystem transcribingSystem,
                                                      TranscribingSide transcribingSide,
                                                      Program program)

Does the same thing as 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 findTranscribingProgramByIdentifiers(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem transcribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide transcribingSide, fr.ifremer.allegro.administration.programStrategy.Program program).


findTranscribingProgramByNaturalId

TranscribingProgram findTranscribingProgramByNaturalId(TranscribingSystem transcribingSystem,
                                                       TranscribingSide transcribingSide,
                                                       Program program)

findTranscribingProgramByNaturalId

TranscribingProgram findTranscribingProgramByNaturalId(java.lang.String queryString,
                                                       TranscribingSystem transcribingSystem,
                                                       TranscribingSide transcribingSide,
                                                       Program program)

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


findTranscribingProgramByNaturalId

java.lang.Object findTranscribingProgramByNaturalId(int transform,
                                                    TranscribingSystem transcribingSystem,
                                                    TranscribingSide transcribingSide,
                                                    Program program)

Does the same thing as 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.


findTranscribingProgramByNaturalId

java.lang.Object findTranscribingProgramByNaturalId(int transform,
                                                    java.lang.String queryString,
                                                    TranscribingSystem transcribingSystem,
                                                    TranscribingSide transcribingSide,
                                                    Program program)

Does the same thing as 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 findTranscribingProgramByNaturalId(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem transcribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide transcribingSide, fr.ifremer.allegro.administration.programStrategy.Program program).


getAllTranscribingProgramSinceDateSynchro

java.util.Collection getAllTranscribingProgramSinceDateSynchro(java.sql.Timestamp updateDate)

getAllTranscribingProgramSinceDateSynchro

java.util.Collection getAllTranscribingProgramSinceDateSynchro(java.lang.String queryString,
                                                               java.sql.Timestamp updateDate)

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


getAllTranscribingProgramSinceDateSynchro

java.util.Collection getAllTranscribingProgramSinceDateSynchro(int pageNumber,
                                                               int pageSize,
                                                               java.sql.Timestamp updateDate)

Does the same thing as 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.


getAllTranscribingProgramSinceDateSynchro

java.util.Collection getAllTranscribingProgramSinceDateSynchro(java.lang.String queryString,
                                                               int pageNumber,
                                                               int pageSize,
                                                               java.sql.Timestamp updateDate)

Does the same thing as 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.


getAllTranscribingProgramSinceDateSynchro

java.util.Collection getAllTranscribingProgramSinceDateSynchro(int transform,
                                                               java.sql.Timestamp updateDate)

Does the same thing as 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.


getAllTranscribingProgramSinceDateSynchro

java.util.Collection getAllTranscribingProgramSinceDateSynchro(int transform,
                                                               int pageNumber,
                                                               int pageSize,
                                                               java.sql.Timestamp updateDate)

Does the same thing as 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.


getAllTranscribingProgramSinceDateSynchro

java.util.Collection getAllTranscribingProgramSinceDateSynchro(int transform,
                                                               java.lang.String queryString,
                                                               java.sql.Timestamp updateDate)

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


getAllTranscribingProgramSinceDateSynchro

java.util.Collection getAllTranscribingProgramSinceDateSynchro(int transform,
                                                               java.lang.String queryString,
                                                               int pageNumber,
                                                               int pageSize,
                                                               java.sql.Timestamp updateDate)

Does the same thing as 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.


createFromClusterTranscribingProgram

TranscribingProgram createFromClusterTranscribingProgram(ClusterTranscribingProgram clusterTranscribingProgram)

getAllClusterTranscribingProgramSinceDateSynchro

ClusterTranscribingProgram[] getAllClusterTranscribingProgramSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                              java.lang.Integer userId,
                                                                              java.lang.Integer[] registrationLocationIds,
                                                                              java.lang.Integer pageNumber,
                                                                              java.lang.Integer pageSize)

search

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. These flags allow you to limit your data to a specified page number and size.

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.

search

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. These flags allow you to limit your data to a specified page number and size.

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.

search

java.util.Set search(int transform,
                     Search search)
Does the same thing as 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.

Parameters:
transform - the transformation flag.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.

search

java.util.Set search(Search search)
Performs a search using the parameters specified in the given search object.

Parameters:
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.


Copyright © 2008-2010 IFREMER. All Rights Reserved.