fr.ifremer.allegro.data.vessel.feature.physical
Class GearPhysicalFeaturesOriginDaoBase

java.lang.Object
  extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
      extended by fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOriginDaoBase
All Implemented Interfaces:
GearPhysicalFeaturesOriginDao
Direct Known Subclasses:
GearPhysicalFeaturesOriginDaoImpl

public abstract class GearPhysicalFeaturesOriginDaoBase
extends org.springframework.orm.hibernate3.support.HibernateDaoSupport
implements GearPhysicalFeaturesOriginDao

Base Spring DAO Class: is able to create, update, remove, load, and find objects of type fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin.

See Also:
GearPhysicalFeaturesOrigin

Field Summary
 
Fields inherited from interface fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOriginDao
TRANSFORM_CLUSTERGEARPHYSICALFEATURESORIGIN, TRANSFORM_NONE, TRANSFORM_REMOTEGEARPHYSICALFEATURESORIGINFULLVO, TRANSFORM_REMOTEGEARPHYSICALFEATURESORIGINNATURALID
 
Constructor Summary
GearPhysicalFeaturesOriginDaoBase()
           
 
Method Summary
 void clusterGearPhysicalFeaturesOriginToEntity(ClusterGearPhysicalFeaturesOrigin source, GearPhysicalFeaturesOrigin target, boolean copyIfNull)
          Copies the fields of ClusterGearPhysicalFeaturesOrigin to the specified entity.
 void clusterGearPhysicalFeaturesOriginToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterGearPhysicalFeaturesOrigin to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin and adds from the passed in entities collection
 GearPhysicalFeaturesOrigin create(GearPhysicalFeaturesOrigin gearPhysicalFeaturesOrigin)
          Creates an instance of fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin and adds it to the persistent store.
 GearPhysicalFeaturesOrigin create(GearPhysicalFeatures gearPhysicalFeatures, Program program)
           Creates a new fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin instance from only required properties (attributes and association ends) and adds it to the persistent store.
 GearPhysicalFeaturesOrigin create(GearPhysicalFeatures gearPhysicalFeatures, Program program, AcquisitionLevel acquisitionLevel)
           Creates a new fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin 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 GearPhysicalFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin) with an additional flag called transform.
 java.lang.Object create(int transform, GearPhysicalFeaturesOrigin gearPhysicalFeaturesOrigin)
           Does the same thing as GearPhysicalFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin) with an additional flag called transform.
 java.lang.Object create(int transform, GearPhysicalFeatures gearPhysicalFeatures, Program program)
           Does the same thing as GearPhysicalFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures,fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.lang.Object create(int transform, GearPhysicalFeatures gearPhysicalFeatures, Program program, AcquisitionLevel acquisitionLevel)
           Does the same thing as GearPhysicalFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional flag called transform.
 GearPhysicalFeaturesOrigin createFromClusterGearPhysicalFeaturesOrigin(ClusterGearPhysicalFeaturesOrigin clusterGearPhysicalFeaturesOrigin)
           
 java.util.Collection findGearPhysicalFeaturesOriginByAcquisitionLevel(AcquisitionLevel acquisitionLevel)
           
 java.util.Collection findGearPhysicalFeaturesOriginByAcquisitionLevel(int transform, AcquisitionLevel acquisitionLevel)
           Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional flag called transform.
 java.util.Collection findGearPhysicalFeaturesOriginByAcquisitionLevel(int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
           Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalFeaturesOriginByAcquisitionLevel(int transform, int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
           Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalFeaturesOriginByAcquisitionLevel(int transform, java.lang.String queryString, AcquisitionLevel acquisitionLevel)
           Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional argument called queryString.
 java.util.Collection findGearPhysicalFeaturesOriginByAcquisitionLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
           Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByAcquisitionLevel(int, String, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalFeaturesOriginByAcquisitionLevel(java.lang.String queryString, AcquisitionLevel acquisitionLevel)
           Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional argument called queryString.
 java.util.Collection findGearPhysicalFeaturesOriginByAcquisitionLevel(java.lang.String queryString, int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
           Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByAcquisitionLevel(String, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalFeaturesOriginByGearPhysicalFeatures(GearPhysicalFeatures gearPhysicalFeatures)
           
 java.util.Collection findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int transform, GearPhysicalFeatures gearPhysicalFeatures)
           Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an additional flag called transform.
 java.util.Collection findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
           Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int transform, int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
           Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int transform, java.lang.String queryString, GearPhysicalFeatures gearPhysicalFeatures)
           Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an additional argument called queryString.
 java.util.Collection findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
           Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalFeaturesOriginByGearPhysicalFeatures(java.lang.String queryString, GearPhysicalFeatures gearPhysicalFeatures)
           Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an additional argument called queryString.
 java.util.Collection findGearPhysicalFeaturesOriginByGearPhysicalFeatures(java.lang.String queryString, int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
           Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(String, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an additional two arguments called pageNumber and pageSize.
 GearPhysicalFeaturesOrigin findGearPhysicalFeaturesOriginByIdentifiers(GearPhysicalFeatures gearPhysicalFeatures, Program program)
           
 java.lang.Object findGearPhysicalFeaturesOriginByIdentifiers(int transform, GearPhysicalFeatures gearPhysicalFeatures, Program program)
           Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.lang.Object findGearPhysicalFeaturesOriginByIdentifiers(int transform, java.lang.String queryString, GearPhysicalFeatures gearPhysicalFeatures, Program program)
           Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByIdentifiers(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 GearPhysicalFeaturesOrigin findGearPhysicalFeaturesOriginByIdentifiers(java.lang.String queryString, GearPhysicalFeatures gearPhysicalFeatures, Program program)
           Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 GearPhysicalFeaturesOrigin findGearPhysicalFeaturesOriginByNaturalId(GearPhysicalFeatures gearPhysicalFeatures, Program program)
           
 java.lang.Object findGearPhysicalFeaturesOriginByNaturalId(int transform, GearPhysicalFeatures gearPhysicalFeatures, Program program)
           Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.lang.Object findGearPhysicalFeaturesOriginByNaturalId(int transform, java.lang.String queryString, GearPhysicalFeatures gearPhysicalFeatures, Program program)
           Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByNaturalId(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 GearPhysicalFeaturesOrigin findGearPhysicalFeaturesOriginByNaturalId(java.lang.String queryString, GearPhysicalFeatures gearPhysicalFeatures, Program program)
           Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findGearPhysicalFeaturesOriginByProgram(int transform, int pageNumber, int pageSize, Program program)
           Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalFeaturesOriginByProgram(int pageNumber, int pageSize, Program program)
           Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalFeaturesOriginByProgram(int transform, Program program)
           Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.util.Collection findGearPhysicalFeaturesOriginByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
           Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalFeaturesOriginByProgram(int transform, java.lang.String queryString, Program program)
           Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findGearPhysicalFeaturesOriginByProgram(Program program)
           
 java.util.Collection findGearPhysicalFeaturesOriginByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
           Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalFeaturesOriginByProgram(java.lang.String queryString, Program program)
           Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
protected  AcquisitionLevelDao getAcquisitionLevelDao()
          Gets the reference to acquisitionLevelDao.
 java.util.Collection getAllGearPhysicalFeaturesOrigin()
           
 java.util.Collection getAllGearPhysicalFeaturesOrigin(int transform)
           Does the same thing as GearPhysicalFeaturesOriginDao.getAllGearPhysicalFeaturesOrigin() with an additional flag called transform.
 java.util.Collection getAllGearPhysicalFeaturesOrigin(int pageNumber, int pageSize)
           Does the same thing as GearPhysicalFeaturesOriginDao.getAllGearPhysicalFeaturesOrigin() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllGearPhysicalFeaturesOrigin(int transform, int pageNumber, int pageSize)
           Does the same thing as GearPhysicalFeaturesOriginDao.getAllGearPhysicalFeaturesOrigin(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllGearPhysicalFeaturesOrigin(int transform, java.lang.String queryString)
           Does the same thing as GearPhysicalFeaturesOriginDao.getAllGearPhysicalFeaturesOrigin(int) with an additional argument called queryString.
 java.util.Collection getAllGearPhysicalFeaturesOrigin(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as GearPhysicalFeaturesOriginDao.getAllGearPhysicalFeaturesOrigin(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllGearPhysicalFeaturesOrigin(java.lang.String queryString)
           Does the same thing as GearPhysicalFeaturesOriginDao.getAllGearPhysicalFeaturesOrigin() with an additional argument called queryString.
 java.util.Collection getAllGearPhysicalFeaturesOrigin(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as GearPhysicalFeaturesOriginDao.getAllGearPhysicalFeaturesOrigin(String) with an additional two arguments called pageNumber and pageSize.
protected  GearPhysicalFeaturesDao getGearPhysicalFeaturesDao()
          Gets the reference to gearPhysicalFeaturesDao.
protected  java.security.Principal getPrincipal()
          Gets the current principal if one has been set, otherwise returns null.
protected  ProgramDao getProgramDao()
          Gets the reference to programDao.
protected abstract  GearPhysicalFeaturesOrigin handleCreateFromClusterGearPhysicalFeaturesOrigin(ClusterGearPhysicalFeaturesOrigin clusterGearPhysicalFeaturesOrigin)
          Performs the core logic for createFromClusterGearPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster.ClusterGearPhysicalFeaturesOrigin)
 GearPhysicalFeaturesOrigin load(GearPhysicalFeatures gearPhysicalFeatures, Program program)
          Loads an instance of fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin from the persistent store.
 java.lang.Object load(int transform, GearPhysicalFeatures gearPhysicalFeatures, Program program)
           Does the same thing as GearPhysicalFeaturesOriginDao.load(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures,fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.util.Collection loadAll()
          Loads all entities of type GearPhysicalFeaturesOrigin.
 java.util.Collection loadAll(int transform)
           Does the same thing as GearPhysicalFeaturesOriginDao.loadAll() with an additional flag called transform.
 java.util.Collection loadAll(int pageNumber, int pageSize)
           Does the same thing as GearPhysicalFeaturesOriginDao.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 GearPhysicalFeaturesOriginDao.loadAll(int) with an additional two arguments called pageNumber and pageSize.
 void remoteGearPhysicalFeaturesOriginFullVOToEntity(RemoteGearPhysicalFeaturesOriginFullVO source, GearPhysicalFeaturesOrigin target, boolean copyIfNull)
          Copies the fields of RemoteGearPhysicalFeaturesOriginFullVO to the specified entity.
 void remoteGearPhysicalFeaturesOriginFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteGearPhysicalFeaturesOriginFullVO to this DAO's entity.
 void remoteGearPhysicalFeaturesOriginNaturalIdToEntity(RemoteGearPhysicalFeaturesOriginNaturalId source, GearPhysicalFeaturesOrigin target, boolean copyIfNull)
          Copies the fields of RemoteGearPhysicalFeaturesOriginNaturalId to the specified entity.
 void remoteGearPhysicalFeaturesOriginNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteGearPhysicalFeaturesOriginNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(GearPhysicalFeaturesOrigin gearPhysicalFeaturesOrigin)
          Removes the instance of fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin from the persistent store.
 void remove(GearPhysicalFeatures gearPhysicalFeatures, Program program)
          Removes the instance of fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin 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 GearPhysicalFeaturesOriginDao.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 setAcquisitionLevelDao(AcquisitionLevelDao acquisitionLevelDao)
          Sets the reference to acquisitionLevelDao.
 void setGearPhysicalFeaturesDao(GearPhysicalFeaturesDao gearPhysicalFeaturesDao)
          Sets the reference to gearPhysicalFeaturesDao.
 void setProgramDao(ProgramDao programDao)
          Sets the reference to programDao.
 ClusterGearPhysicalFeaturesOrigin toClusterGearPhysicalFeaturesOrigin(GearPhysicalFeaturesOrigin entity)
          Converts this DAO's entity to an object of type ClusterGearPhysicalFeaturesOrigin.
 void toClusterGearPhysicalFeaturesOrigin(GearPhysicalFeaturesOrigin source, ClusterGearPhysicalFeaturesOrigin target)
          Copies the fields of the specified entity to the target value object.
protected  ClusterGearPhysicalFeaturesOrigin toClusterGearPhysicalFeaturesOrigin(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterGearPhysicalFeaturesOrigin[] toClusterGearPhysicalFeaturesOriginArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterGearPhysicalFeaturesOrigin.
 void toClusterGearPhysicalFeaturesOriginCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterGearPhysicalFeaturesOrigin.
protected  GearPhysicalFeaturesOrigin toEntity(java.lang.Object[] row)
           
 RemoteGearPhysicalFeaturesOriginFullVO toRemoteGearPhysicalFeaturesOriginFullVO(GearPhysicalFeaturesOrigin entity)
          Converts this DAO's entity to an object of type RemoteGearPhysicalFeaturesOriginFullVO.
 void toRemoteGearPhysicalFeaturesOriginFullVO(GearPhysicalFeaturesOrigin source, RemoteGearPhysicalFeaturesOriginFullVO target)
          Copies the fields of the specified entity to the target value object.
protected  RemoteGearPhysicalFeaturesOriginFullVO toRemoteGearPhysicalFeaturesOriginFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteGearPhysicalFeaturesOriginFullVO[] toRemoteGearPhysicalFeaturesOriginFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteGearPhysicalFeaturesOriginFullVO.
 void toRemoteGearPhysicalFeaturesOriginFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteGearPhysicalFeaturesOriginFullVO.
 RemoteGearPhysicalFeaturesOriginNaturalId toRemoteGearPhysicalFeaturesOriginNaturalId(GearPhysicalFeaturesOrigin entity)
          Converts this DAO's entity to an object of type RemoteGearPhysicalFeaturesOriginNaturalId.
 void toRemoteGearPhysicalFeaturesOriginNaturalId(GearPhysicalFeaturesOrigin source, RemoteGearPhysicalFeaturesOriginNaturalId target)
          Copies the fields of the specified entity to the target value object.
protected  RemoteGearPhysicalFeaturesOriginNaturalId toRemoteGearPhysicalFeaturesOriginNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteGearPhysicalFeaturesOriginNaturalId[] toRemoteGearPhysicalFeaturesOriginNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteGearPhysicalFeaturesOriginNaturalId.
 void toRemoteGearPhysicalFeaturesOriginNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteGearPhysicalFeaturesOriginNaturalId.
protected  void transformEntities(int transform, java.util.Collection entities)
          Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin) method.
protected  java.lang.Object transformEntity(int transform, GearPhysicalFeaturesOrigin 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.data.vessel.feature.physical.GearPhysicalFeaturesOriginDao, please note that the GearPhysicalFeaturesOriginDao.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(GearPhysicalFeaturesOrigin gearPhysicalFeaturesOrigin)
          Updates the gearPhysicalFeaturesOrigin 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.data.vessel.feature.physical.GearPhysicalFeaturesOriginDao
clusterGearPhysicalFeaturesOriginToEntity, remoteGearPhysicalFeaturesOriginFullVOToEntity, remoteGearPhysicalFeaturesOriginNaturalIdToEntity
 

Constructor Detail

GearPhysicalFeaturesOriginDaoBase

public GearPhysicalFeaturesOriginDaoBase()
Method Detail

setGearPhysicalFeaturesDao

public void setGearPhysicalFeaturesDao(GearPhysicalFeaturesDao gearPhysicalFeaturesDao)
Sets the reference to gearPhysicalFeaturesDao.


getGearPhysicalFeaturesDao

protected GearPhysicalFeaturesDao getGearPhysicalFeaturesDao()
Gets the reference to gearPhysicalFeaturesDao.


setProgramDao

public void setProgramDao(ProgramDao programDao)
Sets the reference to programDao.


getProgramDao

protected ProgramDao getProgramDao()
Gets the reference to programDao.


setAcquisitionLevelDao

public void setAcquisitionLevelDao(AcquisitionLevelDao acquisitionLevelDao)
Sets the reference to acquisitionLevelDao.


getAcquisitionLevelDao

protected AcquisitionLevelDao getAcquisitionLevelDao()
Gets the reference to acquisitionLevelDao.


load

public java.lang.Object load(int transform,
                             GearPhysicalFeatures gearPhysicalFeatures,
                             Program program)
Description copied from interface: GearPhysicalFeaturesOriginDao

Does the same thing as GearPhysicalFeaturesOriginDao.load(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures,fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will 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 GearPhysicalFeaturesOriginDao
gearPhysicalFeatures - identifier of the entity to load
program - identifier of the entity to load
Returns:
either the entity or the object transformed from the entity.
See Also:
GearPhysicalFeaturesOriginDao.load(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures,fr.ifremer.allegro.administration.programStrategy.Program)

load

public GearPhysicalFeaturesOrigin load(GearPhysicalFeatures gearPhysicalFeatures,
                                       Program program)
Description copied from interface: GearPhysicalFeaturesOriginDao
Loads an instance of fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin from the persistent store.

Specified by:
load in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.load(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures,fr.ifremer.allegro.administration.programStrategy.Program)

loadAll

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

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

loadAll

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

Does the same thing as GearPhysicalFeaturesOriginDao.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 GearPhysicalFeaturesOriginDao
Parameters:
transform - the flag indicating what transformation to use.
Returns:
the loaded entities.
See Also:
GearPhysicalFeaturesOriginDao.loadAll(int)

loadAll

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

Does the same thing as GearPhysicalFeaturesOriginDao.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 GearPhysicalFeaturesOriginDao
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:
GearPhysicalFeaturesOriginDao.loadAll(int, int)

loadAll

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

Does the same thing as GearPhysicalFeaturesOriginDao.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 GearPhysicalFeaturesOriginDao
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:
GearPhysicalFeaturesOriginDao.loadAll(int, int, int)

create

public GearPhysicalFeaturesOrigin create(GearPhysicalFeaturesOrigin gearPhysicalFeaturesOrigin)
Description copied from interface: GearPhysicalFeaturesOriginDao
Creates an instance of fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin and adds it to the persistent store.

Specified by:
create in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin)

create

public java.lang.Object create(int transform,
                               GearPhysicalFeaturesOrigin gearPhysicalFeaturesOrigin)
Description copied from interface: GearPhysicalFeaturesOriginDao

Does the same thing as GearPhysicalFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin) 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 GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.create(int transform, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin)

create

public java.util.Collection create(java.util.Collection entities)
Description copied from interface: GearPhysicalFeaturesOriginDao
Creates a new instance of fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin and adds from the passed in entities collection

Specified by:
create in interface GearPhysicalFeaturesOriginDao
Parameters:
entities - the collection of fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin instances to create.
Returns:
the created instances.
See Also:
GearPhysicalFeaturesOriginDao.create(java.util.Collection)

create

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

Does the same thing as GearPhysicalFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin) 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 GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.create(int, java.util.Collection)

create

public GearPhysicalFeaturesOrigin create(GearPhysicalFeatures gearPhysicalFeatures,
                                         Program program,
                                         AcquisitionLevel acquisitionLevel)
Description copied from interface: GearPhysicalFeaturesOriginDao

Creates a new fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin instance from all attributes and properties and adds it to the persistent store.

Specified by:
create in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)

create

public java.lang.Object create(int transform,
                               GearPhysicalFeatures gearPhysicalFeatures,
                               Program program,
                               AcquisitionLevel acquisitionLevel)
Description copied from interface: GearPhysicalFeaturesOriginDao

Does the same thing as GearPhysicalFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) 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 GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.create(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)

create

public GearPhysicalFeaturesOrigin create(GearPhysicalFeatures gearPhysicalFeatures,
                                         Program program)
Description copied from interface: GearPhysicalFeaturesOriginDao

Creates a new fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin instance from only required properties (attributes and association ends) and adds it to the persistent store.

Specified by:
create in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures,fr.ifremer.allegro.administration.programStrategy.Program)

create

public java.lang.Object create(int transform,
                               GearPhysicalFeatures gearPhysicalFeatures,
                               Program program)
Description copied from interface: GearPhysicalFeaturesOriginDao

Does the same thing as GearPhysicalFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures,fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOTWILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.

Specified by:
create in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.create(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures,fr.ifremer.allegro.administration.programStrategy.Program)

update

public void update(GearPhysicalFeaturesOrigin gearPhysicalFeaturesOrigin)
Description copied from interface: GearPhysicalFeaturesOriginDao
Updates the gearPhysicalFeaturesOrigin instance in the persistent store.

Specified by:
update in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.update(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin)

update

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

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

remove

public void remove(GearPhysicalFeaturesOrigin gearPhysicalFeaturesOrigin)
Description copied from interface: GearPhysicalFeaturesOriginDao
Removes the instance of fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin from the persistent store.

Specified by:
remove in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.remove(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin)

remove

public void remove(GearPhysicalFeatures gearPhysicalFeatures,
                   Program program)
Description copied from interface: GearPhysicalFeaturesOriginDao
Removes the instance of fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin having the given identifiers from the persistent store.

Specified by:
remove in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.remove(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures,fr.ifremer.allegro.administration.programStrategy.Program)

remove

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

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

getAllGearPhysicalFeaturesOrigin

public java.util.Collection getAllGearPhysicalFeaturesOrigin()
Specified by:
getAllGearPhysicalFeaturesOrigin in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.getAllGearPhysicalFeaturesOrigin()

getAllGearPhysicalFeaturesOrigin

public java.util.Collection getAllGearPhysicalFeaturesOrigin(int transform)
Description copied from interface: GearPhysicalFeaturesOriginDao

Does the same thing as GearPhysicalFeaturesOriginDao.getAllGearPhysicalFeaturesOrigin() 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:
getAllGearPhysicalFeaturesOrigin in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.getAllGearPhysicalFeaturesOrigin(int)

getAllGearPhysicalFeaturesOrigin

public java.util.Collection getAllGearPhysicalFeaturesOrigin(java.lang.String queryString)
Description copied from interface: GearPhysicalFeaturesOriginDao

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

Specified by:
getAllGearPhysicalFeaturesOrigin in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.getAllGearPhysicalFeaturesOrigin(java.lang.String)

getAllGearPhysicalFeaturesOrigin

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

Does the same thing as GearPhysicalFeaturesOriginDao.getAllGearPhysicalFeaturesOrigin() 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:
getAllGearPhysicalFeaturesOrigin in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.getAllGearPhysicalFeaturesOrigin(int, int)

getAllGearPhysicalFeaturesOrigin

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

Does the same thing as GearPhysicalFeaturesOriginDao.getAllGearPhysicalFeaturesOrigin(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:
getAllGearPhysicalFeaturesOrigin in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.getAllGearPhysicalFeaturesOrigin(String, int, int)

getAllGearPhysicalFeaturesOrigin

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

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

Specified by:
getAllGearPhysicalFeaturesOrigin in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.getAllGearPhysicalFeaturesOrigin(int, String)

getAllGearPhysicalFeaturesOrigin

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

Does the same thing as GearPhysicalFeaturesOriginDao.getAllGearPhysicalFeaturesOrigin(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:
getAllGearPhysicalFeaturesOrigin in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.getAllGearPhysicalFeaturesOrigin(int, int, int)

getAllGearPhysicalFeaturesOrigin

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

Does the same thing as GearPhysicalFeaturesOriginDao.getAllGearPhysicalFeaturesOrigin(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:
getAllGearPhysicalFeaturesOrigin in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.getAllGearPhysicalFeaturesOrigin(int, java.lang.String, int, int)

findGearPhysicalFeaturesOriginByGearPhysicalFeatures

public java.util.Collection findGearPhysicalFeaturesOriginByGearPhysicalFeatures(GearPhysicalFeatures gearPhysicalFeatures)
Specified by:
findGearPhysicalFeaturesOriginByGearPhysicalFeatures in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)

findGearPhysicalFeaturesOriginByGearPhysicalFeatures

public java.util.Collection findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int transform,
                                                                                 GearPhysicalFeatures gearPhysicalFeatures)
Description copied from interface: GearPhysicalFeaturesOriginDao

Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) 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:
findGearPhysicalFeaturesOriginByGearPhysicalFeatures in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)

findGearPhysicalFeaturesOriginByGearPhysicalFeatures

public java.util.Collection findGearPhysicalFeaturesOriginByGearPhysicalFeatures(java.lang.String queryString,
                                                                                 GearPhysicalFeatures gearPhysicalFeatures)
Description copied from interface: GearPhysicalFeaturesOriginDao

Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an additional argument called queryString. This queryString argument allows you to override the query string defined in GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures).

Specified by:
findGearPhysicalFeaturesOriginByGearPhysicalFeatures in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(java.lang.String, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)

findGearPhysicalFeaturesOriginByGearPhysicalFeatures

public java.util.Collection findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int pageNumber,
                                                                                 int pageSize,
                                                                                 GearPhysicalFeatures gearPhysicalFeatures)
Description copied from interface: GearPhysicalFeaturesOriginDao

Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) 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:
findGearPhysicalFeaturesOriginByGearPhysicalFeatures in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int, int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)

findGearPhysicalFeaturesOriginByGearPhysicalFeatures

public java.util.Collection findGearPhysicalFeaturesOriginByGearPhysicalFeatures(java.lang.String queryString,
                                                                                 int pageNumber,
                                                                                 int pageSize,
                                                                                 GearPhysicalFeatures gearPhysicalFeatures)
Description copied from interface: GearPhysicalFeaturesOriginDao

Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(String, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) 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:
findGearPhysicalFeaturesOriginByGearPhysicalFeatures in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(String, int, int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)

findGearPhysicalFeaturesOriginByGearPhysicalFeatures

public java.util.Collection findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int transform,
                                                                                 java.lang.String queryString,
                                                                                 GearPhysicalFeatures gearPhysicalFeatures)
Description copied from interface: GearPhysicalFeaturesOriginDao

Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an additional argument called queryString. This queryString argument allows you to override the query string defined in GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures gearPhysicalFeatures).

