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

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

public abstract class VesselPhysicalFeaturesOriginDaoBase
extends org.springframework.orm.hibernate3.support.HibernateDaoSupport
implements VesselPhysicalFeaturesOriginDao

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

See Also:
VesselPhysicalFeaturesOrigin

Field Summary
 
Fields inherited from interface fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOriginDao
TRANSFORM_CLUSTERVESSELPHYSICALFEATURESORIGIN, TRANSFORM_NONE, TRANSFORM_REMOTEVESSELPHYSICALFEATURESORIGINFULLVO, TRANSFORM_REMOTEVESSELPHYSICALFEATURESORIGINNATURALID
 
Constructor Summary
VesselPhysicalFeaturesOriginDaoBase()
           
 
Method Summary
 void clusterVesselPhysicalFeaturesOriginToEntity(ClusterVesselPhysicalFeaturesOrigin source, VesselPhysicalFeaturesOrigin target, boolean copyIfNull)
          Copies the fields of ClusterVesselPhysicalFeaturesOrigin to the specified entity.
 void clusterVesselPhysicalFeaturesOriginToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterVesselPhysicalFeaturesOrigin 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.VesselPhysicalFeaturesOrigin and adds from the passed in entities collection
 java.util.Collection create(int transform, java.util.Collection entities)
           Does the same thing as VesselPhysicalFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin) with an additional flag called transform.
 java.lang.Object create(int transform, Program program, VesselPhysicalFeatures vesselPhysicalFeatures)
           Does the same thing as VesselPhysicalFeaturesOriginDao.create(fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an additional flag called transform.
 java.lang.Object create(int transform, VesselPhysicalFeaturesOrigin vesselPhysicalFeaturesOrigin)
           Does the same thing as VesselPhysicalFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin) with an additional flag called transform.
 java.lang.Object create(int transform, VesselPhysicalFeatures vesselPhysicalFeatures, Program program, AcquisitionLevel acquisitionLevel)
           Does the same thing as VesselPhysicalFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional flag called transform.
 VesselPhysicalFeaturesOrigin create(Program program, VesselPhysicalFeatures vesselPhysicalFeatures)
           Creates a new fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin instance from only required properties (attributes and association ends) and adds it to the persistent store.
 VesselPhysicalFeaturesOrigin create(VesselPhysicalFeaturesOrigin vesselPhysicalFeaturesOrigin)
          Creates an instance of fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin and adds it to the persistent store.
 VesselPhysicalFeaturesOrigin create(VesselPhysicalFeatures vesselPhysicalFeatures, Program program, AcquisitionLevel acquisitionLevel)
           Creates a new fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin instance from all attributes and properties and adds it to the persistent store.
 VesselPhysicalFeaturesOrigin createFromClusterVesselPhysicalFeaturesOrigin(ClusterVesselPhysicalFeaturesOrigin clusterVesselPhysicalFeaturesOrigin)
           
 java.util.Collection findVesselPhysicalFeaturesOriginByAcquisitionLevel(AcquisitionLevel acquisitionLevel)
           
 java.util.Collection findVesselPhysicalFeaturesOriginByAcquisitionLevel(int transform, AcquisitionLevel acquisitionLevel)
           Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional flag called transform.
 java.util.Collection findVesselPhysicalFeaturesOriginByAcquisitionLevel(int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
           Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalFeaturesOriginByAcquisitionLevel(int transform, int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
           Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalFeaturesOriginByAcquisitionLevel(int transform, java.lang.String queryString, AcquisitionLevel acquisitionLevel)
           Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional argument called queryString.
 java.util.Collection findVesselPhysicalFeaturesOriginByAcquisitionLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
           Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByAcquisitionLevel(int, String, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalFeaturesOriginByAcquisitionLevel(java.lang.String queryString, AcquisitionLevel acquisitionLevel)
           Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional argument called queryString.
 java.util.Collection findVesselPhysicalFeaturesOriginByAcquisitionLevel(java.lang.String queryString, int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
           Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByAcquisitionLevel(String, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional two arguments called pageNumber and pageSize.
 java.lang.Object findVesselPhysicalFeaturesOriginByIdentifiers(int transform, java.lang.String queryString, VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
           Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByIdentifiers(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.lang.Object findVesselPhysicalFeaturesOriginByIdentifiers(int transform, VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
           Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 VesselPhysicalFeaturesOrigin findVesselPhysicalFeaturesOriginByIdentifiers(java.lang.String queryString, VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
           Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 VesselPhysicalFeaturesOrigin findVesselPhysicalFeaturesOriginByIdentifiers(VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
           
 java.lang.Object findVesselPhysicalFeaturesOriginByNaturalId(int transform, java.lang.String queryString, VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
           Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByNaturalId(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.lang.Object findVesselPhysicalFeaturesOriginByNaturalId(int transform, VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
           Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 VesselPhysicalFeaturesOrigin findVesselPhysicalFeaturesOriginByNaturalId(java.lang.String queryString, VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
           Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 VesselPhysicalFeaturesOrigin findVesselPhysicalFeaturesOriginByNaturalId(VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
           
 java.util.Collection findVesselPhysicalFeaturesOriginByProgram(int transform, int pageNumber, int pageSize, Program program)
           Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalFeaturesOriginByProgram(int pageNumber, int pageSize, Program program)
           Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalFeaturesOriginByProgram(int transform, Program program)
           Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.util.Collection findVesselPhysicalFeaturesOriginByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
           Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalFeaturesOriginByProgram(int transform, java.lang.String queryString, Program program)
           Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findVesselPhysicalFeaturesOriginByProgram(Program program)
           
 java.util.Collection findVesselPhysicalFeaturesOriginByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
           Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalFeaturesOriginByProgram(java.lang.String queryString, Program program)
           Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int transform, int pageNumber, int pageSize, VesselPhysicalFeatures vesselPhysicalFeatures)
           Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int pageNumber, int pageSize, VesselPhysicalFeatures vesselPhysicalFeatures)
           Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize, VesselPhysicalFeatures vesselPhysicalFeatures)
           Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int transform, java.lang.String queryString, VesselPhysicalFeatures vesselPhysicalFeatures)
           Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an additional argument called queryString.
 java.util.Collection findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int transform, VesselPhysicalFeatures vesselPhysicalFeatures)
           Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an additional flag called transform.
 java.util.Collection findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(java.lang.String queryString, int pageNumber, int pageSize, VesselPhysicalFeatures vesselPhysicalFeatures)
           Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(String, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(java.lang.String queryString, VesselPhysicalFeatures vesselPhysicalFeatures)
           Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an additional argument called queryString.
 java.util.Collection findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(VesselPhysicalFeatures vesselPhysicalFeatures)
           
protected  AcquisitionLevelDao getAcquisitionLevelDao()
          Gets the reference to acquisitionLevelDao.
 java.util.Collection getAllVesselPhysicalFeaturesOrigin()
           
 java.util.Collection getAllVesselPhysicalFeaturesOrigin(int transform)
           Does the same thing as VesselPhysicalFeaturesOriginDao.getAllVesselPhysicalFeaturesOrigin() with an additional flag called transform.
 java.util.Collection getAllVesselPhysicalFeaturesOrigin(int pageNumber, int pageSize)
           Does the same thing as VesselPhysicalFeaturesOriginDao.getAllVesselPhysicalFeaturesOrigin() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllVesselPhysicalFeaturesOrigin(int transform, int pageNumber, int pageSize)
           Does the same thing as VesselPhysicalFeaturesOriginDao.getAllVesselPhysicalFeaturesOrigin(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllVesselPhysicalFeaturesOrigin(int transform, java.lang.String queryString)
           Does the same thing as VesselPhysicalFeaturesOriginDao.getAllVesselPhysicalFeaturesOrigin(int) with an additional argument called queryString.
 java.util.Collection getAllVesselPhysicalFeaturesOrigin(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as VesselPhysicalFeaturesOriginDao.getAllVesselPhysicalFeaturesOrigin(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllVesselPhysicalFeaturesOrigin(java.lang.String queryString)
           Does the same thing as VesselPhysicalFeaturesOriginDao.getAllVesselPhysicalFeaturesOrigin() with an additional argument called queryString.
 java.util.Collection getAllVesselPhysicalFeaturesOrigin(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as VesselPhysicalFeaturesOriginDao.getAllVesselPhysicalFeaturesOrigin(String) with an additional two arguments called pageNumber and pageSize.
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  VesselPhysicalFeaturesDao getVesselPhysicalFeaturesDao()
          Gets the reference to vesselPhysicalFeaturesDao.
protected abstract  VesselPhysicalFeaturesOrigin handleCreateFromClusterVesselPhysicalFeaturesOrigin(ClusterVesselPhysicalFeaturesOrigin clusterVesselPhysicalFeaturesOrigin)
          Performs the core logic for createFromClusterVesselPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster.ClusterVesselPhysicalFeaturesOrigin)
 java.lang.Object load(int transform, VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
           Does the same thing as VesselPhysicalFeaturesOriginDao.load(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures,fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 VesselPhysicalFeaturesOrigin load(VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
          Loads an instance of fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin from the persistent store.
 java.util.Collection loadAll()
          Loads all entities of type VesselPhysicalFeaturesOrigin.
 java.util.Collection loadAll(int transform)
           Does the same thing as VesselPhysicalFeaturesOriginDao.loadAll() with an additional flag called transform.
 java.util.Collection loadAll(int pageNumber, int pageSize)
           Does the same thing as VesselPhysicalFeaturesOriginDao.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 VesselPhysicalFeaturesOriginDao.loadAll(int) with an additional two arguments called pageNumber and pageSize.
 void remoteVesselPhysicalFeaturesOriginFullVOToEntity(RemoteVesselPhysicalFeaturesOriginFullVO source, VesselPhysicalFeaturesOrigin target, boolean copyIfNull)
          Copies the fields of RemoteVesselPhysicalFeaturesOriginFullVO to the specified entity.
 void remoteVesselPhysicalFeaturesOriginFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteVesselPhysicalFeaturesOriginFullVO to this DAO's entity.
 void remoteVesselPhysicalFeaturesOriginNaturalIdToEntity(RemoteVesselPhysicalFeaturesOriginNaturalId source, VesselPhysicalFeaturesOrigin target, boolean copyIfNull)
          Copies the fields of RemoteVesselPhysicalFeaturesOriginNaturalId to the specified entity.
 void remoteVesselPhysicalFeaturesOriginNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteVesselPhysicalFeaturesOriginNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(VesselPhysicalFeaturesOrigin vesselPhysicalFeaturesOrigin)
          Removes the instance of fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin from the persistent store.
 void remove(VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
          Removes the instance of fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin 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 VesselPhysicalFeaturesOriginDao.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 setProgramDao(ProgramDao programDao)
          Sets the reference to programDao.
 void setVesselPhysicalFeaturesDao(VesselPhysicalFeaturesDao vesselPhysicalFeaturesDao)
          Sets the reference to vesselPhysicalFeaturesDao.
protected  ClusterVesselPhysicalFeaturesOrigin toClusterVesselPhysicalFeaturesOrigin(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterVesselPhysicalFeaturesOrigin toClusterVesselPhysicalFeaturesOrigin(VesselPhysicalFeaturesOrigin entity)
          Converts this DAO's entity to an object of type ClusterVesselPhysicalFeaturesOrigin.
 void toClusterVesselPhysicalFeaturesOrigin(VesselPhysicalFeaturesOrigin source, ClusterVesselPhysicalFeaturesOrigin target)
          Copies the fields of the specified entity to the target value object.
 ClusterVesselPhysicalFeaturesOrigin[] toClusterVesselPhysicalFeaturesOriginArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterVesselPhysicalFeaturesOrigin.
 void toClusterVesselPhysicalFeaturesOriginCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterVesselPhysicalFeaturesOrigin.
protected  VesselPhysicalFeaturesOrigin toEntity(java.lang.Object[] row)
           
protected  RemoteVesselPhysicalFeaturesOriginFullVO toRemoteVesselPhysicalFeaturesOriginFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteVesselPhysicalFeaturesOriginFullVO toRemoteVesselPhysicalFeaturesOriginFullVO(VesselPhysicalFeaturesOrigin entity)
          Converts this DAO's entity to an object of type RemoteVesselPhysicalFeaturesOriginFullVO.
 void toRemoteVesselPhysicalFeaturesOriginFullVO(VesselPhysicalFeaturesOrigin source, RemoteVesselPhysicalFeaturesOriginFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemoteVesselPhysicalFeaturesOriginFullVO[] toRemoteVesselPhysicalFeaturesOriginFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteVesselPhysicalFeaturesOriginFullVO.
 void toRemoteVesselPhysicalFeaturesOriginFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteVesselPhysicalFeaturesOriginFullVO.
protected  RemoteVesselPhysicalFeaturesOriginNaturalId toRemoteVesselPhysicalFeaturesOriginNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteVesselPhysicalFeaturesOriginNaturalId toRemoteVesselPhysicalFeaturesOriginNaturalId(VesselPhysicalFeaturesOrigin entity)
          Converts this DAO's entity to an object of type RemoteVesselPhysicalFeaturesOriginNaturalId.
 void toRemoteVesselPhysicalFeaturesOriginNaturalId(VesselPhysicalFeaturesOrigin source, RemoteVesselPhysicalFeaturesOriginNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemoteVesselPhysicalFeaturesOriginNaturalId[] toRemoteVesselPhysicalFeaturesOriginNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteVesselPhysicalFeaturesOriginNaturalId.
 void toRemoteVesselPhysicalFeaturesOriginNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteVesselPhysicalFeaturesOriginNaturalId.
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.VesselPhysicalFeaturesOrigin) method.
protected  java.lang.Object transformEntity(int transform, VesselPhysicalFeaturesOrigin 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.VesselPhysicalFeaturesOriginDao, please note that the VesselPhysicalFeaturesOriginDao.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(VesselPhysicalFeaturesOrigin vesselPhysicalFeaturesOrigin)
          Updates the vesselPhysicalFeaturesOrigin 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.VesselPhysicalFeaturesOriginDao
clusterVesselPhysicalFeaturesOriginToEntity, remoteVesselPhysicalFeaturesOriginFullVOToEntity, remoteVesselPhysicalFeaturesOriginNaturalIdToEntity
 

Constructor Detail

VesselPhysicalFeaturesOriginDaoBase

public VesselPhysicalFeaturesOriginDaoBase()
Method Detail

setVesselPhysicalFeaturesDao

public void setVesselPhysicalFeaturesDao(VesselPhysicalFeaturesDao vesselPhysicalFeaturesDao)
Sets the reference to vesselPhysicalFeaturesDao.


getVesselPhysicalFeaturesDao

protected VesselPhysicalFeaturesDao getVesselPhysicalFeaturesDao()
Gets the reference to vesselPhysicalFeaturesDao.


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,
                             VesselPhysicalFeatures vesselPhysicalFeatures,
                             Program program)
Description copied from interface: VesselPhysicalFeaturesOriginDao

Does the same thing as VesselPhysicalFeaturesOriginDao.load(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures,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 VesselPhysicalFeaturesOriginDao
vesselPhysicalFeatures - 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:
VesselPhysicalFeaturesOriginDao.load(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures,fr.ifremer.allegro.administration.programStrategy.Program)

load

public VesselPhysicalFeaturesOrigin load(VesselPhysicalFeatures vesselPhysicalFeatures,
                                         Program program)
Description copied from interface: VesselPhysicalFeaturesOriginDao
Loads an instance of fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin from the persistent store.

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

loadAll

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

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

loadAll

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

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

loadAll

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

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

loadAll

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

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

create

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

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

create

public java.lang.Object create(int transform,
                               VesselPhysicalFeaturesOrigin vesselPhysicalFeaturesOrigin)
Description copied from interface: VesselPhysicalFeaturesOriginDao

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

create

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

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

create

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

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

create

public VesselPhysicalFeaturesOrigin create(VesselPhysicalFeatures vesselPhysicalFeatures,
                                           Program program,
                                           AcquisitionLevel acquisitionLevel)
Description copied from interface: VesselPhysicalFeaturesOriginDao

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

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

create

public java.lang.Object create(int transform,
                               VesselPhysicalFeatures vesselPhysicalFeatures,
                               Program program,
                               AcquisitionLevel acquisitionLevel)
Description copied from interface: VesselPhysicalFeaturesOriginDao

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

create

public VesselPhysicalFeaturesOrigin create(Program program,
                                           VesselPhysicalFeatures vesselPhysicalFeatures)
Description copied from interface: VesselPhysicalFeaturesOriginDao

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

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

create

public java.lang.Object create(int transform,
                               Program program,
                               VesselPhysicalFeatures vesselPhysicalFeatures)
Description copied from interface: VesselPhysicalFeaturesOriginDao

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

update

public void update(VesselPhysicalFeaturesOrigin vesselPhysicalFeaturesOrigin)
Description copied from interface: VesselPhysicalFeaturesOriginDao
Updates the vesselPhysicalFeaturesOrigin instance in the persistent store.

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

update

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

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

remove

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

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

remove

public void remove(VesselPhysicalFeatures vesselPhysicalFeatures,
                   Program program)
Description copied from interface: VesselPhysicalFeaturesOriginDao
Removes the instance of fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin having the given identifiers from the persistent store.

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

remove

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

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

getAllVesselPhysicalFeaturesOrigin

public java.util.Collection getAllVesselPhysicalFeaturesOrigin()
Specified by:
getAllVesselPhysicalFeaturesOrigin in interface VesselPhysicalFeaturesOriginDao
See Also:
VesselPhysicalFeaturesOriginDao.getAllVesselPhysicalFeaturesOrigin()

getAllVesselPhysicalFeaturesOrigin

public java.util.Collection getAllVesselPhysicalFeaturesOrigin(int transform)
Description copied from interface: VesselPhysicalFeaturesOriginDao

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

getAllVesselPhysicalFeaturesOrigin

public java.util.Collection getAllVesselPhysicalFeaturesOrigin(java.lang.String queryString)
Description copied from interface: VesselPhysicalFeaturesOriginDao

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

Specified by:
getAllVesselPhysicalFeaturesOrigin in interface VesselPhysicalFeaturesOriginDao
See Also:
VesselPhysicalFeaturesOriginDao.getAllVesselPhysicalFeaturesOrigin(java.lang.String)

getAllVesselPhysicalFeaturesOrigin

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

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

getAllVesselPhysicalFeaturesOrigin

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

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

getAllVesselPhysicalFeaturesOrigin

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

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

Specified by:
getAllVesselPhysicalFeaturesOrigin in interface VesselPhysicalFeaturesOriginDao
See Also:
VesselPhysicalFeaturesOriginDao.getAllVesselPhysicalFeaturesOrigin(int, String)

getAllVesselPhysicalFeaturesOrigin

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

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

getAllVesselPhysicalFeaturesOrigin

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

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

findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures

public java.util.Collection findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(VesselPhysicalFeatures vesselPhysicalFeatures)
Specified by:
findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures in interface VesselPhysicalFeaturesOriginDao
See Also:
VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)

findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures

public java.util.Collection findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int transform,
                                                                                     VesselPhysicalFeatures vesselPhysicalFeatures)
Description copied from interface: VesselPhysicalFeaturesOriginDao

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

findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures

public java.util.Collection findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(java.lang.String queryString,
                                                                                     VesselPhysicalFeatures vesselPhysicalFeatures)
Description copied from interface: VesselPhysicalFeaturesOriginDao

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

Specified by:
findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures in interface VesselPhysicalFeaturesOriginDao
See Also:
VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(java.lang.String, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)

findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures

public java.util.Collection findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int pageNumber,
                                                                                     int pageSize,
                                                                                     VesselPhysicalFeatures vesselPhysicalFeatures)
Description copied from interface: VesselPhysicalFeaturesOriginDao

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

findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures

public java.util.Collection findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(java.lang.String queryString,
                                                                                     int pageNumber,
                                                                                     int pageSize,
                                                                                     VesselPhysicalFeatures vesselPhysicalFeatures)
Description copied from interface: VesselPhysicalFeaturesOriginDao

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

findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures

public java.util.Collection findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int transform,
                                                                                     java.lang.String queryString,
                                                                                     VesselPhysicalFeatures vesselPhysicalFeatures)
Description copied from interface: VesselPhysicalFeaturesOriginDao

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

Specified by:
findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures in interface VesselPhysicalFeaturesOriginDao
See Also:
VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)

findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures

public java.util.Collection findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int transform,
                                                                                     int pageNumber,
                                                                                     int pageSize,
                                                                                     VesselPhysicalFeatures vesselPhysicalFeatures)
Description copied from interface: VesselPhysicalFeaturesOriginDao

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

findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures

public java.util.Collection findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int transform,
                                                                                     java.lang.String queryString,
                                                                                     int pageNumber,
                                                                                     int pageSize,
                                                                                     VesselPhysicalFeatures vesselPhysicalFeatures)
Description copied from interface: VesselPhysicalFeaturesOriginDao

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

findVesselPhysicalFeaturesOriginByProgram

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

findVesselPhysicalFeaturesOriginByProgram

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

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

findVesselPhysicalFeaturesOriginByProgram

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

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

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

findVesselPhysicalFeaturesOriginByProgram

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

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

findVesselPhysicalFeaturesOriginByProgram

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

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

findVesselPhysicalFeaturesOriginByProgram

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

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

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

findVesselPhysicalFeaturesOriginByProgram

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

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

findVesselPhysicalFeaturesOriginByProgram

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

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

findVesselPhysicalFeaturesOriginByAcquisitionLevel

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

findVesselPhysicalFeaturesOriginByAcquisitionLevel

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

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

findVesselPhysicalFeaturesOriginByAcquisitionLevel

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

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

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

findVesselPhysicalFeaturesOriginByAcquisitionLevel

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

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

findVesselPhysicalFeaturesOriginByAcquisitionLevel

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

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

findVesselPhysicalFeaturesOriginByAcquisitionLevel

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

Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByAcquisitionLevel(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 VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel acquisitionLevel).

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

findVesselPhysicalFeaturesOriginByAcquisitionLevel

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

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

findVesselPhysicalFeaturesOriginByAcquisitionLevel

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

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

findVesselPhysicalFeaturesOriginByIdentifiers

public VesselPhysicalFeaturesOrigin findVesselPhysicalFeaturesOriginByIdentifiers(VesselPhysicalFeatures vesselPhysicalFeatures,
                                                                                  Program program)
Specified by:
findVesselPhysicalFeaturesOriginByIdentifiers in interface VesselPhysicalFeaturesOriginDao
See Also:
VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program)

findVesselPhysicalFeaturesOriginByIdentifiers

public java.lang.Object findVesselPhysicalFeaturesOriginByIdentifiers(int transform,
                                                                      VesselPhysicalFeatures vesselPhysicalFeatures,
                                                                      Program program)
Description copied from interface: VesselPhysicalFeaturesOriginDao

Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, 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:
findVesselPhysicalFeaturesOriginByIdentifiers in interface VesselPhysicalFeaturesOriginDao
See Also:
VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByIdentifiers(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program)

findVesselPhysicalFeaturesOriginByIdentifiers

public VesselPhysicalFeaturesOrigin findVesselPhysicalFeaturesOriginByIdentifiers(java.lang.String queryString,
                                                                                  VesselPhysicalFeatures vesselPhysicalFeatures,
                                                                                  Program program)
Description copied from interface: VesselPhysicalFeaturesOriginDao

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

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

findVesselPhysicalFeaturesOriginByIdentifiers

public java.lang.Object findVesselPhysicalFeaturesOriginByIdentifiers(int transform,
                                                                      java.lang.String queryString,
                                                                      VesselPhysicalFeatures vesselPhysicalFeatures,
                                                                      Program program)
Description copied from interface: VesselPhysicalFeaturesOriginDao

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

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

findVesselPhysicalFeaturesOriginByNaturalId

public VesselPhysicalFeaturesOrigin findVesselPhysicalFeaturesOriginByNaturalId(VesselPhysicalFeatures vesselPhysicalFeatures,
                                                                                Program program)
Specified by:
findVesselPhysicalFeaturesOriginByNaturalId in interface VesselPhysicalFeaturesOriginDao
See Also:
VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program)

findVesselPhysicalFeaturesOriginByNaturalId

public java.lang.Object findVesselPhysicalFeaturesOriginByNaturalId(int transform,
                                                                    VesselPhysicalFeatures vesselPhysicalFeatures,
                                                                    Program program)
Description copied from interface: VesselPhysicalFeaturesOriginDao

Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, 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:
findVesselPhysicalFeaturesOriginByNaturalId in interface VesselPhysicalFeaturesOriginDao
See Also:
VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByNaturalId(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program)

findVesselPhysicalFeaturesOriginByNaturalId

public VesselPhysicalFeaturesOrigin findVesselPhysicalFeaturesOriginByNaturalId(java.lang.String queryString,
                                                                                VesselPhysicalFeatures vesselPhysicalFeatures,
                                                                                Program program)
Description copied from interface: VesselPhysicalFeaturesOriginDao

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

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

findVesselPhysicalFeaturesOriginByNaturalId

public java.lang.Object findVesselPhysicalFeaturesOriginByNaturalId(int transform,
                                                                    java.lang.String queryString,
                                                                    VesselPhysicalFeatures vesselPhysicalFeatures,
                                                                    Program program)
Description copied from interface: VesselPhysicalFeaturesOriginDao

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

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

createFromClusterVesselPhysicalFeaturesOrigin

public VesselPhysicalFeaturesOrigin createFromClusterVesselPhysicalFeaturesOrigin(ClusterVesselPhysicalFeaturesOrigin clusterVesselPhysicalFeaturesOrigin)
Specified by:
createFromClusterVesselPhysicalFeaturesOrigin in interface VesselPhysicalFeaturesOriginDao
See Also:
VesselPhysicalFeaturesOriginDao.createFromClusterVesselPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster.ClusterVesselPhysicalFeaturesOrigin)

handleCreateFromClusterVesselPhysicalFeaturesOrigin

protected abstract VesselPhysicalFeaturesOrigin handleCreateFromClusterVesselPhysicalFeaturesOrigin(ClusterVesselPhysicalFeaturesOrigin clusterVesselPhysicalFeaturesOrigin)
                                                                                             throws java.lang.Exception
Performs the core logic for createFromClusterVesselPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster.ClusterVesselPhysicalFeaturesOrigin)

Throws:
java.lang.Exception

transformEntity

protected java.lang.Object transformEntity(int transform,
                                           VesselPhysicalFeaturesOrigin 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.VesselPhysicalFeaturesOriginDao, please note that the VesselPhysicalFeaturesOriginDao.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 VesselPhysicalFeaturesOriginDao.TRANSFORM_NONE is assumed.

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

toEntity

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

toRemoteVesselPhysicalFeaturesOriginFullVOCollection

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

Specified by:
toRemoteVesselPhysicalFeaturesOriginFullVOCollection in interface VesselPhysicalFeaturesOriginDao
See Also:
VesselPhysicalFeaturesOriginDao.toRemoteVesselPhysicalFeaturesOriginFullVOCollection(java.util.Collection)

toRemoteVesselPhysicalFeaturesOriginFullVOArray

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

Specified by:
toRemoteVesselPhysicalFeaturesOriginFullVOArray in interface VesselPhysicalFeaturesOriginDao
See Also:
VesselPhysicalFeaturesOriginDao.toRemoteVesselPhysicalFeaturesOriginFullVOArray(java.util.Collection)

toRemoteVesselPhysicalFeaturesOriginFullVO

protected RemoteVesselPhysicalFeaturesOriginFullVO toRemoteVesselPhysicalFeaturesOriginFullVO(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 VesselPhysicalFeaturesOriginDaoImpl class if you intend to use reporting queries.

See Also:
VesselPhysicalFeaturesOriginDao.toRemoteVesselPhysicalFeaturesOriginFullVO(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin)

remoteVesselPhysicalFeaturesOriginFullVOToEntityCollection

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

Specified by:
remoteVesselPhysicalFeaturesOriginFullVOToEntityCollection in interface VesselPhysicalFeaturesOriginDao
See Also:
VesselPhysicalFeaturesOriginDao.remoteVesselPhysicalFeaturesOriginFullVOToEntityCollection(java.util.Collection)

toRemoteVesselPhysicalFeaturesOriginFullVO

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

toRemoteVesselPhysicalFeaturesOriginFullVO

public RemoteVesselPhysicalFeaturesOriginFullVO toRemoteVesselPhysicalFeaturesOriginFullVO(VesselPhysicalFeaturesOrigin entity)
Description copied from interface: VesselPhysicalFeaturesOriginDao
Converts this DAO's entity to an object of type RemoteVesselPhysicalFeaturesOriginFullVO.

Specified by:
toRemoteVesselPhysicalFeaturesOriginFullVO in interface VesselPhysicalFeaturesOriginDao
See Also:
VesselPhysicalFeaturesOriginDao.toRemoteVesselPhysicalFeaturesOriginFullVO(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin)

remoteVesselPhysicalFeaturesOriginFullVOToEntity

public void remoteVesselPhysicalFeaturesOriginFullVOToEntity(RemoteVesselPhysicalFeaturesOriginFullVO source,
                                                             VesselPhysicalFeaturesOrigin target,
                                                             boolean copyIfNull)
Description copied from interface: VesselPhysicalFeaturesOriginDao
Copies the fields of RemoteVesselPhysicalFeaturesOriginFullVO to the specified entity.

Specified by:
remoteVesselPhysicalFeaturesOriginFullVOToEntity in interface VesselPhysicalFeaturesOriginDao
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.VesselPhysicalFeaturesOriginDao#remoteVesselPhysicalFeaturesOriginFullVOToEntity(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesOriginFullVO, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin)

toRemoteVesselPhysicalFeaturesOriginNaturalIdCollection

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

Specified by:
toRemoteVesselPhysicalFeaturesOriginNaturalIdCollection in interface VesselPhysicalFeaturesOriginDao
See Also:
VesselPhysicalFeaturesOriginDao.toRemoteVesselPhysicalFeaturesOriginNaturalIdCollection(java.util.Collection)

toRemoteVesselPhysicalFeaturesOriginNaturalIdArray

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

Specified by:
toRemoteVesselPhysicalFeaturesOriginNaturalIdArray in interface VesselPhysicalFeaturesOriginDao
See Also:
VesselPhysicalFeaturesOriginDao.toRemoteVesselPhysicalFeaturesOriginNaturalIdArray(java.util.Collection)

toRemoteVesselPhysicalFeaturesOriginNaturalId

protected RemoteVesselPhysicalFeaturesOriginNaturalId toRemoteVesselPhysicalFeaturesOriginNaturalId(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 VesselPhysicalFeaturesOriginDaoImpl class if you intend to use reporting queries.

See Also:
VesselPhysicalFeaturesOriginDao.toRemoteVesselPhysicalFeaturesOriginNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin)

remoteVesselPhysicalFeaturesOriginNaturalIdToEntityCollection

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

Specified by:
remoteVesselPhysicalFeaturesOriginNaturalIdToEntityCollection in interface VesselPhysicalFeaturesOriginDao
See Also:
VesselPhysicalFeaturesOriginDao.remoteVesselPhysicalFeaturesOriginNaturalIdToEntityCollection(java.util.Collection)

toRemoteVesselPhysicalFeaturesOriginNaturalId

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

toRemoteVesselPhysicalFeaturesOriginNaturalId

public RemoteVesselPhysicalFeaturesOriginNaturalId toRemoteVesselPhysicalFeaturesOriginNaturalId(VesselPhysicalFeaturesOrigin entity)
Description copied from interface: VesselPhysicalFeaturesOriginDao
Converts this DAO's entity to an object of type RemoteVesselPhysicalFeaturesOriginNaturalId.

Specified by:
toRemoteVesselPhysicalFeaturesOriginNaturalId in interface VesselPhysicalFeaturesOriginDao
See Also:
VesselPhysicalFeaturesOriginDao.toRemoteVesselPhysicalFeaturesOriginNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin)

remoteVesselPhysicalFeaturesOriginNaturalIdToEntity

public void remoteVesselPhysicalFeaturesOriginNaturalIdToEntity(RemoteVesselPhysicalFeaturesOriginNaturalId source,
                                                                VesselPhysicalFeaturesOrigin target,
                                                                boolean copyIfNull)
Description copied from interface: VesselPhysicalFeaturesOriginDao
Copies the fields of RemoteVesselPhysicalFeaturesOriginNaturalId to the specified entity.

Specified by:
remoteVesselPhysicalFeaturesOriginNaturalIdToEntity in interface VesselPhysicalFeaturesOriginDao
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.VesselPhysicalFeaturesOriginDao#remoteVesselPhysicalFeaturesOriginNaturalIdToEntity(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesOriginNaturalId, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin)

toClusterVesselPhysicalFeaturesOriginCollection

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

Specified by:
toClusterVesselPhysicalFeaturesOriginCollection in interface VesselPhysicalFeaturesOriginDao
See Also:
VesselPhysicalFeaturesOriginDao.toClusterVesselPhysicalFeaturesOriginCollection(java.util.Collection)

toClusterVesselPhysicalFeaturesOriginArray

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

Specified by:
toClusterVesselPhysicalFeaturesOriginArray in interface VesselPhysicalFeaturesOriginDao
See Also:
VesselPhysicalFeaturesOriginDao.toClusterVesselPhysicalFeaturesOriginArray(java.util.Collection)

toClusterVesselPhysicalFeaturesOrigin

protected ClusterVesselPhysicalFeaturesOrigin toClusterVesselPhysicalFeaturesOrigin(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 VesselPhysicalFeaturesOriginDaoImpl class if you intend to use reporting queries.

See Also:
VesselPhysicalFeaturesOriginDao.toClusterVesselPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin)

clusterVesselPhysicalFeaturesOriginToEntityCollection

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

Specified by:
clusterVesselPhysicalFeaturesOriginToEntityCollection in interface VesselPhysicalFeaturesOriginDao
See Also:
VesselPhysicalFeaturesOriginDao.clusterVesselPhysicalFeaturesOriginToEntityCollection(java.util.Collection)

toClusterVesselPhysicalFeaturesOrigin

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

toClusterVesselPhysicalFeaturesOrigin

public ClusterVesselPhysicalFeaturesOrigin toClusterVesselPhysicalFeaturesOrigin(VesselPhysicalFeaturesOrigin entity)
Description copied from interface: VesselPhysicalFeaturesOriginDao
Converts this DAO's entity to an object of type ClusterVesselPhysicalFeaturesOrigin.

Specified by:
toClusterVesselPhysicalFeaturesOrigin in interface VesselPhysicalFeaturesOriginDao
See Also:
VesselPhysicalFeaturesOriginDao.toClusterVesselPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin)

clusterVesselPhysicalFeaturesOriginToEntity

public void clusterVesselPhysicalFeaturesOriginToEntity(ClusterVesselPhysicalFeaturesOrigin source,
                                                        VesselPhysicalFeaturesOrigin target,
                                                        boolean copyIfNull)
Description copied from interface: VesselPhysicalFeaturesOriginDao
Copies the fields of ClusterVesselPhysicalFeaturesOrigin to the specified entity.

Specified by:
clusterVesselPhysicalFeaturesOriginToEntity in interface VesselPhysicalFeaturesOriginDao
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.VesselPhysicalFeaturesOriginDao#clusterVesselPhysicalFeaturesOriginToEntity(fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster.ClusterVesselPhysicalFeaturesOrigin, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin)

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

search

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

search

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

search

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

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


Copyright © 2008-2010 IFREMER. All Rights Reserved.