fr.ifremer.allegro.referential.transcribing
Interface TranscribingMetierDao

All Known Implementing Classes:
TranscribingMetierDaoBase, TranscribingMetierDaoImpl

public interface TranscribingMetierDao

See Also:
TranscribingMetier

Field Summary
static int TRANSFORM_CLUSTERTRANSCRIBINGMETIER
          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_REMOTETRANSCRIBINGMETIERFULLVO
          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_REMOTETRANSCRIBINGMETIERNATURALID
          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
 TranscribingMetier clusterTranscribingMetierToEntity(ClusterTranscribingMetier clusterTranscribingMetier)
          Converts an instance of type ClusterTranscribingMetier to this DAO's entity.
 void clusterTranscribingMetierToEntity(ClusterTranscribingMetier source, TranscribingMetier target, boolean copyIfNull)
          Copies the fields of ClusterTranscribingMetier to the specified entity.
 void clusterTranscribingMetierToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterTranscribingMetier to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.referential.transcribing.TranscribingMetier 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.TranscribingMetier) with an additional flag called transform.
 java.lang.Object create(int transform, java.lang.String externalCode, Metier metier, TranscribingSide transcribingSide, TranscribingSystem transcribingSystem)
           Does the same thing as create(java.lang.String,fr.ifremer.allegro.referential.metier.Metier,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, Metier metier)
           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.referential.metier.Metier) with an additional flag called transform.
 java.lang.Object create(int transform, TranscribingMetier transcribingMetier)
           Does the same thing as create(fr.ifremer.allegro.referential.transcribing.TranscribingMetier) with an additional flag called transform.
 TranscribingMetier create(java.lang.String externalCode, Metier metier, TranscribingSide transcribingSide, TranscribingSystem transcribingSystem)
           Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingMetier instance from only required properties (attributes and association ends) and adds it to the persistent store.
 TranscribingMetier create(java.lang.String externalCode, java.sql.Timestamp updateDate, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Metier metier)
           Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingMetier instance from all attributes and properties and adds it to the persistent store.
 TranscribingMetier create(TranscribingMetier transcribingMetier)
          Creates an instance of fr.ifremer.allegro.referential.transcribing.TranscribingMetier and adds it to the persistent store.
 TranscribingMetier createFromClusterTranscribingMetier(ClusterTranscribingMetier clusterTranscribingMetier)
           
 java.lang.Object findTranscribingMetierByIdentifiers(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Metier metier)
           Does the same thing as findTranscribingMetierByIdentifiers(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.metier.Metier) with an additional argument called queryString.
 java.lang.Object findTranscribingMetierByIdentifiers(int transform, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Metier metier)
           Does the same thing as findTranscribingMetierByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.metier.Metier) with an additional flag called transform.
 TranscribingMetier findTranscribingMetierByIdentifiers(java.lang.String queryString, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Metier metier)
           Does the same thing as findTranscribingMetierByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.metier.Metier) with an additional argument called queryString.
 TranscribingMetier findTranscribingMetierByIdentifiers(TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Metier metier)
           
 java.util.Collection findTranscribingMetierByMetier(int transform, int pageNumber, int pageSize, Metier metier)
           Does the same thing as findTranscribingMetierByMetier(int, fr.ifremer.allegro.referential.metier.Metier) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingMetierByMetier(int pageNumber, int pageSize, Metier metier)
           Does the same thing as findTranscribingMetierByMetier(fr.ifremer.allegro.referential.metier.Metier) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingMetierByMetier(int transform, Metier metier)
           Does the same thing as findTranscribingMetierByMetier(fr.ifremer.allegro.referential.metier.Metier) with an additional flag called transform.
 java.util.Collection findTranscribingMetierByMetier(int transform, java.lang.String queryString, int pageNumber, int pageSize, Metier metier)
           Does the same thing as findTranscribingMetierByMetier(int, String, fr.ifremer.allegro.referential.metier.Metier) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingMetierByMetier(int transform, java.lang.String queryString, Metier metier)
           Does the same thing as findTranscribingMetierByMetier(int, fr.ifremer.allegro.referential.metier.Metier) with an additional argument called queryString.
 java.util.Collection findTranscribingMetierByMetier(Metier metier)
           
 java.util.Collection findTranscribingMetierByMetier(java.lang.String queryString, int pageNumber, int pageSize, Metier metier)
           Does the same thing as findTranscribingMetierByMetier(String, fr.ifremer.allegro.referential.metier.Metier) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingMetierByMetier(java.lang.String queryString, Metier metier)
           Does the same thing as findTranscribingMetierByMetier(fr.ifremer.allegro.referential.metier.Metier) with an additional argument called queryString.
 java.lang.Object findTranscribingMetierByNaturalId(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Metier metier)
           Does the same thing as findTranscribingMetierByNaturalId(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.metier.Metier) with an additional argument called queryString.
 java.lang.Object findTranscribingMetierByNaturalId(int transform, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Metier metier)
           Does the same thing as findTranscribingMetierByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.metier.Metier) with an additional flag called transform.
 TranscribingMetier findTranscribingMetierByNaturalId(java.lang.String queryString, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Metier metier)
           Does the same thing as findTranscribingMetierByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.metier.Metier) with an additional argument called queryString.
 TranscribingMetier findTranscribingMetierByNaturalId(TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Metier metier)
           
 java.util.Collection findTranscribingMetierByTranscribingSide(int transform, int pageNumber, int pageSize, TranscribingSide transcribingSide)
           Does the same thing as findTranscribingMetierByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingMetierByTranscribingSide(int pageNumber, int pageSize, TranscribingSide transcribingSide)
           Does the same thing as findTranscribingMetierByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingMetierByTranscribingSide(int transform, java.lang.String queryString, int pageNumber, int pageSize, TranscribingSide transcribingSide)
           Does the same thing as findTranscribingMetierByTranscribingSide(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingMetierByTranscribingSide(int transform, java.lang.String queryString, TranscribingSide transcribingSide)
           Does the same thing as findTranscribingMetierByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional argument called queryString.
 java.util.Collection findTranscribingMetierByTranscribingSide(int transform, TranscribingSide transcribingSide)
           Does the same thing as findTranscribingMetierByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional flag called transform.
 java.util.Collection findTranscribingMetierByTranscribingSide(java.lang.String queryString, int pageNumber, int pageSize, TranscribingSide transcribingSide)
           Does the same thing as findTranscribingMetierByTranscribingSide(String, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingMetierByTranscribingSide(java.lang.String queryString, TranscribingSide transcribingSide)
           Does the same thing as findTranscribingMetierByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional argument called queryString.
 java.util.Collection findTranscribingMetierByTranscribingSide(TranscribingSide transcribingSide)
           
 java.util.Collection findTranscribingMetierByTranscribingSystem(int transform, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
           Does the same thing as findTranscribingMetierByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingMetierByTranscribingSystem(int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
           Does the same thing as findTranscribingMetierByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingMetierByTranscribingSystem(int transform, java.lang.String queryString, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
           Does the same thing as findTranscribingMetierByTranscribingSystem(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingMetierByTranscribingSystem(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem)
           Does the same thing as findTranscribingMetierByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional argument called queryString.
 java.util.Collection findTranscribingMetierByTranscribingSystem(int transform, TranscribingSystem transcribingSystem)
           Does the same thing as findTranscribingMetierByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional flag called transform.
 java.util.Collection findTranscribingMetierByTranscribingSystem(java.lang.String queryString, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
           Does the same thing as findTranscribingMetierByTranscribingSystem(String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingMetierByTranscribingSystem(java.lang.String queryString, TranscribingSystem transcribingSystem)
           Does the same thing as findTranscribingMetierByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional argument called queryString.
 java.util.Collection findTranscribingMetierByTranscribingSystem(TranscribingSystem transcribingSystem)
           
 ClusterTranscribingMetier[] getAllClusterTranscribingMetierSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 java.util.Collection getAllTranscribingMetier()
           
 java.util.Collection getAllTranscribingMetier(int transform)
           Does the same thing as getAllTranscribingMetier() with an additional flag called transform.
 java.util.Collection getAllTranscribingMetier(int pageNumber, int pageSize)
           Does the same thing as getAllTranscribingMetier() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingMetier(int transform, int pageNumber, int pageSize)
           Does the same thing as getAllTranscribingMetier(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingMetier(int transform, java.lang.String queryString)
           Does the same thing as getAllTranscribingMetier(int) with an additional argument called queryString.
 java.util.Collection getAllTranscribingMetier(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllTranscribingMetier(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingMetier(java.lang.String queryString)
           Does the same thing as getAllTranscribingMetier() with an additional argument called queryString.
 java.util.Collection getAllTranscribingMetier(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllTranscribingMetier(String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingMetierSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllTranscribingMetierSinceDateSynchro(int, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingMetierSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllTranscribingMetierSinceDateSynchro(java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingMetierSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllTranscribingMetierSinceDateSynchro(int, String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingMetierSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as getAllTranscribingMetierSinceDateSynchro(int, java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllTranscribingMetierSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
           Does the same thing as getAllTranscribingMetierSinceDateSynchro(java.sql.Timestamp) with an additional flag called transform.
 java.util.Collection getAllTranscribingMetierSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllTranscribingMetierSinceDateSynchro(String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingMetierSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as getAllTranscribingMetierSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllTranscribingMetierSinceDateSynchro(java.sql.Timestamp updateDate)
           
 java.lang.Object load(int transform, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Metier metier)
           Does the same thing as load(fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.metier.Metier) with an additional flag called transform.
 TranscribingMetier load(TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Metier metier)
          Loads an instance of fr.ifremer.allegro.referential.transcribing.TranscribingMetier from the persistent store.
 java.util.Collection loadAll()
          Loads all entities of type TranscribingMetier.
 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.
 TranscribingMetier remoteTranscribingMetierFullVOToEntity(RemoteTranscribingMetierFullVO remoteTranscribingMetierFullVO)
          Converts an instance of type RemoteTranscribingMetierFullVO to this DAO's entity.
 void remoteTranscribingMetierFullVOToEntity(RemoteTranscribingMetierFullVO source, TranscribingMetier target, boolean copyIfNull)
          Copies the fields of RemoteTranscribingMetierFullVO to the specified entity.
 void remoteTranscribingMetierFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteTranscribingMetierFullVO to this DAO's entity.
 TranscribingMetier remoteTranscribingMetierNaturalIdToEntity(RemoteTranscribingMetierNaturalId remoteTranscribingMetierNaturalId)
          Converts an instance of type RemoteTranscribingMetierNaturalId to this DAO's entity.
 void remoteTranscribingMetierNaturalIdToEntity(RemoteTranscribingMetierNaturalId source, TranscribingMetier target, boolean copyIfNull)
          Copies the fields of RemoteTranscribingMetierNaturalId to the specified entity.
 void remoteTranscribingMetierNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteTranscribingMetierNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(TranscribingMetier transcribingMetier)
          Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingMetier from the persistent store.
 void remove(TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Metier metier)
          Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingMetier 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.
 ClusterTranscribingMetier toClusterTranscribingMetier(TranscribingMetier entity)
          Converts this DAO's entity to an object of type ClusterTranscribingMetier.
 void toClusterTranscribingMetier(TranscribingMetier source, ClusterTranscribingMetier target)
          Copies the fields of the specified entity to the target value object.
 ClusterTranscribingMetier[] toClusterTranscribingMetierArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterTranscribingMetier.
 void toClusterTranscribingMetierCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterTranscribingMetier.
 RemoteTranscribingMetierFullVO toRemoteTranscribingMetierFullVO(TranscribingMetier entity)
          Converts this DAO's entity to an object of type RemoteTranscribingMetierFullVO.
 void toRemoteTranscribingMetierFullVO(TranscribingMetier source, RemoteTranscribingMetierFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemoteTranscribingMetierFullVO[] toRemoteTranscribingMetierFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteTranscribingMetierFullVO.
 void toRemoteTranscribingMetierFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteTranscribingMetierFullVO.
 RemoteTranscribingMetierNaturalId toRemoteTranscribingMetierNaturalId(TranscribingMetier entity)
          Converts this DAO's entity to an object of type RemoteTranscribingMetierNaturalId.
 void toRemoteTranscribingMetierNaturalId(TranscribingMetier source, RemoteTranscribingMetierNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemoteTranscribingMetierNaturalId[] toRemoteTranscribingMetierNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteTranscribingMetierNaturalId.
 void toRemoteTranscribingMetierNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteTranscribingMetierNaturalId.
 void update(java.util.Collection entities)
          Updates all instances in the entities collection in the persistent store.
 void update(TranscribingMetier transcribingMetier)
          Updates the transcribingMetier 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_REMOTETRANSCRIBINGMETIERFULLVO

static final int TRANSFORM_REMOTETRANSCRIBINGMETIERFULLVO
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 RemoteTranscribingMetierFullVO.

See Also:
Constant Field Values

TRANSFORM_REMOTETRANSCRIBINGMETIERNATURALID

static final int TRANSFORM_REMOTETRANSCRIBINGMETIERNATURALID
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 RemoteTranscribingMetierNaturalId.

See Also:
Constant Field Values

TRANSFORM_CLUSTERTRANSCRIBINGMETIER

static final int TRANSFORM_CLUSTERTRANSCRIBINGMETIER
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 ClusterTranscribingMetier.

See Also:
Constant Field Values
Method Detail

toRemoteTranscribingMetierFullVO

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


toRemoteTranscribingMetierFullVO

RemoteTranscribingMetierFullVO toRemoteTranscribingMetierFullVO(TranscribingMetier entity)
Converts this DAO's entity to an object of type RemoteTranscribingMetierFullVO.


toRemoteTranscribingMetierFullVOCollection

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


toRemoteTranscribingMetierFullVOArray

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


remoteTranscribingMetierFullVOToEntity

void remoteTranscribingMetierFullVOToEntity(RemoteTranscribingMetierFullVO source,
                                            TranscribingMetier target,
                                            boolean copyIfNull)
Copies the fields of RemoteTranscribingMetierFullVO 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.

remoteTranscribingMetierFullVOToEntity

TranscribingMetier remoteTranscribingMetierFullVOToEntity(RemoteTranscribingMetierFullVO remoteTranscribingMetierFullVO)
Converts an instance of type RemoteTranscribingMetierFullVO to this DAO's entity.


remoteTranscribingMetierFullVOToEntityCollection

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


toRemoteTranscribingMetierNaturalId

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


toRemoteTranscribingMetierNaturalId

RemoteTranscribingMetierNaturalId toRemoteTranscribingMetierNaturalId(TranscribingMetier entity)
Converts this DAO's entity to an object of type RemoteTranscribingMetierNaturalId.


toRemoteTranscribingMetierNaturalIdCollection

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


toRemoteTranscribingMetierNaturalIdArray

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


remoteTranscribingMetierNaturalIdToEntity

void remoteTranscribingMetierNaturalIdToEntity(RemoteTranscribingMetierNaturalId source,
                                               TranscribingMetier target,
                                               boolean copyIfNull)
Copies the fields of RemoteTranscribingMetierNaturalId 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.

remoteTranscribingMetierNaturalIdToEntity

TranscribingMetier remoteTranscribingMetierNaturalIdToEntity(RemoteTranscribingMetierNaturalId remoteTranscribingMetierNaturalId)
Converts an instance of type RemoteTranscribingMetierNaturalId to this DAO's entity.


remoteTranscribingMetierNaturalIdToEntityCollection

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


toClusterTranscribingMetier

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


toClusterTranscribingMetier

ClusterTranscribingMetier toClusterTranscribingMetier(TranscribingMetier entity)
Converts this DAO's entity to an object of type ClusterTranscribingMetier.


toClusterTranscribingMetierCollection

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


toClusterTranscribingMetierArray

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


clusterTranscribingMetierToEntity

void clusterTranscribingMetierToEntity(ClusterTranscribingMetier source,
                                       TranscribingMetier target,
                                       boolean copyIfNull)
Copies the fields of ClusterTranscribingMetier 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.

clusterTranscribingMetierToEntity

TranscribingMetier clusterTranscribingMetierToEntity(ClusterTranscribingMetier clusterTranscribingMetier)
Converts an instance of type ClusterTranscribingMetier to this DAO's entity.


clusterTranscribingMetierToEntityCollection

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


load

TranscribingMetier load(TranscribingSystem transcribingSystem,
                        TranscribingSide transcribingSide,
                        Metier metier)
Loads an instance of fr.ifremer.allegro.referential.transcribing.TranscribingMetier from the persistent store.


load

java.lang.Object load(int transform,
                      TranscribingSystem transcribingSystem,
                      TranscribingSide transcribingSide,
                      Metier metier)

Does the same thing as load(fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.transcribing.TranscribingSide,fr.ifremer.allegro.referential.metier.Metier) 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
metier - 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 TranscribingMetier.

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

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


create

java.lang.Object create(int transform,
                        TranscribingMetier transcribingMetier)

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

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

TranscribingMetier create(java.lang.String externalCode,
                          java.sql.Timestamp updateDate,
                          TranscribingSystem transcribingSystem,
                          TranscribingSide transcribingSide,
                          Metier metier)

Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingMetier 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,
                        Metier metier)

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.referential.metier.Metier) 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

TranscribingMetier create(java.lang.String externalCode,
                          Metier metier,
                          TranscribingSide transcribingSide,
                          TranscribingSystem transcribingSystem)

Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingMetier 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,
                        Metier metier,
                        TranscribingSide transcribingSide,
                        TranscribingSystem transcribingSystem)

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


remove

void remove(TranscribingSystem transcribingSystem,
            TranscribingSide transcribingSide,
            Metier metier)
Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingMetier having the given identifiers from the persistent store.


remove

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


getAllTranscribingMetier

java.util.Collection getAllTranscribingMetier()

getAllTranscribingMetier

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

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


getAllTranscribingMetier

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

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


getAllTranscribingMetier

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

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


getAllTranscribingMetier

java.util.Collection getAllTranscribingMetier(int transform)

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


getAllTranscribingMetier

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

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


getAllTranscribingMetier

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

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


getAllTranscribingMetier

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

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


findTranscribingMetierByTranscribingSystem

java.util.Collection findTranscribingMetierByTranscribingSystem(TranscribingSystem transcribingSystem)

findTranscribingMetierByTranscribingSystem

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

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


findTranscribingMetierByTranscribingSystem

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

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


findTranscribingMetierByTranscribingSystem

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

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


findTranscribingMetierByTranscribingSystem

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

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


findTranscribingMetierByTranscribingSystem

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

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


findTranscribingMetierByTranscribingSystem

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

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


findTranscribingMetierByTranscribingSystem

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

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


findTranscribingMetierByTranscribingSide

java.util.Collection findTranscribingMetierByTranscribingSide(TranscribingSide transcribingSide)

findTranscribingMetierByTranscribingSide

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

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


findTranscribingMetierByTranscribingSide

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

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


findTranscribingMetierByTranscribingSide

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

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


findTranscribingMetierByTranscribingSide

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

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


findTranscribingMetierByTranscribingSide

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

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


findTranscribingMetierByTranscribingSide

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

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


findTranscribingMetierByTranscribingSide

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

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


findTranscribingMetierByMetier

java.util.Collection findTranscribingMetierByMetier(Metier metier)

findTranscribingMetierByMetier

java.util.Collection findTranscribingMetierByMetier(java.lang.String queryString,
                                                    Metier metier)

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


findTranscribingMetierByMetier

java.util.Collection findTranscribingMetierByMetier(int pageNumber,
                                                    int pageSize,
                                                    Metier metier)

Does the same thing as findTranscribingMetierByMetier(fr.ifremer.allegro.referential.metier.Metier) 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.


findTranscribingMetierByMetier

java.util.Collection findTranscribingMetierByMetier(java.lang.String queryString,
                                                    int pageNumber,
                                                    int pageSize,
                                                    Metier metier)

Does the same thing as findTranscribingMetierByMetier(String, fr.ifremer.allegro.referential.metier.Metier) 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.


findTranscribingMetierByMetier

java.util.Collection findTranscribingMetierByMetier(int transform,
                                                    Metier metier)

Does the same thing as findTranscribingMetierByMetier(fr.ifremer.allegro.referential.metier.Metier) 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.


findTranscribingMetierByMetier

java.util.Collection findTranscribingMetierByMetier(int transform,
                                                    int pageNumber,
                                                    int pageSize,
                                                    Metier metier)

Does the same thing as findTranscribingMetierByMetier(int, fr.ifremer.allegro.referential.metier.Metier) 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.


findTranscribingMetierByMetier

java.util.Collection findTranscribingMetierByMetier(int transform,
                                                    java.lang.String queryString,
                                                    Metier metier)

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


findTranscribingMetierByMetier

java.util.Collection findTranscribingMetierByMetier(int transform,
                                                    java.lang.String queryString,
                                                    int pageNumber,
                                                    int pageSize,
                                                    Metier metier)

Does the same thing as findTranscribingMetierByMetier(int, String, fr.ifremer.allegro.referential.metier.Metier) 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.


findTranscribingMetierByIdentifiers

TranscribingMetier findTranscribingMetierByIdentifiers(TranscribingSystem transcribingSystem,
                                                       TranscribingSide transcribingSide,
                                                       Metier metier)

findTranscribingMetierByIdentifiers

TranscribingMetier findTranscribingMetierByIdentifiers(java.lang.String queryString,
                                                       TranscribingSystem transcribingSystem,
                                                       TranscribingSide transcribingSide,
                                                       Metier metier)

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


findTranscribingMetierByIdentifiers

java.lang.Object findTranscribingMetierByIdentifiers(int transform,
                                                     TranscribingSystem transcribingSystem,
                                                     TranscribingSide transcribingSide,
                                                     Metier metier)

Does the same thing as findTranscribingMetierByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.metier.Metier) 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.


findTranscribingMetierByIdentifiers

java.lang.Object findTranscribingMetierByIdentifiers(int transform,
                                                     java.lang.String queryString,
                                                     TranscribingSystem transcribingSystem,
                                                     TranscribingSide transcribingSide,
                                                     Metier metier)

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


findTranscribingMetierByNaturalId

TranscribingMetier findTranscribingMetierByNaturalId(TranscribingSystem transcribingSystem,
                                                     TranscribingSide transcribingSide,
                                                     Metier metier)

findTranscribingMetierByNaturalId

TranscribingMetier findTranscribingMetierByNaturalId(java.lang.String queryString,
                                                     TranscribingSystem transcribingSystem,
                                                     TranscribingSide transcribingSide,
                                                     Metier metier)

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


findTranscribingMetierByNaturalId

java.lang.Object findTranscribingMetierByNaturalId(int transform,
                                                   TranscribingSystem transcribingSystem,
                                                   TranscribingSide transcribingSide,
                                                   Metier metier)

Does the same thing as findTranscribingMetierByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.metier.Metier) 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.


findTranscribingMetierByNaturalId

java.lang.Object findTranscribingMetierByNaturalId(int transform,
                                                   java.lang.String queryString,
                                                   TranscribingSystem transcribingSystem,
                                                   TranscribingSide transcribingSide,
                                                   Metier metier)

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


getAllTranscribingMetierSinceDateSynchro

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

getAllTranscribingMetierSinceDateSynchro

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

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


getAllTranscribingMetierSinceDateSynchro

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

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


getAllTranscribingMetierSinceDateSynchro

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

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


getAllTranscribingMetierSinceDateSynchro

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

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


getAllTranscribingMetierSinceDateSynchro

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

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


getAllTranscribingMetierSinceDateSynchro

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

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


getAllTranscribingMetierSinceDateSynchro

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

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


createFromClusterTranscribingMetier

TranscribingMetier createFromClusterTranscribingMetier(ClusterTranscribingMetier clusterTranscribingMetier)

getAllClusterTranscribingMetierSinceDateSynchro

ClusterTranscribingMetier[] getAllClusterTranscribingMetierSinceDateSynchro(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.