Specified by:
findGearPhysicalFeaturesOriginByGearPhysicalFeatures in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)

findGearPhysicalFeaturesOriginByGearPhysicalFeatures

public java.util.Collection findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int transform,
                                                                                 int pageNumber,
                                                                                 int pageSize,
                                                                                 GearPhysicalFeatures gearPhysicalFeatures)
Description copied from interface: GearPhysicalFeaturesOriginDao

Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) 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:
findGearPhysicalFeaturesOriginByGearPhysicalFeatures in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int, int, int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)

findGearPhysicalFeaturesOriginByGearPhysicalFeatures

public java.util.Collection findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int transform,
                                                                                 java.lang.String queryString,
                                                                                 int pageNumber,
                                                                                 int pageSize,
                                                                                 GearPhysicalFeatures gearPhysicalFeatures)
Description copied from interface: GearPhysicalFeaturesOriginDao

Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) 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:
findGearPhysicalFeaturesOriginByGearPhysicalFeatures in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int, java.lang.String, int, int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)

findGearPhysicalFeaturesOriginByProgram

public java.util.Collection findGearPhysicalFeaturesOriginByProgram(Program program)
Specified by:
findGearPhysicalFeaturesOriginByProgram in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program)

findGearPhysicalFeaturesOriginByProgram

public java.util.Collection findGearPhysicalFeaturesOriginByProgram(int transform,
                                                                    Program program)
