fr.ifremer.allegro.referential.location
Class LocationDaoBase

java.lang.Object
  extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
      extended by fr.ifremer.allegro.referential.location.LocationDaoBase
All Implemented Interfaces:
LocationDao
Direct Known Subclasses:
LocationDaoImpl

public abstract class LocationDaoBase
extends org.springframework.orm.hibernate3.support.HibernateDaoSupport
implements LocationDao

Base Spring DAO Class: is able to create, update, remove, load, and find objects of type fr.ifremer.allegro.referential.location.Location.

See Also:
Location

Field Summary
 
Fields inherited from interface fr.ifremer.allegro.referential.location.LocationDao
TRANSFORM_CLUSTERLOCATION, TRANSFORM_NONE, TRANSFORM_REMOTELOCATIONFULLVO, TRANSFORM_REMOTELOCATIONNATURALID
 
Constructor Summary
LocationDaoBase()
           
 
Method Summary
 void clusterLocationToEntity(ClusterLocation source, Location target, boolean copyIfNull)
          Copies the fields of ClusterLocation to the specified entity.
 void clusterLocationToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterLocation to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.referential.location.Location and adds from the passed in entities collection
 java.util.Collection create(int transform, java.util.Collection entities)
           Does the same thing as LocationDao.create(fr.ifremer.allegro.referential.location.Location) with an additional flag called transform.
 java.lang.Object create(int transform, Location location)
           Does the same thing as LocationDao.create(fr.ifremer.allegro.referential.location.Location) with an additional flag called transform.
 java.lang.Object create(int transform, LocationClassification locationClassification, LocationLevel locationLevel, java.lang.String name, Status status)
           Does the same thing as LocationDao.create(fr.ifremer.allegro.referential.location.LocationClassification,fr.ifremer.allegro.referential.location.LocationLevel,java.lang.String,fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.lang.Object create(int transform, java.lang.String label, java.lang.String name, java.sql.Timestamp updateDate, LocationLevel locationLevel, LocationClassification locationClassification, Status status, java.util.Collection locationAreas, java.util.Collection locationLines, java.util.Collection locationPoints)
           Does the same thing as LocationDao.create(java.lang.String,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.location.LocationLevel,fr.ifremer.allegro.referential.location.LocationClassification,fr.ifremer.allegro.referential.Status,java.util.Collection,java.util.Collection,java.util.Collection) with an additional flag called transform.
 Location create(Location location)
          Creates an instance of fr.ifremer.allegro.referential.location.Location and adds it to the persistent store.
 Location create(LocationClassification locationClassification, LocationLevel locationLevel, java.lang.String name, Status status)
           Creates a new fr.ifremer.allegro.referential.location.Location instance from only required properties (attributes and association ends) and adds it to the persistent store.
 Location create(java.lang.String label, java.lang.String name, java.sql.Timestamp updateDate, LocationLevel locationLevel, LocationClassification locationClassification, Status status, java.util.Collection locationAreas, java.util.Collection locationLines, java.util.Collection locationPoints)
           Creates a new fr.ifremer.allegro.referential.location.Location instance from all attributes and properties and adds it to the persistent store.
 Location createFromClusterLocation(ClusterLocation clusterLocation)
           
 Location findLocationById(java.lang.Integer id)
           
 java.lang.Object findLocationById(int transform, java.lang.Integer id)
           Does the same thing as LocationDao.findLocationById(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findLocationById(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as LocationDao.findLocationById(int, java.lang.Integer) with an additional argument called queryString.
 Location findLocationById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as LocationDao.findLocationById(java.lang.Integer) with an additional argument called queryString.
 java.util.Collection findLocationByLocationClassification(int transform, int pageNumber, int pageSize, LocationClassification locationClassification)
           Does the same thing as LocationDao.findLocationByLocationClassification(int, fr.ifremer.allegro.referential.location.LocationClassification) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLocationByLocationClassification(int pageNumber, int pageSize, LocationClassification locationClassification)
           Does the same thing as LocationDao.findLocationByLocationClassification(fr.ifremer.allegro.referential.location.LocationClassification) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLocationByLocationClassification(int transform, LocationClassification locationClassification)
           Does the same thing as LocationDao.findLocationByLocationClassification(fr.ifremer.allegro.referential.location.LocationClassification) with an additional flag called transform.
 java.util.Collection findLocationByLocationClassification(int transform, java.lang.String queryString, int pageNumber, int pageSize, LocationClassification locationClassification)
           Does the same thing as LocationDao.findLocationByLocationClassification(int, String, fr.ifremer.allegro.referential.location.LocationClassification) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLocationByLocationClassification(int transform, java.lang.String queryString, LocationClassification locationClassification)
           Does the same thing as LocationDao.findLocationByLocationClassification(int, fr.ifremer.allegro.referential.location.LocationClassification) with an additional argument called queryString.
 java.util.Collection findLocationByLocationClassification(LocationClassification locationClassification)
           
 java.util.Collection findLocationByLocationClassification(java.lang.String queryString, int pageNumber, int pageSize, LocationClassification locationClassification)
           Does the same thing as LocationDao.findLocationByLocationClassification(String, fr.ifremer.allegro.referential.location.LocationClassification) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLocationByLocationClassification(java.lang.String queryString, LocationClassification locationClassification)
           Does the same thing as LocationDao.findLocationByLocationClassification(fr.ifremer.allegro.referential.location.LocationClassification) with an additional argument called queryString.
 java.util.Collection findLocationByLocationLevel(int transform, int pageNumber, int pageSize, LocationLevel locationLevel)
           Does the same thing as LocationDao.findLocationByLocationLevel(int, fr.ifremer.allegro.referential.location.LocationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLocationByLocationLevel(int pageNumber, int pageSize, LocationLevel locationLevel)
           Does the same thing as LocationDao.findLocationByLocationLevel(fr.ifremer.allegro.referential.location.LocationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLocationByLocationLevel(int transform, LocationLevel locationLevel)
           Does the same thing as LocationDao.findLocationByLocationLevel(fr.ifremer.allegro.referential.location.LocationLevel) with an additional flag called transform.
 java.util.Collection findLocationByLocationLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, LocationLevel locationLevel)
           Does the same thing as LocationDao.findLocationByLocationLevel(int, String, fr.ifremer.allegro.referential.location.LocationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLocationByLocationLevel(int transform, java.lang.String queryString, LocationLevel locationLevel)
           Does the same thing as LocationDao.findLocationByLocationLevel(int, fr.ifremer.allegro.referential.location.LocationLevel) with an additional argument called queryString.
 java.util.Collection findLocationByLocationLevel(LocationLevel locationLevel)
           
 java.util.Collection findLocationByLocationLevel(java.lang.String queryString, int pageNumber, int pageSize, LocationLevel locationLevel)
           Does the same thing as LocationDao.findLocationByLocationLevel(String, fr.ifremer.allegro.referential.location.LocationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLocationByLocationLevel(java.lang.String queryString, LocationLevel locationLevel)
           Does the same thing as LocationDao.findLocationByLocationLevel(fr.ifremer.allegro.referential.location.LocationLevel) with an additional argument called queryString.
 Location findLocationByNaturalId(java.lang.Integer id)
           
 java.lang.Object findLocationByNaturalId(int transform, java.lang.Integer id)
           Does the same thing as LocationDao.findLocationByNaturalId(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findLocationByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as LocationDao.findLocationByNaturalId(int, java.lang.Integer) with an additional argument called queryString.
 Location findLocationByNaturalId(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as LocationDao.findLocationByNaturalId(java.lang.Integer) with an additional argument called queryString.
 java.util.Collection findLocationByStatus(int transform, int pageNumber, int pageSize, Status status)
           Does the same thing as LocationDao.findLocationByStatus(int, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLocationByStatus(int pageNumber, int pageSize, Status status)
           Does the same thing as LocationDao.findLocationByStatus(fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLocationByStatus(int transform, Status status)
           Does the same thing as LocationDao.findLocationByStatus(fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.util.Collection findLocationByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as LocationDao.findLocationByStatus(int, String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLocationByStatus(int transform, java.lang.String queryString, Status status)
           Does the same thing as LocationDao.findLocationByStatus(int, fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection findLocationByStatus(Status status)
           
 java.util.Collection findLocationByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as LocationDao.findLocationByStatus(String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLocationByStatus(java.lang.String queryString, Status status)
           Does the same thing as LocationDao.findLocationByStatus(fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 ClusterLocation[] getAllClusterLocationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 java.util.Collection getAllLocation()
           
 java.util.Collection getAllLocation(int transform)
           Does the same thing as LocationDao.getAllLocation() with an additional flag called transform.
 java.util.Collection getAllLocation(int pageNumber, int pageSize)
           Does the same thing as LocationDao.getAllLocation() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllLocation(int transform, int pageNumber, int pageSize)
           Does the same thing as LocationDao.getAllLocation(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllLocation(int transform, java.lang.String queryString)
           Does the same thing as LocationDao.getAllLocation(int) with an additional argument called queryString.
 java.util.Collection getAllLocation(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as LocationDao.getAllLocation(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllLocation(java.lang.String queryString)
           Does the same thing as LocationDao.getAllLocation() with an additional argument called queryString.
 java.util.Collection getAllLocation(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as LocationDao.getAllLocation(String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllLocationSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as LocationDao.getAllLocationSinceDateSynchro(int, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllLocationSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as LocationDao.getAllLocationSinceDateSynchro(java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllLocationSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as LocationDao.getAllLocationSinceDateSynchro(int, String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllLocationSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as LocationDao.getAllLocationSinceDateSynchro(int, java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllLocationSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
           Does the same thing as LocationDao.getAllLocationSinceDateSynchro(java.sql.Timestamp) with an additional flag called transform.
 java.util.Collection getAllLocationSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as LocationDao.getAllLocationSinceDateSynchro(String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllLocationSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as LocationDao.getAllLocationSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllLocationSinceDateSynchro(java.sql.Timestamp updateDate)
           
protected  LocationAreaDao getLocationAreaDao()
          Gets the reference to locationAreaDao.
protected  LocationClassificationDao getLocationClassificationDao()
          Gets the reference to locationClassificationDao.
protected  LocationLevelDao getLocationLevelDao()
          Gets the reference to locationLevelDao.
protected  LocationLineDao getLocationLineDao()
          Gets the reference to locationLineDao.
protected  LocationPointDao getLocationPointDao()
          Gets the reference to locationPointDao.
protected  java.security.Principal getPrincipal()
          Gets the current principal if one has been set, otherwise returns null.
protected  StatusDao getStatusDao()
          Gets the reference to statusDao.
protected abstract  Location handleCreateFromClusterLocation(ClusterLocation clusterLocation)
          Performs the core logic for createFromClusterLocation(fr.ifremer.allegro.referential.location.generic.cluster.ClusterLocation)
protected abstract  ClusterLocation[] handleGetAllClusterLocationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
          Performs the core logic for getAllClusterLocationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
 Location load(java.lang.Integer id)
          Loads an instance of fr.ifremer.allegro.referential.location.Location from the persistent store.
 java.lang.Object load(int transform, java.lang.Integer id)
           Does the same thing as LocationDao.load(java.lang.Integer) with an additional flag called transform.
 java.util.Collection loadAll()
          Loads all entities of type Location.
 java.util.Collection loadAll(int transform)
           Does the same thing as LocationDao.loadAll() with an additional flag called transform.
 java.util.Collection loadAll(int pageNumber, int pageSize)
           Does the same thing as LocationDao.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 LocationDao.loadAll(int) with an additional two arguments called pageNumber and pageSize.
 void remoteLocationFullVOToEntity(RemoteLocationFullVO source, Location target, boolean copyIfNull)
          Copies the fields of RemoteLocationFullVO to the specified entity.
 void remoteLocationFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteLocationFullVO to this DAO's entity.
 void remoteLocationNaturalIdToEntity(RemoteLocationNaturalId source, Location target, boolean copyIfNull)
          Copies the fields of RemoteLocationNaturalId to the specified entity.
 void remoteLocationNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteLocationNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(java.lang.Integer id)
          Removes the instance of fr.ifremer.allegro.referential.location.Location having the given identifier from the persistent store.
 void remove(Location location)
          Removes the instance of fr.ifremer.allegro.referential.location.Location 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 LocationDao.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.
 void setLocationAreaDao(LocationAreaDao locationAreaDao)
          Sets the reference to locationAreaDao.
 void setLocationClassificationDao(LocationClassificationDao locationClassificationDao)
          Sets the reference to locationClassificationDao.
 void setLocationLevelDao(LocationLevelDao locationLevelDao)
          Sets the reference to locationLevelDao.
 void setLocationLineDao(LocationLineDao locationLineDao)
          Sets the reference to locationLineDao.
 void setLocationPointDao(LocationPointDao locationPointDao)
          Sets the reference to locationPointDao.
 void setStatusDao(StatusDao statusDao)
          Sets the reference to statusDao.
 ClusterLocation toClusterLocation(Location entity)
          Converts this DAO's entity to an object of type ClusterLocation.
 void toClusterLocation(Location source, ClusterLocation target)
          Copies the fields of the specified entity to the target value object.
protected  ClusterLocation toClusterLocation(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterLocation[] toClusterLocationArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterLocation.
 void toClusterLocationCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterLocation.
protected  Location toEntity(java.lang.Object[] row)
           
 RemoteLocationFullVO toRemoteLocationFullVO(Location entity)
          Converts this DAO's entity to an object of type RemoteLocationFullVO.
 void toRemoteLocationFullVO(Location source, RemoteLocationFullVO target)
          Copies the fields of the specified entity to the target value object.
protected  RemoteLocationFullVO toRemoteLocationFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteLocationFullVO[] toRemoteLocationFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteLocationFullVO.
 void toRemoteLocationFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteLocationFullVO.
 RemoteLocationNaturalId toRemoteLocationNaturalId(Location entity)
          Converts this DAO's entity to an object of type RemoteLocationNaturalId.
 void toRemoteLocationNaturalId(Location source, RemoteLocationNaturalId target)
          Copies the fields of the specified entity to the target value object.
protected  RemoteLocationNaturalId toRemoteLocationNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteLocationNaturalId[] toRemoteLocationNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteLocationNaturalId.
 void toRemoteLocationNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteLocationNaturalId.
protected  void transformEntities(int transform, java.util.Collection entities)
          Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.referential.location.Location) method.
protected  java.lang.Object transformEntity(int transform, Location entity)
          Allows transformation of entities into value objects (or something else for that matter), when the transform flag is set to one of the constants defined in fr.ifremer.allegro.referential.location.LocationDao, please note that the LocationDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.
 void update(java.util.Collection entities)
          Updates all instances in the entities collection in the persistent store.
 void update(Location location)
          Updates the location instance in the persistent store.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface fr.ifremer.allegro.referential.location.LocationDao
clusterLocationToEntity, remoteLocationFullVOToEntity, remoteLocationNaturalIdToEntity
 

Constructor Detail

LocationDaoBase

public LocationDaoBase()
Method Detail

setStatusDao

public void setStatusDao(StatusDao statusDao)
Sets the reference to statusDao.


getStatusDao

protected StatusDao getStatusDao()
Gets the reference to statusDao.


setLocationClassificationDao

public void setLocationClassificationDao(LocationClassificationDao locationClassificationDao)
Sets the reference to locationClassificationDao.


getLocationClassificationDao

protected LocationClassificationDao getLocationClassificationDao()
Gets the reference to locationClassificationDao.


setLocationLevelDao

public void setLocationLevelDao(LocationLevelDao locationLevelDao)
Sets the reference to locationLevelDao.


getLocationLevelDao

protected LocationLevelDao getLocationLevelDao()
Gets the reference to locationLevelDao.


setLocationAreaDao

public void setLocationAreaDao(LocationAreaDao locationAreaDao)
Sets the reference to locationAreaDao.


getLocationAreaDao

protected LocationAreaDao getLocationAreaDao()
Gets the reference to locationAreaDao.


setLocationLineDao

public void setLocationLineDao(LocationLineDao locationLineDao)
Sets the reference to locationLineDao.


getLocationLineDao

protected LocationLineDao getLocationLineDao()
Gets the reference to locationLineDao.


setLocationPointDao

public void setLocationPointDao(LocationPointDao locationPointDao)
Sets the reference to locationPointDao.


getLocationPointDao

protected LocationPointDao getLocationPointDao()
Gets the reference to locationPointDao.


load

public java.lang.Object load(int transform,
                             java.lang.Integer id)
Description copied from interface: LocationDao

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

Specified by:
load in interface LocationDao
id - identifier of the entity to load
Returns:
either the entity or the object transformed from the entity.
See Also:
LocationDao.load(int, java.lang.Integer)

load

public Location load(java.lang.Integer id)
Description copied from interface: LocationDao
Loads an instance of fr.ifremer.allegro.referential.location.Location from the persistent store.

Specified by:
load in interface LocationDao
See Also:
LocationDao.load(java.lang.Integer)

loadAll

public java.util.Collection loadAll()
Description copied from interface: LocationDao
Loads all entities of type Location.

Specified by:
loadAll in interface LocationDao
Returns:
the loaded entities.
See Also:
LocationDao.loadAll()

loadAll

public java.util.Collection loadAll(int transform)
Description copied from interface: LocationDao

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

Specified by:
loadAll in interface LocationDao
Parameters:
transform - the flag indicating what transformation to use.
Returns:
the loaded entities.
See Also:
LocationDao.loadAll(int)

loadAll

public java.util.Collection loadAll(int pageNumber,
                                    int pageSize)
Description copied from interface: LocationDao

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

Specified by:
loadAll in interface LocationDao
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.
See Also:
LocationDao.loadAll(int, int)

loadAll

public java.util.Collection loadAll(int transform,
                                    int pageNumber,
                                    int pageSize)
Description copied from interface: LocationDao

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

Specified by:
loadAll in interface LocationDao
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.
See Also:
LocationDao.loadAll(int, int, int)

create

public Location create(Location location)
Description copied from interface: LocationDao
Creates an instance of fr.ifremer.allegro.referential.location.Location and adds it to the persistent store.

Specified by:
create in interface LocationDao
See Also:
LocationDao.create(fr.ifremer.allegro.referential.location.Location)

create

public java.lang.Object create(int transform,
                               Location location)
Description copied from interface: LocationDao

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

Specified by:
create in interface LocationDao
See Also:
LocationDao.create(int transform, fr.ifremer.allegro.referential.location.Location)

create

public java.util.Collection create(java.util.Collection entities)
Description copied from interface: LocationDao
Creates a new instance of fr.ifremer.allegro.referential.location.Location and adds from the passed in entities collection

Specified by:
create in interface LocationDao
Parameters:
entities - the collection of fr.ifremer.allegro.referential.location.Location instances to create.
Returns:
the created instances.
See Also:
LocationDao.create(java.util.Collection)

create

public java.util.Collection create(int transform,
                                   java.util.Collection entities)
Description copied from interface: LocationDao

Does the same thing as LocationDao.create(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 entities (into value objects for example). By default, transformation does not occur.

Specified by:
create in interface LocationDao
See Also:
LocationDao.create(int, java.util.Collection)

create

public Location create(java.lang.String label,
                       java.lang.String name,
                       java.sql.Timestamp updateDate,
                       LocationLevel locationLevel,
                       LocationClassification locationClassification,
                       Status status,
                       java.util.Collection locationAreas,
                       java.util.Collection locationLines,
                       java.util.Collection locationPoints)
Description copied from interface: LocationDao

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

Specified by:
create in interface LocationDao
See Also:
LocationDao.create(java.lang.String,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.location.LocationLevel,fr.ifremer.allegro.referential.location.LocationClassification,fr.ifremer.allegro.referential.Status,java.util.Collection,java.util.Collection,java.util.Collection)

create

public java.lang.Object create(int transform,
                               java.lang.String label,
                               java.lang.String name,
                               java.sql.Timestamp updateDate,
                               LocationLevel locationLevel,
                               LocationClassification locationClassification,
                               Status status,
                               java.util.Collection locationAreas,
                               java.util.Collection locationLines,
                               java.util.Collection locationPoints)
Description copied from interface: LocationDao

Does the same thing as LocationDao.create(java.lang.String,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.location.LocationLevel,fr.ifremer.allegro.referential.location.LocationClassification,fr.ifremer.allegro.referential.Status,java.util.Collection,java.util.Collection,java.util.Collection) 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.

Specified by:
create in interface LocationDao
See Also:
LocationDao.create(int, java.lang.String,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.location.LocationLevel,fr.ifremer.allegro.referential.location.LocationClassification,fr.ifremer.allegro.referential.Status,java.util.Collection,java.util.Collection,java.util.Collection)

create

public Location create(LocationClassification locationClassification,
                       LocationLevel locationLevel,
                       java.lang.String name,
                       Status status)
Description copied from interface: LocationDao

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

Specified by:
create in interface LocationDao
See Also:
LocationDao.create(fr.ifremer.allegro.referential.location.LocationClassification,fr.ifremer.allegro.referential.location.LocationLevel,java.lang.String,fr.ifremer.allegro.referential.Status)

create

public java.lang.Object create(int transform,
                               LocationClassification locationClassification,
                               LocationLevel locationLevel,
                               java.lang.String name,
                               Status status)
Description copied from interface: LocationDao

Does the same thing as LocationDao.create(fr.ifremer.allegro.referential.location.LocationClassification,fr.ifremer.allegro.referential.location.LocationLevel,java.lang.String,fr.ifremer.allegro.referential.Status) 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.

Specified by:
create in interface LocationDao
See Also:
LocationDao.create(int, fr.ifremer.allegro.referential.location.LocationClassification,fr.ifremer.allegro.referential.location.LocationLevel,java.lang.String,fr.ifremer.allegro.referential.Status)

update

public void update(Location location)
Description copied from interface: LocationDao
Updates the location instance in the persistent store.

Specified by:
update in interface LocationDao
See Also:
LocationDao.update(fr.ifremer.allegro.referential.location.Location)

update

public void update(java.util.Collection entities)
Description copied from interface: LocationDao
Updates all instances in the entities collection in the persistent store.

Specified by:
update in interface LocationDao
See Also:
LocationDao.update(java.util.Collection)

remove

public void remove(Location location)
Description copied from interface: LocationDao
Removes the instance of fr.ifremer.allegro.referential.location.Location from the persistent store.

Specified by:
remove in interface LocationDao
See Also:
LocationDao.remove(fr.ifremer.allegro.referential.location.Location)

remove

public void remove(java.lang.Integer id)
Description copied from interface: LocationDao
Removes the instance of fr.ifremer.allegro.referential.location.Location having the given identifier from the persistent store.

Specified by:
remove in interface LocationDao
See Also:
LocationDao.remove(java.lang.Integer)

remove

public void remove(java.util.Collection entities)
Description copied from interface: LocationDao
Removes all entities in the given entities collection.

Specified by:
remove in interface LocationDao
See Also:
LocationDao.remove(java.util.Collection)

getAllLocation

public java.util.Collection getAllLocation()
Specified by:
getAllLocation in interface LocationDao
See Also:
LocationDao.getAllLocation()

getAllLocation

public java.util.Collection getAllLocation(int transform)
Description copied from interface: LocationDao

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

Specified by:
getAllLocation in interface LocationDao
See Also:
LocationDao.getAllLocation(int)

getAllLocation

public java.util.Collection getAllLocation(java.lang.String queryString)
Description copied from interface: LocationDao

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

Specified by:
getAllLocation in interface LocationDao
See Also:
LocationDao.getAllLocation(java.lang.String)

getAllLocation

public java.util.Collection getAllLocation(int pageNumber,
                                           int pageSize)
Description copied from interface: LocationDao

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

Specified by:
getAllLocation in interface LocationDao
See Also:
LocationDao.getAllLocation(int, int)

getAllLocation

public java.util.Collection getAllLocation(java.lang.String queryString,
                                           int pageNumber,
                                           int pageSize)
Description copied from interface: LocationDao

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

Specified by:
getAllLocation in interface LocationDao
See Also:
LocationDao.getAllLocation(String, int, int)

getAllLocation

public java.util.Collection getAllLocation(int transform,
                                           java.lang.String queryString)
Description copied from interface: LocationDao

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

Specified by:
getAllLocation in interface LocationDao
See Also:
LocationDao.getAllLocation(int, String)

getAllLocation

public java.util.Collection getAllLocation(int transform,
                                           int pageNumber,
                                           int pageSize)
Description copied from interface: LocationDao

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

Specified by:
getAllLocation in interface LocationDao
See Also:
LocationDao.getAllLocation(int, int, int)

getAllLocation

public java.util.Collection getAllLocation(int transform,
                                           java.lang.String queryString,
                                           int pageNumber,
                                           int pageSize)
Description copied from interface: LocationDao

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

Specified by:
getAllLocation in interface LocationDao
See Also:
LocationDao.getAllLocation(int, java.lang.String, int, int)

findLocationById

public Location findLocationById(java.lang.Integer id)
Specified by:
findLocationById in interface LocationDao
See Also:
LocationDao.findLocationById(java.lang.Integer)

findLocationById

public java.lang.Object findLocationById(int transform,
                                         java.lang.Integer id)
Description copied from interface: LocationDao

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

Specified by:
findLocationById in interface LocationDao
See Also:
LocationDao.findLocationById(int, java.lang.Integer)

findLocationById

public Location findLocationById(java.lang.String queryString,
                                 java.lang.Integer id)
Description copied from interface: LocationDao

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

Specified by:
findLocationById in interface LocationDao
See Also:
LocationDao.findLocationById(java.lang.String, java.lang.Integer)

findLocationById

public java.lang.Object findLocationById(int transform,
                                         java.lang.String queryString,
                                         java.lang.Integer id)
Description copied from interface: LocationDao

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

Specified by:
findLocationById in interface LocationDao
See Also:
LocationDao.findLocationById(int, java.lang.String, java.lang.Integer)

findLocationByStatus

public java.util.Collection findLocationByStatus(Status status)
Specified by:
findLocationByStatus in interface LocationDao
See Also:
LocationDao.findLocationByStatus(fr.ifremer.allegro.referential.Status)

findLocationByStatus

public java.util.Collection findLocationByStatus(int transform,
                                                 Status status)
Description copied from interface: LocationDao

Does the same thing as LocationDao.findLocationByStatus(fr.ifremer.allegro.referential.Status) 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.

Specified by:
findLocationByStatus in interface LocationDao
See Also:
LocationDao.findLocationByStatus(int, fr.ifremer.allegro.referential.Status)

findLocationByStatus

public java.util.Collection findLocationByStatus(java.lang.String queryString,
                                                 Status status)
Description copied from interface: LocationDao

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

Specified by:
findLocationByStatus in interface LocationDao
See Also:
LocationDao.findLocationByStatus(java.lang.String, fr.ifremer.allegro.referential.Status)

findLocationByStatus

public java.util.Collection findLocationByStatus(int pageNumber,
                                                 int pageSize,
                                                 Status status)
Description copied from interface: LocationDao

Does the same thing as LocationDao.findLocationByStatus(fr.ifremer.allegro.referential.Status) 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.

Specified by:
findLocationByStatus in interface LocationDao
See Also:
LocationDao.findLocationByStatus(int, int, fr.ifremer.allegro.referential.Status)

findLocationByStatus

public java.util.Collection findLocationByStatus(java.lang.String queryString,
                                                 int pageNumber,
                                                 int pageSize,
                                                 Status status)
Description copied from interface: LocationDao

Does the same thing as LocationDao.findLocationByStatus(String, fr.ifremer.allegro.referential.Status) 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.

Specified by:
findLocationByStatus in interface LocationDao
See Also:
LocationDao.findLocationByStatus(String, int, int, fr.ifremer.allegro.referential.Status)

findLocationByStatus

public java.util.Collection findLocationByStatus(int transform,
                                                 java.lang.String queryString,
                                                 Status status)
Description copied from interface: LocationDao

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

Specified by:
findLocationByStatus in interface LocationDao
See Also:
LocationDao.findLocationByStatus(int, String, fr.ifremer.allegro.referential.Status)

findLocationByStatus

public java.util.Collection findLocationByStatus(int transform,
                                                 int pageNumber,
                                                 int pageSize,
                                                 Status status)
Description copied from interface: LocationDao

Does the same thing as LocationDao.findLocationByStatus(int, fr.ifremer.allegro.referential.Status) 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.

Specified by:
findLocationByStatus in interface LocationDao
See Also:
LocationDao.findLocationByStatus(int, int, int, fr.ifremer.allegro.referential.Status)

findLocationByStatus

public java.util.Collection findLocationByStatus(int transform,
                                                 java.lang.String queryString,
                                                 int pageNumber,
                                                 int pageSize,
                                                 Status status)
Description copied from interface: LocationDao

Does the same thing as LocationDao.findLocationByStatus(int, String, fr.ifremer.allegro.referential.Status) 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.

Specified by:
findLocationByStatus in interface LocationDao
See Also:
LocationDao.findLocationByStatus(int, java.lang.String, int, int, fr.ifremer.allegro.referential.Status)

findLocationByLocationClassification

public java.util.Collection findLocationByLocationClassification(LocationClassification locationClassification)
Specified by:
findLocationByLocationClassification in interface LocationDao
See Also:
LocationDao.findLocationByLocationClassification(fr.ifremer.allegro.referential.location.LocationClassification)

findLocationByLocationClassification

public java.util.Collection findLocationByLocationClassification(int transform,
                                                                 LocationClassification locationClassification)
Description copied from interface: LocationDao

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

Specified by:
findLocationByLocationClassification in interface LocationDao
See Also:
LocationDao.findLocationByLocationClassification(int, fr.ifremer.allegro.referential.location.LocationClassification)

findLocationByLocationClassification

public java.util.Collection findLocationByLocationClassification(java.lang.String queryString,
                                                                 LocationClassification locationClassification)
Description copied from interface: LocationDao

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

Specified by:
findLocationByLocationClassification in interface LocationDao
See Also:
LocationDao.findLocationByLocationClassification(java.lang.String, fr.ifremer.allegro.referential.location.LocationClassification)

findLocationByLocationClassification

public java.util.Collection findLocationByLocationClassification(int pageNumber,
                                                                 int pageSize,
                                                                 LocationClassification locationClassification)
Description copied from interface: LocationDao

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

Specified by:
findLocationByLocationClassification in interface LocationDao
See Also:
LocationDao.findLocationByLocationClassification(int, int, fr.ifremer.allegro.referential.location.LocationClassification)

findLocationByLocationClassification

public java.util.Collection findLocationByLocationClassification(java.lang.String queryString,
                                                                 int pageNumber,
                                                                 int pageSize,
                                                                 LocationClassification locationClassification)
Description copied from interface: LocationDao

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

Specified by:
findLocationByLocationClassification in interface LocationDao
See Also:
LocationDao.findLocationByLocationClassification(String, int, int, fr.ifremer.allegro.referential.location.LocationClassification)

findLocationByLocationClassification

public java.util.Collection findLocationByLocationClassification(int transform,
                                                                 java.lang.String queryString,
                                                                 LocationClassification locationClassification)
Description copied from interface: LocationDao

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

Specified by:
findLocationByLocationClassification in interface LocationDao
See Also:
LocationDao.findLocationByLocationClassification(int, String, fr.ifremer.allegro.referential.location.LocationClassification)

findLocationByLocationClassification

public java.util.Collection findLocationByLocationClassification(int transform,
                                                                 int pageNumber,
                                                                 int pageSize,
                                                                 LocationClassification locationClassification)
Description copied from interface: LocationDao

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

Specified by:
findLocationByLocationClassification in interface LocationDao
See Also:
LocationDao.findLocationByLocationClassification(int, int, int, fr.ifremer.allegro.referential.location.LocationClassification)

findLocationByLocationClassification

public java.util.Collection findLocationByLocationClassification(int transform,
                                                                 java.lang.String queryString,
                                                                 int pageNumber,
                                                                 int pageSize,
                                                                 LocationClassification locationClassification)
Description copied from interface: LocationDao

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

Specified by:
findLocationByLocationClassification in interface LocationDao
See Also:
LocationDao.findLocationByLocationClassification(int, java.lang.String, int, int, fr.ifremer.allegro.referential.location.LocationClassification)

findLocationByLocationLevel

public java.util.Collection findLocationByLocationLevel(LocationLevel locationLevel)
Specified by:
findLocationByLocationLevel in interface LocationDao
See Also:
LocationDao.findLocationByLocationLevel(fr.ifremer.allegro.referential.location.LocationLevel)

findLocationByLocationLevel

public java.util.Collection findLocationByLocationLevel(int transform,
                                                        LocationLevel locationLevel)
Description copied from interface: LocationDao

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

Specified by:
findLocationByLocationLevel in interface LocationDao
See Also:
LocationDao.findLocationByLocationLevel(int, fr.ifremer.allegro.referential.location.LocationLevel)

findLocationByLocationLevel

public java.util.Collection findLocationByLocationLevel(java.lang.String queryString,
                                                        LocationLevel locationLevel)
Description copied from interface: LocationDao

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

Specified by:
findLocationByLocationLevel in interface LocationDao
See Also:
LocationDao.findLocationByLocationLevel(java.lang.String, fr.ifremer.allegro.referential.location.LocationLevel)

findLocationByLocationLevel

public java.util.Collection findLocationByLocationLevel(int pageNumber,
                                                        int pageSize,
                                                        LocationLevel locationLevel)
Description copied from interface: LocationDao

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

Specified by:
findLocationByLocationLevel in interface LocationDao
See Also:
LocationDao.findLocationByLocationLevel(int, int, fr.ifremer.allegro.referential.location.LocationLevel)

findLocationByLocationLevel

public java.util.Collection findLocationByLocationLevel(java.lang.String queryString,
                                                        int pageNumber,
                                                        int pageSize,
                                                        LocationLevel locationLevel)
Description copied from interface: LocationDao

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

Specified by:
findLocationByLocationLevel in interface LocationDao
See Also:
LocationDao.findLocationByLocationLevel(String, int, int, fr.ifremer.allegro.referential.location.LocationLevel)

findLocationByLocationLevel

public java.util.Collection findLocationByLocationLevel(int transform,
                                                        java.lang.String queryString,
                                                        LocationLevel locationLevel)
Description copied from interface: LocationDao

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

Specified by:
findLocationByLocationLevel in interface LocationDao
See Also:
LocationDao.findLocationByLocationLevel(int, String, fr.ifremer.allegro.referential.location.LocationLevel)

findLocationByLocationLevel

public java.util.Collection findLocationByLocationLevel(int transform,
                                                        int pageNumber,
                                                        int pageSize,
                                                        LocationLevel locationLevel)
Description copied from interface: LocationDao

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

Specified by:
findLocationByLocationLevel in interface LocationDao
See Also:
LocationDao.findLocationByLocationLevel(int, int, int, fr.ifremer.allegro.referential.location.LocationLevel)

findLocationByLocationLevel

public java.util.Collection findLocationByLocationLevel(int transform,
                                                        java.lang.String queryString,
                                                        int pageNumber,
                                                        int pageSize,
                                                        LocationLevel locationLevel)
Description copied from interface: LocationDao

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

Specified by:
findLocationByLocationLevel in interface LocationDao
See Also:
LocationDao.findLocationByLocationLevel(int, java.lang.String, int, int, fr.ifremer.allegro.referential.location.LocationLevel)

findLocationByNaturalId

public Location findLocationByNaturalId(java.lang.Integer id)
Specified by:
findLocationByNaturalId in interface LocationDao
See Also:
LocationDao.findLocationByNaturalId(java.lang.Integer)

findLocationByNaturalId

public java.lang.Object findLocationByNaturalId(int transform,
                                                java.lang.Integer id)
Description copied from interface: LocationDao

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

Specified by:
findLocationByNaturalId in interface LocationDao
See Also:
LocationDao.findLocationByNaturalId(int, java.lang.Integer)

findLocationByNaturalId

public Location findLocationByNaturalId(java.lang.String queryString,
                                        java.lang.Integer id)
Description copied from interface: LocationDao

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

Specified by:
findLocationByNaturalId in interface LocationDao
See Also:
LocationDao.findLocationByNaturalId(java.lang.String, java.lang.Integer)

findLocationByNaturalId

public java.lang.Object findLocationByNaturalId(int transform,
                                                java.lang.String queryString,
                                                java.lang.Integer id)
Description copied from interface: LocationDao

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

Specified by:
findLocationByNaturalId in interface LocationDao
See Also:
LocationDao.findLocationByNaturalId(int, java.lang.String, java.lang.Integer)

getAllLocationSinceDateSynchro

public java.util.Collection getAllLocationSinceDateSynchro(java.sql.Timestamp updateDate)
Specified by:
getAllLocationSinceDateSynchro in interface LocationDao
See Also:
LocationDao.getAllLocationSinceDateSynchro(java.sql.Timestamp)

getAllLocationSinceDateSynchro

public java.util.Collection getAllLocationSinceDateSynchro(int transform,
                                                           java.sql.Timestamp updateDate)
Description copied from interface: LocationDao

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

Specified by:
getAllLocationSinceDateSynchro in interface LocationDao
See Also:
LocationDao.getAllLocationSinceDateSynchro(int, java.sql.Timestamp)

getAllLocationSinceDateSynchro

public java.util.Collection getAllLocationSinceDateSynchro(java.lang.String queryString,
                                                           java.sql.Timestamp updateDate)
Description copied from interface: LocationDao

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

Specified by:
getAllLocationSinceDateSynchro in interface LocationDao
See Also:
LocationDao.getAllLocationSinceDateSynchro(java.lang.String, java.sql.Timestamp)

getAllLocationSinceDateSynchro

public java.util.Collection getAllLocationSinceDateSynchro(int pageNumber,
                                                           int pageSize,
                                                           java.sql.Timestamp updateDate)
Description copied from interface: LocationDao

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

Specified by:
getAllLocationSinceDateSynchro in interface LocationDao
See Also:
LocationDao.getAllLocationSinceDateSynchro(int, int, java.sql.Timestamp)

getAllLocationSinceDateSynchro

public java.util.Collection getAllLocationSinceDateSynchro(java.lang.String queryString,
                                                           int pageNumber,
                                                           int pageSize,
                                                           java.sql.Timestamp updateDate)
Description copied from interface: LocationDao

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

Specified by:
getAllLocationSinceDateSynchro in interface LocationDao
See Also:
LocationDao.getAllLocationSinceDateSynchro(String, int, int, java.sql.Timestamp)

getAllLocationSinceDateSynchro

public java.util.Collection getAllLocationSinceDateSynchro(int transform,
                                                           java.lang.String queryString,
                                                           java.sql.Timestamp updateDate)
Description copied from interface: LocationDao

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

Specified by:
getAllLocationSinceDateSynchro in interface LocationDao
See Also:
LocationDao.getAllLocationSinceDateSynchro(int, String, java.sql.Timestamp)

getAllLocationSinceDateSynchro

public java.util.Collection getAllLocationSinceDateSynchro(int transform,
                                                           int pageNumber,
                                                           int pageSize,
                                                           java.sql.Timestamp updateDate)
Description copied from interface: LocationDao

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

Specified by:
getAllLocationSinceDateSynchro in interface LocationDao
See Also:
LocationDao.getAllLocationSinceDateSynchro(int, int, int, java.sql.Timestamp)

getAllLocationSinceDateSynchro

public java.util.Collection getAllLocationSinceDateSynchro(int transform,
                                                           java.lang.String queryString,
                                                           int pageNumber,
                                                           int pageSize,
                                                           java.sql.Timestamp updateDate)
Description copied from interface: LocationDao

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

Specified by:
getAllLocationSinceDateSynchro in interface LocationDao
See Also:
LocationDao.getAllLocationSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)

createFromClusterLocation

public Location createFromClusterLocation(ClusterLocation clusterLocation)
Specified by:
createFromClusterLocation in interface LocationDao
See Also:
LocationDao.createFromClusterLocation(fr.ifremer.allegro.referential.location.generic.cluster.ClusterLocation)

handleCreateFromClusterLocation

protected abstract Location handleCreateFromClusterLocation(ClusterLocation clusterLocation)
                                                     throws java.lang.Exception
Performs the core logic for createFromClusterLocation(fr.ifremer.allegro.referential.location.generic.cluster.ClusterLocation)

Throws:
java.lang.Exception

getAllClusterLocationSinceDateSynchro

public ClusterLocation[] getAllClusterLocationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                               java.lang.Integer userId,
                                                               java.lang.Integer[] registrationLocationIds,
                                                               java.lang.Integer pageNumber,
                                                               java.lang.Integer pageSize)
Specified by:
getAllClusterLocationSinceDateSynchro in interface LocationDao
See Also:
LocationDao.getAllClusterLocationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetAllClusterLocationSinceDateSynchro

protected abstract ClusterLocation[] handleGetAllClusterLocationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                                 java.lang.Integer userId,
                                                                                 java.lang.Integer[] registrationLocationIds,
                                                                                 java.lang.Integer pageNumber,
                                                                                 java.lang.Integer pageSize)
                                                                          throws java.lang.Exception
Performs the core logic for getAllClusterLocationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Throws:
java.lang.Exception

transformEntity

protected java.lang.Object transformEntity(int transform,
                                           Location entity)
Allows transformation of entities into value objects (or something else for that matter), when the transform flag is set to one of the constants defined in fr.ifremer.allegro.referential.location.LocationDao, please note that the LocationDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.

This method will return instances of these types:

If the integer argument value is unknown LocationDao.TRANSFORM_NONE is assumed.

Parameters:
transform - one of the constants declared in LocationDao
entity - an entity that was found
Returns:
the transformed entity (i.e. new value object, etc)
See Also:
transformEntities(int,java.util.Collection)

transformEntities

protected void transformEntities(int transform,
                                 java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.referential.location.Location) method. This method does not instantiate a new collection.

This method is to be used internally only.

Parameters:
transform - one of the constants declared in fr.ifremer.allegro.referential.location.LocationDao
entities - the collection of entities to transform
See Also:
transformEntity(int,fr.ifremer.allegro.referential.location.Location)

toEntity

protected Location toEntity(java.lang.Object[] row)

toRemoteLocationFullVOCollection

public final void toRemoteLocationFullVOCollection(java.util.Collection entities)
Description copied from interface: LocationDao
Converts this DAO's entity to a Collection of instances of type RemoteLocationFullVO.

Specified by:
toRemoteLocationFullVOCollection in interface LocationDao
See Also:
LocationDao.toRemoteLocationFullVOCollection(java.util.Collection)

toRemoteLocationFullVOArray

public final RemoteLocationFullVO[] toRemoteLocationFullVOArray(java.util.Collection entities)
Description copied from interface: LocationDao
Converts this DAO's entity to an array of instances of type RemoteLocationFullVO.

Specified by:
toRemoteLocationFullVOArray in interface LocationDao
See Also:
LocationDao.toRemoteLocationFullVOArray(java.util.Collection)

toRemoteLocationFullVO

protected RemoteLocationFullVO toRemoteLocationFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. This implementation exists for convenience reasons only. It needs only be overridden in the LocationDaoImpl class if you intend to use reporting queries.

See Also:
LocationDao.toRemoteLocationFullVO(fr.ifremer.allegro.referential.location.Location)

remoteLocationFullVOToEntityCollection

public final void remoteLocationFullVOToEntityCollection(java.util.Collection instances)
Description copied from interface: LocationDao
Converts a Collection of instances of type RemoteLocationFullVO to this DAO's entity.

Specified by:
remoteLocationFullVOToEntityCollection in interface LocationDao
See Also:
LocationDao.remoteLocationFullVOToEntityCollection(java.util.Collection)

toRemoteLocationFullVO

public void toRemoteLocationFullVO(Location source,
                                   RemoteLocationFullVO target)
Description copied from interface: LocationDao
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteLocationFullVO(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).

Specified by:
toRemoteLocationFullVO in interface LocationDao
See Also:
LocationDao.toRemoteLocationFullVO(fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO)

toRemoteLocationFullVO

public RemoteLocationFullVO toRemoteLocationFullVO(Location entity)
Description copied from interface: LocationDao
Converts this DAO's entity to an object of type RemoteLocationFullVO.

Specified by:
toRemoteLocationFullVO in interface LocationDao
See Also:
LocationDao.toRemoteLocationFullVO(fr.ifremer.allegro.referential.location.Location)

remoteLocationFullVOToEntity

public void remoteLocationFullVOToEntity(RemoteLocationFullVO source,
                                         Location target,
                                         boolean copyIfNull)
Description copied from interface: LocationDao
Copies the fields of RemoteLocationFullVO to the specified entity.

Specified by:
remoteLocationFullVOToEntity in interface LocationDao
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.
See Also:
fr.ifremer.allegro.referential.location.LocationDao#remoteLocationFullVOToEntity(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO, fr.ifremer.allegro.referential.location.Location)

toRemoteLocationNaturalIdCollection

public final void toRemoteLocationNaturalIdCollection(java.util.Collection entities)
Description copied from interface: LocationDao
Converts this DAO's entity to a Collection of instances of type RemoteLocationNaturalId.

Specified by:
toRemoteLocationNaturalIdCollection in interface LocationDao
See Also:
LocationDao.toRemoteLocationNaturalIdCollection(java.util.Collection)

toRemoteLocationNaturalIdArray

public final RemoteLocationNaturalId[] toRemoteLocationNaturalIdArray(java.util.Collection entities)
Description copied from interface: LocationDao
Converts this DAO's entity to an array of instances of type RemoteLocationNaturalId.

Specified by:
toRemoteLocationNaturalIdArray in interface LocationDao
See Also:
LocationDao.toRemoteLocationNaturalIdArray(java.util.Collection)

toRemoteLocationNaturalId

protected RemoteLocationNaturalId toRemoteLocationNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. This implementation exists for convenience reasons only. It needs only be overridden in the LocationDaoImpl class if you intend to use reporting queries.

See Also:
LocationDao.toRemoteLocationNaturalId(fr.ifremer.allegro.referential.location.Location)

remoteLocationNaturalIdToEntityCollection

public final void remoteLocationNaturalIdToEntityCollection(java.util.Collection instances)
Description copied from interface: LocationDao
Converts a Collection of instances of type RemoteLocationNaturalId to this DAO's entity.

Specified by:
remoteLocationNaturalIdToEntityCollection in interface LocationDao
See Also:
LocationDao.remoteLocationNaturalIdToEntityCollection(java.util.Collection)

toRemoteLocationNaturalId

public void toRemoteLocationNaturalId(Location source,
                                      RemoteLocationNaturalId target)
Description copied from interface: LocationDao
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteLocationNaturalId(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).

Specified by:
toRemoteLocationNaturalId in interface LocationDao
See Also:
LocationDao.toRemoteLocationNaturalId(fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationNaturalId)

toRemoteLocationNaturalId

public RemoteLocationNaturalId toRemoteLocationNaturalId(Location entity)
Description copied from interface: LocationDao
Converts this DAO's entity to an object of type RemoteLocationNaturalId.

Specified by:
toRemoteLocationNaturalId in interface LocationDao
See Also:
LocationDao.toRemoteLocationNaturalId(fr.ifremer.allegro.referential.location.Location)

remoteLocationNaturalIdToEntity

public void remoteLocationNaturalIdToEntity(RemoteLocationNaturalId source,
                                            Location target,
                                            boolean copyIfNull)
Description copied from interface: LocationDao
Copies the fields of RemoteLocationNaturalId to the specified entity.

Specified by:
remoteLocationNaturalIdToEntity in interface LocationDao
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.
See Also:
fr.ifremer.allegro.referential.location.LocationDao#remoteLocationNaturalIdToEntity(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationNaturalId, fr.ifremer.allegro.referential.location.Location)

toClusterLocationCollection

public final void toClusterLocationCollection(java.util.Collection entities)
Description copied from interface: LocationDao
Converts this DAO's entity to a Collection of instances of type ClusterLocation.

Specified by:
toClusterLocationCollection in interface LocationDao
See Also:
LocationDao.toClusterLocationCollection(java.util.Collection)

toClusterLocationArray

public final ClusterLocation[] toClusterLocationArray(java.util.Collection entities)
Description copied from interface: LocationDao
Converts this DAO's entity to an array of instances of type ClusterLocation.

Specified by:
toClusterLocationArray in interface LocationDao
See Also:
LocationDao.toClusterLocationArray(java.util.Collection)

toClusterLocation

protected ClusterLocation toClusterLocation(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. This implementation exists for convenience reasons only. It needs only be overridden in the LocationDaoImpl class if you intend to use reporting queries.

See Also:
LocationDao.toClusterLocation(fr.ifremer.allegro.referential.location.Location)

clusterLocationToEntityCollection

public final void clusterLocationToEntityCollection(java.util.Collection instances)
Description copied from interface: LocationDao
Converts a Collection of instances of type ClusterLocation to this DAO's entity.

Specified by:
clusterLocationToEntityCollection in interface LocationDao
See Also:
LocationDao.clusterLocationToEntityCollection(java.util.Collection)

toClusterLocation

public void toClusterLocation(Location source,
                              ClusterLocation target)
Description copied from interface: LocationDao
Copies the fields of the specified entity to the target value object. This method is similar to toClusterLocation(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).

Specified by:
toClusterLocation in interface LocationDao
See Also:
LocationDao.toClusterLocation(fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.referential.location.generic.cluster.ClusterLocation)

toClusterLocation

public ClusterLocation toClusterLocation(Location entity)
Description copied from interface: LocationDao
Converts this DAO's entity to an object of type ClusterLocation.

Specified by:
toClusterLocation in interface LocationDao
See Also:
LocationDao.toClusterLocation(fr.ifremer.allegro.referential.location.Location)

clusterLocationToEntity

public void clusterLocationToEntity(ClusterLocation source,
                                    Location target,
                                    boolean copyIfNull)
Description copied from interface: LocationDao
Copies the fields of ClusterLocation to the specified entity.

Specified by:
clusterLocationToEntity in interface LocationDao
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.
See Also:
fr.ifremer.allegro.referential.location.LocationDao#clusterLocationToEntity(fr.ifremer.allegro.referential.location.generic.cluster.ClusterLocation, fr.ifremer.allegro.referential.location.Location)

getPrincipal

protected java.security.Principal getPrincipal()
Gets the current principal if one has been set, otherwise returns null.

Returns:
the current principal

search

public PaginationResult search(int transform,
                               int pageNumber,
                               int pageSize,
                               Search search)
Description copied from interface: LocationDao
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.

Specified by:
search in interface LocationDao
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.
See Also:
LocationDao.search(int, int, int, fr.ifremer.allegro.Search)

search

public PaginationResult search(int pageNumber,
                               int pageSize,
                               Search search)
Description copied from interface: LocationDao
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.

Specified by:
search in interface LocationDao
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.
See Also:
LocationDao.search(int, int, fr.ifremer.allegro.Search)

search

public java.util.Set search(int transform,
                            Search search)
Description copied from interface: LocationDao
Does the same thing as LocationDao.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.

Specified by:
search in interface LocationDao
Parameters:
transform - the transformation flag.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.
See Also:
LocationDao.search(int, fr.ifremer.allegro.Search)

search

public java.util.Set search(Search search)
Description copied from interface: LocationDao
Performs a search using the parameters specified in the given search object.

Specified by:
search in interface LocationDao
Parameters:
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.
See Also:
LocationDao.search(fr.ifremer.allegro.Search)


Copyright © 2008-2010 IFREMER. All Rights Reserved.