fr.ifremer.allegro.referential.transcribing
Interface TranscribingLocationDao

All Known Implementing Classes:
TranscribingLocationDaoBase, TranscribingLocationDaoImpl

public interface TranscribingLocationDao

See Also:
TranscribingLocation

Field Summary
static int TRANSFORM_CLUSTERTRANSCRIBINGLOCATION
          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_REMOTETRANSCRIBINGLOCATIONFULLVO
          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_REMOTETRANSCRIBINGLOCATIONNATURALID
          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
 TranscribingLocation clusterTranscribingLocationToEntity(ClusterTranscribingLocation clusterTranscribingLocation)
          Converts an instance of type ClusterTranscribingLocation to this DAO's entity.
 void clusterTranscribingLocationToEntity(ClusterTranscribingLocation source, TranscribingLocation target, boolean copyIfNull)
          Copies the fields of ClusterTranscribingLocation to the specified entity.
 void clusterTranscribingLocationToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterTranscribingLocation to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocation 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.TranscribingLocation) with an additional flag called transform.
 java.lang.Object create(int transform, java.lang.String externalCode, Location location, TranscribingSide transcribingSide, TranscribingSystem transcribingSystem)
           Does the same thing as create(java.lang.String,fr.ifremer.allegro.referential.location.Location,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, Location location)
           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.Location) with an additional flag called transform.
 java.lang.Object create(int transform, TranscribingLocation transcribingLocation)
           Does the same thing as create(fr.ifremer.allegro.referential.transcribing.TranscribingLocation) with an additional flag called transform.
 TranscribingLocation create(java.lang.String externalCode, Location location, TranscribingSide transcribingSide, TranscribingSystem transcribingSystem)
           Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingLocation instance from only required properties (attributes and association ends) and adds it to the persistent store.
 TranscribingLocation create(java.lang.String externalCode, java.sql.Timestamp updateDate, TranscribingSystem transcribingSystem, TranscribingSide transcribingSide, Location location)
           Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingLocation instance from all attributes and properties and adds it to the persistent store.
 TranscribingLocation create(TranscribingLocation transcribingLocation)
          Creates an instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocation and adds it to the persistent store.
 TranscribingLocation createFromClusterTranscribingLocation(ClusterTranscribingLocation clusterTranscribingLocation)
           
 java.lang.Object findTranscribingLocationByIdentifiers(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem, Location location)
           Does the same thing as findTranscribingLocationByIdentifiers(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString.
 java.lang.Object findTranscribingLocationByIdentifiers(int transform, TranscribingSystem transcribingSystem, Location location)
           Does the same thing as findTranscribingLocationByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location) with an additional flag called transform.
 TranscribingLocation findTranscribingLocationByIdentifiers(java.lang.String queryString, TranscribingSystem transcribingSystem, Location location)
           Does the same thing as findTranscribingLocationByIdentifiers(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString.
 TranscribingLocation findTranscribingLocationByIdentifiers(TranscribingSystem transcribingSystem, Location location)
           
 java.util.Collection findTranscribingLocationByLocation(int transform, int pageNumber, int pageSize, Location location)
           Does the same thing as findTranscribingLocationByLocation(int, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingLocationByLocation(int pageNumber, int pageSize, Location location)
           Does the same thing as findTranscribingLocationByLocation(fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingLocationByLocation(int transform, Location location)
           Does the same thing as findTranscribingLocationByLocation(fr.ifremer.allegro.referential.location.Location) with an additional flag called transform.
 java.util.Collection findTranscribingLocationByLocation(int transform, java.lang.String queryString, int pageNumber, int pageSize, Location location)
           Does the same thing as findTranscribingLocationByLocation(int, String, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingLocationByLocation(int transform, java.lang.String queryString, Location location)
           Does the same thing as findTranscribingLocationByLocation(int, fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString.
 java.util.Collection findTranscribingLocationByLocation(Location location)
           
 java.util.Collection findTranscribingLocationByLocation(java.lang.String queryString, int pageNumber, int pageSize, Location location)
           Does the same thing as findTranscribingLocationByLocation(String, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingLocationByLocation(java.lang.String queryString, Location location)
           Does the same thing as findTranscribingLocationByLocation(fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString.
 java.lang.Object findTranscribingLocationByNaturalId(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem, Location location)
           Does the same thing as findTranscribingLocationByNaturalId(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString.
 java.lang.Object findTranscribingLocationByNaturalId(int transform, TranscribingSystem transcribingSystem, Location location)
           Does the same thing as findTranscribingLocationByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location) with an additional flag called transform.
 TranscribingLocation findTranscribingLocationByNaturalId(java.lang.String queryString, TranscribingSystem transcribingSystem, Location location)
           Does the same thing as findTranscribingLocationByNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString.
 TranscribingLocation findTranscribingLocationByNaturalId(TranscribingSystem transcribingSystem, Location location)
           
 java.util.Collection findTranscribingLocationByTranscribingSide(int transform, int pageNumber, int pageSize, TranscribingSide transcribingSide)
           Does the same thing as findTranscribingLocationByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingLocationByTranscribingSide(int pageNumber, int pageSize, TranscribingSide transcribingSide)
           Does the same thing as findTranscribingLocationByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingLocationByTranscribingSide(int transform, java.lang.String queryString, int pageNumber, int pageSize, TranscribingSide transcribingSide)
           Does the same thing as findTranscribingLocationByTranscribingSide(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingLocationByTranscribingSide(int transform, java.lang.String queryString, TranscribingSide transcribingSide)
           Does the same thing as findTranscribingLocationByTranscribingSide(int, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional argument called queryString.
 java.util.Collection findTranscribingLocationByTranscribingSide(int transform, TranscribingSide transcribingSide)
           Does the same thing as findTranscribingLocationByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional flag called transform.
 java.util.Collection findTranscribingLocationByTranscribingSide(java.lang.String queryString, int pageNumber, int pageSize, TranscribingSide transcribingSide)
           Does the same thing as findTranscribingLocationByTranscribingSide(String, fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingLocationByTranscribingSide(java.lang.String queryString, TranscribingSide transcribingSide)
           Does the same thing as findTranscribingLocationByTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an additional argument called queryString.
 java.util.Collection findTranscribingLocationByTranscribingSide(TranscribingSide transcribingSide)
           
 java.util.Collection findTranscribingLocationByTranscribingSystem(int transform, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
           Does the same thing as findTranscribingLocationByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingLocationByTranscribingSystem(int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
           Does the same thing as findTranscribingLocationByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingLocationByTranscribingSystem(int transform, java.lang.String queryString, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
           Does the same thing as findTranscribingLocationByTranscribingSystem(int, String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingLocationByTranscribingSystem(int transform, java.lang.String queryString, TranscribingSystem transcribingSystem)
           Does the same thing as findTranscribingLocationByTranscribingSystem(int, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional argument called queryString.
 java.util.Collection findTranscribingLocationByTranscribingSystem(int transform, TranscribingSystem transcribingSystem)
           Does the same thing as findTranscribingLocationByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional flag called transform.
 java.util.Collection findTranscribingLocationByTranscribingSystem(java.lang.String queryString, int pageNumber, int pageSize, TranscribingSystem transcribingSystem)
           Does the same thing as findTranscribingLocationByTranscribingSystem(String, fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findTranscribingLocationByTranscribingSystem(java.lang.String queryString, TranscribingSystem transcribingSystem)
           Does the same thing as findTranscribingLocationByTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an additional argument called queryString.
 java.util.Collection findTranscribingLocationByTranscribingSystem(TranscribingSystem transcribingSystem)
           
 ClusterTranscribingLocation[] getAllClusterTranscribingLocationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 java.util.Collection getAllTranscribingLocation()
           
 java.util.Collection getAllTranscribingLocation(int transform)
           Does the same thing as getAllTranscribingLocation() with an additional flag called transform.
 java.util.Collection getAllTranscribingLocation(int pageNumber, int pageSize)
           Does the same thing as getAllTranscribingLocation() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingLocation(int transform, int pageNumber, int pageSize)
           Does the same thing as getAllTranscribingLocation(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingLocation(int transform, java.lang.String queryString)
           Does the same thing as getAllTranscribingLocation(int) with an additional argument called queryString.
 java.util.Collection getAllTranscribingLocation(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllTranscribingLocation(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingLocation(java.lang.String queryString)
           Does the same thing as getAllTranscribingLocation() with an additional argument called queryString.
 java.util.Collection getAllTranscribingLocation(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllTranscribingLocation(String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingLocationSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllTranscribingLocationSinceDateSynchro(int, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingLocationSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllTranscribingLocationSinceDateSynchro(java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingLocationSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllTranscribingLocationSinceDateSynchro(int, String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingLocationSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as getAllTranscribingLocationSinceDateSynchro(int, java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllTranscribingLocationSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
           Does the same thing as getAllTranscribingLocationSinceDateSynchro(java.sql.Timestamp) with an additional flag called transform.
 java.util.Collection getAllTranscribingLocationSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllTranscribingLocationSinceDateSynchro(String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllTranscribingLocationSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as getAllTranscribingLocationSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllTranscribingLocationSinceDateSynchro(java.sql.Timestamp updateDate)
           
 java.lang.Object load(int transform, TranscribingSystem transcribingSystem, Location location)
           Does the same thing as load(fr.ifremer.allegro.referential.transcribing.TranscribingSystem,fr.ifremer.allegro.referential.location.Location) with an additional flag called transform.
 TranscribingLocation load(TranscribingSystem transcribingSystem, Location location)
          Loads an instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocation from the persistent store.
 java.util.Collection loadAll()
          Loads all entities of type TranscribingLocation.
 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.
 TranscribingLocation remoteTranscribingLocationFullVOToEntity(RemoteTranscribingLocationFullVO remoteTranscribingLocationFullVO)
          Converts an instance of type RemoteTranscribingLocationFullVO to this DAO's entity.
 void remoteTranscribingLocationFullVOToEntity(RemoteTranscribingLocationFullVO source, TranscribingLocation target, boolean copyIfNull)
          Copies the fields of RemoteTranscribingLocationFullVO to the specified entity.
 void remoteTranscribingLocationFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteTranscribingLocationFullVO to this DAO's entity.
 TranscribingLocation remoteTranscribingLocationNaturalIdToEntity(RemoteTranscribingLocationNaturalId remoteTranscribingLocationNaturalId)
          Converts an instance of type RemoteTranscribingLocationNaturalId to this DAO's entity.
 void remoteTranscribingLocationNaturalIdToEntity(RemoteTranscribingLocationNaturalId source, TranscribingLocation target, boolean copyIfNull)
          Copies the fields of RemoteTranscribingLocationNaturalId to the specified entity.
 void remoteTranscribingLocationNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteTranscribingLocationNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(TranscribingLocation transcribingLocation)
          Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocation from the persistent store.
 void remove(TranscribingSystem transcribingSystem, Location location)
          Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocation 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.
 ClusterTranscribingLocation toClusterTranscribingLocation(TranscribingLocation entity)
          Converts this DAO's entity to an object of type ClusterTranscribingLocation.
 void toClusterTranscribingLocation(TranscribingLocation source, ClusterTranscribingLocation target)
          Copies the fields of the specified entity to the target value object.
 ClusterTranscribingLocation[] toClusterTranscribingLocationArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterTranscribingLocation.
 void toClusterTranscribingLocationCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterTranscribingLocation.
 RemoteTranscribingLocationFullVO toRemoteTranscribingLocationFullVO(TranscribingLocation entity)
          Converts this DAO's entity to an object of type RemoteTranscribingLocationFullVO.
 void toRemoteTranscribingLocationFullVO(TranscribingLocation source, RemoteTranscribingLocationFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemoteTranscribingLocationFullVO[] toRemoteTranscribingLocationFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteTranscribingLocationFullVO.
 void toRemoteTranscribingLocationFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteTranscribingLocationFullVO.
 RemoteTranscribingLocationNaturalId toRemoteTranscribingLocationNaturalId(TranscribingLocation entity)
          Converts this DAO's entity to an object of type RemoteTranscribingLocationNaturalId.
 void toRemoteTranscribingLocationNaturalId(TranscribingLocation source, RemoteTranscribingLocationNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemoteTranscribingLocationNaturalId[] toRemoteTranscribingLocationNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteTranscribingLocationNaturalId.
 void toRemoteTranscribingLocationNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteTranscribingLocationNaturalId.
 void update(java.util.Collection entities)
          Updates all instances in the entities collection in the persistent store.
 void update(TranscribingLocation transcribingLocation)
          Updates the transcribingLocation 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_REMOTETRANSCRIBINGLOCATIONFULLVO

static final int TRANSFORM_REMOTETRANSCRIBINGLOCATIONFULLVO
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 RemoteTranscribingLocationFullVO.

See Also:
Constant Field Values

TRANSFORM_REMOTETRANSCRIBINGLOCATIONNATURALID

static final int TRANSFORM_REMOTETRANSCRIBINGLOCATIONNATURALID
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 RemoteTranscribingLocationNaturalId.

See Also:
Constant Field Values

TRANSFORM_CLUSTERTRANSCRIBINGLOCATION

static final int TRANSFORM_CLUSTERTRANSCRIBINGLOCATION
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 ClusterTranscribingLocation.

See Also:
Constant Field Values
Method Detail

toRemoteTranscribingLocationFullVO

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


toRemoteTranscribingLocationFullVO

RemoteTranscribingLocationFullVO toRemoteTranscribingLocationFullVO(TranscribingLocation entity)
Converts this DAO's entity to an object of type RemoteTranscribingLocationFullVO.


toRemoteTranscribingLocationFullVOCollection

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


toRemoteTranscribingLocationFullVOArray

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


remoteTranscribingLocationFullVOToEntity

void remoteTranscribingLocationFullVOToEntity(RemoteTranscribingLocationFullVO source,
                                              TranscribingLocation target,
                                              boolean copyIfNull)
Copies the fields of RemoteTranscribingLocationFullVO 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.

remoteTranscribingLocationFullVOToEntity

TranscribingLocation remoteTranscribingLocationFullVOToEntity(RemoteTranscribingLocationFullVO remoteTranscribingLocationFullVO)
Converts an instance of type RemoteTranscribingLocationFullVO to this DAO's entity.


remoteTranscribingLocationFullVOToEntityCollection

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


toRemoteTranscribingLocationNaturalId

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


toRemoteTranscribingLocationNaturalId

RemoteTranscribingLocationNaturalId toRemoteTranscribingLocationNaturalId(TranscribingLocation entity)
Converts this DAO's entity to an object of type RemoteTranscribingLocationNaturalId.


toRemoteTranscribingLocationNaturalIdCollection

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


toRemoteTranscribingLocationNaturalIdArray

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


remoteTranscribingLocationNaturalIdToEntity

void remoteTranscribingLocationNaturalIdToEntity(RemoteTranscribingLocationNaturalId source,
                                                 TranscribingLocation target,
                                                 boolean copyIfNull)
Copies the fields of RemoteTranscribingLocationNaturalId 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.

remoteTranscribingLocationNaturalIdToEntity

TranscribingLocation remoteTranscribingLocationNaturalIdToEntity(RemoteTranscribingLocationNaturalId remoteTranscribingLocationNaturalId)
Converts an instance of type RemoteTranscribingLocationNaturalId to this DAO's entity.


remoteTranscribingLocationNaturalIdToEntityCollection

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


toClusterTranscribingLocation

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


toClusterTranscribingLocation

ClusterTranscribingLocation toClusterTranscribingLocation(TranscribingLocation entity)
Converts this DAO's entity to an object of type ClusterTranscribingLocation.


toClusterTranscribingLocationCollection

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


toClusterTranscribingLocationArray

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


clusterTranscribingLocationToEntity

void clusterTranscribingLocationToEntity(ClusterTranscribingLocation source,
                                         TranscribingLocation target,
                                         boolean copyIfNull)
Copies the fields of ClusterTranscribingLocation 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.

clusterTranscribingLocationToEntity

TranscribingLocation clusterTranscribingLocationToEntity(ClusterTranscribingLocation clusterTranscribingLocation)
Converts an instance of type ClusterTranscribingLocation to this DAO's entity.


clusterTranscribingLocationToEntityCollection

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


load

TranscribingLocation load(TranscribingSystem transcribingSystem,
                          Location location)
Loads an instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocation from the persistent store.


load

java.lang.Object load(int transform,
                      TranscribingSystem transcribingSystem,
                      Location location)

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

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

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


create

java.lang.Object create(int transform,
                        TranscribingLocation transcribingLocation)

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

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

TranscribingLocation create(java.lang.String externalCode,
                            java.sql.Timestamp updateDate,
                            TranscribingSystem transcribingSystem,
                            TranscribingSide transcribingSide,
                            Location location)

Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingLocation 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,
                        Location location)

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

TranscribingLocation create(java.lang.String externalCode,
                            Location location,
                            TranscribingSide transcribingSide,
                            TranscribingSystem transcribingSystem)

Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingLocation 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,
                        Location location,
                        TranscribingSide transcribingSide,
                        TranscribingSystem transcribingSystem)

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


remove

void remove(TranscribingSystem transcribingSystem,
            Location location)
Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingLocation having the given identifiers from the persistent store.


remove

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


getAllTranscribingLocation

java.util.Collection getAllTranscribingLocation()

getAllTranscribingLocation

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

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


getAllTranscribingLocation

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

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


getAllTranscribingLocation

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

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


getAllTranscribingLocation

java.util.Collection getAllTranscribingLocation(int transform)

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


getAllTranscribingLocation

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

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


getAllTranscribingLocation

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

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


getAllTranscribingLocation

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

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


findTranscribingLocationByTranscribingSystem

java.util.Collection findTranscribingLocationByTranscribingSystem(TranscribingSystem transcribingSystem)

findTranscribingLocationByTranscribingSystem

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

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


findTranscribingLocationByTranscribingSystem

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

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


findTranscribingLocationByTranscribingSystem

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

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


findTranscribingLocationByTranscribingSystem

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

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


findTranscribingLocationByTranscribingSystem

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

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


findTranscribingLocationByTranscribingSystem

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

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


findTranscribingLocationByTranscribingSystem

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

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


findTranscribingLocationByTranscribingSide

java.util.Collection findTranscribingLocationByTranscribingSide(TranscribingSide transcribingSide)

findTranscribingLocationByTranscribingSide

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

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


findTranscribingLocationByTranscribingSide

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

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


findTranscribingLocationByTranscribingSide

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

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


findTranscribingLocationByTranscribingSide

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

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


findTranscribingLocationByTranscribingSide

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

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


findTranscribingLocationByTranscribingSide

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

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


findTranscribingLocationByTranscribingSide

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

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


findTranscribingLocationByLocation

java.util.Collection findTranscribingLocationByLocation(Location location)

findTranscribingLocationByLocation

java.util.Collection findTranscribingLocationByLocation(java.lang.String queryString,
                                                        Location location)

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


findTranscribingLocationByLocation

java.util.Collection findTranscribingLocationByLocation(int pageNumber,
                                                        int pageSize,
                                                        Location location)

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


findTranscribingLocationByLocation

java.util.Collection findTranscribingLocationByLocation(java.lang.String queryString,
                                                        int pageNumber,
                                                        int pageSize,
                                                        Location location)

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


findTranscribingLocationByLocation

java.util.Collection findTranscribingLocationByLocation(int transform,
                                                        Location location)

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


findTranscribingLocationByLocation

java.util.Collection findTranscribingLocationByLocation(int transform,
                                                        int pageNumber,
                                                        int pageSize,
                                                        Location location)

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


findTranscribingLocationByLocation

java.util.Collection findTranscribingLocationByLocation(int transform,
                                                        java.lang.String queryString,
                                                        Location location)

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


findTranscribingLocationByLocation

java.util.Collection findTranscribingLocationByLocation(int transform,
                                                        java.lang.String queryString,
                                                        int pageNumber,
                                                        int pageSize,
                                                        Location location)

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


findTranscribingLocationByIdentifiers

TranscribingLocation findTranscribingLocationByIdentifiers(TranscribingSystem transcribingSystem,
                                                           Location location)

findTranscribingLocationByIdentifiers

TranscribingLocation findTranscribingLocationByIdentifiers(java.lang.String queryString,
                                                           TranscribingSystem transcribingSystem,
                                                           Location location)

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


findTranscribingLocationByIdentifiers

java.lang.Object findTranscribingLocationByIdentifiers(int transform,
                                                       TranscribingSystem transcribingSystem,
                                                       Location location)

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


findTranscribingLocationByIdentifiers

java.lang.Object findTranscribingLocationByIdentifiers(int transform,
                                                       java.lang.String queryString,
                                                       TranscribingSystem transcribingSystem,
                                                       Location location)

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


findTranscribingLocationByNaturalId

TranscribingLocation findTranscribingLocationByNaturalId(TranscribingSystem transcribingSystem,
                                                         Location location)

findTranscribingLocationByNaturalId

TranscribingLocation findTranscribingLocationByNaturalId(java.lang.String queryString,
                                                         TranscribingSystem transcribingSystem,
                                                         Location location)

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


findTranscribingLocationByNaturalId

java.lang.Object findTranscribingLocationByNaturalId(int transform,
                                                     TranscribingSystem transcribingSystem,
                                                     Location location)

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


findTranscribingLocationByNaturalId

java.lang.Object findTranscribingLocationByNaturalId(int transform,
                                                     java.lang.String queryString,
                                                     TranscribingSystem transcribingSystem,
                                                     Location location)

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


getAllTranscribingLocationSinceDateSynchro

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

getAllTranscribingLocationSinceDateSynchro

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

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


getAllTranscribingLocationSinceDateSynchro

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

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


getAllTranscribingLocationSinceDateSynchro

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

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


getAllTranscribingLocationSinceDateSynchro

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

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


getAllTranscribingLocationSinceDateSynchro

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

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


getAllTranscribingLocationSinceDateSynchro

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

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


getAllTranscribingLocationSinceDateSynchro

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

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


createFromClusterTranscribingLocation

TranscribingLocation createFromClusterTranscribingLocation(ClusterTranscribingLocation clusterTranscribingLocation)

getAllClusterTranscribingLocationSinceDateSynchro

ClusterTranscribingLocation[] getAllClusterTranscribingLocationSinceDateSynchro(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.