Description copied from interface: GearPhysicalFeaturesOriginDao

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

Specified by:
findGearPhysicalFeaturesOriginByProgram in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)

findGearPhysicalFeaturesOriginByProgram

public java.util.Collection findGearPhysicalFeaturesOriginByProgram(java.lang.String queryString,
                                                                    Program program)
Description copied from interface: GearPhysicalFeaturesOriginDao

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

Specified by:
findGearPhysicalFeaturesOriginByProgram in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByProgram(java.lang.String, fr.ifremer.allegro.administration.programStrategy.Program)

findGearPhysicalFeaturesOriginByProgram

public java.util.Collection findGearPhysicalFeaturesOriginByProgram(int pageNumber,
                                                                    int pageSize,
                                                                    Program program)
Description copied from interface: GearPhysicalFeaturesOriginDao

Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findGearPhysicalFeaturesOriginByProgram in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByProgram(int, int, fr.ifremer.allegro.administration.programStrategy.Program)

findGearPhysicalFeaturesOriginByProgram

public java.util.Collection findGearPhysicalFeaturesOriginByProgram(java.lang.String queryString,
                                                                    int pageNumber,
                                                                    int pageSize,
                                                                    Program program)
Description copied from interface: GearPhysicalFeaturesOriginDao

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

Specified by:
findGearPhysicalFeaturesOriginByProgram in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByProgram(String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)

