fr.ifremer.allegro.playground
Interface PlaygroundFishingEffortZoneDao

All Known Implementing Classes:
PlaygroundFishingEffortZoneDaoBase, PlaygroundFishingEffortZoneDaoImpl

public interface PlaygroundFishingEffortZoneDao

See Also:
PlaygroundFishingEffortZone

Field Summary
static int TRANSFORM_CLUSTERPLAYGROUNDFISHINGEFFORTZONE
          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_REMOTEPLAYGROUNDFISHINGEFFORTZONEFULLVO
          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_REMOTEPLAYGROUNDFISHINGEFFORTZONENATURALID
          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
 PlaygroundFishingEffortZone clusterPlaygroundFishingEffortZoneToEntity(ClusterPlaygroundFishingEffortZone clusterPlaygroundFishingEffortZone)
          Converts an instance of type ClusterPlaygroundFishingEffortZone to this DAO's entity.
 void clusterPlaygroundFishingEffortZoneToEntity(ClusterPlaygroundFishingEffortZone source, PlaygroundFishingEffortZone target, boolean copyIfNull)
          Copies the fields of ClusterPlaygroundFishingEffortZone to the specified entity.
 void clusterPlaygroundFishingEffortZoneToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterPlaygroundFishingEffortZone to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.playground.PlaygroundFishingEffortZone and adds from the passed in entities collection
 PlaygroundFishingEffortZone create(java.util.Date dateTime, java.lang.String moveType, java.lang.String effortZoneCode, java.lang.String targetSpecies, FishingTrip fishingTrip, Gear gear)
           Creates a new fr.ifremer.allegro.playground.PlaygroundFishingEffortZone instance from all attributes and properties and adds it to the persistent store.
 java.util.Collection create(int transform, java.util.Collection entities)
           Does the same thing as create(fr.ifremer.allegro.playground.PlaygroundFishingEffortZone) with an additional flag called transform.
 java.lang.Object create(int transform, java.util.Date dateTime, java.lang.String moveType, java.lang.String effortZoneCode, java.lang.String targetSpecies, FishingTrip fishingTrip, Gear gear)
           Does the same thing as create(java.util.Date,java.lang.String,java.lang.String,java.lang.String,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.referential.gear.Gear) with an additional flag called transform.
 java.lang.Object create(int transform, PlaygroundFishingEffortZone playgroundFishingEffortZone)
           Does the same thing as create(fr.ifremer.allegro.playground.PlaygroundFishingEffortZone) with an additional flag called transform.
 java.lang.Object create(int transform, java.lang.String effortZoneCode, FishingTrip fishingTrip, Gear gear, java.lang.String moveType, java.lang.String targetSpecies)
           Does the same thing as create(java.lang.String,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.referential.gear.Gear,java.lang.String,java.lang.String) with an additional flag called transform.
 PlaygroundFishingEffortZone create(PlaygroundFishingEffortZone playgroundFishingEffortZone)
          Creates an instance of fr.ifremer.allegro.playground.PlaygroundFishingEffortZone and adds it to the persistent store.
 PlaygroundFishingEffortZone create(java.lang.String effortZoneCode, FishingTrip fishingTrip, Gear gear, java.lang.String moveType, java.lang.String targetSpecies)
           Creates a new fr.ifremer.allegro.playground.PlaygroundFishingEffortZone instance from only required properties (attributes and association ends) and adds it to the persistent store.
 PlaygroundFishingEffortZone createFromClusterPlaygroundFishingEffortZone(ClusterPlaygroundFishingEffortZone clusterPlaygroundFishingEffortZone)
           
 java.util.Collection findPlaygroundFishingEffortZoneByFishingTrip(FishingTrip fishingTrip)
           
 java.util.Collection findPlaygroundFishingEffortZoneByFishingTrip(int transform, FishingTrip fishingTrip)
           Does the same thing as findPlaygroundFishingEffortZoneByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional flag called transform.
 java.util.Collection findPlaygroundFishingEffortZoneByFishingTrip(int pageNumber, int pageSize, FishingTrip fishingTrip)
           Does the same thing as findPlaygroundFishingEffortZoneByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPlaygroundFishingEffortZoneByFishingTrip(int transform, int pageNumber, int pageSize, FishingTrip fishingTrip)
           Does the same thing as findPlaygroundFishingEffortZoneByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPlaygroundFishingEffortZoneByFishingTrip(int transform, java.lang.String queryString, FishingTrip fishingTrip)
           Does the same thing as findPlaygroundFishingEffortZoneByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional argument called queryString.
 java.util.Collection findPlaygroundFishingEffortZoneByFishingTrip(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
           Does the same thing as findPlaygroundFishingEffortZoneByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPlaygroundFishingEffortZoneByFishingTrip(java.lang.String queryString, FishingTrip fishingTrip)
           Does the same thing as findPlaygroundFishingEffortZoneByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional argument called queryString.
 java.util.Collection findPlaygroundFishingEffortZoneByFishingTrip(java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
           Does the same thing as findPlaygroundFishingEffortZoneByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPlaygroundFishingEffortZoneByGear(Gear gear)
           
 java.util.Collection findPlaygroundFishingEffortZoneByGear(int transform, Gear gear)
           Does the same thing as findPlaygroundFishingEffortZoneByGear(fr.ifremer.allegro.referential.gear.Gear) with an additional flag called transform.
 java.util.Collection findPlaygroundFishingEffortZoneByGear(int pageNumber, int pageSize, Gear gear)
           Does the same thing as findPlaygroundFishingEffortZoneByGear(fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPlaygroundFishingEffortZoneByGear(int transform, int pageNumber, int pageSize, Gear gear)
           Does the same thing as findPlaygroundFishingEffortZoneByGear(int, fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPlaygroundFishingEffortZoneByGear(int transform, java.lang.String queryString, Gear gear)
           Does the same thing as findPlaygroundFishingEffortZoneByGear(int, fr.ifremer.allegro.referential.gear.Gear) with an additional argument called queryString.
 java.util.Collection findPlaygroundFishingEffortZoneByGear(int transform, java.lang.String queryString, int pageNumber, int pageSize, Gear gear)
           Does the same thing as findPlaygroundFishingEffortZoneByGear(int, String, fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPlaygroundFishingEffortZoneByGear(java.lang.String queryString, Gear gear)
           Does the same thing as findPlaygroundFishingEffortZoneByGear(fr.ifremer.allegro.referential.gear.Gear) with an additional argument called queryString.
 java.util.Collection findPlaygroundFishingEffortZoneByGear(java.lang.String queryString, int pageNumber, int pageSize, Gear gear)
           Does the same thing as findPlaygroundFishingEffortZoneByGear(String, fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize.
 PlaygroundFishingEffortZone findPlaygroundFishingEffortZoneById(java.lang.Integer id)
           
 java.lang.Object findPlaygroundFishingEffortZoneById(int transform, java.lang.Integer id)
           Does the same thing as findPlaygroundFishingEffortZoneById(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findPlaygroundFishingEffortZoneById(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findPlaygroundFishingEffortZoneById(int, java.lang.Integer) with an additional argument called queryString.
 PlaygroundFishingEffortZone findPlaygroundFishingEffortZoneById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findPlaygroundFishingEffortZoneById(java.lang.Integer) with an additional argument called queryString.
 PlaygroundFishingEffortZone findPlaygroundFishingEffortZoneByNaturalId(java.lang.Integer id)
           
 java.lang.Object findPlaygroundFishingEffortZoneByNaturalId(int transform, java.lang.Integer id)
           Does the same thing as findPlaygroundFishingEffortZoneByNaturalId(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findPlaygroundFishingEffortZoneByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findPlaygroundFishingEffortZoneByNaturalId(int, java.lang.Integer) with an additional argument called queryString.
 PlaygroundFishingEffortZone findPlaygroundFishingEffortZoneByNaturalId(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findPlaygroundFishingEffortZoneByNaturalId(java.lang.Integer) with an additional argument called queryString.
 java.util.Collection getAllPlaygroundFishingEffortZone()
           
 java.util.Collection getAllPlaygroundFishingEffortZone(int transform)
           Does the same thing as getAllPlaygroundFishingEffortZone() with an additional flag called transform.
 java.util.Collection getAllPlaygroundFishingEffortZone(int pageNumber, int pageSize)
           Does the same thing as getAllPlaygroundFishingEffortZone() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllPlaygroundFishingEffortZone(int transform, int pageNumber, int pageSize)
           Does the same thing as getAllPlaygroundFishingEffortZone(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllPlaygroundFishingEffortZone(int transform, java.lang.String queryString)
           Does the same thing as getAllPlaygroundFishingEffortZone(int) with an additional argument called queryString.
 java.util.Collection getAllPlaygroundFishingEffortZone(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllPlaygroundFishingEffortZone(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllPlaygroundFishingEffortZone(java.lang.String queryString)
           Does the same thing as getAllPlaygroundFishingEffortZone() with an additional argument called queryString.
 java.util.Collection getAllPlaygroundFishingEffortZone(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllPlaygroundFishingEffortZone(String) with an additional two arguments called pageNumber and pageSize.
 PlaygroundFishingEffortZone load(java.lang.Integer id)
          Loads an instance of fr.ifremer.allegro.playground.PlaygroundFishingEffortZone from the persistent store.
 java.lang.Object load(int transform, java.lang.Integer id)
           Does the same thing as load(java.lang.Integer) with an additional flag called transform.
 java.util.Collection loadAll()
          Loads all entities of type PlaygroundFishingEffortZone.
 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.
 PlaygroundFishingEffortZone remotePlaygroundFishingEffortZoneFullVOToEntity(RemotePlaygroundFishingEffortZoneFullVO remotePlaygroundFishingEffortZoneFullVO)
          Converts an instance of type RemotePlaygroundFishingEffortZoneFullVO to this DAO's entity.
 void remotePlaygroundFishingEffortZoneFullVOToEntity(RemotePlaygroundFishingEffortZoneFullVO source, PlaygroundFishingEffortZone target, boolean copyIfNull)
          Copies the fields of RemotePlaygroundFishingEffortZoneFullVO to the specified entity.
 void remotePlaygroundFishingEffortZoneFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemotePlaygroundFishingEffortZoneFullVO to this DAO's entity.
 PlaygroundFishingEffortZone remotePlaygroundFishingEffortZoneNaturalIdToEntity(RemotePlaygroundFishingEffortZoneNaturalId remotePlaygroundFishingEffortZoneNaturalId)
          Converts an instance of type RemotePlaygroundFishingEffortZoneNaturalId to this DAO's entity.
 void remotePlaygroundFishingEffortZoneNaturalIdToEntity(RemotePlaygroundFishingEffortZoneNaturalId source, PlaygroundFishingEffortZone target, boolean copyIfNull)
          Copies the fields of RemotePlaygroundFishingEffortZoneNaturalId to the specified entity.
 void remotePlaygroundFishingEffortZoneNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemotePlaygroundFishingEffortZoneNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(java.lang.Integer id)
          Removes the instance of fr.ifremer.allegro.playground.PlaygroundFishingEffortZone having the given identifier from the persistent store.
 void remove(PlaygroundFishingEffortZone playgroundFishingEffortZone)
          Removes the instance of fr.ifremer.allegro.playground.PlaygroundFishingEffortZone 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.
 ClusterPlaygroundFishingEffortZone toClusterPlaygroundFishingEffortZone(PlaygroundFishingEffortZone entity)
          Converts this DAO's entity to an object of type ClusterPlaygroundFishingEffortZone.
 void toClusterPlaygroundFishingEffortZone(PlaygroundFishingEffortZone source, ClusterPlaygroundFishingEffortZone target)
          Copies the fields of the specified entity to the target value object.
 ClusterPlaygroundFishingEffortZone[] toClusterPlaygroundFishingEffortZoneArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterPlaygroundFishingEffortZone.
 void toClusterPlaygroundFishingEffortZoneCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterPlaygroundFishingEffortZone.
 RemotePlaygroundFishingEffortZoneFullVO toRemotePlaygroundFishingEffortZoneFullVO(PlaygroundFishingEffortZone entity)
          Converts this DAO's entity to an object of type RemotePlaygroundFishingEffortZoneFullVO.
 void toRemotePlaygroundFishingEffortZoneFullVO(PlaygroundFishingEffortZone source, RemotePlaygroundFishingEffortZoneFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemotePlaygroundFishingEffortZoneFullVO[] toRemotePlaygroundFishingEffortZoneFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemotePlaygroundFishingEffortZoneFullVO.
 void toRemotePlaygroundFishingEffortZoneFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemotePlaygroundFishingEffortZoneFullVO.
 RemotePlaygroundFishingEffortZoneNaturalId toRemotePlaygroundFishingEffortZoneNaturalId(PlaygroundFishingEffortZone entity)
          Converts this DAO's entity to an object of type RemotePlaygroundFishingEffortZoneNaturalId.
 void toRemotePlaygroundFishingEffortZoneNaturalId(PlaygroundFishingEffortZone source, RemotePlaygroundFishingEffortZoneNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemotePlaygroundFishingEffortZoneNaturalId[] toRemotePlaygroundFishingEffortZoneNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemotePlaygroundFishingEffortZoneNaturalId.
 void toRemotePlaygroundFishingEffortZoneNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemotePlaygroundFishingEffortZoneNaturalId.
 void update(java.util.Collection entities)
          Updates all instances in the entities collection in the persistent store.
 void update(PlaygroundFishingEffortZone playgroundFishingEffortZone)
          Updates the playgroundFishingEffortZone 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_REMOTEPLAYGROUNDFISHINGEFFORTZONEFULLVO

static final int TRANSFORM_REMOTEPLAYGROUNDFISHINGEFFORTZONEFULLVO
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 RemotePlaygroundFishingEffortZoneFullVO.

See Also:
Constant Field Values

TRANSFORM_REMOTEPLAYGROUNDFISHINGEFFORTZONENATURALID

static final int TRANSFORM_REMOTEPLAYGROUNDFISHINGEFFORTZONENATURALID
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 RemotePlaygroundFishingEffortZoneNaturalId.

See Also:
Constant Field Values

TRANSFORM_CLUSTERPLAYGROUNDFISHINGEFFORTZONE

static final int TRANSFORM_CLUSTERPLAYGROUNDFISHINGEFFORTZONE
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 ClusterPlaygroundFishingEffortZone.

See Also:
Constant Field Values
Method Detail

toRemotePlaygroundFishingEffortZoneFullVO

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


toRemotePlaygroundFishingEffortZoneFullVO

RemotePlaygroundFishingEffortZoneFullVO toRemotePlaygroundFishingEffortZoneFullVO(PlaygroundFishingEffortZone entity)
Converts this DAO's entity to an object of type RemotePlaygroundFishingEffortZoneFullVO.


toRemotePlaygroundFishingEffortZoneFullVOCollection

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


toRemotePlaygroundFishingEffortZoneFullVOArray

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


remotePlaygroundFishingEffortZoneFullVOToEntity

void remotePlaygroundFishingEffortZoneFullVOToEntity(RemotePlaygroundFishingEffortZoneFullVO source,
                                                     PlaygroundFishingEffortZone target,
                                                     boolean copyIfNull)
Copies the fields of RemotePlaygroundFishingEffortZoneFullVO 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.

remotePlaygroundFishingEffortZoneFullVOToEntity

PlaygroundFishingEffortZone remotePlaygroundFishingEffortZoneFullVOToEntity(RemotePlaygroundFishingEffortZoneFullVO remotePlaygroundFishingEffortZoneFullVO)
Converts an instance of type RemotePlaygroundFishingEffortZoneFullVO to this DAO's entity.


remotePlaygroundFishingEffortZoneFullVOToEntityCollection

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


toRemotePlaygroundFishingEffortZoneNaturalId

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


toRemotePlaygroundFishingEffortZoneNaturalId

RemotePlaygroundFishingEffortZoneNaturalId toRemotePlaygroundFishingEffortZoneNaturalId(PlaygroundFishingEffortZone entity)
Converts this DAO's entity to an object of type RemotePlaygroundFishingEffortZoneNaturalId.


toRemotePlaygroundFishingEffortZoneNaturalIdCollection

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


toRemotePlaygroundFishingEffortZoneNaturalIdArray

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


remotePlaygroundFishingEffortZoneNaturalIdToEntity

void remotePlaygroundFishingEffortZoneNaturalIdToEntity(RemotePlaygroundFishingEffortZoneNaturalId source,
                                                        PlaygroundFishingEffortZone target,
                                                        boolean copyIfNull)
Copies the fields of RemotePlaygroundFishingEffortZoneNaturalId 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.

remotePlaygroundFishingEffortZoneNaturalIdToEntity

PlaygroundFishingEffortZone remotePlaygroundFishingEffortZoneNaturalIdToEntity(RemotePlaygroundFishingEffortZoneNaturalId remotePlaygroundFishingEffortZoneNaturalId)
Converts an instance of type RemotePlaygroundFishingEffortZoneNaturalId to this DAO's entity.


remotePlaygroundFishingEffortZoneNaturalIdToEntityCollection

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


toClusterPlaygroundFishingEffortZone

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


toClusterPlaygroundFishingEffortZone

ClusterPlaygroundFishingEffortZone toClusterPlaygroundFishingEffortZone(PlaygroundFishingEffortZone entity)
Converts this DAO's entity to an object of type ClusterPlaygroundFishingEffortZone.


toClusterPlaygroundFishingEffortZoneCollection

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


toClusterPlaygroundFishingEffortZoneArray

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


clusterPlaygroundFishingEffortZoneToEntity

void clusterPlaygroundFishingEffortZoneToEntity(ClusterPlaygroundFishingEffortZone source,
                                                PlaygroundFishingEffortZone target,
                                                boolean copyIfNull)
Copies the fields of ClusterPlaygroundFishingEffortZone 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.

clusterPlaygroundFishingEffortZoneToEntity

PlaygroundFishingEffortZone clusterPlaygroundFishingEffortZoneToEntity(ClusterPlaygroundFishingEffortZone clusterPlaygroundFishingEffortZone)
Converts an instance of type ClusterPlaygroundFishingEffortZone to this DAO's entity.


clusterPlaygroundFishingEffortZoneToEntityCollection

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


load

PlaygroundFishingEffortZone load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.playground.PlaygroundFishingEffortZone from the persistent store.


load

java.lang.Object load(int transform,
                      java.lang.Integer id)

Does the same thing as load(java.lang.Integer) 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:
id - 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 PlaygroundFishingEffortZone.

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

PlaygroundFishingEffortZone create(PlaygroundFishingEffortZone playgroundFishingEffortZone)
Creates an instance of fr.ifremer.allegro.playground.PlaygroundFishingEffortZone and adds it to the persistent store.


create

java.lang.Object create(int transform,
                        PlaygroundFishingEffortZone playgroundFishingEffortZone)

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

Parameters:
entities - the collection of fr.ifremer.allegro.playground.PlaygroundFishingEffortZone 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.playground.PlaygroundFishingEffortZone) 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

PlaygroundFishingEffortZone create(java.util.Date dateTime,
                                   java.lang.String moveType,
                                   java.lang.String effortZoneCode,
                                   java.lang.String targetSpecies,
                                   FishingTrip fishingTrip,
                                   Gear gear)

Creates a new fr.ifremer.allegro.playground.PlaygroundFishingEffortZone instance from all attributes and properties and adds it to the persistent store.


create

java.lang.Object create(int transform,
                        java.util.Date dateTime,
                        java.lang.String moveType,
                        java.lang.String effortZoneCode,
                        java.lang.String targetSpecies,
                        FishingTrip fishingTrip,
                        Gear gear)

Does the same thing as create(java.util.Date,java.lang.String,java.lang.String,java.lang.String,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.referential.gear.Gear) 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

PlaygroundFishingEffortZone create(java.lang.String effortZoneCode,
                                   FishingTrip fishingTrip,
                                   Gear gear,
                                   java.lang.String moveType,
                                   java.lang.String targetSpecies)

Creates a new fr.ifremer.allegro.playground.PlaygroundFishingEffortZone 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 effortZoneCode,
                        FishingTrip fishingTrip,
                        Gear gear,
                        java.lang.String moveType,
                        java.lang.String targetSpecies)

Does the same thing as create(java.lang.String,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.referential.gear.Gear,java.lang.String,java.lang.String) 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(PlaygroundFishingEffortZone playgroundFishingEffortZone)
Updates the playgroundFishingEffortZone 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(PlaygroundFishingEffortZone playgroundFishingEffortZone)
Removes the instance of fr.ifremer.allegro.playground.PlaygroundFishingEffortZone from the persistent store.


remove

void remove(java.lang.Integer id)
Removes the instance of fr.ifremer.allegro.playground.PlaygroundFishingEffortZone having the given identifier from the persistent store.


remove

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


getAllPlaygroundFishingEffortZone

java.util.Collection getAllPlaygroundFishingEffortZone()

getAllPlaygroundFishingEffortZone

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

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


getAllPlaygroundFishingEffortZone

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

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


getAllPlaygroundFishingEffortZone

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

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


getAllPlaygroundFishingEffortZone

java.util.Collection getAllPlaygroundFishingEffortZone(int transform)

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


getAllPlaygroundFishingEffortZone

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

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


getAllPlaygroundFishingEffortZone

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

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


getAllPlaygroundFishingEffortZone

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

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


findPlaygroundFishingEffortZoneById

PlaygroundFishingEffortZone findPlaygroundFishingEffortZoneById(java.lang.Integer id)

findPlaygroundFishingEffortZoneById

PlaygroundFishingEffortZone findPlaygroundFishingEffortZoneById(java.lang.String queryString,
                                                                java.lang.Integer id)

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


findPlaygroundFishingEffortZoneById

java.lang.Object findPlaygroundFishingEffortZoneById(int transform,
                                                     java.lang.Integer id)

Does the same thing as findPlaygroundFishingEffortZoneById(java.lang.Integer) 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.


findPlaygroundFishingEffortZoneById

java.lang.Object findPlaygroundFishingEffortZoneById(int transform,
                                                     java.lang.String queryString,
                                                     java.lang.Integer id)

Does the same thing as findPlaygroundFishingEffortZoneById(int, java.lang.Integer) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findPlaygroundFishingEffortZoneById(int, java.lang.Integer id).


findPlaygroundFishingEffortZoneByFishingTrip

java.util.Collection findPlaygroundFishingEffortZoneByFishingTrip(FishingTrip fishingTrip)

findPlaygroundFishingEffortZoneByFishingTrip

java.util.Collection findPlaygroundFishingEffortZoneByFishingTrip(java.lang.String queryString,
                                                                  FishingTrip fishingTrip)

Does the same thing as findPlaygroundFishingEffortZoneByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findPlaygroundFishingEffortZoneByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip).


findPlaygroundFishingEffortZoneByFishingTrip

java.util.Collection findPlaygroundFishingEffortZoneByFishingTrip(int pageNumber,
                                                                  int pageSize,
                                                                  FishingTrip fishingTrip)

Does the same thing as findPlaygroundFishingEffortZoneByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) 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.


findPlaygroundFishingEffortZoneByFishingTrip

java.util.Collection findPlaygroundFishingEffortZoneByFishingTrip(java.lang.String queryString,
                                                                  int pageNumber,
                                                                  int pageSize,
                                                                  FishingTrip fishingTrip)

Does the same thing as findPlaygroundFishingEffortZoneByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) 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.


findPlaygroundFishingEffortZoneByFishingTrip

java.util.Collection findPlaygroundFishingEffortZoneByFishingTrip(int transform,
                                                                  FishingTrip fishingTrip)

Does the same thing as findPlaygroundFishingEffortZoneByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) 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.


findPlaygroundFishingEffortZoneByFishingTrip

java.util.Collection findPlaygroundFishingEffortZoneByFishingTrip(int transform,
                                                                  int pageNumber,
                                                                  int pageSize,
                                                                  FishingTrip fishingTrip)

Does the same thing as findPlaygroundFishingEffortZoneByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) 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.


findPlaygroundFishingEffortZoneByFishingTrip

java.util.Collection findPlaygroundFishingEffortZoneByFishingTrip(int transform,
                                                                  java.lang.String queryString,
                                                                  FishingTrip fishingTrip)

Does the same thing as findPlaygroundFishingEffortZoneByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findPlaygroundFishingEffortZoneByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip fishingTrip).


findPlaygroundFishingEffortZoneByFishingTrip

java.util.Collection findPlaygroundFishingEffortZoneByFishingTrip(int transform,
                                                                  java.lang.String queryString,
                                                                  int pageNumber,
                                                                  int pageSize,
                                                                  FishingTrip fishingTrip)

Does the same thing as findPlaygroundFishingEffortZoneByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) 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.


findPlaygroundFishingEffortZoneByGear

java.util.Collection findPlaygroundFishingEffortZoneByGear(Gear gear)

findPlaygroundFishingEffortZoneByGear

java.util.Collection findPlaygroundFishingEffortZoneByGear(java.lang.String queryString,
                                                           Gear gear)

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


findPlaygroundFishingEffortZoneByGear

java.util.Collection findPlaygroundFishingEffortZoneByGear(int pageNumber,
                                                           int pageSize,
                                                           Gear gear)

Does the same thing as findPlaygroundFishingEffortZoneByGear(fr.ifremer.allegro.referential.gear.Gear) 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.


findPlaygroundFishingEffortZoneByGear

java.util.Collection findPlaygroundFishingEffortZoneByGear(java.lang.String queryString,
                                                           int pageNumber,
                                                           int pageSize,
                                                           Gear gear)

Does the same thing as findPlaygroundFishingEffortZoneByGear(String, fr.ifremer.allegro.referential.gear.Gear) 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.


findPlaygroundFishingEffortZoneByGear

java.util.Collection findPlaygroundFishingEffortZoneByGear(int transform,
                                                           Gear gear)

Does the same thing as findPlaygroundFishingEffortZoneByGear(fr.ifremer.allegro.referential.gear.Gear) 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.


findPlaygroundFishingEffortZoneByGear

java.util.Collection findPlaygroundFishingEffortZoneByGear(int transform,
                                                           int pageNumber,
                                                           int pageSize,
                                                           Gear gear)

Does the same thing as findPlaygroundFishingEffortZoneByGear(int, fr.ifremer.allegro.referential.gear.Gear) 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.


findPlaygroundFishingEffortZoneByGear

java.util.Collection findPlaygroundFishingEffortZoneByGear(int transform,
                                                           java.lang.String queryString,
                                                           Gear gear)

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


findPlaygroundFishingEffortZoneByGear

java.util.Collection findPlaygroundFishingEffortZoneByGear(int transform,
                                                           java.lang.String queryString,
                                                           int pageNumber,
                                                           int pageSize,
                                                           Gear gear)

Does the same thing as findPlaygroundFishingEffortZoneByGear(int, String, fr.ifremer.allegro.referential.gear.Gear) 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.


findPlaygroundFishingEffortZoneByNaturalId

PlaygroundFishingEffortZone findPlaygroundFishingEffortZoneByNaturalId(java.lang.Integer id)

findPlaygroundFishingEffortZoneByNaturalId

PlaygroundFishingEffortZone findPlaygroundFishingEffortZoneByNaturalId(java.lang.String queryString,
                                                                       java.lang.Integer id)

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


findPlaygroundFishingEffortZoneByNaturalId

java.lang.Object findPlaygroundFishingEffortZoneByNaturalId(int transform,
                                                            java.lang.Integer id)

Does the same thing as findPlaygroundFishingEffortZoneByNaturalId(java.lang.Integer) 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.


findPlaygroundFishingEffortZoneByNaturalId

java.lang.Object findPlaygroundFishingEffortZoneByNaturalId(int transform,
                                                            java.lang.String queryString,
                                                            java.lang.Integer id)

Does the same thing as findPlaygroundFishingEffortZoneByNaturalId(int, java.lang.Integer) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findPlaygroundFishingEffortZoneByNaturalId(int, java.lang.Integer id).


createFromClusterPlaygroundFishingEffortZone

PlaygroundFishingEffortZone createFromClusterPlaygroundFishingEffortZone(ClusterPlaygroundFishingEffortZone clusterPlaygroundFishingEffortZone)

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.