fr.ifremer.allegro.data.survey.fishingTrip
Interface FishingTripOriginDao

All Known Implementing Classes:
FishingTripOriginDaoBase, FishingTripOriginDaoImpl

public interface FishingTripOriginDao

See Also:
FishingTripOrigin

Field Summary
static int TRANSFORM_CLUSTERFISHINGTRIPORIGIN
          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_REMOTEFISHINGTRIPORIGINFULLVO
          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_REMOTEFISHINGTRIPORIGINNATURALID
          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
 FishingTripOrigin clusterFishingTripOriginToEntity(ClusterFishingTripOrigin clusterFishingTripOrigin)
          Converts an instance of type ClusterFishingTripOrigin to this DAO's entity.
 void clusterFishingTripOriginToEntity(ClusterFishingTripOrigin source, FishingTripOrigin target, boolean copyIfNull)
          Copies the fields of ClusterFishingTripOrigin to the specified entity.
 void clusterFishingTripOriginToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterFishingTripOrigin to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.data.survey.fishingTrip.FishingTripOrigin and adds from the passed in entities collection
 FishingTripOrigin create(FishingTripOrigin fishingTripOrigin)
          Creates an instance of fr.ifremer.allegro.data.survey.fishingTrip.FishingTripOrigin and adds it to the persistent store.
 FishingTripOrigin create(FishingTrip fishingTrip, Program program)
           Creates a new fr.ifremer.allegro.data.survey.fishingTrip.FishingTripOrigin instance from only required properties (attributes and association ends) and adds it to the persistent store.
 FishingTripOrigin create(FishingTrip fishingTrip, Program program, FishingTrip originFishingTrip)
           Creates a new fr.ifremer.allegro.data.survey.fishingTrip.FishingTripOrigin 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.data.survey.fishingTrip.FishingTripOrigin) with an additional flag called transform.
 java.lang.Object create(int transform, FishingTripOrigin fishingTripOrigin)
           Does the same thing as create(fr.ifremer.allegro.data.survey.fishingTrip.FishingTripOrigin) with an additional flag called transform.
 java.lang.Object create(int transform, FishingTrip fishingTrip, Program program)
           Does the same thing as create(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.lang.Object create(int transform, FishingTrip fishingTrip, Program program, FishingTrip originFishingTrip)
           Does the same thing as create(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional flag called transform.
 FishingTripOrigin createFromClusterFishingTripOrigin(ClusterFishingTripOrigin clusterFishingTripOrigin)
           
 java.util.Collection findFishingTripOriginByFishingTrip(FishingTrip fishingTrip)
           
 java.util.Collection findFishingTripOriginByFishingTrip(int transform, FishingTrip fishingTrip)
           Does the same thing as findFishingTripOriginByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional flag called transform.
 java.util.Collection findFishingTripOriginByFishingTrip(int pageNumber, int pageSize, FishingTrip fishingTrip)
           Does the same thing as findFishingTripOriginByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findFishingTripOriginByFishingTrip(int transform, int pageNumber, int pageSize, FishingTrip fishingTrip)
           Does the same thing as findFishingTripOriginByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findFishingTripOriginByFishingTrip(int transform, java.lang.String queryString, FishingTrip fishingTrip)
           Does the same thing as findFishingTripOriginByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional argument called queryString.
 java.util.Collection findFishingTripOriginByFishingTrip(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
           Does the same thing as findFishingTripOriginByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findFishingTripOriginByFishingTrip(java.lang.String queryString, FishingTrip fishingTrip)
           Does the same thing as findFishingTripOriginByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional argument called queryString.
 java.util.Collection findFishingTripOriginByFishingTrip(java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
           Does the same thing as findFishingTripOriginByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize.
 FishingTripOrigin findFishingTripOriginById(java.lang.Integer id)
           
 java.lang.Object findFishingTripOriginById(int transform, java.lang.Integer id)
           Does the same thing as findFishingTripOriginById(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findFishingTripOriginById(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findFishingTripOriginById(int, java.lang.Integer) with an additional argument called queryString.
 FishingTripOrigin findFishingTripOriginById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findFishingTripOriginById(java.lang.Integer) with an additional argument called queryString.
 FishingTripOrigin findFishingTripOriginByNaturalId(java.lang.Integer id)
           
 java.lang.Object findFishingTripOriginByNaturalId(int transform, java.lang.Integer id)
           Does the same thing as findFishingTripOriginByNaturalId(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findFishingTripOriginByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findFishingTripOriginByNaturalId(int, java.lang.Integer) with an additional argument called queryString.
 FishingTripOrigin findFishingTripOriginByNaturalId(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findFishingTripOriginByNaturalId(java.lang.Integer) with an additional argument called queryString.
 java.util.Collection findFishingTripOriginByOriginFishingTrip(FishingTrip originFishingTrip)
           
 java.util.Collection findFishingTripOriginByOriginFishingTrip(int transform, FishingTrip originFishingTrip)
           Does the same thing as findFishingTripOriginByOriginFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional flag called transform.
 java.util.Collection findFishingTripOriginByOriginFishingTrip(int pageNumber, int pageSize, FishingTrip originFishingTrip)
           Does the same thing as findFishingTripOriginByOriginFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findFishingTripOriginByOriginFishingTrip(int transform, int pageNumber, int pageSize, FishingTrip originFishingTrip)
           Does the same thing as findFishingTripOriginByOriginFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findFishingTripOriginByOriginFishingTrip(int transform, java.lang.String queryString, FishingTrip originFishingTrip)
           Does the same thing as findFishingTripOriginByOriginFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional argument called queryString.
 java.util.Collection findFishingTripOriginByOriginFishingTrip(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingTrip originFishingTrip)
           Does the same thing as findFishingTripOriginByOriginFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findFishingTripOriginByOriginFishingTrip(java.lang.String queryString, FishingTrip originFishingTrip)
           Does the same thing as findFishingTripOriginByOriginFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional argument called queryString.
 java.util.Collection findFishingTripOriginByOriginFishingTrip(java.lang.String queryString, int pageNumber, int pageSize, FishingTrip originFishingTrip)
           Does the same thing as findFishingTripOriginByOriginFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findFishingTripOriginByProgram(int transform, int pageNumber, int pageSize, Program program)
           Does the same thing as findFishingTripOriginByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findFishingTripOriginByProgram(int pageNumber, int pageSize, Program program)
           Does the same thing as findFishingTripOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findFishingTripOriginByProgram(int transform, Program program)
           Does the same thing as findFishingTripOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.util.Collection findFishingTripOriginByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
           Does the same thing as findFishingTripOriginByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findFishingTripOriginByProgram(int transform, java.lang.String queryString, Program program)
           Does the same thing as findFishingTripOriginByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findFishingTripOriginByProgram(Program program)
           
 java.util.Collection findFishingTripOriginByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
           Does the same thing as findFishingTripOriginByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findFishingTripOriginByProgram(java.lang.String queryString, Program program)
           Does the same thing as findFishingTripOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection getAllFishingTripOrigin()
           
 java.util.Collection getAllFishingTripOrigin(int transform)
           Does the same thing as getAllFishingTripOrigin() with an additional flag called transform.
 java.util.Collection getAllFishingTripOrigin(int pageNumber, int pageSize)
           Does the same thing as getAllFishingTripOrigin() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllFishingTripOrigin(int transform, int pageNumber, int pageSize)
           Does the same thing as getAllFishingTripOrigin(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllFishingTripOrigin(int transform, java.lang.String queryString)
           Does the same thing as getAllFishingTripOrigin(int) with an additional argument called queryString.
 java.util.Collection getAllFishingTripOrigin(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllFishingTripOrigin(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllFishingTripOrigin(java.lang.String queryString)
           Does the same thing as getAllFishingTripOrigin() with an additional argument called queryString.
 java.util.Collection getAllFishingTripOrigin(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllFishingTripOrigin(String) with an additional two arguments called pageNumber and pageSize.
 FishingTripOrigin load(java.lang.Integer id)
          Loads an instance of fr.ifremer.allegro.data.survey.fishingTrip.FishingTripOrigin 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 FishingTripOrigin.
 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.
 FishingTripOrigin remoteFishingTripOriginFullVOToEntity(RemoteFishingTripOriginFullVO remoteFishingTripOriginFullVO)
          Converts an instance of type RemoteFishingTripOriginFullVO to this DAO's entity.
 void remoteFishingTripOriginFullVOToEntity(RemoteFishingTripOriginFullVO source, FishingTripOrigin target, boolean copyIfNull)
          Copies the fields of RemoteFishingTripOriginFullVO to the specified entity.
 void remoteFishingTripOriginFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteFishingTripOriginFullVO to this DAO's entity.
 FishingTripOrigin remoteFishingTripOriginNaturalIdToEntity(RemoteFishingTripOriginNaturalId remoteFishingTripOriginNaturalId)
          Converts an instance of type RemoteFishingTripOriginNaturalId to this DAO's entity.
 void remoteFishingTripOriginNaturalIdToEntity(RemoteFishingTripOriginNaturalId source, FishingTripOrigin target, boolean copyIfNull)
          Copies the fields of RemoteFishingTripOriginNaturalId to the specified entity.
 void remoteFishingTripOriginNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteFishingTripOriginNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(FishingTripOrigin fishingTripOrigin)
          Removes the instance of fr.ifremer.allegro.data.survey.fishingTrip.FishingTripOrigin from the persistent store.
 void remove(java.lang.Integer id)
          Removes the instance of fr.ifremer.allegro.data.survey.fishingTrip.FishingTripOrigin having the given identifier 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.
 ClusterFishingTripOrigin toClusterFishingTripOrigin(FishingTripOrigin entity)
          Converts this DAO's entity to an object of type ClusterFishingTripOrigin.
 void toClusterFishingTripOrigin(FishingTripOrigin source, ClusterFishingTripOrigin target)
          Copies the fields of the specified entity to the target value object.
 ClusterFishingTripOrigin[] toClusterFishingTripOriginArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterFishingTripOrigin.
 void toClusterFishingTripOriginCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterFishingTripOrigin.
 RemoteFishingTripOriginFullVO toRemoteFishingTripOriginFullVO(FishingTripOrigin entity)
          Converts this DAO's entity to an object of type RemoteFishingTripOriginFullVO.
 void toRemoteFishingTripOriginFullVO(FishingTripOrigin source, RemoteFishingTripOriginFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemoteFishingTripOriginFullVO[] toRemoteFishingTripOriginFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteFishingTripOriginFullVO.
 void toRemoteFishingTripOriginFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteFishingTripOriginFullVO.
 RemoteFishingTripOriginNaturalId toRemoteFishingTripOriginNaturalId(FishingTripOrigin entity)
          Converts this DAO's entity to an object of type RemoteFishingTripOriginNaturalId.
 void toRemoteFishingTripOriginNaturalId(FishingTripOrigin source, RemoteFishingTripOriginNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemoteFishingTripOriginNaturalId[] toRemoteFishingTripOriginNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteFishingTripOriginNaturalId.
 void toRemoteFishingTripOriginNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteFishingTripOriginNaturalId.
 void update(java.util.Collection entities)
          Updates all instances in the entities collection in the persistent store.
 void update(FishingTripOrigin fishingTripOrigin)
          Updates the fishingTripOrigin 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_REMOTEFISHINGTRIPORIGINFULLVO

static final int TRANSFORM_REMOTEFISHINGTRIPORIGINFULLVO
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 RemoteFishingTripOriginFullVO.

See Also:
Constant Field Values

TRANSFORM_REMOTEFISHINGTRIPORIGINNATURALID

static final int TRANSFORM_REMOTEFISHINGTRIPORIGINNATURALID
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 RemoteFishingTripOriginNaturalId.

See Also:
Constant Field Values

TRANSFORM_CLUSTERFISHINGTRIPORIGIN

static final int TRANSFORM_CLUSTERFISHINGTRIPORIGIN
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 ClusterFishingTripOrigin.

See Also:
Constant Field Values
Method Detail

toRemoteFishingTripOriginFullVO

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


toRemoteFishingTripOriginFullVO

RemoteFishingTripOriginFullVO toRemoteFishingTripOriginFullVO(FishingTripOrigin entity)
Converts this DAO's entity to an object of type RemoteFishingTripOriginFullVO.


toRemoteFishingTripOriginFullVOCollection

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


toRemoteFishingTripOriginFullVOArray

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


remoteFishingTripOriginFullVOToEntity

void remoteFishingTripOriginFullVOToEntity(RemoteFishingTripOriginFullVO source,
                                           FishingTripOrigin target,
                                           boolean copyIfNull)
Copies the fields of RemoteFishingTripOriginFullVO 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.

remoteFishingTripOriginFullVOToEntity

FishingTripOrigin remoteFishingTripOriginFullVOToEntity(RemoteFishingTripOriginFullVO remoteFishingTripOriginFullVO)
Converts an instance of type RemoteFishingTripOriginFullVO to this DAO's entity.


remoteFishingTripOriginFullVOToEntityCollection

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


toRemoteFishingTripOriginNaturalId

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


toRemoteFishingTripOriginNaturalId

RemoteFishingTripOriginNaturalId toRemoteFishingTripOriginNaturalId(FishingTripOrigin entity)
Converts this DAO's entity to an object of type RemoteFishingTripOriginNaturalId.


toRemoteFishingTripOriginNaturalIdCollection

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


toRemoteFishingTripOriginNaturalIdArray

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


remoteFishingTripOriginNaturalIdToEntity

void remoteFishingTripOriginNaturalIdToEntity(RemoteFishingTripOriginNaturalId source,
                                              FishingTripOrigin target,
                                              boolean copyIfNull)
Copies the fields of RemoteFishingTripOriginNaturalId 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.

remoteFishingTripOriginNaturalIdToEntity

FishingTripOrigin remoteFishingTripOriginNaturalIdToEntity(RemoteFishingTripOriginNaturalId remoteFishingTripOriginNaturalId)
Converts an instance of type RemoteFishingTripOriginNaturalId to this DAO's entity.


remoteFishingTripOriginNaturalIdToEntityCollection

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


toClusterFishingTripOrigin

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


toClusterFishingTripOrigin

ClusterFishingTripOrigin toClusterFishingTripOrigin(FishingTripOrigin entity)
Converts this DAO's entity to an object of type ClusterFishingTripOrigin.


toClusterFishingTripOriginCollection

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


toClusterFishingTripOriginArray

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


clusterFishingTripOriginToEntity

void clusterFishingTripOriginToEntity(ClusterFishingTripOrigin source,
                                      FishingTripOrigin target,
                                      boolean copyIfNull)
Copies the fields of ClusterFishingTripOrigin 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.

clusterFishingTripOriginToEntity

FishingTripOrigin clusterFishingTripOriginToEntity(ClusterFishingTripOrigin clusterFishingTripOrigin)
Converts an instance of type ClusterFishingTripOrigin to this DAO's entity.


clusterFishingTripOriginToEntityCollection

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


load

FishingTripOrigin load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.data.survey.fishingTrip.FishingTripOrigin 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 FishingTripOrigin.

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

FishingTripOrigin create(FishingTripOrigin fishingTripOrigin)
Creates an instance of fr.ifremer.allegro.data.survey.fishingTrip.FishingTripOrigin and adds it to the persistent store.


create

java.lang.Object create(int transform,
                        FishingTripOrigin fishingTripOrigin)

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

Parameters:
entities - the collection of fr.ifremer.allegro.data.survey.fishingTrip.FishingTripOrigin 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.data.survey.fishingTrip.FishingTripOrigin) 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

FishingTripOrigin create(FishingTrip fishingTrip,
                         Program program,
                         FishingTrip originFishingTrip)

Creates a new fr.ifremer.allegro.data.survey.fishingTrip.FishingTripOrigin instance from all attributes and properties and adds it to the persistent store.


create

java.lang.Object create(int transform,
                        FishingTrip fishingTrip,
                        Program program,
                        FishingTrip originFishingTrip)

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

FishingTripOrigin create(FishingTrip fishingTrip,
                         Program program)

Creates a new fr.ifremer.allegro.data.survey.fishingTrip.FishingTripOrigin instance from only required properties (attributes and association ends) and adds it to the persistent store.


create

java.lang.Object create(int transform,
                        FishingTrip fishingTrip,
                        Program program)

Does the same thing as create(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.administration.programStrategy.Program) 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(FishingTripOrigin fishingTripOrigin)
Updates the fishingTripOrigin 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(FishingTripOrigin fishingTripOrigin)
Removes the instance of fr.ifremer.allegro.data.survey.fishingTrip.FishingTripOrigin from the persistent store.


remove

void remove(java.lang.Integer id)
Removes the instance of fr.ifremer.allegro.data.survey.fishingTrip.FishingTripOrigin having the given identifier from the persistent store.


remove

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


getAllFishingTripOrigin

java.util.Collection getAllFishingTripOrigin()

getAllFishingTripOrigin

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

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


getAllFishingTripOrigin

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

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


getAllFishingTripOrigin

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

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


getAllFishingTripOrigin

java.util.Collection getAllFishingTripOrigin(int transform)

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


getAllFishingTripOrigin

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

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


getAllFishingTripOrigin

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

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


getAllFishingTripOrigin

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

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


findFishingTripOriginById

FishingTripOrigin findFishingTripOriginById(java.lang.Integer id)

findFishingTripOriginById

FishingTripOrigin findFishingTripOriginById(java.lang.String queryString,
                                            java.lang.Integer id)

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


findFishingTripOriginById

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

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


findFishingTripOriginById

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

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


findFishingTripOriginByFishingTrip

java.util.Collection findFishingTripOriginByFishingTrip(FishingTrip fishingTrip)

findFishingTripOriginByFishingTrip

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

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


findFishingTripOriginByFishingTrip

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

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


findFishingTripOriginByFishingTrip

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

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


findFishingTripOriginByFishingTrip

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

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


findFishingTripOriginByFishingTrip

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

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


findFishingTripOriginByFishingTrip

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

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


findFishingTripOriginByFishingTrip

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

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


findFishingTripOriginByProgram

java.util.Collection findFishingTripOriginByProgram(Program program)

findFishingTripOriginByProgram

java.util.Collection findFishingTripOriginByProgram(java.lang.String queryString,
                                                    Program program)

Does the same thing as findFishingTripOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findFishingTripOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program).


findFishingTripOriginByProgram

java.util.Collection findFishingTripOriginByProgram(int pageNumber,
                                                    int pageSize,
                                                    Program program)

Does the same thing as findFishingTripOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program) 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.


findFishingTripOriginByProgram

java.util.Collection findFishingTripOriginByProgram(java.lang.String queryString,
                                                    int pageNumber,
                                                    int pageSize,
                                                    Program program)

Does the same thing as findFishingTripOriginByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) 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.


findFishingTripOriginByProgram

java.util.Collection findFishingTripOriginByProgram(int transform,
                                                    Program program)

Does the same thing as findFishingTripOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program) 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.


findFishingTripOriginByProgram

java.util.Collection findFishingTripOriginByProgram(int transform,
                                                    int pageNumber,
                                                    int pageSize,
                                                    Program program)

Does the same thing as findFishingTripOriginByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) 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.


findFishingTripOriginByProgram

java.util.Collection findFishingTripOriginByProgram(int transform,
                                                    java.lang.String queryString,
                                                    Program program)

Does the same thing as findFishingTripOriginByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findFishingTripOriginByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program program).


findFishingTripOriginByProgram

java.util.Collection findFishingTripOriginByProgram(int transform,
                                                    java.lang.String queryString,
                                                    int pageNumber,
                                                    int pageSize,
                                                    Program program)

Does the same thing as findFishingTripOriginByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) 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.


findFishingTripOriginByOriginFishingTrip

java.util.Collection findFishingTripOriginByOriginFishingTrip(FishingTrip originFishingTrip)

findFishingTripOriginByOriginFishingTrip

java.util.Collection findFishingTripOriginByOriginFishingTrip(java.lang.String queryString,
                                                              FishingTrip originFishingTrip)

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


findFishingTripOriginByOriginFishingTrip

java.util.Collection findFishingTripOriginByOriginFishingTrip(int pageNumber,
                                                              int pageSize,
                                                              FishingTrip originFishingTrip)

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


findFishingTripOriginByOriginFishingTrip

java.util.Collection findFishingTripOriginByOriginFishingTrip(java.lang.String queryString,
                                                              int pageNumber,
                                                              int pageSize,
                                                              FishingTrip originFishingTrip)

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


findFishingTripOriginByOriginFishingTrip

java.util.Collection findFishingTripOriginByOriginFishingTrip(int transform,
                                                              FishingTrip originFishingTrip)

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


findFishingTripOriginByOriginFishingTrip

java.util.Collection findFishingTripOriginByOriginFishingTrip(int transform,
                                                              int pageNumber,
                                                              int pageSize,
                                                              FishingTrip originFishingTrip)

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


findFishingTripOriginByOriginFishingTrip

java.util.Collection findFishingTripOriginByOriginFishingTrip(int transform,
                                                              java.lang.String queryString,
                                                              FishingTrip originFishingTrip)

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


findFishingTripOriginByOriginFishingTrip

java.util.Collection findFishingTripOriginByOriginFishingTrip(int transform,
                                                              java.lang.String queryString,
                                                              int pageNumber,
                                                              int pageSize,
                                                              FishingTrip originFishingTrip)

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


findFishingTripOriginByNaturalId

FishingTripOrigin findFishingTripOriginByNaturalId(java.lang.Integer id)

findFishingTripOriginByNaturalId

FishingTripOrigin findFishingTripOriginByNaturalId(java.lang.String queryString,
                                                   java.lang.Integer id)

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


findFishingTripOriginByNaturalId

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

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


findFishingTripOriginByNaturalId

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

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


createFromClusterFishingTripOrigin

FishingTripOrigin createFromClusterFishingTripOrigin(ClusterFishingTripOrigin clusterFishingTripOrigin)

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.