findGearPhysicalFeaturesOriginByProgram

public java.util.Collection findGearPhysicalFeaturesOriginByProgram(int transform,
                                                                    java.lang.String queryString,
                                                                    Program program)
Description copied from interface: GearPhysicalFeaturesOriginDao

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

Specified by:
findGearPhysicalFeaturesOriginByProgram in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program)

findGearPhysicalFeaturesOriginByProgram

public java.util.Collection findGearPhysicalFeaturesOriginByProgram(int transform,
                                                                    int pageNumber,
                                                                    int pageSize,
                                                                    Program program)
Description copied from interface: GearPhysicalFeaturesOriginDao

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

Specified by:
findGearPhysicalFeaturesOriginByProgram in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByProgram(int, int, int, fr.ifremer.allegro.administration.programStrategy.Program)

findGearPhysicalFeaturesOriginByProgram

public java.util.Collection findGearPhysicalFeaturesOriginByProgram(int transform,
                                                                    java.lang.String queryString,
                                                                    int pageNumber,
                                                                    int pageSize,
                                                                    Program program)
Description copied from interface: GearPhysicalFeaturesOriginDao

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

Specified by:
findGearPhysicalFeaturesOriginByProgram in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByProgram(int, java.lang.String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)

findGearPhysicalFeaturesOriginByAcquisitionLevel

