|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PhysicalGearSurveyDao
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 |
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 |
---|
static final int TRANSFORM_NONE
int
parameter called transform
.
This specific flag denotes no transformation will occur.
static final int TRANSFORM_REMOTEPHYSICALGEARSURVEYFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemotePhysicalGearSurveyFullVO
.
static final int TRANSFORM_REMOTEPHYSICALGEARSURVEYNATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemotePhysicalGearSurveyNaturalId
.
static final int TRANSFORM_CLUSTERPHYSICALGEARSURVEY
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterPhysicalGearSurvey
.
Method Detail |
---|
void toRemotePhysicalGearSurveyFullVO(PhysicalGearSurvey source, RemotePhysicalGearSurveyFullVO target)
RemotePhysicalGearSurveyFullVO toRemotePhysicalGearSurveyFullVO(PhysicalGearSurvey entity)
RemotePhysicalGearSurveyFullVO
.
void toRemotePhysicalGearSurveyFullVOCollection(java.util.Collection entities)
RemotePhysicalGearSurveyFullVO
.
RemotePhysicalGearSurveyFullVO[] toRemotePhysicalGearSurveyFullVOArray(java.util.Collection entities)
RemotePhysicalGearSurveyFullVO
.
void remotePhysicalGearSurveyFullVOToEntity(RemotePhysicalGearSurveyFullVO source, PhysicalGearSurvey target, boolean copyIfNull)
RemotePhysicalGearSurveyFullVO
to the specified entity.
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.PhysicalGearSurvey remotePhysicalGearSurveyFullVOToEntity(RemotePhysicalGearSurveyFullVO remotePhysicalGearSurveyFullVO)
RemotePhysicalGearSurveyFullVO
to this DAO's entity.
void remotePhysicalGearSurveyFullVOToEntityCollection(java.util.Collection instances)
RemotePhysicalGearSurveyFullVO
to this
DAO's entity.
void toRemotePhysicalGearSurveyNaturalId(PhysicalGearSurvey source, RemotePhysicalGearSurveyNaturalId target)
RemotePhysicalGearSurveyNaturalId toRemotePhysicalGearSurveyNaturalId(PhysicalGearSurvey entity)
RemotePhysicalGearSurveyNaturalId
.
void toRemotePhysicalGearSurveyNaturalIdCollection(java.util.Collection entities)
RemotePhysicalGearSurveyNaturalId
.
RemotePhysicalGearSurveyNaturalId[] toRemotePhysicalGearSurveyNaturalIdArray(java.util.Collection entities)
RemotePhysicalGearSurveyNaturalId
.
void remotePhysicalGearSurveyNaturalIdToEntity(RemotePhysicalGearSurveyNaturalId source, PhysicalGearSurvey target, boolean copyIfNull)
RemotePhysicalGearSurveyNaturalId
to the specified entity.
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.PhysicalGearSurvey remotePhysicalGearSurveyNaturalIdToEntity(RemotePhysicalGearSurveyNaturalId remotePhysicalGearSurveyNaturalId)
RemotePhysicalGearSurveyNaturalId
to this DAO's entity.
void remotePhysicalGearSurveyNaturalIdToEntityCollection(java.util.Collection instances)
RemotePhysicalGearSurveyNaturalId
to this
DAO's entity.
void toClusterPhysicalGearSurvey(PhysicalGearSurvey source, ClusterPhysicalGearSurvey target)
ClusterPhysicalGearSurvey toClusterPhysicalGearSurvey(PhysicalGearSurvey entity)
ClusterPhysicalGearSurvey
.
void toClusterPhysicalGearSurveyCollection(java.util.Collection entities)
ClusterPhysicalGearSurvey
.
ClusterPhysicalGearSurvey[] toClusterPhysicalGearSurveyArray(java.util.Collection entities)
ClusterPhysicalGearSurvey
.
void clusterPhysicalGearSurveyToEntity(ClusterPhysicalGearSurvey source, PhysicalGearSurvey target, boolean copyIfNull)
ClusterPhysicalGearSurvey
to the specified entity.
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.PhysicalGearSurvey clusterPhysicalGearSurveyToEntity(ClusterPhysicalGearSurvey clusterPhysicalGearSurvey)
ClusterPhysicalGearSurvey
to this DAO's entity.
void clusterPhysicalGearSurveyToEntityCollection(java.util.Collection instances)
ClusterPhysicalGearSurvey
to this
DAO's entity.
PhysicalGearSurvey load(java.lang.Integer id)
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.
id
- identifier of the entity to load
java.util.Collection loadAll()
PhysicalGearSurvey
.
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.
transform
- the flag indicating what transformation to use.
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.
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
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.
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.
PhysicalGearSurvey create(PhysicalGearSurvey physicalGearSurvey)
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.
java.util.Collection create(java.util.Collection entities)
entities
collection
entities
- the collection of fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey
instances to 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.
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
. 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.
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.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.
void update(PhysicalGearSurvey physicalGearSurvey)
physicalGearSurvey
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
void remove(PhysicalGearSurvey physicalGearSurvey)
void remove(java.lang.Integer id)
identifier
from the persistent store.
void remove(java.util.Collection entities)
entities collection.
java.util.Collection 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()
.
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.
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.
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.
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.
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)
.
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.
PhysicalGearSurvey findPhysicalGearSurveyById(java.lang.Integer id)
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)
.
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.
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)
.
java.util.Collection findPhysicalGearSurveyByVessel(Vessel vessel)
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)
.
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.
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.
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.
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.
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)
.
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.
java.util.Collection findPhysicalGearSurveyByProgram(Program program)
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)
.
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.
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.
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.
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.
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)
.
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.
java.util.Collection findPhysicalGearSurveyByRecorderDepartment(Department recorderDepartment)
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)
.
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.
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.
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.
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.
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)
.
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.
java.util.Collection findPhysicalGearSurveyByQualityFlag(QualityFlag qualityFlag)
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)
.
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.
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.
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.
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.
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)
.
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.
java.util.Collection findPhysicalGearSurveyByRecorderPerson(Person recorderPerson)
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)
.
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.
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.
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.
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.
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)
.
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.
PhysicalGearSurvey findPhysicalGearSurveyByNaturalId(java.lang.Integer year, Vessel vessel, Program program)
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)
.
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.
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)
.
java.util.Collection getAllPhysicalGearSurveySinceDateSynchro(java.sql.Timestamp updateDate)
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)
.
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.
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.
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.
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.
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)
.
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.
PhysicalGearSurvey createFromClusterPhysicalGearSurvey(ClusterPhysicalGearSurvey clusterPhysicalGearSurvey)
ClusterPhysicalGearSurvey[] getAllClusterPhysicalGearSurveySinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
transform
- the transformation flag.pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.PaginationResult search(int pageNumber, int pageSize, Search search)
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.java.util.Set search(int transform, Search search)
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.
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
java.util.Set search(Search search)
search
object.
search
- the search object which provides the search parameters and pagination specification.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |