fr.ifremer.allegro.data.survey.physicalGear
Interface PhysicalGearSurveyDao

All Known Implementing Classes:
PhysicalGearSurveyDaoBase, PhysicalGearSurveyDaoImpl

public interface PhysicalGearSurveyDao

See Also:
PhysicalGearSurvey

Field Summary
static int TRANSFORM_CLUSTERPHYSICALGEARSURVEY
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
static int TRANSFORM_NONE
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
static int TRANSFORM_REMOTEPHYSICALGEARSURVEYFULLVO
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
static int TRANSFORM_REMOTEPHYSICALGEARSURVEYNATURALID
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
 
Method Summary
 PhysicalGearSurvey clusterPhysicalGearSurveyToEntity(ClusterPhysicalGearSurvey clusterPhysicalGearSurvey)
          Converts an instance of type ClusterPhysicalGearSurvey to this DAO's entity.
 void clusterPhysicalGearSurveyToEntity(ClusterPhysicalGearSurvey source, PhysicalGearSurvey target, boolean copyIfNull)
          Copies the fields of ClusterPhysicalGearSurvey to the specified entity.
 void clusterPhysicalGearSurveyToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterPhysicalGearSurvey to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey and adds from the passed in entities collection
 PhysicalGearSurvey create(java.util.Date creationDate, java.lang.Boolean directSurveyInvestigation, Program program, QualityFlag qualityFlag, Department recorderDepartment, Vessel vessel, java.lang.Integer year)
           Creates a new fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey instance from only required properties (attributes and association ends) and adds it to the persistent store.
 java.util.Collection create(int transform, java.util.Collection entities)
           Does the same thing as create(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an additional flag called transform.
 java.lang.Object create(int transform, java.util.Date creationDate, java.lang.Boolean directSurveyInvestigation, Program program, QualityFlag qualityFlag, Department recorderDepartment, Vessel vessel, java.lang.Integer year)
           Does the same thing as create(java.util.Date,java.lang.Boolean,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.vessel.Vessel,java.lang.Integer) with an additional flag called transform.
 PhysicalGearSurvey create(java.lang.Integer year, java.lang.Boolean directSurveyInvestigation, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection surveyMeasurements, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, java.util.Collection gearPhysicalFeatures, java.util.Collection vesselPhysicalFeatures, Vessel vessel)
           Creates a new fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey instance from all attributes and properties and adds it to the persistent store.
 java.lang.Object create(int transform, java.lang.Integer year, java.lang.Boolean directSurveyInvestigation, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection surveyMeasurements, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, java.util.Collection gearPhysicalFeatures, java.util.Collection vesselPhysicalFeatures, Vessel vessel)
           Does the same thing as create(java.lang.Integer,java.lang.Boolean,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Person,java.util.Collection,java.util.Collection,fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform.
 java.lang.Object create(int transform, PhysicalGearSurvey physicalGearSurvey)
           Does the same thing as create(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an additional flag called transform.
 PhysicalGearSurvey create(PhysicalGearSurvey physicalGearSurvey)
          Creates an instance of fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey and adds it to the persistent store.
 PhysicalGearSurvey createFromClusterPhysicalGearSurvey(ClusterPhysicalGearSurvey clusterPhysicalGearSurvey)
           
 PhysicalGearSurvey findPhysicalGearSurveyById(java.lang.Integer id)
           
 java.lang.Object findPhysicalGearSurveyById(int transform, java.lang.Integer id)
           Does the same thing as findPhysicalGearSurveyById(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findPhysicalGearSurveyById(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findPhysicalGearSurveyById(int, java.lang.Integer) with an additional argument called queryString.
 PhysicalGearSurvey findPhysicalGearSurveyById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findPhysicalGearSurveyById(java.lang.Integer) with an additional argument called queryString.
 PhysicalGearSurvey findPhysicalGearSurveyByNaturalId(java.lang.Integer year, Vessel vessel, Program program)
           
 java.lang.Object findPhysicalGearSurveyByNaturalId(int transform, java.lang.Integer year, Vessel vessel, Program program)
           Does the same thing as findPhysicalGearSurveyByNaturalId(java.lang.Integer, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.lang.Object findPhysicalGearSurveyByNaturalId(int transform, java.lang.String queryString, java.lang.Integer year, Vessel vessel, Program program)
           Does the same thing as findPhysicalGearSurveyByNaturalId(int, java.lang.Integer, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 PhysicalGearSurvey findPhysicalGearSurveyByNaturalId(java.lang.String queryString, java.lang.Integer year, Vessel vessel, Program program)
           Does the same thing as findPhysicalGearSurveyByNaturalId(java.lang.Integer, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findPhysicalGearSurveyByProgram(int transform, int pageNumber, int pageSize, Program program)
           Does the same thing as findPhysicalGearSurveyByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalGearSurveyByProgram(int pageNumber, int pageSize, Program program)
           Does the same thing as findPhysicalGearSurveyByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalGearSurveyByProgram(int transform, Program program)
           Does the same thing as findPhysicalGearSurveyByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.util.Collection findPhysicalGearSurveyByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
           Does the same thing as findPhysicalGearSurveyByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalGearSurveyByProgram(int transform, java.lang.String queryString, Program program)
           Does the same thing as findPhysicalGearSurveyByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findPhysicalGearSurveyByProgram(Program program)
           
 java.util.Collection findPhysicalGearSurveyByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
           Does the same thing as findPhysicalGearSurveyByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalGearSurveyByProgram(java.lang.String queryString, Program program)
           Does the same thing as findPhysicalGearSurveyByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findPhysicalGearSurveyByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findPhysicalGearSurveyByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalGearSurveyByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findPhysicalGearSurveyByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalGearSurveyByQualityFlag(int transform, QualityFlag qualityFlag)
           Does the same thing as findPhysicalGearSurveyByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional flag called transform.
 java.util.Collection findPhysicalGearSurveyByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findPhysicalGearSurveyByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalGearSurveyByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as findPhysicalGearSurveyByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findPhysicalGearSurveyByQualityFlag(QualityFlag qualityFlag)
           
 java.util.Collection findPhysicalGearSurveyByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findPhysicalGearSurveyByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalGearSurveyByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as findPhysicalGearSurveyByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findPhysicalGearSurveyByRecorderDepartment(Department recorderDepartment)
           
 java.util.Collection findPhysicalGearSurveyByRecorderDepartment(int transform, Department recorderDepartment)
           Does the same thing as findPhysicalGearSurveyByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection findPhysicalGearSurveyByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as findPhysicalGearSurveyByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalGearSurveyByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as findPhysicalGearSurveyByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalGearSurveyByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
           Does the same thing as findPhysicalGearSurveyByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection findPhysicalGearSurveyByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as findPhysicalGearSurveyByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalGearSurveyByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
           Does the same thing as findPhysicalGearSurveyByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection findPhysicalGearSurveyByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as findPhysicalGearSurveyByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalGearSurveyByRecorderPerson(int transform, int pageNumber, int pageSize, Person recorderPerson)
           Does the same thing as findPhysicalGearSurveyByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalGearSurveyByRecorderPerson(int pageNumber, int pageSize, Person recorderPerson)
           Does the same thing as findPhysicalGearSurveyByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalGearSurveyByRecorderPerson(int transform, Person recorderPerson)
           Does the same thing as findPhysicalGearSurveyByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an additional flag called transform.
 java.util.Collection findPhysicalGearSurveyByRecorderPerson(int transform, java.lang.String queryString, int pageNumber, int pageSize, Person recorderPerson)
           Does the same thing as findPhysicalGearSurveyByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalGearSurveyByRecorderPerson(int transform, java.lang.String queryString, Person recorderPerson)
           Does the same thing as findPhysicalGearSurveyByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an additional argument called queryString.
 java.util.Collection findPhysicalGearSurveyByRecorderPerson(Person recorderPerson)
           
 java.util.Collection findPhysicalGearSurveyByRecorderPerson(java.lang.String queryString, int pageNumber, int pageSize, Person recorderPerson)
           Does the same thing as findPhysicalGearSurveyByRecorderPerson(String, fr.ifremer.allegro.administration.user.Person) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalGearSurveyByRecorderPerson(java.lang.String queryString, Person recorderPerson)
           Does the same thing as findPhysicalGearSurveyByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an additional argument called queryString.
 java.util.Collection findPhysicalGearSurveyByVessel(int transform, int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as findPhysicalGearSurveyByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalGearSurveyByVessel(int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as findPhysicalGearSurveyByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalGearSurveyByVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as findPhysicalGearSurveyByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalGearSurveyByVessel(int transform, java.lang.String queryString, Vessel vessel)
           Does the same thing as findPhysicalGearSurveyByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString.
 java.util.Collection findPhysicalGearSurveyByVessel(int transform, Vessel vessel)
           Does the same thing as findPhysicalGearSurveyByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform.
 java.util.Collection findPhysicalGearSurveyByVessel(java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
           Does the same thing as findPhysicalGearSurveyByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPhysicalGearSurveyByVessel(java.lang.String queryString, Vessel vessel)
           Does the same thing as findPhysicalGearSurveyByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString.
 java.util.Collection findPhysicalGearSurveyByVessel(Vessel vessel)
           
 ClusterPhysicalGearSurvey[] getAllClusterPhysicalGearSurveySinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 java.util.Collection getAllPhysicalGearSurvey()
           
 java.util.Collection getAllPhysicalGearSurvey(int transform)
           Does the same thing as getAllPhysicalGearSurvey() with an additional flag called transform.
 java.util.Collection getAllPhysicalGearSurvey(int pageNumber, int pageSize)
           Does the same thing as getAllPhysicalGearSurvey() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllPhysicalGearSurvey(int transform, int pageNumber, int pageSize)
           Does the same thing as getAllPhysicalGearSurvey(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllPhysicalGearSurvey(int transform, java.lang.String queryString)
           Does the same thing as getAllPhysicalGearSurvey(int) with an additional argument called queryString.
 java.util.Collection getAllPhysicalGearSurvey(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllPhysicalGearSurvey(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllPhysicalGearSurvey(java.lang.String queryString)
           Does the same thing as getAllPhysicalGearSurvey() with an additional argument called queryString.
 java.util.Collection getAllPhysicalGearSurvey(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllPhysicalGearSurvey(String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllPhysicalGearSurveySinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllPhysicalGearSurveySinceDateSynchro(int, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllPhysicalGearSurveySinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllPhysicalGearSurveySinceDateSynchro(java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllPhysicalGearSurveySinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllPhysicalGearSurveySinceDateSynchro(int, String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllPhysicalGearSurveySinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as getAllPhysicalGearSurveySinceDateSynchro(int, java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllPhysicalGearSurveySinceDateSynchro(int transform, java.sql.Timestamp updateDate)
           Does the same thing as getAllPhysicalGearSurveySinceDateSynchro(java.sql.Timestamp) with an additional flag called transform.
 java.util.Collection getAllPhysicalGearSurveySinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllPhysicalGearSurveySinceDateSynchro(String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllPhysicalGearSurveySinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as getAllPhysicalGearSurveySinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllPhysicalGearSurveySinceDateSynchro(java.sql.Timestamp updateDate)
           
 PhysicalGearSurvey load(java.lang.Integer id)
          Loads an instance of fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey from the persistent store.
 java.lang.Object load(int transform, java.lang.Integer id)
           Does the same thing as load(java.lang.Integer) with an additional flag called transform.
 java.util.Collection loadAll()
          Loads all entities of type PhysicalGearSurvey.
 java.util.Collection loadAll(int transform)
           Does the same thing as loadAll() with an additional flag called transform.
 java.util.Collection loadAll(int pageNumber, int pageSize)
           Does the same thing as loadAll() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
           Does the same thing as loadAll(int) with an additional two arguments called pageNumber and pageSize.
 PhysicalGearSurvey remotePhysicalGearSurveyFullVOToEntity(RemotePhysicalGearSurveyFullVO remotePhysicalGearSurveyFullVO)
          Converts an instance of type RemotePhysicalGearSurveyFullVO to this DAO's entity.
 void remotePhysicalGearSurveyFullVOToEntity(RemotePhysicalGearSurveyFullVO source, PhysicalGearSurvey target, boolean copyIfNull)
          Copies the fields of RemotePhysicalGearSurveyFullVO to the specified entity.
 void remotePhysicalGearSurveyFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemotePhysicalGearSurveyFullVO to this DAO's entity.
 PhysicalGearSurvey remotePhysicalGearSurveyNaturalIdToEntity(RemotePhysicalGearSurveyNaturalId remotePhysicalGearSurveyNaturalId)
          Converts an instance of type RemotePhysicalGearSurveyNaturalId to this DAO's entity.
 void remotePhysicalGearSurveyNaturalIdToEntity(RemotePhysicalGearSurveyNaturalId source, PhysicalGearSurvey target, boolean copyIfNull)
          Copies the fields of RemotePhysicalGearSurveyNaturalId to the specified entity.
 void remotePhysicalGearSurveyNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemotePhysicalGearSurveyNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(java.lang.Integer id)
          Removes the instance of fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey having the given identifier from the persistent store.
 void remove(PhysicalGearSurvey physicalGearSurvey)
          Removes the instance of fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey from the persistent store.
 PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
          Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize.
 PaginationResult search(int pageNumber, int pageSize, Search search)
          Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize.
 java.util.Set search(int transform, Search search)
          Does the same thing as search(fr.ifremer.allegro.Search) but with an additional flag called transform.
 java.util.Set search(Search search)
          Performs a search using the parameters specified in the given search object.
 ClusterPhysicalGearSurvey toClusterPhysicalGearSurvey(PhysicalGearSurvey entity)
          Converts this DAO's entity to an object of type ClusterPhysicalGearSurvey.
 void toClusterPhysicalGearSurvey(PhysicalGearSurvey source, ClusterPhysicalGearSurvey target)
          Copies the fields of the specified entity to the target value object.
 ClusterPhysicalGearSurvey[] toClusterPhysicalGearSurveyArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterPhysicalGearSurvey.
 void toClusterPhysicalGearSurveyCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterPhysicalGearSurvey.
 RemotePhysicalGearSurveyFullVO toRemotePhysicalGearSurveyFullVO(PhysicalGearSurvey entity)
          Converts this DAO's entity to an object of type RemotePhysicalGearSurveyFullVO.
 void toRemotePhysicalGearSurveyFullVO(PhysicalGearSurvey source, RemotePhysicalGearSurveyFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemotePhysicalGearSurveyFullVO[] toRemotePhysicalGearSurveyFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemotePhysicalGearSurveyFullVO.
 void toRemotePhysicalGearSurveyFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemotePhysicalGearSurveyFullVO.
 RemotePhysicalGearSurveyNaturalId toRemotePhysicalGearSurveyNaturalId(PhysicalGearSurvey entity)
          Converts this DAO's entity to an object of type RemotePhysicalGearSurveyNaturalId.
 void toRemotePhysicalGearSurveyNaturalId(PhysicalGearSurvey source, RemotePhysicalGearSurveyNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemotePhysicalGearSurveyNaturalId[] toRemotePhysicalGearSurveyNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemotePhysicalGearSurveyNaturalId.
 void toRemotePhysicalGearSurveyNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemotePhysicalGearSurveyNaturalId.
 void update(java.util.Collection entities)
          Updates all instances in the entities collection in the persistent store.
 void update(PhysicalGearSurvey physicalGearSurvey)
          Updates the physicalGearSurvey instance in the persistent store.
 

Field Detail

TRANSFORM_NONE

static final int TRANSFORM_NONE
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.

This specific flag denotes no transformation will occur.

See Also:
Constant Field Values

TRANSFORM_REMOTEPHYSICALGEARSURVEYFULLVO

static final int TRANSFORM_REMOTEPHYSICALGEARSURVEYFULLVO
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.

This specific flag denotes entities must be transformed into objects of type RemotePhysicalGearSurveyFullVO.

See Also:
Constant Field Values

TRANSFORM_REMOTEPHYSICALGEARSURVEYNATURALID

static final int TRANSFORM_REMOTEPHYSICALGEARSURVEYNATURALID
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.

This specific flag denotes entities must be transformed into objects of type RemotePhysicalGearSurveyNaturalId.

See Also:
Constant Field Values

TRANSFORM_CLUSTERPHYSICALGEARSURVEY

static final int TRANSFORM_CLUSTERPHYSICALGEARSURVEY
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.

This specific flag denotes entities must be transformed into objects of type ClusterPhysicalGearSurvey.

See Also:
Constant Field Values
Method Detail

toRemotePhysicalGearSurveyFullVO

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


toRemotePhysicalGearSurveyFullVO

RemotePhysicalGearSurveyFullVO toRemotePhysicalGearSurveyFullVO(PhysicalGearSurvey entity)
Converts this DAO's entity to an object of type RemotePhysicalGearSurveyFullVO.


toRemotePhysicalGearSurveyFullVOCollection

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


toRemotePhysicalGearSurveyFullVOArray

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


remotePhysicalGearSurveyFullVOToEntity

void remotePhysicalGearSurveyFullVOToEntity(RemotePhysicalGearSurveyFullVO source,
                                            PhysicalGearSurvey target,
                                            boolean copyIfNull)
Copies the fields of RemotePhysicalGearSurveyFullVO to the specified entity.

Parameters:
copyIfNull - If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE, it will be copied regardless of its value.

remotePhysicalGearSurveyFullVOToEntity

PhysicalGearSurvey remotePhysicalGearSurveyFullVOToEntity(RemotePhysicalGearSurveyFullVO remotePhysicalGearSurveyFullVO)
Converts an instance of type RemotePhysicalGearSurveyFullVO to this DAO's entity.


remotePhysicalGearSurveyFullVOToEntityCollection

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


toRemotePhysicalGearSurveyNaturalId

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


toRemotePhysicalGearSurveyNaturalId

RemotePhysicalGearSurveyNaturalId toRemotePhysicalGearSurveyNaturalId(PhysicalGearSurvey entity)
Converts this DAO's entity to an object of type RemotePhysicalGearSurveyNaturalId.


toRemotePhysicalGearSurveyNaturalIdCollection

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


toRemotePhysicalGearSurveyNaturalIdArray

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


remotePhysicalGearSurveyNaturalIdToEntity

void remotePhysicalGearSurveyNaturalIdToEntity(RemotePhysicalGearSurveyNaturalId source,
                                               PhysicalGearSurvey target,
                                               boolean copyIfNull)
Copies the fields of RemotePhysicalGearSurveyNaturalId to the specified entity.

Parameters:
copyIfNull - If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE, it will be copied regardless of its value.

remotePhysicalGearSurveyNaturalIdToEntity

PhysicalGearSurvey remotePhysicalGearSurveyNaturalIdToEntity(RemotePhysicalGearSurveyNaturalId remotePhysicalGearSurveyNaturalId)
Converts an instance of type RemotePhysicalGearSurveyNaturalId to this DAO's entity.


remotePhysicalGearSurveyNaturalIdToEntityCollection

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


toClusterPhysicalGearSurvey

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


toClusterPhysicalGearSurvey

ClusterPhysicalGearSurvey toClusterPhysicalGearSurvey(PhysicalGearSurvey entity)
Converts this DAO's entity to an object of type ClusterPhysicalGearSurvey.


toClusterPhysicalGearSurveyCollection

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


toClusterPhysicalGearSurveyArray

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


clusterPhysicalGearSurveyToEntity

void clusterPhysicalGearSurveyToEntity(ClusterPhysicalGearSurvey source,
                                       PhysicalGearSurvey target,
                                       boolean copyIfNull)
Copies the fields of ClusterPhysicalGearSurvey to the specified entity.

Parameters:
copyIfNull - If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE, it will be copied regardless of its value.

clusterPhysicalGearSurveyToEntity

PhysicalGearSurvey clusterPhysicalGearSurveyToEntity(ClusterPhysicalGearSurvey clusterPhysicalGearSurvey)
Converts an instance of type ClusterPhysicalGearSurvey to this DAO's entity.


clusterPhysicalGearSurveyToEntityCollection

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


load

PhysicalGearSurvey load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey from the persistent store.


load

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

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

Parameters:
id - identifier of the entity to load
Returns:
either the entity or the object transformed from the entity.

loadAll

java.util.Collection loadAll()
Loads all entities of type PhysicalGearSurvey.

Returns:
the loaded entities.

loadAll

java.util.Collection loadAll(int transform)

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

Parameters:
transform - the flag indicating what transformation to use.
Returns:
the loaded entities.

loadAll

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

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

Parameters:
pageNumber - the page number to retrieve when paging results.
pageSize - the size of the page to retrieve when paging results.
Returns:
the loaded entities.

loadAll

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

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

Parameters:
transform - the flag indicating what transformation to use.
pageNumber - the page number to retrieve when paging results.
pageSize - the size of the page to retrieve when paging results.
Returns:
the loaded entities.

create

PhysicalGearSurvey create(PhysicalGearSurvey physicalGearSurvey)
Creates an instance of fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey and adds it to the persistent store.


create

java.lang.Object create(int transform,
                        PhysicalGearSurvey physicalGearSurvey)

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


create

java.util.Collection create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey and adds from the passed in entities collection

Parameters:
entities - the collection of fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey instances to create.
Returns:
the created instances.

create

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

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


create

PhysicalGearSurvey create(java.lang.Integer year,
                          java.lang.Boolean directSurveyInvestigation,
                          java.lang.String comments,
                          java.util.Date creationDate,
                          java.util.Date controlDate,
                          java.util.Date validationDate,
                          java.util.Date qualificationDate,
                          java.lang.String qualificationComments,
                          java.sql.Timestamp updateDate,
                          java.util.Collection surveyMeasurements,
                          Program program,
                          Department recorderDepartment,
                          QualityFlag qualityFlag,
                          Person recorderPerson,
                          java.util.Collection gearPhysicalFeatures,
                          java.util.Collection vesselPhysicalFeatures,
                          Vessel vessel)

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


create

java.lang.Object create(int transform,
                        java.lang.Integer year,
                        java.lang.Boolean directSurveyInvestigation,
                        java.lang.String comments,
                        java.util.Date creationDate,
                        java.util.Date controlDate,
                        java.util.Date validationDate,
                        java.util.Date qualificationDate,
                        java.lang.String qualificationComments,
                        java.sql.Timestamp updateDate,
                        java.util.Collection surveyMeasurements,
                        Program program,
                        Department recorderDepartment,
                        QualityFlag qualityFlag,
                        Person recorderPerson,
                        java.util.Collection gearPhysicalFeatures,
                        java.util.Collection vesselPhysicalFeatures,
                        Vessel vessel)

Does the same thing as create(java.lang.Integer,java.lang.Boolean,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Person,java.util.Collection,java.util.Collection,fr.ifremer.allegro.referential.vessel.Vessel) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.


create

PhysicalGearSurvey create(java.util.Date creationDate,
                          java.lang.Boolean directSurveyInvestigation,
                          Program program,
                          QualityFlag qualityFlag,
                          Department recorderDepartment,
                          Vessel vessel,
                          java.lang.Integer year)

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


create

java.lang.Object create(int transform,
                        java.util.Date creationDate,
                        java.lang.Boolean directSurveyInvestigation,
                        Program program,
                        QualityFlag qualityFlag,
                        Department recorderDepartment,
                        Vessel vessel,
                        java.lang.Integer year)

Does the same thing as create(java.util.Date,java.lang.Boolean,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.vessel.Vessel,java.lang.Integer) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOTWILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.


update

void update(PhysicalGearSurvey physicalGearSurvey)
Updates the physicalGearSurvey instance in the persistent store.


update

void update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store.


remove

void remove(PhysicalGearSurvey physicalGearSurvey)
Removes the instance of fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey from the persistent store.


remove

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


remove

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


getAllPhysicalGearSurvey

java.util.Collection getAllPhysicalGearSurvey()

getAllPhysicalGearSurvey

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

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


getAllPhysicalGearSurvey

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

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


getAllPhysicalGearSurvey

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

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


getAllPhysicalGearSurvey

java.util.Collection getAllPhysicalGearSurvey(int transform)

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


getAllPhysicalGearSurvey

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

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


getAllPhysicalGearSurvey

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

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


getAllPhysicalGearSurvey

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

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


findPhysicalGearSurveyById

PhysicalGearSurvey findPhysicalGearSurveyById(java.lang.Integer id)

findPhysicalGearSurveyById

PhysicalGearSurvey findPhysicalGearSurveyById(java.lang.String queryString,
                                              java.lang.Integer id)

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


findPhysicalGearSurveyById

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

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


findPhysicalGearSurveyById

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

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


findPhysicalGearSurveyByVessel

java.util.Collection findPhysicalGearSurveyByVessel(Vessel vessel)

findPhysicalGearSurveyByVessel

java.util.Collection findPhysicalGearSurveyByVessel(java.lang.String queryString,
                                                    Vessel vessel)

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


findPhysicalGearSurveyByVessel

java.util.Collection findPhysicalGearSurveyByVessel(int pageNumber,
                                                    int pageSize,
                                                    Vessel vessel)

Does the same thing as findPhysicalGearSurveyByVessel(fr.ifremer.allegro.referential.vessel.Vessel) 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.


findPhysicalGearSurveyByVessel

java.util.Collection findPhysicalGearSurveyByVessel(java.lang.String queryString,
                                                    int pageNumber,
                                                    int pageSize,
                                                    Vessel vessel)

Does the same thing as findPhysicalGearSurveyByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) 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.


findPhysicalGearSurveyByVessel

java.util.Collection findPhysicalGearSurveyByVessel(int transform,
                                                    Vessel vessel)

Does the same thing as findPhysicalGearSurveyByVessel(fr.ifremer.allegro.referential.vessel.Vessel) 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.


findPhysicalGearSurveyByVessel

java.util.Collection findPhysicalGearSurveyByVessel(int transform,
                                                    int pageNumber,
                                                    int pageSize,
                                                    Vessel vessel)

Does the same thing as findPhysicalGearSurveyByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) 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.


findPhysicalGearSurveyByVessel

java.util.Collection findPhysicalGearSurveyByVessel(int transform,
                                                    java.lang.String queryString,
                                                    Vessel vessel)

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


findPhysicalGearSurveyByVessel

java.util.Collection findPhysicalGearSurveyByVessel(int transform,
                                                    java.lang.String queryString,
                                                    int pageNumber,
                                                    int pageSize,
                                                    Vessel vessel)

Does the same thing as findPhysicalGearSurveyByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) 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.


findPhysicalGearSurveyByProgram

java.util.Collection findPhysicalGearSurveyByProgram(Program program)

findPhysicalGearSurveyByProgram

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

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


findPhysicalGearSurveyByProgram

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

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


findPhysicalGearSurveyByProgram

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

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


findPhysicalGearSurveyByProgram

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

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


findPhysicalGearSurveyByProgram

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

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


findPhysicalGearSurveyByProgram

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

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


findPhysicalGearSurveyByProgram

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

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


findPhysicalGearSurveyByRecorderDepartment

java.util.Collection findPhysicalGearSurveyByRecorderDepartment(Department recorderDepartment)

findPhysicalGearSurveyByRecorderDepartment

java.util.Collection findPhysicalGearSurveyByRecorderDepartment(java.lang.String queryString,
                                                                Department recorderDepartment)

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


findPhysicalGearSurveyByRecorderDepartment

java.util.Collection findPhysicalGearSurveyByRecorderDepartment(int pageNumber,
                                                                int pageSize,
                                                                Department recorderDepartment)

Does the same thing as findPhysicalGearSurveyByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) 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.


findPhysicalGearSurveyByRecorderDepartment

java.util.Collection findPhysicalGearSurveyByRecorderDepartment(java.lang.String queryString,
                                                                int pageNumber,
                                                                int pageSize,
                                                                Department recorderDepartment)

Does the same thing as findPhysicalGearSurveyByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department) 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.


findPhysicalGearSurveyByRecorderDepartment

java.util.Collection findPhysicalGearSurveyByRecorderDepartment(int transform,
                                                                Department recorderDepartment)

Does the same thing as findPhysicalGearSurveyByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) 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.


findPhysicalGearSurveyByRecorderDepartment

java.util.Collection findPhysicalGearSurveyByRecorderDepartment(int transform,
                                                                int pageNumber,
                                                                int pageSize,
                                                                Department recorderDepartment)

Does the same thing as findPhysicalGearSurveyByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) 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.


findPhysicalGearSurveyByRecorderDepartment

java.util.Collection findPhysicalGearSurveyByRecorderDepartment(int transform,
                                                                java.lang.String queryString,
                                                                Department recorderDepartment)

Does the same thing as findPhysicalGearSurveyByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findPhysicalGearSurveyByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department recorderDepartment).


findPhysicalGearSurveyByRecorderDepartment

java.util.Collection findPhysicalGearSurveyByRecorderDepartment(int transform,
                                                                java.lang.String queryString,
                                                                int pageNumber,
                                                                int pageSize,
                                                                Department recorderDepartment)

Does the same thing as findPhysicalGearSurveyByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department) 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.


findPhysicalGearSurveyByQualityFlag

java.util.Collection findPhysicalGearSurveyByQualityFlag(QualityFlag qualityFlag)

findPhysicalGearSurveyByQualityFlag

java.util.Collection findPhysicalGearSurveyByQualityFlag(java.lang.String queryString,
                                                         QualityFlag qualityFlag)

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


findPhysicalGearSurveyByQualityFlag

java.util.Collection findPhysicalGearSurveyByQualityFlag(int pageNumber,
                                                         int pageSize,
                                                         QualityFlag qualityFlag)

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


findPhysicalGearSurveyByQualityFlag

java.util.Collection findPhysicalGearSurveyByQualityFlag(java.lang.String queryString,
                                                         int pageNumber,
                                                         int pageSize,
                                                         QualityFlag qualityFlag)

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


findPhysicalGearSurveyByQualityFlag

java.util.Collection findPhysicalGearSurveyByQualityFlag(int transform,
                                                         QualityFlag qualityFlag)

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


findPhysicalGearSurveyByQualityFlag

java.util.Collection findPhysicalGearSurveyByQualityFlag(int transform,
                                                         int pageNumber,
                                                         int pageSize,
                                                         QualityFlag qualityFlag)

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


findPhysicalGearSurveyByQualityFlag

java.util.Collection findPhysicalGearSurveyByQualityFlag(int transform,
                                                         java.lang.String queryString,
                                                         QualityFlag qualityFlag)

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


findPhysicalGearSurveyByQualityFlag

java.util.Collection findPhysicalGearSurveyByQualityFlag(int transform,
                                                         java.lang.String queryString,
                                                         int pageNumber,
                                                         int pageSize,
                                                         QualityFlag qualityFlag)

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


findPhysicalGearSurveyByRecorderPerson

java.util.Collection findPhysicalGearSurveyByRecorderPerson(Person recorderPerson)

findPhysicalGearSurveyByRecorderPerson

java.util.Collection findPhysicalGearSurveyByRecorderPerson(java.lang.String queryString,
                                                            Person recorderPerson)

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


findPhysicalGearSurveyByRecorderPerson

java.util.Collection findPhysicalGearSurveyByRecorderPerson(int pageNumber,
                                                            int pageSize,
                                                            Person recorderPerson)

Does the same thing as findPhysicalGearSurveyByRecorderPerson(fr.ifremer.allegro.administration.user.Person) 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.


findPhysicalGearSurveyByRecorderPerson

java.util.Collection findPhysicalGearSurveyByRecorderPerson(java.lang.String queryString,
                                                            int pageNumber,
                                                            int pageSize,
                                                            Person recorderPerson)

Does the same thing as findPhysicalGearSurveyByRecorderPerson(String, fr.ifremer.allegro.administration.user.Person) 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.


findPhysicalGearSurveyByRecorderPerson

java.util.Collection findPhysicalGearSurveyByRecorderPerson(int transform,
                                                            Person recorderPerson)

Does the same thing as findPhysicalGearSurveyByRecorderPerson(fr.ifremer.allegro.administration.user.Person) 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.


findPhysicalGearSurveyByRecorderPerson

java.util.Collection findPhysicalGearSurveyByRecorderPerson(int transform,
                                                            int pageNumber,
                                                            int pageSize,
                                                            Person recorderPerson)

Does the same thing as findPhysicalGearSurveyByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) 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.


findPhysicalGearSurveyByRecorderPerson

java.util.Collection findPhysicalGearSurveyByRecorderPerson(int transform,
                                                            java.lang.String queryString,
                                                            Person recorderPerson)

Does the same thing as findPhysicalGearSurveyByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findPhysicalGearSurveyByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person recorderPerson).


findPhysicalGearSurveyByRecorderPerson

java.util.Collection findPhysicalGearSurveyByRecorderPerson(int transform,
                                                            java.lang.String queryString,
                                                            int pageNumber,
                                                            int pageSize,
                                                            Person recorderPerson)

Does the same thing as findPhysicalGearSurveyByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person) 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.


findPhysicalGearSurveyByNaturalId

PhysicalGearSurvey findPhysicalGearSurveyByNaturalId(java.lang.Integer year,
                                                     Vessel vessel,
                                                     Program program)

findPhysicalGearSurveyByNaturalId

PhysicalGearSurvey findPhysicalGearSurveyByNaturalId(java.lang.String queryString,
                                                     java.lang.Integer year,
                                                     Vessel vessel,
                                                     Program program)

Does the same thing as findPhysicalGearSurveyByNaturalId(java.lang.Integer, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findPhysicalGearSurveyByNaturalId(java.lang.Integer, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program).


findPhysicalGearSurveyByNaturalId

java.lang.Object findPhysicalGearSurveyByNaturalId(int transform,
                                                   java.lang.Integer year,
                                                   Vessel vessel,
                                                   Program program)

Does the same thing as findPhysicalGearSurveyByNaturalId(java.lang.Integer, fr.ifremer.allegro.referential.vessel.Vessel, 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.


findPhysicalGearSurveyByNaturalId

java.lang.Object findPhysicalGearSurveyByNaturalId(int transform,
                                                   java.lang.String queryString,
                                                   java.lang.Integer year,
                                                   Vessel vessel,
                                                   Program program)

Does the same thing as findPhysicalGearSurveyByNaturalId(int, java.lang.Integer, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findPhysicalGearSurveyByNaturalId(int, java.lang.Integer year, fr.ifremer.allegro.referential.vessel.Vessel vessel, fr.ifremer.allegro.administration.programStrategy.Program program).


getAllPhysicalGearSurveySinceDateSynchro

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

getAllPhysicalGearSurveySinceDateSynchro

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

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


getAllPhysicalGearSurveySinceDateSynchro

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

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


getAllPhysicalGearSurveySinceDateSynchro

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

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


getAllPhysicalGearSurveySinceDateSynchro

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

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


getAllPhysicalGearSurveySinceDateSynchro

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

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


getAllPhysicalGearSurveySinceDateSynchro

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

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


getAllPhysicalGearSurveySinceDateSynchro

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

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


createFromClusterPhysicalGearSurvey

PhysicalGearSurvey createFromClusterPhysicalGearSurvey(ClusterPhysicalGearSurvey clusterPhysicalGearSurvey)

getAllClusterPhysicalGearSurveySinceDateSynchro

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

search

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

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

search

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

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

search

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

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

search

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

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


Copyright © 2008-2010 IFREMER. All Rights Reserved.