public java.util.Collection findGearPhysicalFeaturesOriginByAcquisitionLevel(AcquisitionLevel acquisitionLevel)
Specified by:
findGearPhysicalFeaturesOriginByAcquisitionLevel in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)

findGearPhysicalFeaturesOriginByAcquisitionLevel

public java.util.Collection findGearPhysicalFeaturesOriginByAcquisitionLevel(int transform,
                                                                             AcquisitionLevel acquisitionLevel)
Description copied from interface: GearPhysicalFeaturesOriginDao

Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) 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:
findGearPhysicalFeaturesOriginByAcquisitionLevel in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)

findGearPhysicalFeaturesOriginByAcquisitionLevel

public java.util.Collection findGearPhysicalFeaturesOriginByAcquisitionLevel(java.lang.String queryString,
                                                                             AcquisitionLevel acquisitionLevel)
Description copied from interface: GearPhysicalFeaturesOriginDao

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

Specified by:
findGearPhysicalFeaturesOriginByAcquisitionLevel in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByAcquisitionLevel(java.lang.String, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)

findGearPhysicalFeaturesOriginByAcquisitionLevel

public java.util.Collection findGearPhysicalFeaturesOriginByAcquisitionLevel(int pageNumber,
                                                                             int pageSize,
                                                                             AcquisitionLevel acquisitionLevel)
