fr.ifremer.allegro.referential.transcribing
Interface TranscribingLocationLevelDao

All Known Implementing Classes:
TranscribingLocationLevelDaoBase, TranscribingLocationLevelDaoImpl

public interface TranscribingLocationLevelDao

See Also:
TranscribingLocationLevel

Field Summary
static int TRANSFORM_CLUSTERTRANSCRIBINGLOCATIONLEVEL
          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_REMOTETRANSCRIBINGLOCATIONLEVELFULLVO
          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_REMOTETRANSCRIBINGLOCATIONLEVELNATURALID
          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
 TranscribingLocationLevel clusterTranscribingLocationLevelToEntity(ClusterTranscribingLocationLevel clusterTranscribingLocationLevel)
          Converts an instance of type ClusterTranscribingLocationLevel to this DAO's entity.
 void clusterTranscribingLocationLevelToEntity(ClusterTranscribingLocationLevel source, TranscribingLocationLevel target, boolean copyIfNull)
          Copies the fields of ClusterTranscribingLocationLevel to the specified entity.
 void clusterTranscribingLocationLevelToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterTranscribingLocationLevel to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel 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.TranscribingLocationLevel) with an additional flag called transform.
 java.lang.Object create(int transform, java.lang.String externalCode, LocationLevel locationLevel, TranscribingSide transcribingSide, TranscribingSystem transcribingSystem)
           Does the same thing as create(java.lang.String,fr.ifremer.allegro.referential.location.LocationLevel,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, LocationLevel locationLevel)
           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.location.LocationLevel) with an additional flag called transform.
 java.lang.Object create(int transform, TranscribingLocationLevel transcribingLocationLevel)
           Does the same thing as create(fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel) with an additional flag called transform.
 TranscribingLocationLevel create(java.lang.String externalCode, LocationLevel locationLevel, TranscribingSide transcribingSide, TranscribingSystem transcribingSystem)
           Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel instance from only required properties (attributes and association ends) and adds it to the persistent store.
 TranscribingLocationLevel create(java.lang.String externalCode, java.sql.Timestamp updateDate, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, LocationLevel locationLevel)
           Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel instance from all attributes and properties and adds it to the persistent store.
 TranscribingLocationLevel create(TranscribingLocationLevel transcribingLocationLevel)
          Creates an instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel and adds it to the persistent store.
 TranscribingLocationLevel createFromClusterTranscribingLocationLevel(ClusterTranscribingLocationLevel clusterTranscribingLocationLevel)
           
 java.lang.Object findTranscribingLocationLevelByIdentifiers(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem, LocationLevel locationLevel)
           Does the same thing as findTranscribingLocationLevelByIdentifiers(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel) with an additional argument called queryString.
 java.lang.Object findTranscribingLocationLevelByIdentifiers(int transform, TranscribingSystem transcribingSystem, LocationLevel locationLevel)
           Does the same thing as findTranscribingLocationLevelByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel) with an additional flag called transform.
 TranscribingLocationLevel findTranscribingLocationLevelByIdentifiers(java.lang.String queryString, TranscribingSystem transcribingSystem, LocationLevel locationLevel)
           Does the same thing as findTranscribingLocationLevelByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel) with an additional argument called queryString.
 TranscribingLocationLevel findTranscribingLocationLevelByIdentifiers(TranscribingSystem transcribingSystem, LocationLevel locationLevel)
           
 java.util.Collection findTranscribingLocationLevelByLocationLevel(int transform, int pageNumber, int pageSize, LocationLevel locationLevel)
           Does the same thing as findTranscribingLocationLevelByLocationLevel(int, fr.ifremer.allegro.referential.location.LocationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingLocationLevelByLocationLevel(int pageNumber, int pageSize, LocationLevel locationLevel)
           Does the same thing as findTranscribingLocationLevelByLocationLevel(fr.ifremer.allegro.referential.location.LocationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingLocationLevelByLocationLevel(int transform, LocationLevel locationLevel)
           Does the same thing as findTranscribingLocationLevelByLocationLevel(fr.ifremer.allegro.referential.location.LocationLevel) with an additional flag called transform.
 java.util.Collection findTranscribingLocationLevelByLocationLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, LocationLevel locationLevel)
           Does the same thing as findTranscribingLocationLevelByLocationLevel(int, String, fr.ifremer.allegro.referential.location.LocationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingLocationLevelByLocationLevel(int transform, java.lang.String queryString, LocationLevel locationLevel)
           Does the same thing as findTranscribingLocationLevelByLocationLevel(int, fr.ifremer.allegro.referential.location.LocationLevel) with an additional argument called queryString.
 java.util.Collection findTranscribingLocationLevelByLocationLevel(LocationLevel locationLevel)
           
 java.util.Collection findTranscribingLocationLevelByLocationLevel(java.lang.String queryString, int pageNumber, int pageSize, LocationLevel locationLevel)
           Does the same thing as findTranscribingLocationLevelByLocationLevel(String, fr.ifremer.allegro.referential.location.LocationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingLocationLevelByLocationLevel(java.lang.String queryString, LocationLevel locationLevel)
           Does the same thing as findTranscribingLocationLevelByLocationLevel(fr.ifremer.allegro.referential.location.LocationLevel) with an additional argument called queryString.
 java.lang.Object findTranscribingLocationLevelByNaturalId(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem, LocationLevel locationLevel)
           Does the same thing as findTranscribingLocationLevelByNaturalId(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel) with an additional argument called queryString.
 java.lang.Object findTranscribingLocationLevelByNaturalId(int transform, TranscribingSystem transcribingSystem, LocationLevel locationLevel)
           Does the same thing as findTranscribingLocationLevelByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel) with an additional flag called transform.
 TranscribingLocationLevel findTranscribingLocationLevelByNaturalId(java.lang.String queryString, TranscribingSystem transcribingSystem, LocationLevel locationLevel)
           Does the same thing as findTranscribingLocationLevelByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.LocationLevel) with an additional argument called queryString.
 TranscribingLocationLevel findTranscribingLocationLevelByNaturalId(TranscribingSystem transcribingSystem, LocationLevel locationLevel)
           
 java.util.Collection findTranscribingLocationLevelByTranscribingSide(int transform, int pageNumber, int pageSize, TranscribingSide transcribingSide)
           Does the same thing as findTranscribingLocationLevelByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingLocationLevelByTranscribingSide(int pageNumber, int pageSize, TranscribingSide transcribingSide)
           Does the same thing as findTranscribingLocationLevelByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingLocationLevelByTranscribingSide(int transform, java.lang.String queryString, int pageNumber, int pageSize, TranscribingSide transcribingSide)
           Does the same thing as findTranscribingLocationLevelByTranscribingSide(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingLocationLevelByTranscribingSide(int transform, java.lang.String queryString, TranscribingSide transcribingSide)
           Does the same thing as findTranscribingLocationLevelByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional argument called queryString.
 java.util.Collection findTranscribingLocationLevelByTranscribingSide(int transform, TranscribingSide transcribingSide)
           Does the same thing as findTranscribingLocationLevelByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional flag called transform.
 java.util.Collection findTranscribingLocationLevelByTranscribingSide(java.lang.String queryString, int pageNumber, int pageSize, TranscribingSide transcribingSide)
           Does the same thing as findTranscribingLocationLevelByTranscribingSide(String, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingLocationLevelByTranscribingSide(java.lang.String queryString, TranscribingSide transcribingSide)
           Does the same thing as findTranscribingLocationLevelByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional argument called queryString.
 java.util.Collection findTranscribingLocationLevelByTranscribingSide(TranscribingSide transcribingSide)
           
 java.util.Collection findTranscribingLocationLevelByTranscribingSystem(int transform, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
           Does the same thing as findTranscribingLocationLevelByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingLocationLevelByTranscribingSystem(int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
           Does the same thing as findTranscribingLocationLevelByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingLocationLevelByTranscribingSystem(int transform, java.lang.String queryString, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
           Does the same thing as findTranscribingLocationLevelByTranscribingSystem(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingLocationLevelByTranscribingSystem(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem)
           Does the same thing as findTranscribingLocationLevelByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional argument called queryString.
 java.util.Collection findTranscribingLocationLevelByTranscribingSystem(int transform, TranscribingSystem transcribingSystem)
           Does the same thing as findTranscribingLocationLevelByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional flag called transform.
 java.util.Collection findTranscribingLocationLevelByTranscribingSystem(java.lang.String queryString, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
           Does the same thing as findTranscribingLocationLevelByTranscribingSystem(String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingLocationLevelByTranscribingSystem(java.lang.String queryString, TranscribingSystem transcribingSystem)
           Does the same thing as findTranscribingLocationLevelByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional argument called queryString.
 java.util.Collection findTranscribingLocationLevelByTranscribingSystem(TranscribingSystem transcribingSystem)
           
 ClusterTranscribingLocationLevel[] getAllClusterTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 java.util.Collection getAllTranscribingLocationLevel()
           
 java.util.Collection getAllTranscribingLocationLevel(int transform)
           Does the same thing as getAllTranscribingLocationLevel() with an additional flag called transform.
 java.util.Collection getAllTranscribingLocationLevel(int pageNumber, int pageSize)
           Does the same thing as getAllTranscribingLocationLevel() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingLocationLevel(int transform, int pageNumber, int pageSize)
           Does the same thing as getAllTranscribingLocationLevel(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingLocationLevel(int transform, java.lang.String queryString)
           Does the same thing as getAllTranscribingLocationLevel(int) with an additional argument called queryString.
 java.util.Collection getAllTranscribingLocationLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllTranscribingLocationLevel(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingLocationLevel(java.lang.String queryString)
           Does the same thing as getAllTranscribingLocationLevel() with an additional argument called queryString.
 java.util.Collection getAllTranscribingLocationLevel(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllTranscribingLocationLevel(String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingLocationLevelSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllTranscribingLocationLevelSinceDateSynchro(int, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingLocationLevelSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingLocationLevelSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllTranscribingLocationLevelSinceDateSynchro(int, String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingLocationLevelSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as getAllTranscribingLocationLevelSinceDateSynchro(int, java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllTranscribingLocationLevelSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
           Does the same thing as getAllTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp) with an additional flag called transform.
 java.util.Collection getAllTranscribingLocationLevelSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllTranscribingLocationLevelSinceDateSynchro(String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingLocationLevelSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as getAllTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp updateDate)
           
 java.lang.Object load(int transform, TranscribingSystem transcribingSystem, LocationLevel locationLevel)
           Does the same thing as load(fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.location.LocationLevel) with an additional flag called transform.
 TranscribingLocationLevel load(TranscribingSystem transcribingSystem, LocationLevel locationLevel)
          Loads an instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel from the persistent store.
 java.util.Collection loadAll()
          Loads all entities of type TranscribingLocationLevel.
 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.
 TranscribingLocationLevel remoteTranscribingLocationLevelFullVOToEntity(RemoteTranscribingLocationLevelFullVO remoteTranscribingLocationLevelFullVO)
          Converts an instance of type RemoteTranscribingLocationLevelFullVO to this DAO's entity.
 void remoteTranscribingLocationLevelFullVOToEntity(RemoteTranscribingLocationLevelFullVO source, TranscribingLocationLevel target, boolean copyIfNull)
          Copies the fields of RemoteTranscribingLocationLevelFullVO to the specified entity.
 void remoteTranscribingLocationLevelFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteTranscribingLocationLevelFullVO to this DAO's entity.
 TranscribingLocationLevel remoteTranscribingLocationLevelNaturalIdToEntity(RemoteTranscribingLocationLevelNaturalId remoteTranscribingLocationLevelNaturalId)
          Converts an instance of type RemoteTranscribingLocationLevelNaturalId to this DAO's entity.
 void remoteTranscribingLocationLevelNaturalIdToEntity(RemoteTranscribingLocationLevelNaturalId source, TranscribingLocationLevel target, boolean copyIfNull)
          Copies the fields of RemoteTranscribingLocationLevelNaturalId to the specified entity.
 void remoteTranscribingLocationLevelNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteTranscribingLocationLevelNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(TranscribingLocationLevel transcribingLocationLevel)
          Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel from the persistent store.
 void remove(TranscribingSystem transcribingSystem, LocationLevel locationLevel)
          Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel 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.
 ClusterTranscribingLocationLevel toClusterTranscribingLocationLevel(TranscribingLocationLevel entity)
          Converts this DAO's entity to an object of type ClusterTranscribingLocationLevel.
 void toClusterTranscribingLocationLevel(TranscribingLocationLevel source, ClusterTranscribingLocationLevel target)
          Copies the fields of the specified entity to the target value object.
 ClusterTranscribingLocationLevel[] toClusterTranscribingLocationLevelArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterTranscribingLocationLevel.
 void toClusterTranscribingLocationLevelCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterTranscribingLocationLevel.
 RemoteTranscribingLocationLevelFullVO toRemoteTranscribingLocationLevelFullVO(TranscribingLocationLevel entity)
          Converts this DAO's entity to an object of type RemoteTranscribingLocationLevelFullVO.
 void toRemoteTranscribingLocationLevelFullVO(TranscribingLocationLevel source, RemoteTranscribingLocationLevelFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemoteTranscribingLocationLevelFullVO[] toRemoteTranscribingLocationLevelFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteTranscribingLocationLevelFullVO.
 void toRemoteTranscribingLocationLevelFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteTranscribingLocationLevelFullVO.
 RemoteTranscribingLocationLevelNaturalId toRemoteTranscribingLocationLevelNaturalId(TranscribingLocationLevel entity)
          Converts this DAO's entity to an object of type RemoteTranscribingLocationLevelNaturalId.
 void toRemoteTranscribingLocationLevelNaturalId(TranscribingLocationLevel source, RemoteTranscribingLocationLevelNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemoteTranscribingLocationLevelNaturalId[] toRemoteTranscribingLocationLevelNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteTranscribingLocationLevelNaturalId.
 void toRemoteTranscribingLocationLevelNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteTranscribingLocationLevelNaturalId.
 void update(java.util.Collection entities)
          Updates all instances in the entities collection in the persistent store.
 void update(TranscribingLocationLevel transcribingLocationLevel)
          Updates the transcribingLocationLevel 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_REMOTETRANSCRIBINGLOCATIONLEVELFULLVO

static final int TRANSFORM_REMOTETRANSCRIBINGLOCATIONLEVELFULLVO
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 RemoteTranscribingLocationLevelFullVO.

See Also:
Constant Field Values

TRANSFORM_REMOTETRANSCRIBINGLOCATIONLEVELNATURALID

static final int TRANSFORM_REMOTETRANSCRIBINGLOCATIONLEVELNATURALID
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 RemoteTranscribingLocationLevelNaturalId.

See Also:
Constant Field Values

TRANSFORM_CLUSTERTRANSCRIBINGLOCATIONLEVEL

static final int TRANSFORM_CLUSTERTRANSCRIBINGLOCATIONLEVEL
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 ClusterTranscribingLocationLevel.

See Also:
Constant Field Values
Method Detail

toRemoteTranscribingLocationLevelFullVO

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


toRemoteTranscribingLocationLevelFullVO

RemoteTranscribingLocationLevelFullVO toRemoteTranscribingLocationLevelFullVO(TranscribingLocationLevel entity)
Converts this DAO's entity to an object of type RemoteTranscribingLocationLevelFullVO.


toRemoteTranscribingLocationLevelFullVOCollection

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


toRemoteTranscribingLocationLevelFullVOArray

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


remoteTranscribingLocationLevelFullVOToEntity

void remoteTranscribingLocationLevelFullVOToEntity(RemoteTranscribingLocationLevelFullVO source,
                                                   TranscribingLocationLevel target,
                                                   boolean copyIfNull)
Copies the fields of RemoteTranscribingLocationLevelFullVO 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.

remoteTranscribingLocationLevelFullVOToEntity

TranscribingLocationLevel remoteTranscribingLocationLevelFullVOToEntity(RemoteTranscribingLocationLevelFullVO remoteTranscribingLocationLevelFullVO)
Converts an instance of type RemoteTranscribingLocationLevelFullVO to this DAO's entity.


remoteTranscribingLocationLevelFullVOToEntityCollection

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


toRemoteTranscribingLocationLevelNaturalId

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


toRemoteTranscribingLocationLevelNaturalId

RemoteTranscribingLocationLevelNaturalId toRemoteTranscribingLocationLevelNaturalId(TranscribingLocationLevel entity)
Converts this DAO's entity to an object of type RemoteTranscribingLocationLevelNaturalId.


toRemoteTranscribingLocationLevelNaturalIdCollection

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


toRemoteTranscribingLocationLevelNaturalIdArray

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


remoteTranscribingLocationLevelNaturalIdToEntity

void remoteTranscribingLocationLevelNaturalIdToEntity(RemoteTranscribingLocationLevelNaturalId source,
                                                      TranscribingLocationLevel target,
                                                      boolean copyIfNull)
Copies the fields of RemoteTranscribingLocationLevelNaturalId 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.

remoteTranscribingLocationLevelNaturalIdToEntity

TranscribingLocationLevel remoteTranscribingLocationLevelNaturalIdToEntity(RemoteTranscribingLocationLevelNaturalId remoteTranscribingLocationLevelNaturalId)
Converts an instance of type RemoteTranscribingLocationLevelNaturalId to this DAO's entity.


remoteTranscribingLocationLevelNaturalIdToEntityCollection

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


toClusterTranscribingLocationLevel

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


toClusterTranscribingLocationLevel

ClusterTranscribingLocationLevel toClusterTranscribingLocationLevel(TranscribingLocationLevel entity)
Converts this DAO's entity to an object of type ClusterTranscribingLocationLevel.


toClusterTranscribingLocationLevelCollection

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


toClusterTranscribingLocationLevelArray

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


clusterTranscribingLocationLevelToEntity

void clusterTranscribingLocationLevelToEntity(ClusterTranscribingLocationLevel source,
                                              TranscribingLocationLevel target,
                                              boolean copyIfNull)
Copies the fields of ClusterTranscribingLocationLevel 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.

clusterTranscribingLocationLevelToEntity

TranscribingLocationLevel clusterTranscribingLocationLevelToEntity(ClusterTranscribingLocationLevel clusterTranscribingLocationLevel)
Converts an instance of type ClusterTranscribingLocationLevel to this DAO's entity.


clusterTranscribingLocationLevelToEntityCollection

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


load

TranscribingLocationLevel load(TranscribingSystem transcribingSystem,
                               LocationLevel locationLevel)
Loads an instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel from the persistent store.


load

java.lang.Object load(int transform,
                      TranscribingSystem transcribingSystem,
                      LocationLevel locationLevel)

Does the same thing as load(fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.location.LocationLevel) 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
locationLevel - 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 TranscribingLocationLevel.

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

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


create

java.lang.Object create(int transform,
                        TranscribingLocationLevel transcribingLocationLevel)

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

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

TranscribingLocationLevel create(java.lang.String externalCode,
                                 java.sql.Timestamp updateDate,
                                 TranscribingSystem transcribingSystem,
                                 TranscribingSide transcribingSide,
                                 LocationLevel locationLevel)

Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel 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,
                        LocationLevel locationLevel)

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.location.LocationLevel) 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

TranscribingLocationLevel create(java.lang.String externalCode,
                                 LocationLevel locationLevel,
                                 TranscribingSide transcribingSide,
                                 TranscribingSystem transcribingSystem)

Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel 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,
                        LocationLevel locationLevel,
                        TranscribingSide transcribingSide,
                        TranscribingSystem transcribingSystem)

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


remove

void remove(TranscribingSystem transcribingSystem,
            LocationLevel locationLevel)
Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocationLevel having the given identifiers from the persistent store.


remove

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


getAllTranscribingLocationLevel

java.util.Collection getAllTranscribingLocationLevel()

getAllTranscribingLocationLevel

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

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


getAllTranscribingLocationLevel

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

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


getAllTranscribingLocationLevel

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

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


getAllTranscribingLocationLevel

java.util.Collection getAllTranscribingLocationLevel(int transform)

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


getAllTranscribingLocationLevel

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

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


getAllTranscribingLocationLevel

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

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


getAllTranscribingLocationLevel

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

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


findTranscribingLocationLevelByTranscribingSystem

java.util.Collection findTranscribingLocationLevelByTranscribingSystem(TranscribingSystem transcribingSystem)

findTranscribingLocationLevelByTranscribingSystem

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

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


findTranscribingLocationLevelByTranscribingSystem

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

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


findTranscribingLocationLevelByTranscribingSystem

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

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


findTranscribingLocationLevelByTranscribingSystem

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

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


findTranscribingLocationLevelByTranscribingSystem

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

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


findTranscribingLocationLevelByTranscribingSystem

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

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


findTranscribingLocationLevelByTranscribingSystem

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

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


findTranscribingLocationLevelByTranscribingSide

java.util.Collection findTranscribingLocationLevelByTranscribingSide(TranscribingSide transcribingSide)

findTranscribingLocationLevelByTranscribingSide

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

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


findTranscribingLocationLevelByTranscribingSide

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

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


findTranscribingLocationLevelByTranscribingSide

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

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


findTranscribingLocationLevelByTranscribingSide

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

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


findTranscribingLocationLevelByTranscribingSide

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

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


findTranscribingLocationLevelByTranscribingSide

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

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


findTranscribingLocationLevelByTranscribingSide

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

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


findTranscribingLocationLevelByLocationLevel

java.util.Collection findTranscribingLocationLevelByLocationLevel(LocationLevel locationLevel)

findTranscribingLocationLevelByLocationLevel

java.util.Collection findTranscribingLocationLevelByLocationLevel(java.lang.String queryString,
                                                                  LocationLevel locationLevel)

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


findTranscribingLocationLevelByLocationLevel

java.util.Collection findTranscribingLocationLevelByLocationLevel(int pageNumber,
                                                                  int pageSize,
                                                                  LocationLevel locationLevel)

Does the same thing as findTranscribingLocationLevelByLocationLevel(fr.ifremer.allegro.referential.location.LocationLevel) 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.


findTranscribingLocationLevelByLocationLevel

java.util.Collection findTranscribingLocationLevelByLocationLevel(java.lang.String queryString,
                                                                  int pageNumber,
                                                                  int pageSize,
                                                                  LocationLevel locationLevel)

Does the same thing as findTranscribingLocationLevelByLocationLevel(String, fr.ifremer.allegro.referential.location.LocationLevel) 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.


findTranscribingLocationLevelByLocationLevel

java.util.Collection findTranscribingLocationLevelByLocationLevel(int transform,
                                                                  LocationLevel locationLevel)

Does the same thing as findTranscribingLocationLevelByLocationLevel(fr.ifremer.allegro.referential.location.LocationLevel) 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.


findTranscribingLocationLevelByLocationLevel

java.util.Collection findTranscribingLocationLevelByLocationLevel(int transform,
                                                                  int pageNumber,
                                                                  int pageSize,
                                                                  LocationLevel locationLevel)

Does the same thing as findTranscribingLocationLevelByLocationLevel(int, fr.ifremer.allegro.referential.location.LocationLevel) 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.


findTranscribingLocationLevelByLocationLevel

java.util.Collection findTranscribingLocationLevelByLocationLevel(int transform,
                                                                  java.lang.String queryString,
                                                                  LocationLevel locationLevel)

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


findTranscribingLocationLevelByLocationLevel

java.util.Collection findTranscribingLocationLevelByLocationLevel(int transform,
                                                                  java.lang.String queryString,
                                                                  int pageNumber,
                                                                  int pageSize,
                                                                  LocationLevel locationLevel)

Does the same thing as findTranscribingLocationLevelByLocationLevel(int, String, fr.ifremer.allegro.referential.location.LocationLevel) 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.


findTranscribingLocationLevelByIdentifiers

TranscribingLocationLevel findTranscribingLocationLevelByIdentifiers(TranscribingSystem transcribingSystem,
                                                                     LocationLevel locationLevel)

findTranscribingLocationLevelByIdentifiers

TranscribingLocationLevel findTranscribingLocationLevelByIdentifiers(java.lang.String queryString,
                                                                     TranscribingSystem transcribingSystem,
                                                                     LocationLevel locationLevel)

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


findTranscribingLocationLevelByIdentifiers

java.lang.Object findTranscribingLocationLevelByIdentifiers(int transform,
                                                            TranscribingSystem transcribingSystem,
                                                            LocationLevel locationLevel)

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


findTranscribingLocationLevelByIdentifiers

java.lang.Object findTranscribingLocationLevelByIdentifiers(int transform,
                                                            java.lang.String queryString,
                                                            TranscribingSystem transcribingSystem,
                                                            LocationLevel locationLevel)

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


findTranscribingLocationLevelByNaturalId

TranscribingLocationLevel findTranscribingLocationLevelByNaturalId(TranscribingSystem transcribingSystem,
                                                                   LocationLevel locationLevel)

findTranscribingLocationLevelByNaturalId

TranscribingLocationLevel findTranscribingLocationLevelByNaturalId(java.lang.String queryString,
                                                                   TranscribingSystem transcribingSystem,
                                                                   LocationLevel locationLevel)

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


findTranscribingLocationLevelByNaturalId

java.lang.Object findTranscribingLocationLevelByNaturalId(int transform,
                                                          TranscribingSystem transcribingSystem,
                                                          LocationLevel locationLevel)

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


findTranscribingLocationLevelByNaturalId

java.lang.Object findTranscribingLocationLevelByNaturalId(int transform,
                                                          java.lang.String queryString,
                                                          TranscribingSystem transcribingSystem,
                                                          LocationLevel locationLevel)

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


getAllTranscribingLocationLevelSinceDateSynchro

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

getAllTranscribingLocationLevelSinceDateSynchro

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

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


getAllTranscribingLocationLevelSinceDateSynchro

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

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


getAllTranscribingLocationLevelSinceDateSynchro

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

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


getAllTranscribingLocationLevelSinceDateSynchro

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

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


getAllTranscribingLocationLevelSinceDateSynchro

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

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


getAllTranscribingLocationLevelSinceDateSynchro

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

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


getAllTranscribingLocationLevelSinceDateSynchro

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

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


createFromClusterTranscribingLocationLevel

TranscribingLocationLevel createFromClusterTranscribingLocationLevel(ClusterTranscribingLocationLevel clusterTranscribingLocationLevel)

getAllClusterTranscribingLocationLevelSinceDateSynchro

ClusterTranscribingLocationLevel[] getAllClusterTranscribingLocationLevelSinceDateSynchro(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.