fr.ifremer.allegro.referential.location
Interface LocationAssociationDao

All Known Implementing Classes:
LocationAssociationDaoBase, LocationAssociationDaoImpl

public interface LocationAssociationDao

See Also:
LocationAssociation

Field Summary
static int TRANSFORM_CLUSTERLOCATIONASSOCIATION
          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_REMOTELOCATIONASSOCIATIONFULLVO
          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_REMOTELOCATIONASSOCIATIONNATURALID
          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
 LocationAssociation clusterLocationAssociationToEntity(ClusterLocationAssociation clusterLocationAssociation)
          Converts an instance of type ClusterLocationAssociation to this DAO's entity.
 void clusterLocationAssociationToEntity(ClusterLocationAssociation source, LocationAssociation target, boolean copyIfNull)
          Copies the fields of ClusterLocationAssociation to the specified entity.
 void clusterLocationAssociationToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterLocationAssociation to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.referential.location.LocationAssociation and adds from the passed in entities collection
 LocationAssociation create(java.lang.Float childSurfaceRatio, java.sql.Timestamp updateDate, Location childLocation, Location parentLocation)
           Creates a new fr.ifremer.allegro.referential.location.LocationAssociation 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.referential.location.LocationAssociation) with an additional flag called transform.
 java.lang.Object create(int transform, java.lang.Float childSurfaceRatio, java.sql.Timestamp updateDate, Location childLocation, Location parentLocation)
           Does the same thing as create(java.lang.Float,java.sql.Timestamp,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.location.Location) with an additional flag called transform.
 java.lang.Object create(int transform, LocationAssociation locationAssociation)
           Does the same thing as create(fr.ifremer.allegro.referential.location.LocationAssociation) with an additional flag called transform.
 java.lang.Object create(int transform, Location childLocation, java.lang.Float childSurfaceRatio, Location parentLocation)
           Does the same thing as create(fr.ifremer.allegro.referential.location.Location,java.lang.Float,fr.ifremer.allegro.referential.location.Location) with an additional flag called transform.
 LocationAssociation create(LocationAssociation locationAssociation)
          Creates an instance of fr.ifremer.allegro.referential.location.LocationAssociation and adds it to the persistent store.
 LocationAssociation create(Location childLocation, java.lang.Float childSurfaceRatio, Location parentLocation)
           Creates a new fr.ifremer.allegro.referential.location.LocationAssociation instance from only required properties (attributes and association ends) and adds it to the persistent store.
 LocationAssociation createFromClusterLocationAssociation(ClusterLocationAssociation clusterLocationAssociation)
           
 java.util.Collection findLocationAssociationByChildLocation(int transform, int pageNumber, int pageSize, Location childLocation)
           Does the same thing as findLocationAssociationByChildLocation(int, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLocationAssociationByChildLocation(int pageNumber, int pageSize, Location childLocation)
           Does the same thing as findLocationAssociationByChildLocation(fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLocationAssociationByChildLocation(int transform, Location childLocation)
           Does the same thing as findLocationAssociationByChildLocation(fr.ifremer.allegro.referential.location.Location) with an additional flag called transform.
 java.util.Collection findLocationAssociationByChildLocation(int transform, java.lang.String queryString, int pageNumber, int pageSize, Location childLocation)
           Does the same thing as findLocationAssociationByChildLocation(int, String, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLocationAssociationByChildLocation(int transform, java.lang.String queryString, Location childLocation)
           Does the same thing as findLocationAssociationByChildLocation(int, fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString.
 java.util.Collection findLocationAssociationByChildLocation(Location childLocation)
           
 java.util.Collection findLocationAssociationByChildLocation(java.lang.String queryString, int pageNumber, int pageSize, Location childLocation)
           Does the same thing as findLocationAssociationByChildLocation(String, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLocationAssociationByChildLocation(java.lang.String queryString, Location childLocation)
           Does the same thing as findLocationAssociationByChildLocation(fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString.
 java.lang.Object findLocationAssociationByIdentifiers(int transform, Location parentLocation, Location childLocation)
           Does the same thing as findLocationAssociationByIdentifiers(fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.referential.location.Location) with an additional flag called transform.
 java.lang.Object findLocationAssociationByIdentifiers(int transform, java.lang.String queryString, Location parentLocation, Location childLocation)
           Does the same thing as findLocationAssociationByIdentifiers(int, fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString.
 LocationAssociation findLocationAssociationByIdentifiers(Location parentLocation, Location childLocation)
           
 LocationAssociation findLocationAssociationByIdentifiers(java.lang.String queryString, Location parentLocation, Location childLocation)
           Does the same thing as findLocationAssociationByIdentifiers(fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString.
 java.lang.Object findLocationAssociationByNaturalId(int transform, Location parentLocation, Location childLocation)
           Does the same thing as findLocationAssociationByNaturalId(fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.referential.location.Location) with an additional flag called transform.
 java.lang.Object findLocationAssociationByNaturalId(int transform, java.lang.String queryString, Location parentLocation, Location childLocation)
           Does the same thing as findLocationAssociationByNaturalId(int, fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString.
 LocationAssociation findLocationAssociationByNaturalId(Location parentLocation, Location childLocation)
           
 LocationAssociation findLocationAssociationByNaturalId(java.lang.String queryString, Location parentLocation, Location childLocation)
           Does the same thing as findLocationAssociationByNaturalId(fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString.
 java.util.Collection findLocationAssociationByParentLocation(int transform, int pageNumber, int pageSize, Location parentLocation)
           Does the same thing as findLocationAssociationByParentLocation(int, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLocationAssociationByParentLocation(int pageNumber, int pageSize, Location parentLocation)
           Does the same thing as findLocationAssociationByParentLocation(fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLocationAssociationByParentLocation(int transform, Location parentLocation)
           Does the same thing as findLocationAssociationByParentLocation(fr.ifremer.allegro.referential.location.Location) with an additional flag called transform.
 java.util.Collection findLocationAssociationByParentLocation(int transform, java.lang.String queryString, int pageNumber, int pageSize, Location parentLocation)
           Does the same thing as findLocationAssociationByParentLocation(int, String, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLocationAssociationByParentLocation(int transform, java.lang.String queryString, Location parentLocation)
           Does the same thing as findLocationAssociationByParentLocation(int, fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString.
 java.util.Collection findLocationAssociationByParentLocation(Location parentLocation)
           
 java.util.Collection findLocationAssociationByParentLocation(java.lang.String queryString, int pageNumber, int pageSize, Location parentLocation)
           Does the same thing as findLocationAssociationByParentLocation(String, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLocationAssociationByParentLocation(java.lang.String queryString, Location parentLocation)
           Does the same thing as findLocationAssociationByParentLocation(fr.ifremer.allegro.referential.location.Location) with an additional argument called queryString.
 ClusterLocationAssociation[] getAllClusterLocationAssociationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 java.util.Collection getAllLocationAssociation()
           
 java.util.Collection getAllLocationAssociation(int transform)
           Does the same thing as getAllLocationAssociation() with an additional flag called transform.
 java.util.Collection getAllLocationAssociation(int pageNumber, int pageSize)
           Does the same thing as getAllLocationAssociation() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllLocationAssociation(int transform, int pageNumber, int pageSize)
           Does the same thing as getAllLocationAssociation(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllLocationAssociation(int transform, java.lang.String queryString)
           Does the same thing as getAllLocationAssociation(int) with an additional argument called queryString.
 java.util.Collection getAllLocationAssociation(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllLocationAssociation(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllLocationAssociation(java.lang.String queryString)
           Does the same thing as getAllLocationAssociation() with an additional argument called queryString.
 java.util.Collection getAllLocationAssociation(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllLocationAssociation(String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllLocationAssociationSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllLocationAssociationSinceDateSynchro(int, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllLocationAssociationSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllLocationAssociationSinceDateSynchro(java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllLocationAssociationSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllLocationAssociationSinceDateSynchro(int, String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllLocationAssociationSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as getAllLocationAssociationSinceDateSynchro(int, java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllLocationAssociationSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
           Does the same thing as getAllLocationAssociationSinceDateSynchro(java.sql.Timestamp) with an additional flag called transform.
 java.util.Collection getAllLocationAssociationSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllLocationAssociationSinceDateSynchro(String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllLocationAssociationSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as getAllLocationAssociationSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllLocationAssociationSinceDateSynchro(java.sql.Timestamp updateDate)
           
 java.lang.Object load(int transform, Location childLocation, Location parentLocation)
           Does the same thing as load(fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.location.Location) with an additional flag called transform.
 LocationAssociation load(Location childLocation, Location parentLocation)
          Loads an instance of fr.ifremer.allegro.referential.location.LocationAssociation from the persistent store.
 java.util.Collection loadAll()
          Loads all entities of type LocationAssociation.
 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.
 LocationAssociation remoteLocationAssociationFullVOToEntity(RemoteLocationAssociationFullVO remoteLocationAssociationFullVO)
          Converts an instance of type RemoteLocationAssociationFullVO to this DAO's entity.
 void remoteLocationAssociationFullVOToEntity(RemoteLocationAssociationFullVO source, LocationAssociation target, boolean copyIfNull)
          Copies the fields of RemoteLocationAssociationFullVO to the specified entity.
 void remoteLocationAssociationFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteLocationAssociationFullVO to this DAO's entity.
 LocationAssociation remoteLocationAssociationNaturalIdToEntity(RemoteLocationAssociationNaturalId remoteLocationAssociationNaturalId)
          Converts an instance of type RemoteLocationAssociationNaturalId to this DAO's entity.
 void remoteLocationAssociationNaturalIdToEntity(RemoteLocationAssociationNaturalId source, LocationAssociation target, boolean copyIfNull)
          Copies the fields of RemoteLocationAssociationNaturalId to the specified entity.
 void remoteLocationAssociationNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteLocationAssociationNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(LocationAssociation locationAssociation)
          Removes the instance of fr.ifremer.allegro.referential.location.LocationAssociation from the persistent store.
 void remove(Location childLocation, Location parentLocation)
          Removes the instance of fr.ifremer.allegro.referential.location.LocationAssociation having the given identifiers from the persistent store.
 PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
          Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize.
 PaginationResult search(int pageNumber, int pageSize, Search search)
          Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize.
 java.util.Set search(int transform, Search search)
          Does the same thing as search(fr.ifremer.allegro.Search) but with an additional flag called transform.
 java.util.Set search(Search search)
          Performs a search using the parameters specified in the given search object.
 ClusterLocationAssociation toClusterLocationAssociation(LocationAssociation entity)
          Converts this DAO's entity to an object of type ClusterLocationAssociation.
 void toClusterLocationAssociation(LocationAssociation source, ClusterLocationAssociation target)
          Copies the fields of the specified entity to the target value object.
 ClusterLocationAssociation[] toClusterLocationAssociationArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterLocationAssociation.
 void toClusterLocationAssociationCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterLocationAssociation.
 RemoteLocationAssociationFullVO toRemoteLocationAssociationFullVO(LocationAssociation entity)
          Converts this DAO's entity to an object of type RemoteLocationAssociationFullVO.
 void toRemoteLocationAssociationFullVO(LocationAssociation source, RemoteLocationAssociationFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemoteLocationAssociationFullVO[] toRemoteLocationAssociationFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteLocationAssociationFullVO.
 void toRemoteLocationAssociationFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteLocationAssociationFullVO.
 RemoteLocationAssociationNaturalId toRemoteLocationAssociationNaturalId(LocationAssociation entity)
          Converts this DAO's entity to an object of type RemoteLocationAssociationNaturalId.
 void toRemoteLocationAssociationNaturalId(LocationAssociation source, RemoteLocationAssociationNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemoteLocationAssociationNaturalId[] toRemoteLocationAssociationNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteLocationAssociationNaturalId.
 void toRemoteLocationAssociationNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteLocationAssociationNaturalId.
 void update(java.util.Collection entities)
          Updates all instances in the entities collection in the persistent store.
 void update(LocationAssociation locationAssociation)
          Updates the locationAssociation 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_REMOTELOCATIONASSOCIATIONFULLVO

static final int TRANSFORM_REMOTELOCATIONASSOCIATIONFULLVO
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 RemoteLocationAssociationFullVO.

See Also:
Constant Field Values

TRANSFORM_REMOTELOCATIONASSOCIATIONNATURALID

static final int TRANSFORM_REMOTELOCATIONASSOCIATIONNATURALID
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 RemoteLocationAssociationNaturalId.

See Also:
Constant Field Values

TRANSFORM_CLUSTERLOCATIONASSOCIATION

static final int TRANSFORM_CLUSTERLOCATIONASSOCIATION
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 ClusterLocationAssociation.

See Also:
Constant Field Values
Method Detail

toRemoteLocationAssociationFullVO

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


toRemoteLocationAssociationFullVO

RemoteLocationAssociationFullVO toRemoteLocationAssociationFullVO(LocationAssociation entity)
Converts this DAO's entity to an object of type RemoteLocationAssociationFullVO.


toRemoteLocationAssociationFullVOCollection

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


toRemoteLocationAssociationFullVOArray

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


remoteLocationAssociationFullVOToEntity

void remoteLocationAssociationFullVOToEntity(RemoteLocationAssociationFullVO source,
                                             LocationAssociation target,
                                             boolean copyIfNull)
Copies the fields of RemoteLocationAssociationFullVO 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.

remoteLocationAssociationFullVOToEntity

LocationAssociation remoteLocationAssociationFullVOToEntity(RemoteLocationAssociationFullVO remoteLocationAssociationFullVO)
Converts an instance of type RemoteLocationAssociationFullVO to this DAO's entity.


remoteLocationAssociationFullVOToEntityCollection

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


toRemoteLocationAssociationNaturalId

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


toRemoteLocationAssociationNaturalId

RemoteLocationAssociationNaturalId toRemoteLocationAssociationNaturalId(LocationAssociation entity)
Converts this DAO's entity to an object of type RemoteLocationAssociationNaturalId.


toRemoteLocationAssociationNaturalIdCollection

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


toRemoteLocationAssociationNaturalIdArray

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


remoteLocationAssociationNaturalIdToEntity

void remoteLocationAssociationNaturalIdToEntity(RemoteLocationAssociationNaturalId source,
                                                LocationAssociation target,
                                                boolean copyIfNull)
Copies the fields of RemoteLocationAssociationNaturalId 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.

remoteLocationAssociationNaturalIdToEntity

LocationAssociation remoteLocationAssociationNaturalIdToEntity(RemoteLocationAssociationNaturalId remoteLocationAssociationNaturalId)
Converts an instance of type RemoteLocationAssociationNaturalId to this DAO's entity.


remoteLocationAssociationNaturalIdToEntityCollection

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


toClusterLocationAssociation

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


toClusterLocationAssociation

ClusterLocationAssociation toClusterLocationAssociation(LocationAssociation entity)
Converts this DAO's entity to an object of type ClusterLocationAssociation.


toClusterLocationAssociationCollection

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


toClusterLocationAssociationArray

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


clusterLocationAssociationToEntity

void clusterLocationAssociationToEntity(ClusterLocationAssociation source,
                                        LocationAssociation target,
                                        boolean copyIfNull)
Copies the fields of ClusterLocationAssociation 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.

clusterLocationAssociationToEntity

LocationAssociation clusterLocationAssociationToEntity(ClusterLocationAssociation clusterLocationAssociation)
Converts an instance of type ClusterLocationAssociation to this DAO's entity.


clusterLocationAssociationToEntityCollection

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


load

LocationAssociation load(Location childLocation,
                         Location parentLocation)
Loads an instance of fr.ifremer.allegro.referential.location.LocationAssociation from the persistent store.


load

java.lang.Object load(int transform,
                      Location childLocation,
                      Location parentLocation)

Does the same thing as load(fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.location.Location) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined in this class then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.

Parameters:
childLocation - identifier of the entity to load
parentLocation - 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 LocationAssociation.

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

LocationAssociation create(LocationAssociation locationAssociation)
Creates an instance of fr.ifremer.allegro.referential.location.LocationAssociation and adds it to the persistent store.


create

java.lang.Object create(int transform,
                        LocationAssociation locationAssociation)

Does the same thing as create(fr.ifremer.allegro.referential.location.LocationAssociation) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.


create

java.util.Collection create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.referential.location.LocationAssociation and adds from the passed in entities collection

Parameters:
entities - the collection of fr.ifremer.allegro.referential.location.LocationAssociation instances to create.
Returns:
the created instances.

create

java.util.Collection create(int transform,
                            java.util.Collection entities)

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

LocationAssociation create(java.lang.Float childSurfaceRatio,
                           java.sql.Timestamp updateDate,
                           Location childLocation,
                           Location parentLocation)

Creates a new fr.ifremer.allegro.referential.location.LocationAssociation instance from all attributes and properties and adds it to the persistent store.


create

java.lang.Object create(int transform,
                        java.lang.Float childSurfaceRatio,
                        java.sql.Timestamp updateDate,
                        Location childLocation,
                        Location parentLocation)

Does the same thing as create(java.lang.Float,java.sql.Timestamp,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.location.Location) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.


create

LocationAssociation create(Location childLocation,
                           java.lang.Float childSurfaceRatio,
                           Location parentLocation)

Creates a new fr.ifremer.allegro.referential.location.LocationAssociation instance from only required properties (attributes and association ends) and adds it to the persistent store.


create

java.lang.Object create(int transform,
                        Location childLocation,
                        java.lang.Float childSurfaceRatio,
                        Location parentLocation)

Does the same thing as create(fr.ifremer.allegro.referential.location.Location,java.lang.Float,fr.ifremer.allegro.referential.location.Location) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will 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(LocationAssociation locationAssociation)
Updates the locationAssociation 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(LocationAssociation locationAssociation)
Removes the instance of fr.ifremer.allegro.referential.location.LocationAssociation from the persistent store.


remove

void remove(Location childLocation,
            Location parentLocation)
Removes the instance of fr.ifremer.allegro.referential.location.LocationAssociation having the given identifiers from the persistent store.


remove

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


getAllLocationAssociation

java.util.Collection getAllLocationAssociation()

getAllLocationAssociation

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

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


getAllLocationAssociation

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

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


getAllLocationAssociation

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

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


getAllLocationAssociation

java.util.Collection getAllLocationAssociation(int transform)

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


getAllLocationAssociation

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

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


getAllLocationAssociation

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

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


getAllLocationAssociation

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

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


findLocationAssociationByParentLocation

java.util.Collection findLocationAssociationByParentLocation(Location parentLocation)

findLocationAssociationByParentLocation

java.util.Collection findLocationAssociationByParentLocation(java.lang.String queryString,
                                                             Location parentLocation)

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


findLocationAssociationByParentLocation

java.util.Collection findLocationAssociationByParentLocation(int pageNumber,
                                                             int pageSize,
                                                             Location parentLocation)

Does the same thing as findLocationAssociationByParentLocation(fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findLocationAssociationByParentLocation

java.util.Collection findLocationAssociationByParentLocation(java.lang.String queryString,
                                                             int pageNumber,
                                                             int pageSize,
                                                             Location parentLocation)

Does the same thing as findLocationAssociationByParentLocation(String, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findLocationAssociationByParentLocation

java.util.Collection findLocationAssociationByParentLocation(int transform,
                                                             Location parentLocation)

Does the same thing as findLocationAssociationByParentLocation(fr.ifremer.allegro.referential.location.Location) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


findLocationAssociationByParentLocation

java.util.Collection findLocationAssociationByParentLocation(int transform,
                                                             int pageNumber,
                                                             int pageSize,
                                                             Location parentLocation)

Does the same thing as findLocationAssociationByParentLocation(int, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findLocationAssociationByParentLocation

java.util.Collection findLocationAssociationByParentLocation(int transform,
                                                             java.lang.String queryString,
                                                             Location parentLocation)

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


findLocationAssociationByParentLocation

java.util.Collection findLocationAssociationByParentLocation(int transform,
                                                             java.lang.String queryString,
                                                             int pageNumber,
                                                             int pageSize,
                                                             Location parentLocation)

Does the same thing as findLocationAssociationByParentLocation(int, String, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findLocationAssociationByChildLocation

java.util.Collection findLocationAssociationByChildLocation(Location childLocation)

findLocationAssociationByChildLocation

java.util.Collection findLocationAssociationByChildLocation(java.lang.String queryString,
                                                            Location childLocation)

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


findLocationAssociationByChildLocation

java.util.Collection findLocationAssociationByChildLocation(int pageNumber,
                                                            int pageSize,
                                                            Location childLocation)

Does the same thing as findLocationAssociationByChildLocation(fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findLocationAssociationByChildLocation

java.util.Collection findLocationAssociationByChildLocation(java.lang.String queryString,
                                                            int pageNumber,
                                                            int pageSize,
                                                            Location childLocation)

Does the same thing as findLocationAssociationByChildLocation(String, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findLocationAssociationByChildLocation

java.util.Collection findLocationAssociationByChildLocation(int transform,
                                                            Location childLocation)

Does the same thing as findLocationAssociationByChildLocation(fr.ifremer.allegro.referential.location.Location) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


findLocationAssociationByChildLocation

java.util.Collection findLocationAssociationByChildLocation(int transform,
                                                            int pageNumber,
                                                            int pageSize,
                                                            Location childLocation)

Does the same thing as findLocationAssociationByChildLocation(int, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findLocationAssociationByChildLocation

java.util.Collection findLocationAssociationByChildLocation(int transform,
                                                            java.lang.String queryString,
                                                            Location childLocation)

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


findLocationAssociationByChildLocation

java.util.Collection findLocationAssociationByChildLocation(int transform,
                                                            java.lang.String queryString,
                                                            int pageNumber,
                                                            int pageSize,
                                                            Location childLocation)

Does the same thing as findLocationAssociationByChildLocation(int, String, fr.ifremer.allegro.referential.location.Location) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findLocationAssociationByIdentifiers

LocationAssociation findLocationAssociationByIdentifiers(Location parentLocation,
                                                         Location childLocation)

findLocationAssociationByIdentifiers

LocationAssociation findLocationAssociationByIdentifiers(java.lang.String queryString,
                                                         Location parentLocation,
                                                         Location childLocation)

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


findLocationAssociationByIdentifiers

java.lang.Object findLocationAssociationByIdentifiers(int transform,
                                                      Location parentLocation,
                                                      Location childLocation)

Does the same thing as findLocationAssociationByIdentifiers(fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.referential.location.Location) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


findLocationAssociationByIdentifiers

java.lang.Object findLocationAssociationByIdentifiers(int transform,
                                                      java.lang.String queryString,
                                                      Location parentLocation,
                                                      Location childLocation)

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


findLocationAssociationByNaturalId

LocationAssociation findLocationAssociationByNaturalId(Location parentLocation,
                                                       Location childLocation)

findLocationAssociationByNaturalId

LocationAssociation findLocationAssociationByNaturalId(java.lang.String queryString,
                                                       Location parentLocation,
                                                       Location childLocation)

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


findLocationAssociationByNaturalId

java.lang.Object findLocationAssociationByNaturalId(int transform,
                                                    Location parentLocation,
                                                    Location childLocation)

Does the same thing as findLocationAssociationByNaturalId(fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.referential.location.Location) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


findLocationAssociationByNaturalId

java.lang.Object findLocationAssociationByNaturalId(int transform,
                                                    java.lang.String queryString,
                                                    Location parentLocation,
                                                    Location childLocation)

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


getAllLocationAssociationSinceDateSynchro

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

getAllLocationAssociationSinceDateSynchro

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

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


getAllLocationAssociationSinceDateSynchro

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

Does the same thing as getAllLocationAssociationSinceDateSynchro(java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


getAllLocationAssociationSinceDateSynchro

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

Does the same thing as getAllLocationAssociationSinceDateSynchro(String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


getAllLocationAssociationSinceDateSynchro

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

Does the same thing as getAllLocationAssociationSinceDateSynchro(java.sql.Timestamp) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


getAllLocationAssociationSinceDateSynchro

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

Does the same thing as getAllLocationAssociationSinceDateSynchro(int, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


getAllLocationAssociationSinceDateSynchro

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

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


getAllLocationAssociationSinceDateSynchro

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

Does the same thing as getAllLocationAssociationSinceDateSynchro(int, String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


createFromClusterLocationAssociation

LocationAssociation createFromClusterLocationAssociation(ClusterLocationAssociation clusterLocationAssociation)

getAllClusterLocationAssociationSinceDateSynchro

ClusterLocationAssociation[] getAllClusterLocationAssociationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                              java.lang.Integer userId,
                                                                              java.lang.Integer[] registrationLocationIds,
                                                                              java.lang.Integer pageNumber,
                                                                              java.lang.Integer pageSize)

search

PaginationResult search(int transform,
                        int pageNumber,
                        int pageSize,
                        Search search)
Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize. These flags allow you to limit your data to a specified page number and size.

Parameters:
transform - the transformation flag.
pageNumber - the page number in the data to retrieve
pageSize - the size of the page to retrieve.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search wrapped in a PaginationResult instance.

search

PaginationResult search(int pageNumber,
                        int pageSize,
                        Search search)
Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize. These flags allow you to limit your data to a specified page number and size.

Parameters:
pageNumber - the page number in the data to retrieve
pageSize - the size of the page to retrieve.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search wrapped in a PaginationResult instance.

search

java.util.Set search(int transform,
                     Search search)
Does the same thing as search(fr.ifremer.allegro.Search) but with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Parameters:
transform - the transformation flag.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.

search

java.util.Set search(Search search)
Performs a search using the parameters specified in the given search object.

Parameters:
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.


Copyright © 2008-2010 IFREMER. All Rights Reserved.