Description copied from interface: GearPhysicalFeaturesOriginDao

Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) 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:
findGearPhysicalFeaturesOriginByAcquisitionLevel in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByAcquisitionLevel(int, int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)

findGearPhysicalFeaturesOriginByAcquisitionLevel

public java.util.Collection findGearPhysicalFeaturesOriginByAcquisitionLevel(java.lang.String queryString,
                                                                             int pageNumber,
                                                                             int pageSize,
                                                                             AcquisitionLevel acquisitionLevel)
Description copied from interface: GearPhysicalFeaturesOriginDao

Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByAcquisitionLevel(String, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) 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:
findGearPhysicalFeaturesOriginByAcquisitionLevel in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByAcquisitionLevel(String, int, int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)

findGearPhysicalFeaturesOriginByAcquisitionLevel

public java.util.Collection findGearPhysicalFeaturesOriginByAcquisitionLevel(int transform,
                                                                             java.lang.String queryString,
                                                                             AcquisitionLevel acquisitionLevel)
Description copied from interface: GearPhysicalFeaturesOriginDao

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

Specified by:
findGearPhysicalFeaturesOriginByAcquisitionLevel in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByAcquisitionLevel(int, String, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)

findGearPhysicalFeaturesOriginByAcquisitionLevel

public java.util.Collection findGearPhysicalFeaturesOriginByAcquisitionLevel(int transform,
                                                                             int pageNumber,
                                                                             int pageSize,
                                                                             AcquisitionLevel acquisitionLevel)
Description copied from interface: GearPhysicalFeaturesOriginDao

Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) 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:
findGearPhysicalFeaturesOriginByAcquisitionLevel in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByAcquisitionLevel(int, int, int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)

findGearPhysicalFeaturesOriginByAcquisitionLevel

public java.util.Collection findGearPhysicalFeaturesOriginByAcquisitionLevel(int transform,
                                                                             java.lang.String queryString,
                                                                             int pageNumber,
                                                                             int pageSize,
                                                                             AcquisitionLevel acquisitionLevel)
Description copied from interface: GearPhysicalFeaturesOriginDao

Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByAcquisitionLevel(int, String, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) 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:
findGearPhysicalFeaturesOriginByAcquisitionLevel in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByAcquisitionLevel(int, java.lang.String, int, int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)

findGearPhysicalFeaturesOriginByIdentifiers

public GearPhysicalFeaturesOrigin findGearPhysicalFeaturesOriginByIdentifiers(GearPhysicalFeatures gearPhysicalFeatures,
                                                                              Program program)
Specified by:
findGearPhysicalFeaturesOriginByIdentifiers in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program)

findGearPhysicalFeaturesOriginByIdentifiers

public java.lang.Object findGearPhysicalFeaturesOriginByIdentifiers(int transform,
                                                                    GearPhysicalFeatures gearPhysicalFeatures,
                                                                    Program program)
Description copied from interface: GearPhysicalFeaturesOriginDao

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

Specified by:
findGearPhysicalFeaturesOriginByIdentifiers in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByIdentifiers(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program)

findGearPhysicalFeaturesOriginByIdentifiers

public GearPhysicalFeaturesOrigin findGearPhysicalFeaturesOriginByIdentifiers(java.lang.String queryString,
                                                                              GearPhysicalFeatures gearPhysicalFeatures,
                                                                              Program program)
Description copied from interface: GearPhysicalFeaturesOriginDao

Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString. This queryString argument allows you to override the query string defined in GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program).

Specified by:
findGearPhysicalFeaturesOriginByIdentifiers in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByIdentifiers(java.lang.String, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program)

findGearPhysicalFeaturesOriginByIdentifiers

public java.lang.Object findGearPhysicalFeaturesOriginByIdentifiers(int transform,
                                                                    java.lang.String queryString,
                                                                    GearPhysicalFeatures gearPhysicalFeatures,
                                                                    Program program)
Description copied from interface: GearPhysicalFeaturesOriginDao

Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByIdentifiers(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString. This queryString argument allows you to override the query string defined in GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByIdentifiers(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures gearPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program program).

Specified by:
findGearPhysicalFeaturesOriginByIdentifiers in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByIdentifiers(int, java.lang.String, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program)

findGearPhysicalFeaturesOriginByNaturalId

public GearPhysicalFeaturesOrigin findGearPhysicalFeaturesOriginByNaturalId(GearPhysicalFeatures gearPhysicalFeatures,
                                                                            Program program)
Specified by:
findGearPhysicalFeaturesOriginByNaturalId in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program)

findGearPhysicalFeaturesOriginByNaturalId

public java.lang.Object findGearPhysicalFeaturesOriginByNaturalId(int transform,
                                                                  GearPhysicalFeatures gearPhysicalFeatures,
                                                                  Program program)
Description copied from interface: GearPhysicalFeaturesOriginDao

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

Specified by:
findGearPhysicalFeaturesOriginByNaturalId in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByNaturalId(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program)

findGearPhysicalFeaturesOriginByNaturalId

public GearPhysicalFeaturesOrigin findGearPhysicalFeaturesOriginByNaturalId(java.lang.String queryString,
                                                                            GearPhysicalFeatures gearPhysicalFeatures,
                                                                            Program program)
Description copied from interface: GearPhysicalFeaturesOriginDao

Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString. This queryString argument allows you to override the query string defined in GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program).

Specified by:
findGearPhysicalFeaturesOriginByNaturalId in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByNaturalId(java.lang.String, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program)

findGearPhysicalFeaturesOriginByNaturalId

public java.lang.Object findGearPhysicalFeaturesOriginByNaturalId(int transform,
                                                                  java.lang.String queryString,
                                                                  GearPhysicalFeatures gearPhysicalFeatures,
                                                                  Program program)
Description copied from interface: GearPhysicalFeaturesOriginDao

Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByNaturalId(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString. This queryString argument allows you to override the query string defined in GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByNaturalId(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures gearPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program program).

Specified by:
findGearPhysicalFeaturesOriginByNaturalId in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByNaturalId(int, java.lang.String, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program)

createFromClusterGearPhysicalFeaturesOrigin

public GearPhysicalFeaturesOrigin createFromClusterGearPhysicalFeaturesOrigin(ClusterGearPhysicalFeaturesOrigin clusterGearPhysicalFeaturesOrigin)
Specified by:
createFromClusterGearPhysicalFeaturesOrigin in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.createFromClusterGearPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster.ClusterGearPhysicalFeaturesOrigin)

handleCreateFromClusterGearPhysicalFeaturesOrigin

protected abstract GearPhysicalFeaturesOrigin handleCreateFromClusterGearPhysicalFeaturesOrigin(ClusterGearPhysicalFeaturesOrigin clusterGearPhysicalFeaturesOrigin)
                                                                                         throws java.lang.Exception
Performs the core logic for createFromClusterGearPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster.ClusterGearPhysicalFeaturesOrigin)

Throws:
java.lang.Exception

transformEntity

protected java.lang.Object transformEntity(int transform,
                                           GearPhysicalFeaturesOrigin 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.data.vessel.feature.physical.GearPhysicalFeaturesOriginDao, please note that the GearPhysicalFeaturesOriginDao.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 GearPhysicalFeaturesOriginDao.TRANSFORM_NONE is assumed.

Parameters:
transform - one of the constants declared in GearPhysicalFeaturesOriginDao
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.data.vessel.feature.physical.GearPhysicalFeaturesOrigin) 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.data.vessel.feature.physical.GearPhysicalFeaturesOriginDao
entities - the collection of entities to transform
See Also:
transformEntity(int,fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin)

toEntity

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

toRemoteGearPhysicalFeaturesOriginFullVOCollection

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

Specified by:
toRemoteGearPhysicalFeaturesOriginFullVOCollection in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.toRemoteGearPhysicalFeaturesOriginFullVOCollection(java.util.Collection)

toRemoteGearPhysicalFeaturesOriginFullVOArray

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

Specified by:
toRemoteGearPhysicalFeaturesOriginFullVOArray in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.toRemoteGearPhysicalFeaturesOriginFullVOArray(java.util.Collection)

toRemoteGearPhysicalFeaturesOriginFullVO

protected RemoteGearPhysicalFeaturesOriginFullVO toRemoteGearPhysicalFeaturesOriginFullVO(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 GearPhysicalFeaturesOriginDaoImpl class if you intend to use reporting queries.

See Also:
GearPhysicalFeaturesOriginDao.toRemoteGearPhysicalFeaturesOriginFullVO(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin)

remoteGearPhysicalFeaturesOriginFullVOToEntityCollection

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

Specified by:
remoteGearPhysicalFeaturesOriginFullVOToEntityCollection in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.remoteGearPhysicalFeaturesOriginFullVOToEntityCollection(java.util.Collection)

toRemoteGearPhysicalFeaturesOriginFullVO

public void toRemoteGearPhysicalFeaturesOriginFullVO(GearPhysicalFeaturesOrigin source,
                                                     RemoteGearPhysicalFeaturesOriginFullVO target)
Description copied from interface: GearPhysicalFeaturesOriginDao
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteGearPhysicalFeaturesOriginFullVO(), 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:
toRemoteGearPhysicalFeaturesOriginFullVO in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.toRemoteGearPhysicalFeaturesOriginFullVO(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginFullVO)

toRemoteGearPhysicalFeaturesOriginFullVO

public RemoteGearPhysicalFeaturesOriginFullVO toRemoteGearPhysicalFeaturesOriginFullVO(GearPhysicalFeaturesOrigin entity)
Description copied from interface: GearPhysicalFeaturesOriginDao
Converts this DAO's entity to an object of type RemoteGearPhysicalFeaturesOriginFullVO.

Specified by:
toRemoteGearPhysicalFeaturesOriginFullVO in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.toRemoteGearPhysicalFeaturesOriginFullVO(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin)

remoteGearPhysicalFeaturesOriginFullVOToEntity

public void remoteGearPhysicalFeaturesOriginFullVOToEntity(RemoteGearPhysicalFeaturesOriginFullVO source,
                                                           GearPhysicalFeaturesOrigin target,
                                                           boolean copyIfNull)
Description copied from interface: GearPhysicalFeaturesOriginDao
Copies the fields of RemoteGearPhysicalFeaturesOriginFullVO to the specified entity.

Specified by:
remoteGearPhysicalFeaturesOriginFullVOToEntity in interface GearPhysicalFeaturesOriginDao
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.data.vessel.feature.physical.GearPhysicalFeaturesOriginDao#remoteGearPhysicalFeaturesOriginFullVOToEntity(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginFullVO, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin)

toRemoteGearPhysicalFeaturesOriginNaturalIdCollection

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

Specified by:
toRemoteGearPhysicalFeaturesOriginNaturalIdCollection in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.toRemoteGearPhysicalFeaturesOriginNaturalIdCollection(java.util.Collection)

toRemoteGearPhysicalFeaturesOriginNaturalIdArray

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

Specified by:
toRemoteGearPhysicalFeaturesOriginNaturalIdArray in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.toRemoteGearPhysicalFeaturesOriginNaturalIdArray(java.util.Collection)

toRemoteGearPhysicalFeaturesOriginNaturalId

protected RemoteGearPhysicalFeaturesOriginNaturalId toRemoteGearPhysicalFeaturesOriginNaturalId(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 GearPhysicalFeaturesOriginDaoImpl class if you intend to use reporting queries.

See Also:
GearPhysicalFeaturesOriginDao.toRemoteGearPhysicalFeaturesOriginNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin)

remoteGearPhysicalFeaturesOriginNaturalIdToEntityCollection

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

Specified by:
remoteGearPhysicalFeaturesOriginNaturalIdToEntityCollection in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.remoteGearPhysicalFeaturesOriginNaturalIdToEntityCollection(java.util.Collection)

toRemoteGearPhysicalFeaturesOriginNaturalId

public void toRemoteGearPhysicalFeaturesOriginNaturalId(GearPhysicalFeaturesOrigin source,
                                                        RemoteGearPhysicalFeaturesOriginNaturalId target)
Description copied from interface: GearPhysicalFeaturesOriginDao
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteGearPhysicalFeaturesOriginNaturalId(), 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:
toRemoteGearPhysicalFeaturesOriginNaturalId in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.toRemoteGearPhysicalFeaturesOriginNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginNaturalId)

