fr.ifremer.allegro.referential.transcribing
Interface TranscribingPmfmDao

All Known Implementing Classes:
TranscribingPmfmDaoBase, TranscribingPmfmDaoImpl

public interface TranscribingPmfmDao

See Also:
TranscribingPmfm

Field Summary
static int TRANSFORM_CLUSTERTRANSCRIBINGPMFM
          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_REMOTETRANSCRIBINGPMFMFULLVO
          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_REMOTETRANSCRIBINGPMFMNATURALID
          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
 TranscribingPmfm clusterTranscribingPmfmToEntity(ClusterTranscribingPmfm clusterTranscribingPmfm)
          Converts an instance of type ClusterTranscribingPmfm to this DAO's entity.
 void clusterTranscribingPmfmToEntity(ClusterTranscribingPmfm source, TranscribingPmfm target, boolean copyIfNull)
          Copies the fields of ClusterTranscribingPmfm to the specified entity.
 void clusterTranscribingPmfmToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterTranscribingPmfm to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.referential.transcribing.TranscribingPmfm 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.TranscribingPmfm) with an additional flag called transform.
 java.lang.Object create(int transform, java.lang.String externalCode, Pmfm pmfm, TranscribingSide transcribingSide, TranscribingSystem transcribingSystem)
           Does the same thing as create(java.lang.String,fr.ifremer.allegro.referential.pmfm.Pmfm,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, Pmfm pmfm, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide)
           Does the same thing as create(java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional flag called transform.
 java.lang.Object create(int transform, TranscribingPmfm transcribingPmfm)
           Does the same thing as create(fr.ifremer.allegro.referential.transcribing.TranscribingPmfm) with an additional flag called transform.
 TranscribingPmfm create(java.lang.String externalCode, Pmfm pmfm, TranscribingSide transcribingSide, TranscribingSystem transcribingSystem)
           Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingPmfm instance from only required properties (attributes and association ends) and adds it to the persistent store.
 TranscribingPmfm create(java.lang.String externalCode, java.sql.Timestamp updateDate, Pmfm pmfm, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide)
           Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingPmfm instance from all attributes and properties and adds it to the persistent store.
 TranscribingPmfm create(TranscribingPmfm transcribingPmfm)
          Creates an instance of fr.ifremer.allegro.referential.transcribing.TranscribingPmfm and adds it to the persistent store.
 TranscribingPmfm createFromClusterTranscribingPmfm(ClusterTranscribingPmfm clusterTranscribingPmfm)
           
 java.lang.Object findTranscribingPmfmByIdentifiers(int transform, Pmfm pmfm, TranscribingSystem transcribingSystem)
           Does the same thing as findTranscribingPmfmByIdentifiers(fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional flag called transform.
 java.lang.Object findTranscribingPmfmByIdentifiers(int transform, java.lang.String queryString, Pmfm pmfm, TranscribingSystem transcribingSystem)
           Does the same thing as findTranscribingPmfmByIdentifiers(int, fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional argument called queryString.
 TranscribingPmfm findTranscribingPmfmByIdentifiers(Pmfm pmfm, TranscribingSystem transcribingSystem)
           
 TranscribingPmfm findTranscribingPmfmByIdentifiers(java.lang.String queryString, Pmfm pmfm, TranscribingSystem transcribingSystem)
           Does the same thing as findTranscribingPmfmByIdentifiers(fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional argument called queryString.
 java.lang.Object findTranscribingPmfmByNaturalId(int transform, Pmfm pmfm, TranscribingSystem transcribingSystem)
           Does the same thing as findTranscribingPmfmByNaturalId(fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional flag called transform.
 java.lang.Object findTranscribingPmfmByNaturalId(int transform, java.lang.String queryString, Pmfm pmfm, TranscribingSystem transcribingSystem)
           Does the same thing as findTranscribingPmfmByNaturalId(int, fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional argument called queryString.
 TranscribingPmfm findTranscribingPmfmByNaturalId(Pmfm pmfm, TranscribingSystem transcribingSystem)
           
 TranscribingPmfm findTranscribingPmfmByNaturalId(java.lang.String queryString, Pmfm pmfm, TranscribingSystem transcribingSystem)
           Does the same thing as findTranscribingPmfmByNaturalId(fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional argument called queryString.
 java.util.Collection findTranscribingPmfmByPmfm(int transform, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as findTranscribingPmfmByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingPmfmByPmfm(int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as findTranscribingPmfmByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingPmfmByPmfm(int transform, Pmfm pmfm)
           Does the same thing as findTranscribingPmfmByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional flag called transform.
 java.util.Collection findTranscribingPmfmByPmfm(int transform, java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as findTranscribingPmfmByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingPmfmByPmfm(int transform, java.lang.String queryString, Pmfm pmfm)
           Does the same thing as findTranscribingPmfmByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional argument called queryString.
 java.util.Collection findTranscribingPmfmByPmfm(Pmfm pmfm)
           
 java.util.Collection findTranscribingPmfmByPmfm(java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as findTranscribingPmfmByPmfm(String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingPmfmByPmfm(java.lang.String queryString, Pmfm pmfm)
           Does the same thing as findTranscribingPmfmByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional argument called queryString.
 java.util.Collection findTranscribingPmfmByTranscribingSide(int transform, int pageNumber, int pageSize, TranscribingSide transcribingSide)
           Does the same thing as findTranscribingPmfmByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingPmfmByTranscribingSide(int pageNumber, int pageSize, TranscribingSide transcribingSide)
           Does the same thing as findTranscribingPmfmByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingPmfmByTranscribingSide(int transform, java.lang.String queryString, int pageNumber, int pageSize, TranscribingSide transcribingSide)
           Does the same thing as findTranscribingPmfmByTranscribingSide(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingPmfmByTranscribingSide(int transform, java.lang.String queryString, TranscribingSide transcribingSide)
           Does the same thing as findTranscribingPmfmByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional argument called queryString.
 java.util.Collection findTranscribingPmfmByTranscribingSide(int transform, TranscribingSide transcribingSide)
           Does the same thing as findTranscribingPmfmByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional flag called transform.
 java.util.Collection findTranscribingPmfmByTranscribingSide(java.lang.String queryString, int pageNumber, int pageSize, TranscribingSide transcribingSide)
           Does the same thing as findTranscribingPmfmByTranscribingSide(String, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingPmfmByTranscribingSide(java.lang.String queryString, TranscribingSide transcribingSide)
           Does the same thing as findTranscribingPmfmByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional argument called queryString.
 java.util.Collection findTranscribingPmfmByTranscribingSide(TranscribingSide transcribingSide)
           
 java.util.Collection findTranscribingPmfmByTranscribingSystem(int transform, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
           Does the same thing as findTranscribingPmfmByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingPmfmByTranscribingSystem(int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
           Does the same thing as findTranscribingPmfmByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingPmfmByTranscribingSystem(int transform, java.lang.String queryString, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
           Does the same thing as findTranscribingPmfmByTranscribingSystem(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingPmfmByTranscribingSystem(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem)
           Does the same thing as findTranscribingPmfmByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional argument called queryString.
 java.util.Collection findTranscribingPmfmByTranscribingSystem(int transform, TranscribingSystem transcribingSystem)
           Does the same thing as findTranscribingPmfmByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional flag called transform.
 java.util.Collection findTranscribingPmfmByTranscribingSystem(java.lang.String queryString, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
           Does the same thing as findTranscribingPmfmByTranscribingSystem(String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingPmfmByTranscribingSystem(java.lang.String queryString, TranscribingSystem transcribingSystem)
           Does the same thing as findTranscribingPmfmByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional argument called queryString.
 java.util.Collection findTranscribingPmfmByTranscribingSystem(TranscribingSystem transcribingSystem)
           
 ClusterTranscribingPmfm[] getAllClusterTranscribingPmfmSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 java.util.Collection getAllTranscribingPmfm()
           
 java.util.Collection getAllTranscribingPmfm(int transform)
           Does the same thing as getAllTranscribingPmfm() with an additional flag called transform.
 java.util.Collection getAllTranscribingPmfm(int pageNumber, int pageSize)
           Does the same thing as getAllTranscribingPmfm() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingPmfm(int transform, int pageNumber, int pageSize)
           Does the same thing as getAllTranscribingPmfm(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingPmfm(int transform, java.lang.String queryString)
           Does the same thing as getAllTranscribingPmfm(int) with an additional argument called queryString.
 java.util.Collection getAllTranscribingPmfm(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllTranscribingPmfm(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingPmfm(java.lang.String queryString)
           Does the same thing as getAllTranscribingPmfm() with an additional argument called queryString.
 java.util.Collection getAllTranscribingPmfm(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllTranscribingPmfm(String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingPmfmSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllTranscribingPmfmSinceDateSynchro(int, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingPmfmSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllTranscribingPmfmSinceDateSynchro(java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingPmfmSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllTranscribingPmfmSinceDateSynchro(int, String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingPmfmSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as getAllTranscribingPmfmSinceDateSynchro(int, java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllTranscribingPmfmSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
           Does the same thing as getAllTranscribingPmfmSinceDateSynchro(java.sql.Timestamp) with an additional flag called transform.
 java.util.Collection getAllTranscribingPmfmSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllTranscribingPmfmSinceDateSynchro(String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingPmfmSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as getAllTranscribingPmfmSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllTranscribingPmfmSinceDateSynchro(java.sql.Timestamp updateDate)
           
 java.lang.Object load(int transform, Pmfm pmfm, TranscribingSystem transcribingSystem)
           Does the same thing as load(fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional flag called transform.
 TranscribingPmfm load(Pmfm pmfm, TranscribingSystem transcribingSystem)
          Loads an instance of fr.ifremer.allegro.referential.transcribing.TranscribingPmfm from the persistent store.
 java.util.Collection loadAll()
          Loads all entities of type TranscribingPmfm.
 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.
 TranscribingPmfm remoteTranscribingPmfmFullVOToEntity(RemoteTranscribingPmfmFullVO remoteTranscribingPmfmFullVO)
          Converts an instance of type RemoteTranscribingPmfmFullVO to this DAO's entity.
 void remoteTranscribingPmfmFullVOToEntity(RemoteTranscribingPmfmFullVO source, TranscribingPmfm target, boolean copyIfNull)
          Copies the fields of RemoteTranscribingPmfmFullVO to the specified entity.
 void remoteTranscribingPmfmFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteTranscribingPmfmFullVO to this DAO's entity.
 TranscribingPmfm remoteTranscribingPmfmNaturalIdToEntity(RemoteTranscribingPmfmNaturalId remoteTranscribingPmfmNaturalId)
          Converts an instance of type RemoteTranscribingPmfmNaturalId to this DAO's entity.
 void remoteTranscribingPmfmNaturalIdToEntity(RemoteTranscribingPmfmNaturalId source, TranscribingPmfm target, boolean copyIfNull)
          Copies the fields of RemoteTranscribingPmfmNaturalId to the specified entity.
 void remoteTranscribingPmfmNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteTranscribingPmfmNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(Pmfm pmfm, TranscribingSystem transcribingSystem)
          Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingPmfm having the given identifiers from the persistent store.
 void remove(TranscribingPmfm transcribingPmfm)
          Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingPmfm 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.
 ClusterTranscribingPmfm toClusterTranscribingPmfm(TranscribingPmfm entity)
          Converts this DAO's entity to an object of type ClusterTranscribingPmfm.
 void toClusterTranscribingPmfm(TranscribingPmfm source, ClusterTranscribingPmfm target)
          Copies the fields of the specified entity to the target value object.
 ClusterTranscribingPmfm[] toClusterTranscribingPmfmArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterTranscribingPmfm.
 void toClusterTranscribingPmfmCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterTranscribingPmfm.
 RemoteTranscribingPmfmFullVO toRemoteTranscribingPmfmFullVO(TranscribingPmfm entity)
          Converts this DAO's entity to an object of type RemoteTranscribingPmfmFullVO.
 void toRemoteTranscribingPmfmFullVO(TranscribingPmfm source, RemoteTranscribingPmfmFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemoteTranscribingPmfmFullVO[] toRemoteTranscribingPmfmFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteTranscribingPmfmFullVO.
 void toRemoteTranscribingPmfmFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteTranscribingPmfmFullVO.
 RemoteTranscribingPmfmNaturalId toRemoteTranscribingPmfmNaturalId(TranscribingPmfm entity)
          Converts this DAO's entity to an object of type RemoteTranscribingPmfmNaturalId.
 void toRemoteTranscribingPmfmNaturalId(TranscribingPmfm source, RemoteTranscribingPmfmNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemoteTranscribingPmfmNaturalId[] toRemoteTranscribingPmfmNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteTranscribingPmfmNaturalId.
 void toRemoteTranscribingPmfmNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteTranscribingPmfmNaturalId.
 void update(java.util.Collection entities)
          Updates all instances in the entities collection in the persistent store.
 void update(TranscribingPmfm transcribingPmfm)
          Updates the transcribingPmfm 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_REMOTETRANSCRIBINGPMFMFULLVO

static final int TRANSFORM_REMOTETRANSCRIBINGPMFMFULLVO
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 RemoteTranscribingPmfmFullVO.

See Also:
Constant Field Values

TRANSFORM_REMOTETRANSCRIBINGPMFMNATURALID

static final int TRANSFORM_REMOTETRANSCRIBINGPMFMNATURALID
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 RemoteTranscribingPmfmNaturalId.

See Also:
Constant Field Values

TRANSFORM_CLUSTERTRANSCRIBINGPMFM

static final int TRANSFORM_CLUSTERTRANSCRIBINGPMFM
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 ClusterTranscribingPmfm.

See Also:
Constant Field Values
Method Detail

toRemoteTranscribingPmfmFullVO

void toRemoteTranscribingPmfmFullVO(TranscribingPmfm source,
                                    RemoteTranscribingPmfmFullVO target)
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteTranscribingPmfmFullVO(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).


toRemoteTranscribingPmfmFullVO

RemoteTranscribingPmfmFullVO toRemoteTranscribingPmfmFullVO(TranscribingPmfm entity)
Converts this DAO's entity to an object of type RemoteTranscribingPmfmFullVO.


toRemoteTranscribingPmfmFullVOCollection

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


toRemoteTranscribingPmfmFullVOArray

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


remoteTranscribingPmfmFullVOToEntity

void remoteTranscribingPmfmFullVOToEntity(RemoteTranscribingPmfmFullVO source,
                                          TranscribingPmfm target,
                                          boolean copyIfNull)
Copies the fields of RemoteTranscribingPmfmFullVO 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.

remoteTranscribingPmfmFullVOToEntity

TranscribingPmfm remoteTranscribingPmfmFullVOToEntity(RemoteTranscribingPmfmFullVO remoteTranscribingPmfmFullVO)
Converts an instance of type RemoteTranscribingPmfmFullVO to this DAO's entity.


remoteTranscribingPmfmFullVOToEntityCollection

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


toRemoteTranscribingPmfmNaturalId

void toRemoteTranscribingPmfmNaturalId(TranscribingPmfm source,
                                       RemoteTranscribingPmfmNaturalId target)
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteTranscribingPmfmNaturalId(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).


toRemoteTranscribingPmfmNaturalId

RemoteTranscribingPmfmNaturalId toRemoteTranscribingPmfmNaturalId(TranscribingPmfm entity)
Converts this DAO's entity to an object of type RemoteTranscribingPmfmNaturalId.


toRemoteTranscribingPmfmNaturalIdCollection

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


toRemoteTranscribingPmfmNaturalIdArray

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


remoteTranscribingPmfmNaturalIdToEntity

void remoteTranscribingPmfmNaturalIdToEntity(RemoteTranscribingPmfmNaturalId source,
                                             TranscribingPmfm target,
                                             boolean copyIfNull)
Copies the fields of RemoteTranscribingPmfmNaturalId 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.

remoteTranscribingPmfmNaturalIdToEntity

TranscribingPmfm remoteTranscribingPmfmNaturalIdToEntity(RemoteTranscribingPmfmNaturalId remoteTranscribingPmfmNaturalId)
Converts an instance of type RemoteTranscribingPmfmNaturalId to this DAO's entity.


remoteTranscribingPmfmNaturalIdToEntityCollection

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


toClusterTranscribingPmfm

void toClusterTranscribingPmfm(TranscribingPmfm source,
                               ClusterTranscribingPmfm target)
Copies the fields of the specified entity to the target value object. This method is similar to toClusterTranscribingPmfm(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).


toClusterTranscribingPmfm

ClusterTranscribingPmfm toClusterTranscribingPmfm(TranscribingPmfm entity)
Converts this DAO's entity to an object of type ClusterTranscribingPmfm.


toClusterTranscribingPmfmCollection

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


toClusterTranscribingPmfmArray

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


clusterTranscribingPmfmToEntity

void clusterTranscribingPmfmToEntity(ClusterTranscribingPmfm source,
                                     TranscribingPmfm target,
                                     boolean copyIfNull)
Copies the fields of ClusterTranscribingPmfm 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.

clusterTranscribingPmfmToEntity

TranscribingPmfm clusterTranscribingPmfmToEntity(ClusterTranscribingPmfm clusterTranscribingPmfm)
Converts an instance of type ClusterTranscribingPmfm to this DAO's entity.


clusterTranscribingPmfmToEntityCollection

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


load

TranscribingPmfm load(Pmfm pmfm,
                      TranscribingSystem transcribingSystem)
Loads an instance of fr.ifremer.allegro.referential.transcribing.TranscribingPmfm from the persistent store.


load

java.lang.Object load(int transform,
                      Pmfm pmfm,
                      TranscribingSystem transcribingSystem)

Does the same thing as load(fr.ifremer.allegro.referential.pmfm.Pmfm,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 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:
pmfm - identifier of the entity to load
transcribingSystem - 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 TranscribingPmfm.

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

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


create

java.lang.Object create(int transform,
                        TranscribingPmfm transcribingPmfm)

Does the same thing as create(fr.ifremer.allegro.referential.transcribing.TranscribingPmfm) 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.TranscribingPmfm and adds from the passed in entities collection

Parameters:
entities - the collection of fr.ifremer.allegro.referential.transcribing.TranscribingPmfm 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.TranscribingPmfm) 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

TranscribingPmfm create(java.lang.String externalCode,
                        java.sql.Timestamp updateDate,
                        Pmfm pmfm,
                        TranscribingSystem transcribingSystem,
                        TranscribingSide transcribingSide)

Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingPmfm 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,
                        Pmfm pmfm,
                        TranscribingSystem transcribingSystem,
                        TranscribingSide transcribingSide)

Does the same thing as create(java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide) 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

TranscribingPmfm create(java.lang.String externalCode,
                        Pmfm pmfm,
                        TranscribingSide transcribingSide,
                        TranscribingSystem transcribingSystem)

Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingPmfm 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,
                        Pmfm pmfm,
                        TranscribingSide transcribingSide,
                        TranscribingSystem transcribingSystem)

Does the same thing as create(java.lang.String,fr.ifremer.allegro.referential.pmfm.Pmfm,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(TranscribingPmfm transcribingPmfm)
Updates the transcribingPmfm 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(TranscribingPmfm transcribingPmfm)
Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingPmfm from the persistent store.


remove

void remove(Pmfm pmfm,
            TranscribingSystem transcribingSystem)
Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingPmfm having the given identifiers from the persistent store.


remove

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


getAllTranscribingPmfm

java.util.Collection getAllTranscribingPmfm()

getAllTranscribingPmfm

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

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


getAllTranscribingPmfm

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

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


getAllTranscribingPmfm

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

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


getAllTranscribingPmfm

java.util.Collection getAllTranscribingPmfm(int transform)

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


getAllTranscribingPmfm

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

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


getAllTranscribingPmfm

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

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


getAllTranscribingPmfm

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

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


findTranscribingPmfmByPmfm

java.util.Collection findTranscribingPmfmByPmfm(Pmfm pmfm)

findTranscribingPmfmByPmfm

java.util.Collection findTranscribingPmfmByPmfm(java.lang.String queryString,
                                                Pmfm pmfm)

Does the same thing as findTranscribingPmfmByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findTranscribingPmfmByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm).


findTranscribingPmfmByPmfm

java.util.Collection findTranscribingPmfmByPmfm(int pageNumber,
                                                int pageSize,
                                                Pmfm pmfm)

Does the same thing as findTranscribingPmfmByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) 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.


findTranscribingPmfmByPmfm

java.util.Collection findTranscribingPmfmByPmfm(java.lang.String queryString,
                                                int pageNumber,
                                                int pageSize,
                                                Pmfm pmfm)

Does the same thing as findTranscribingPmfmByPmfm(String, fr.ifremer.allegro.referential.pmfm.Pmfm) 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.


findTranscribingPmfmByPmfm

java.util.Collection findTranscribingPmfmByPmfm(int transform,
                                                Pmfm pmfm)

Does the same thing as findTranscribingPmfmByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) 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.


findTranscribingPmfmByPmfm

java.util.Collection findTranscribingPmfmByPmfm(int transform,
                                                int pageNumber,
                                                int pageSize,
                                                Pmfm pmfm)

Does the same thing as findTranscribingPmfmByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) 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.


findTranscribingPmfmByPmfm

java.util.Collection findTranscribingPmfmByPmfm(int transform,
                                                java.lang.String queryString,
                                                Pmfm pmfm)

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


findTranscribingPmfmByPmfm

java.util.Collection findTranscribingPmfmByPmfm(int transform,
                                                java.lang.String queryString,
                                                int pageNumber,
                                                int pageSize,
                                                Pmfm pmfm)

Does the same thing as findTranscribingPmfmByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm) 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.


findTranscribingPmfmByTranscribingSystem

java.util.Collection findTranscribingPmfmByTranscribingSystem(TranscribingSystem transcribingSystem)

findTranscribingPmfmByTranscribingSystem

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

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


findTranscribingPmfmByTranscribingSystem

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

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


findTranscribingPmfmByTranscribingSystem

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

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


findTranscribingPmfmByTranscribingSystem

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

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


findTranscribingPmfmByTranscribingSystem

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

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


findTranscribingPmfmByTranscribingSystem

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

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


findTranscribingPmfmByTranscribingSystem

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

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


findTranscribingPmfmByTranscribingSide

java.util.Collection findTranscribingPmfmByTranscribingSide(TranscribingSide transcribingSide)

findTranscribingPmfmByTranscribingSide

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

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


findTranscribingPmfmByTranscribingSide

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

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


findTranscribingPmfmByTranscribingSide

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

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


findTranscribingPmfmByTranscribingSide

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

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


findTranscribingPmfmByTranscribingSide

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

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


findTranscribingPmfmByTranscribingSide

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

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


findTranscribingPmfmByTranscribingSide

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

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


findTranscribingPmfmByIdentifiers

TranscribingPmfm findTranscribingPmfmByIdentifiers(Pmfm pmfm,
                                                   TranscribingSystem transcribingSystem)

findTranscribingPmfmByIdentifiers

TranscribingPmfm findTranscribingPmfmByIdentifiers(java.lang.String queryString,
                                                   Pmfm pmfm,
                                                   TranscribingSystem transcribingSystem)

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


findTranscribingPmfmByIdentifiers

java.lang.Object findTranscribingPmfmByIdentifiers(int transform,
                                                   Pmfm pmfm,
                                                   TranscribingSystem transcribingSystem)

Does the same thing as findTranscribingPmfmByIdentifiers(fr.ifremer.allegro.referential.pmfm.Pmfm, 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.


findTranscribingPmfmByIdentifiers

java.lang.Object findTranscribingPmfmByIdentifiers(int transform,
                                                   java.lang.String queryString,
                                                   Pmfm pmfm,
                                                   TranscribingSystem transcribingSystem)

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


findTranscribingPmfmByNaturalId

TranscribingPmfm findTranscribingPmfmByNaturalId(Pmfm pmfm,
                                                 TranscribingSystem transcribingSystem)

findTranscribingPmfmByNaturalId

TranscribingPmfm findTranscribingPmfmByNaturalId(java.lang.String queryString,
                                                 Pmfm pmfm,
                                                 TranscribingSystem transcribingSystem)

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


findTranscribingPmfmByNaturalId

java.lang.Object findTranscribingPmfmByNaturalId(int transform,
                                                 Pmfm pmfm,
                                                 TranscribingSystem transcribingSystem)

Does the same thing as findTranscribingPmfmByNaturalId(fr.ifremer.allegro.referential.pmfm.Pmfm, 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.


findTranscribingPmfmByNaturalId

java.lang.Object findTranscribingPmfmByNaturalId(int transform,
                                                 java.lang.String queryString,
                                                 Pmfm pmfm,
                                                 TranscribingSystem transcribingSystem)

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


getAllTranscribingPmfmSinceDateSynchro

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

getAllTranscribingPmfmSinceDateSynchro

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

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


getAllTranscribingPmfmSinceDateSynchro

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

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


getAllTranscribingPmfmSinceDateSynchro

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

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


getAllTranscribingPmfmSinceDateSynchro

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

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


getAllTranscribingPmfmSinceDateSynchro

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

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


getAllTranscribingPmfmSinceDateSynchro

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

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


getAllTranscribingPmfmSinceDateSynchro

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

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


createFromClusterTranscribingPmfm

TranscribingPmfm createFromClusterTranscribingPmfm(ClusterTranscribingPmfm clusterTranscribingPmfm)

getAllClusterTranscribingPmfmSinceDateSynchro

ClusterTranscribingPmfm[] getAllClusterTranscribingPmfmSinceDateSynchro(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.