toRemoteGearPhysicalFeaturesOriginNaturalId

public RemoteGearPhysicalFeaturesOriginNaturalId toRemoteGearPhysicalFeaturesOriginNaturalId(GearPhysicalFeaturesOrigin entity)
Description copied from interface: GearPhysicalFeaturesOriginDao
Converts this DAO's entity to an object of type RemoteGearPhysicalFeaturesOriginNaturalId.

Specified by:
toRemoteGearPhysicalFeaturesOriginNaturalId in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.toRemoteGearPhysicalFeaturesOriginNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin)

remoteGearPhysicalFeaturesOriginNaturalIdToEntity

public void remoteGearPhysicalFeaturesOriginNaturalIdToEntity(RemoteGearPhysicalFeaturesOriginNaturalId source,
                                                              GearPhysicalFeaturesOrigin target,
                                                              boolean copyIfNull)
Description copied from interface: GearPhysicalFeaturesOriginDao
Copies the fields of RemoteGearPhysicalFeaturesOriginNaturalId to the specified entity.

Specified by:
remoteGearPhysicalFeaturesOriginNaturalIdToEntity in interface GearPhysicalFeaturesOriginDao
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.data.vessel.feature.physical.GearPhysicalFeaturesOriginDao#remoteGearPhysicalFeaturesOriginNaturalIdToEntity(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginNaturalId, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin)

toClusterGearPhysicalFeaturesOriginCollection

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

Specified by:
toClusterGearPhysicalFeaturesOriginCollection in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.toClusterGearPhysicalFeaturesOriginCollection(java.util.Collection)

toClusterGearPhysicalFeaturesOriginArray

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

Specified by:
toClusterGearPhysicalFeaturesOriginArray in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.toClusterGearPhysicalFeaturesOriginArray(java.util.Collection)

toClusterGearPhysicalFeaturesOrigin

protected ClusterGearPhysicalFeaturesOrigin toClusterGearPhysicalFeaturesOrigin(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 GearPhysicalFeaturesOriginDaoImpl class if you intend to use reporting queries.

See Also:
GearPhysicalFeaturesOriginDao.toClusterGearPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin)

clusterGearPhysicalFeaturesOriginToEntityCollection

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

Specified by:
clusterGearPhysicalFeaturesOriginToEntityCollection in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.clusterGearPhysicalFeaturesOriginToEntityCollection(java.util.Collection)

toClusterGearPhysicalFeaturesOrigin

public void toClusterGearPhysicalFeaturesOrigin(GearPhysicalFeaturesOrigin source,
                                                ClusterGearPhysicalFeaturesOrigin target)
Description copied from interface: GearPhysicalFeaturesOriginDao
Copies the fields of the specified entity to the target value object. This method is similar to toClusterGearPhysicalFeaturesOrigin(), 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:
toClusterGearPhysicalFeaturesOrigin in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.toClusterGearPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin, fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster.ClusterGearPhysicalFeaturesOrigin)

toClusterGearPhysicalFeaturesOrigin

public ClusterGearPhysicalFeaturesOrigin toClusterGearPhysicalFeaturesOrigin(GearPhysicalFeaturesOrigin entity)
Description copied from interface: GearPhysicalFeaturesOriginDao
Converts this DAO's entity to an object of type ClusterGearPhysicalFeaturesOrigin.

Specified by:
toClusterGearPhysicalFeaturesOrigin in interface GearPhysicalFeaturesOriginDao
See Also:
GearPhysicalFeaturesOriginDao.toClusterGearPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin)

clusterGearPhysicalFeaturesOriginToEntity

public void clusterGearPhysicalFeaturesOriginToEntity(ClusterGearPhysicalFeaturesOrigin source,
                                                      GearPhysicalFeaturesOrigin target,
                                                      boolean copyIfNull)
Description copied from interface: GearPhysicalFeaturesOriginDao
Copies the fields of ClusterGearPhysicalFeaturesOrigin to the specified entity.

Specified by:
clusterGearPhysicalFeaturesOriginToEntity in interface GearPhysicalFeaturesOriginDao
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.data.vessel.feature.physical.GearPhysicalFeaturesOriginDao#clusterGearPhysicalFeaturesOriginToEntity(fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster.ClusterGearPhysicalFeaturesOrigin, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin)

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: GearPhysicalFeaturesOriginDao
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 GearPhysicalFeaturesOriginDao
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:
GearPhysicalFeaturesOriginDao.search(int, int, int, fr.ifremer.allegro.Search)

search

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

search

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

search

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

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


Copyright © 2008-2010 IFREMER. All Rights Reserved.