|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FishingEffortCalendarDao
FishingEffortCalendar
Field Summary | |
---|---|
static int |
TRANSFORM_CLUSTERFISHINGEFFORTCALENDAR
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_REMOTEFISHINGEFFORTCALENDARFULLVO
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_REMOTEFISHINGEFFORTCALENDARNATURALID
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 | |
---|---|
FishingEffortCalendar |
clusterFishingEffortCalendarToEntity(ClusterFishingEffortCalendar clusterFishingEffortCalendar)
Converts an instance of type ClusterFishingEffortCalendar to this DAO's entity. |
void |
clusterFishingEffortCalendarToEntity(ClusterFishingEffortCalendar source,
FishingEffortCalendar target,
boolean copyIfNull)
Copies the fields of ClusterFishingEffortCalendar to the specified entity. |
void |
clusterFishingEffortCalendarToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterFishingEffortCalendar to this
DAO's entity. |
FishingEffortCalendar |
create(ActivityCalendar activityCalendar,
java.util.Date creationDate,
java.lang.Boolean directSurveyInvestigation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
SurveyQualification surveyQualification,
Vessel vessel,
java.lang.Integer year)
Creates a new fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar and adds from the passed in entities collection |
FishingEffortCalendar |
create(FishingEffortCalendar fishingEffortCalendar)
Creates an instance of fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar and adds it to the persistent store. |
java.lang.Object |
create(int transform,
ActivityCalendar activityCalendar,
java.util.Date creationDate,
java.lang.Boolean directSurveyInvestigation,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
SurveyQualification surveyQualification,
Vessel vessel,
java.lang.Integer year)
Does the same thing as create(fr.ifremer.allegro.data.survey.activity.ActivityCalendar,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.SurveyQualification,fr.ifremer.allegro.referential.vessel.Vessel,java.lang.Integer) with an
additional flag called transform . |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as create(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an
additional flag called transform . |
FishingEffortCalendar |
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,
SurveyQualification surveyQualification,
Vessel vessel,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Person recorderPerson,
ActivityCalendar activityCalendar,
java.util.Collection gearUseFeatures,
java.util.Collection vesselUseFeatures)
Creates a new fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar
instance from all attributes and
properties and adds it to the persistent store. |
java.lang.Object |
create(int transform,
FishingEffortCalendar fishingEffortCalendar)
Does the same thing as create(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an
additional flag called transform . |
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,
SurveyQualification surveyQualification,
Vessel vessel,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Person recorderPerson,
ActivityCalendar activityCalendar,
java.util.Collection gearUseFeatures,
java.util.Collection vesselUseFeatures)
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,fr.ifremer.allegro.referential.SurveyQualification,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Person,fr.ifremer.allegro.data.survey.activity.ActivityCalendar,java.util.Collection,java.util.Collection) with an
additional flag called transform . |
FishingEffortCalendar |
createFromClusterFishingEffortCalendar(ClusterFishingEffortCalendar clusterFishingEffortCalendar)
|
FishingEffortCalendar |
findFishingEffortCalendarByActivityCalendar(ActivityCalendar activityCalendar)
|
java.lang.Object |
findFishingEffortCalendarByActivityCalendar(int transform,
ActivityCalendar activityCalendar)
Does the same thing as findFishingEffortCalendarByActivityCalendar(fr.ifremer.allegro.data.survey.activity.ActivityCalendar) with an
additional flag called transform . |
java.lang.Object |
findFishingEffortCalendarByActivityCalendar(int transform,
java.lang.String queryString,
ActivityCalendar activityCalendar)
Does the same thing as findFishingEffortCalendarByActivityCalendar(int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar) with an
additional argument called queryString . |
FishingEffortCalendar |
findFishingEffortCalendarByActivityCalendar(java.lang.String queryString,
ActivityCalendar activityCalendar)
Does the same thing as findFishingEffortCalendarByActivityCalendar(fr.ifremer.allegro.data.survey.activity.ActivityCalendar) with an
additional argument called queryString . |
FishingEffortCalendar |
findFishingEffortCalendarById(java.lang.Integer id)
|
java.lang.Object |
findFishingEffortCalendarById(int transform,
java.lang.Integer id)
Does the same thing as findFishingEffortCalendarById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findFishingEffortCalendarById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findFishingEffortCalendarById(int, java.lang.Integer) with an
additional argument called queryString . |
FishingEffortCalendar |
findFishingEffortCalendarById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findFishingEffortCalendarById(java.lang.Integer) with an
additional argument called queryString . |
FishingEffortCalendar |
findFishingEffortCalendarByNaturalId(java.lang.Integer year,
Vessel vessel,
Program program)
|
java.lang.Object |
findFishingEffortCalendarByNaturalId(int transform,
java.lang.Integer year,
Vessel vessel,
Program program)
Does the same thing as findFishingEffortCalendarByNaturalId(java.lang.Integer, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.lang.Object |
findFishingEffortCalendarByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer year,
Vessel vessel,
Program program)
Does the same thing as findFishingEffortCalendarByNaturalId(int, java.lang.Integer, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
FishingEffortCalendar |
findFishingEffortCalendarByNaturalId(java.lang.String queryString,
java.lang.Integer year,
Vessel vessel,
Program program)
Does the same thing as findFishingEffortCalendarByNaturalId(java.lang.Integer, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findFishingEffortCalendarByProgram(int transform,
int pageNumber,
int pageSize,
Program program)
Does the same thing as findFishingEffortCalendarByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingEffortCalendarByProgram(int pageNumber,
int pageSize,
Program program)
Does the same thing as findFishingEffortCalendarByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingEffortCalendarByProgram(int transform,
Program program)
Does the same thing as findFishingEffortCalendarByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.util.Collection |
findFishingEffortCalendarByProgram(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as findFishingEffortCalendarByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingEffortCalendarByProgram(int transform,
java.lang.String queryString,
Program program)
Does the same thing as findFishingEffortCalendarByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findFishingEffortCalendarByProgram(Program program)
|
java.util.Collection |
findFishingEffortCalendarByProgram(java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as findFishingEffortCalendarByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingEffortCalendarByProgram(java.lang.String queryString,
Program program)
Does the same thing as findFishingEffortCalendarByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findFishingEffortCalendarByQualityFlag(int transform,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findFishingEffortCalendarByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingEffortCalendarByQualityFlag(int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findFishingEffortCalendarByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingEffortCalendarByQualityFlag(int transform,
QualityFlag qualityFlag)
Does the same thing as findFishingEffortCalendarByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional flag called transform . |
java.util.Collection |
findFishingEffortCalendarByQualityFlag(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findFishingEffortCalendarByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingEffortCalendarByQualityFlag(int transform,
java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as findFishingEffortCalendarByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findFishingEffortCalendarByQualityFlag(QualityFlag qualityFlag)
|
java.util.Collection |
findFishingEffortCalendarByQualityFlag(java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findFishingEffortCalendarByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingEffortCalendarByQualityFlag(java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as findFishingEffortCalendarByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findFishingEffortCalendarByRecorderDepartment(Department recorderDepartment)
|
java.util.Collection |
findFishingEffortCalendarByRecorderDepartment(int transform,
Department recorderDepartment)
Does the same thing as findFishingEffortCalendarByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional flag called transform . |
java.util.Collection |
findFishingEffortCalendarByRecorderDepartment(int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as findFishingEffortCalendarByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingEffortCalendarByRecorderDepartment(int transform,
int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as findFishingEffortCalendarByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingEffortCalendarByRecorderDepartment(int transform,
java.lang.String queryString,
Department recorderDepartment)
Does the same thing as findFishingEffortCalendarByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findFishingEffortCalendarByRecorderDepartment(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as findFishingEffortCalendarByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingEffortCalendarByRecorderDepartment(java.lang.String queryString,
Department recorderDepartment)
Does the same thing as findFishingEffortCalendarByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findFishingEffortCalendarByRecorderDepartment(java.lang.String queryString,
int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as findFishingEffortCalendarByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingEffortCalendarByRecorderPerson(int transform,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as findFishingEffortCalendarByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingEffortCalendarByRecorderPerson(int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as findFishingEffortCalendarByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingEffortCalendarByRecorderPerson(int transform,
Person recorderPerson)
Does the same thing as findFishingEffortCalendarByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional flag called transform . |
java.util.Collection |
findFishingEffortCalendarByRecorderPerson(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as findFishingEffortCalendarByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingEffortCalendarByRecorderPerson(int transform,
java.lang.String queryString,
Person recorderPerson)
Does the same thing as findFishingEffortCalendarByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
findFishingEffortCalendarByRecorderPerson(Person recorderPerson)
|
java.util.Collection |
findFishingEffortCalendarByRecorderPerson(java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as findFishingEffortCalendarByRecorderPerson(String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingEffortCalendarByRecorderPerson(java.lang.String queryString,
Person recorderPerson)
Does the same thing as findFishingEffortCalendarByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
findFishingEffortCalendarBySurveyQualification(int transform,
int pageNumber,
int pageSize,
SurveyQualification surveyQualification)
Does the same thing as findFishingEffortCalendarBySurveyQualification(int, fr.ifremer.allegro.referential.SurveyQualification) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingEffortCalendarBySurveyQualification(int pageNumber,
int pageSize,
SurveyQualification surveyQualification)
Does the same thing as findFishingEffortCalendarBySurveyQualification(fr.ifremer.allegro.referential.SurveyQualification) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingEffortCalendarBySurveyQualification(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
SurveyQualification surveyQualification)
Does the same thing as findFishingEffortCalendarBySurveyQualification(int, String, fr.ifremer.allegro.referential.SurveyQualification) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingEffortCalendarBySurveyQualification(int transform,
java.lang.String queryString,
SurveyQualification surveyQualification)
Does the same thing as findFishingEffortCalendarBySurveyQualification(int, fr.ifremer.allegro.referential.SurveyQualification) with an
additional argument called queryString . |
java.util.Collection |
findFishingEffortCalendarBySurveyQualification(int transform,
SurveyQualification surveyQualification)
Does the same thing as findFishingEffortCalendarBySurveyQualification(fr.ifremer.allegro.referential.SurveyQualification) with an
additional flag called transform . |
java.util.Collection |
findFishingEffortCalendarBySurveyQualification(java.lang.String queryString,
int pageNumber,
int pageSize,
SurveyQualification surveyQualification)
Does the same thing as findFishingEffortCalendarBySurveyQualification(String, fr.ifremer.allegro.referential.SurveyQualification) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingEffortCalendarBySurveyQualification(java.lang.String queryString,
SurveyQualification surveyQualification)
Does the same thing as findFishingEffortCalendarBySurveyQualification(fr.ifremer.allegro.referential.SurveyQualification) with an
additional argument called queryString . |
java.util.Collection |
findFishingEffortCalendarBySurveyQualification(SurveyQualification surveyQualification)
|
java.util.Collection |
findFishingEffortCalendarByVessel(int transform,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as findFishingEffortCalendarByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingEffortCalendarByVessel(int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as findFishingEffortCalendarByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingEffortCalendarByVessel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as findFishingEffortCalendarByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingEffortCalendarByVessel(int transform,
java.lang.String queryString,
Vessel vessel)
Does the same thing as findFishingEffortCalendarByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
java.util.Collection |
findFishingEffortCalendarByVessel(int transform,
Vessel vessel)
Does the same thing as findFishingEffortCalendarByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional flag called transform . |
java.util.Collection |
findFishingEffortCalendarByVessel(java.lang.String queryString,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as findFishingEffortCalendarByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingEffortCalendarByVessel(java.lang.String queryString,
Vessel vessel)
Does the same thing as findFishingEffortCalendarByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
java.util.Collection |
findFishingEffortCalendarByVessel(Vessel vessel)
|
java.util.Collection |
getAllFishingEffortCalendar()
|
java.util.Collection |
getAllFishingEffortCalendar(int transform)
Does the same thing as getAllFishingEffortCalendar() with an
additional flag called transform . |
java.util.Collection |
getAllFishingEffortCalendar(int pageNumber,
int pageSize)
Does the same thing as getAllFishingEffortCalendar() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFishingEffortCalendar(int transform,
int pageNumber,
int pageSize)
Does the same thing as getAllFishingEffortCalendar(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFishingEffortCalendar(int transform,
java.lang.String queryString)
Does the same thing as getAllFishingEffortCalendar(int) with an
additional argument called queryString . |
java.util.Collection |
getAllFishingEffortCalendar(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllFishingEffortCalendar(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFishingEffortCalendar(java.lang.String queryString)
Does the same thing as getAllFishingEffortCalendar() with an
additional argument called queryString . |
java.util.Collection |
getAllFishingEffortCalendar(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllFishingEffortCalendar(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFishingEffortCalendarSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllFishingEffortCalendarSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFishingEffortCalendarSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllFishingEffortCalendarSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFishingEffortCalendarSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllFishingEffortCalendarSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFishingEffortCalendarSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllFishingEffortCalendarSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllFishingEffortCalendarSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as getAllFishingEffortCalendarSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllFishingEffortCalendarSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllFishingEffortCalendarSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFishingEffortCalendarSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllFishingEffortCalendarSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllFishingEffortCalendarSinceDateSynchro(java.sql.Timestamp updateDate)
|
FishingEffortCalendar |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar 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 FishingEffortCalendar . |
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 . |
FishingEffortCalendar |
remoteFishingEffortCalendarFullVOToEntity(RemoteFishingEffortCalendarFullVO remoteFishingEffortCalendarFullVO)
Converts an instance of type RemoteFishingEffortCalendarFullVO to this DAO's entity. |
void |
remoteFishingEffortCalendarFullVOToEntity(RemoteFishingEffortCalendarFullVO source,
FishingEffortCalendar target,
boolean copyIfNull)
Copies the fields of RemoteFishingEffortCalendarFullVO to the specified entity. |
void |
remoteFishingEffortCalendarFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteFishingEffortCalendarFullVO to this
DAO's entity. |
FishingEffortCalendar |
remoteFishingEffortCalendarNaturalIdToEntity(RemoteFishingEffortCalendarNaturalId remoteFishingEffortCalendarNaturalId)
Converts an instance of type RemoteFishingEffortCalendarNaturalId to this DAO's entity. |
void |
remoteFishingEffortCalendarNaturalIdToEntity(RemoteFishingEffortCalendarNaturalId source,
FishingEffortCalendar target,
boolean copyIfNull)
Copies the fields of RemoteFishingEffortCalendarNaturalId to the specified entity. |
void |
remoteFishingEffortCalendarNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteFishingEffortCalendarNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(FishingEffortCalendar fishingEffortCalendar)
Removes the instance of fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar from the persistent store. |
void |
remove(java.lang.Integer id)
Removes the instance of fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar having the given identifier 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. |
ClusterFishingEffortCalendar |
toClusterFishingEffortCalendar(FishingEffortCalendar entity)
Converts this DAO's entity to an object of type ClusterFishingEffortCalendar . |
void |
toClusterFishingEffortCalendar(FishingEffortCalendar source,
ClusterFishingEffortCalendar target)
Copies the fields of the specified entity to the target value object. |
ClusterFishingEffortCalendar[] |
toClusterFishingEffortCalendarArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterFishingEffortCalendar . |
void |
toClusterFishingEffortCalendarCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterFishingEffortCalendar . |
RemoteFishingEffortCalendarFullVO |
toRemoteFishingEffortCalendarFullVO(FishingEffortCalendar entity)
Converts this DAO's entity to an object of type RemoteFishingEffortCalendarFullVO . |
void |
toRemoteFishingEffortCalendarFullVO(FishingEffortCalendar source,
RemoteFishingEffortCalendarFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteFishingEffortCalendarFullVO[] |
toRemoteFishingEffortCalendarFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteFishingEffortCalendarFullVO . |
void |
toRemoteFishingEffortCalendarFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteFishingEffortCalendarFullVO . |
RemoteFishingEffortCalendarNaturalId |
toRemoteFishingEffortCalendarNaturalId(FishingEffortCalendar entity)
Converts this DAO's entity to an object of type RemoteFishingEffortCalendarNaturalId . |
void |
toRemoteFishingEffortCalendarNaturalId(FishingEffortCalendar source,
RemoteFishingEffortCalendarNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteFishingEffortCalendarNaturalId[] |
toRemoteFishingEffortCalendarNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteFishingEffortCalendarNaturalId . |
void |
toRemoteFishingEffortCalendarNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteFishingEffortCalendarNaturalId . |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(FishingEffortCalendar fishingEffortCalendar)
Updates the fishingEffortCalendar 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_REMOTEFISHINGEFFORTCALENDARFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteFishingEffortCalendarFullVO
.
static final int TRANSFORM_REMOTEFISHINGEFFORTCALENDARNATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteFishingEffortCalendarNaturalId
.
static final int TRANSFORM_CLUSTERFISHINGEFFORTCALENDAR
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterFishingEffortCalendar
.
Method Detail |
---|
void toRemoteFishingEffortCalendarFullVO(FishingEffortCalendar source, RemoteFishingEffortCalendarFullVO target)
RemoteFishingEffortCalendarFullVO toRemoteFishingEffortCalendarFullVO(FishingEffortCalendar entity)
RemoteFishingEffortCalendarFullVO
.
void toRemoteFishingEffortCalendarFullVOCollection(java.util.Collection entities)
RemoteFishingEffortCalendarFullVO
.
RemoteFishingEffortCalendarFullVO[] toRemoteFishingEffortCalendarFullVOArray(java.util.Collection entities)
RemoteFishingEffortCalendarFullVO
.
void remoteFishingEffortCalendarFullVOToEntity(RemoteFishingEffortCalendarFullVO source, FishingEffortCalendar target, boolean copyIfNull)
RemoteFishingEffortCalendarFullVO
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.FishingEffortCalendar remoteFishingEffortCalendarFullVOToEntity(RemoteFishingEffortCalendarFullVO remoteFishingEffortCalendarFullVO)
RemoteFishingEffortCalendarFullVO
to this DAO's entity.
void remoteFishingEffortCalendarFullVOToEntityCollection(java.util.Collection instances)
RemoteFishingEffortCalendarFullVO
to this
DAO's entity.
void toRemoteFishingEffortCalendarNaturalId(FishingEffortCalendar source, RemoteFishingEffortCalendarNaturalId target)
RemoteFishingEffortCalendarNaturalId toRemoteFishingEffortCalendarNaturalId(FishingEffortCalendar entity)
RemoteFishingEffortCalendarNaturalId
.
void toRemoteFishingEffortCalendarNaturalIdCollection(java.util.Collection entities)
RemoteFishingEffortCalendarNaturalId
.
RemoteFishingEffortCalendarNaturalId[] toRemoteFishingEffortCalendarNaturalIdArray(java.util.Collection entities)
RemoteFishingEffortCalendarNaturalId
.
void remoteFishingEffortCalendarNaturalIdToEntity(RemoteFishingEffortCalendarNaturalId source, FishingEffortCalendar target, boolean copyIfNull)
RemoteFishingEffortCalendarNaturalId
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.FishingEffortCalendar remoteFishingEffortCalendarNaturalIdToEntity(RemoteFishingEffortCalendarNaturalId remoteFishingEffortCalendarNaturalId)
RemoteFishingEffortCalendarNaturalId
to this DAO's entity.
void remoteFishingEffortCalendarNaturalIdToEntityCollection(java.util.Collection instances)
RemoteFishingEffortCalendarNaturalId
to this
DAO's entity.
void toClusterFishingEffortCalendar(FishingEffortCalendar source, ClusterFishingEffortCalendar target)
ClusterFishingEffortCalendar toClusterFishingEffortCalendar(FishingEffortCalendar entity)
ClusterFishingEffortCalendar
.
void toClusterFishingEffortCalendarCollection(java.util.Collection entities)
ClusterFishingEffortCalendar
.
ClusterFishingEffortCalendar[] toClusterFishingEffortCalendarArray(java.util.Collection entities)
ClusterFishingEffortCalendar
.
void clusterFishingEffortCalendarToEntity(ClusterFishingEffortCalendar source, FishingEffortCalendar target, boolean copyIfNull)
ClusterFishingEffortCalendar
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.FishingEffortCalendar clusterFishingEffortCalendarToEntity(ClusterFishingEffortCalendar clusterFishingEffortCalendar)
ClusterFishingEffortCalendar
to this DAO's entity.
void clusterFishingEffortCalendarToEntityCollection(java.util.Collection instances)
ClusterFishingEffortCalendar
to this
DAO's entity.
FishingEffortCalendar 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()
FishingEffortCalendar
.
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.
FishingEffortCalendar create(FishingEffortCalendar fishingEffortCalendar)
java.lang.Object create(int transform, FishingEffortCalendar fishingEffortCalendar)
Does the same thing as create(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)
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.fishingEffort.FishingEffortCalendar
instances to create.
java.util.Collection create(int transform, java.util.Collection entities)
Does the same thing as create(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)
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.
FishingEffortCalendar 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, SurveyQualification surveyQualification, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, ActivityCalendar activityCalendar, java.util.Collection gearUseFeatures, java.util.Collection vesselUseFeatures)
Creates a new fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar
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, SurveyQualification surveyQualification, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, ActivityCalendar activityCalendar, java.util.Collection gearUseFeatures, java.util.Collection vesselUseFeatures)
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,fr.ifremer.allegro.referential.SurveyQualification,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Person,fr.ifremer.allegro.data.survey.activity.ActivityCalendar,java.util.Collection,java.util.Collection)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
FishingEffortCalendar create(ActivityCalendar activityCalendar, java.util.Date creationDate, java.lang.Boolean directSurveyInvestigation, Program program, QualityFlag qualityFlag, Department recorderDepartment, SurveyQualification surveyQualification, Vessel vessel, java.lang.Integer year)
Creates a new fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
java.lang.Object create(int transform, ActivityCalendar activityCalendar, java.util.Date creationDate, java.lang.Boolean directSurveyInvestigation, Program program, QualityFlag qualityFlag, Department recorderDepartment, SurveyQualification surveyQualification, Vessel vessel, java.lang.Integer year)
Does the same thing as create(fr.ifremer.allegro.data.survey.activity.ActivityCalendar,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.SurveyQualification,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(FishingEffortCalendar fishingEffortCalendar)
fishingEffortCalendar
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
void remove(FishingEffortCalendar fishingEffortCalendar)
void remove(java.lang.Integer id)
identifier
from the persistent store.
void remove(java.util.Collection entities)
entities collection.
java.util.Collection getAllFishingEffortCalendar()
java.util.Collection getAllFishingEffortCalendar(java.lang.String queryString)
Does the same thing as getAllFishingEffortCalendar()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllFishingEffortCalendar()
.
java.util.Collection getAllFishingEffortCalendar(int pageNumber, int pageSize)
Does the same thing as getAllFishingEffortCalendar()
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 getAllFishingEffortCalendar(java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllFishingEffortCalendar(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 getAllFishingEffortCalendar(int transform)
Does the same thing as getAllFishingEffortCalendar()
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 getAllFishingEffortCalendar(int transform, int pageNumber, int pageSize)
Does the same thing as getAllFishingEffortCalendar(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 getAllFishingEffortCalendar(int transform, java.lang.String queryString)
Does the same thing as getAllFishingEffortCalendar(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllFishingEffortCalendar(int)
.
java.util.Collection getAllFishingEffortCalendar(int transform, java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllFishingEffortCalendar(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.
FishingEffortCalendar findFishingEffortCalendarById(java.lang.Integer id)
FishingEffortCalendar findFishingEffortCalendarById(java.lang.String queryString, java.lang.Integer id)
Does the same thing as findFishingEffortCalendarById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingEffortCalendarById(java.lang.Integer)
.
java.lang.Object findFishingEffortCalendarById(int transform, java.lang.Integer id)
Does the same thing as findFishingEffortCalendarById(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 findFishingEffortCalendarById(int transform, java.lang.String queryString, java.lang.Integer id)
Does the same thing as findFishingEffortCalendarById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingEffortCalendarById(int, java.lang.Integer id)
.
java.util.Collection findFishingEffortCalendarBySurveyQualification(SurveyQualification surveyQualification)
java.util.Collection findFishingEffortCalendarBySurveyQualification(java.lang.String queryString, SurveyQualification surveyQualification)
Does the same thing as findFishingEffortCalendarBySurveyQualification(fr.ifremer.allegro.referential.SurveyQualification)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingEffortCalendarBySurveyQualification(fr.ifremer.allegro.referential.SurveyQualification)
.
java.util.Collection findFishingEffortCalendarBySurveyQualification(int pageNumber, int pageSize, SurveyQualification surveyQualification)
Does the same thing as findFishingEffortCalendarBySurveyQualification(fr.ifremer.allegro.referential.SurveyQualification)
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 findFishingEffortCalendarBySurveyQualification(java.lang.String queryString, int pageNumber, int pageSize, SurveyQualification surveyQualification)
Does the same thing as findFishingEffortCalendarBySurveyQualification(String, fr.ifremer.allegro.referential.SurveyQualification)
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 findFishingEffortCalendarBySurveyQualification(int transform, SurveyQualification surveyQualification)
Does the same thing as findFishingEffortCalendarBySurveyQualification(fr.ifremer.allegro.referential.SurveyQualification)
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 findFishingEffortCalendarBySurveyQualification(int transform, int pageNumber, int pageSize, SurveyQualification surveyQualification)
Does the same thing as findFishingEffortCalendarBySurveyQualification(int, fr.ifremer.allegro.referential.SurveyQualification)
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 findFishingEffortCalendarBySurveyQualification(int transform, java.lang.String queryString, SurveyQualification surveyQualification)
Does the same thing as findFishingEffortCalendarBySurveyQualification(int, fr.ifremer.allegro.referential.SurveyQualification)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingEffortCalendarBySurveyQualification(int, fr.ifremer.allegro.referential.SurveyQualification surveyQualification)
.
java.util.Collection findFishingEffortCalendarBySurveyQualification(int transform, java.lang.String queryString, int pageNumber, int pageSize, SurveyQualification surveyQualification)
Does the same thing as findFishingEffortCalendarBySurveyQualification(int, String, fr.ifremer.allegro.referential.SurveyQualification)
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 findFishingEffortCalendarByVessel(Vessel vessel)
java.util.Collection findFishingEffortCalendarByVessel(java.lang.String queryString, Vessel vessel)
Does the same thing as findFishingEffortCalendarByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingEffortCalendarByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
.
java.util.Collection findFishingEffortCalendarByVessel(int pageNumber, int pageSize, Vessel vessel)
Does the same thing as findFishingEffortCalendarByVessel(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 findFishingEffortCalendarByVessel(java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
Does the same thing as findFishingEffortCalendarByVessel(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 findFishingEffortCalendarByVessel(int transform, Vessel vessel)
Does the same thing as findFishingEffortCalendarByVessel(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 findFishingEffortCalendarByVessel(int transform, int pageNumber, int pageSize, Vessel vessel)
Does the same thing as findFishingEffortCalendarByVessel(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 findFishingEffortCalendarByVessel(int transform, java.lang.String queryString, Vessel vessel)
Does the same thing as findFishingEffortCalendarByVessel(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 findFishingEffortCalendarByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel vessel)
.
java.util.Collection findFishingEffortCalendarByVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
Does the same thing as findFishingEffortCalendarByVessel(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 findFishingEffortCalendarByProgram(Program program)
java.util.Collection findFishingEffortCalendarByProgram(java.lang.String queryString, Program program)
Does the same thing as findFishingEffortCalendarByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingEffortCalendarByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
.
java.util.Collection findFishingEffortCalendarByProgram(int pageNumber, int pageSize, Program program)
Does the same thing as findFishingEffortCalendarByProgram(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 findFishingEffortCalendarByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
Does the same thing as findFishingEffortCalendarByProgram(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 findFishingEffortCalendarByProgram(int transform, Program program)
Does the same thing as findFishingEffortCalendarByProgram(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 findFishingEffortCalendarByProgram(int transform, int pageNumber, int pageSize, Program program)
Does the same thing as findFishingEffortCalendarByProgram(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 findFishingEffortCalendarByProgram(int transform, java.lang.String queryString, Program program)
Does the same thing as findFishingEffortCalendarByProgram(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 findFishingEffortCalendarByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program program)
.
java.util.Collection findFishingEffortCalendarByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
Does the same thing as findFishingEffortCalendarByProgram(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 findFishingEffortCalendarByRecorderDepartment(Department recorderDepartment)
java.util.Collection findFishingEffortCalendarByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
Does the same thing as findFishingEffortCalendarByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingEffortCalendarByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
.
java.util.Collection findFishingEffortCalendarByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
Does the same thing as findFishingEffortCalendarByRecorderDepartment(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 findFishingEffortCalendarByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
Does the same thing as findFishingEffortCalendarByRecorderDepartment(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 findFishingEffortCalendarByRecorderDepartment(int transform, Department recorderDepartment)
Does the same thing as findFishingEffortCalendarByRecorderDepartment(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 findFishingEffortCalendarByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
Does the same thing as findFishingEffortCalendarByRecorderDepartment(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 findFishingEffortCalendarByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
Does the same thing as findFishingEffortCalendarByRecorderDepartment(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 findFishingEffortCalendarByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department recorderDepartment)
.
java.util.Collection findFishingEffortCalendarByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
Does the same thing as findFishingEffortCalendarByRecorderDepartment(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 findFishingEffortCalendarByQualityFlag(QualityFlag qualityFlag)
java.util.Collection findFishingEffortCalendarByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
Does the same thing as findFishingEffortCalendarByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingEffortCalendarByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
.
java.util.Collection findFishingEffortCalendarByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as findFishingEffortCalendarByQualityFlag(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 findFishingEffortCalendarByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as findFishingEffortCalendarByQualityFlag(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 findFishingEffortCalendarByQualityFlag(int transform, QualityFlag qualityFlag)
Does the same thing as findFishingEffortCalendarByQualityFlag(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 findFishingEffortCalendarByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as findFishingEffortCalendarByQualityFlag(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 findFishingEffortCalendarByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
Does the same thing as findFishingEffortCalendarByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingEffortCalendarByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag)
.
java.util.Collection findFishingEffortCalendarByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as findFishingEffortCalendarByQualityFlag(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.
FishingEffortCalendar findFishingEffortCalendarByActivityCalendar(ActivityCalendar activityCalendar)
FishingEffortCalendar findFishingEffortCalendarByActivityCalendar(java.lang.String queryString, ActivityCalendar activityCalendar)
Does the same thing as findFishingEffortCalendarByActivityCalendar(fr.ifremer.allegro.data.survey.activity.ActivityCalendar)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingEffortCalendarByActivityCalendar(fr.ifremer.allegro.data.survey.activity.ActivityCalendar)
.
java.lang.Object findFishingEffortCalendarByActivityCalendar(int transform, ActivityCalendar activityCalendar)
Does the same thing as findFishingEffortCalendarByActivityCalendar(fr.ifremer.allegro.data.survey.activity.ActivityCalendar)
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 findFishingEffortCalendarByActivityCalendar(int transform, java.lang.String queryString, ActivityCalendar activityCalendar)
Does the same thing as findFishingEffortCalendarByActivityCalendar(int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingEffortCalendarByActivityCalendar(int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar activityCalendar)
.
java.util.Collection findFishingEffortCalendarByRecorderPerson(Person recorderPerson)
java.util.Collection findFishingEffortCalendarByRecorderPerson(java.lang.String queryString, Person recorderPerson)
Does the same thing as findFishingEffortCalendarByRecorderPerson(fr.ifremer.allegro.administration.user.Person)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingEffortCalendarByRecorderPerson(fr.ifremer.allegro.administration.user.Person)
.
java.util.Collection findFishingEffortCalendarByRecorderPerson(int pageNumber, int pageSize, Person recorderPerson)
Does the same thing as findFishingEffortCalendarByRecorderPerson(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 findFishingEffortCalendarByRecorderPerson(java.lang.String queryString, int pageNumber, int pageSize, Person recorderPerson)
Does the same thing as findFishingEffortCalendarByRecorderPerson(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 findFishingEffortCalendarByRecorderPerson(int transform, Person recorderPerson)
Does the same thing as findFishingEffortCalendarByRecorderPerson(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 findFishingEffortCalendarByRecorderPerson(int transform, int pageNumber, int pageSize, Person recorderPerson)
Does the same thing as findFishingEffortCalendarByRecorderPerson(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 findFishingEffortCalendarByRecorderPerson(int transform, java.lang.String queryString, Person recorderPerson)
Does the same thing as findFishingEffortCalendarByRecorderPerson(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 findFishingEffortCalendarByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person recorderPerson)
.
java.util.Collection findFishingEffortCalendarByRecorderPerson(int transform, java.lang.String queryString, int pageNumber, int pageSize, Person recorderPerson)
Does the same thing as findFishingEffortCalendarByRecorderPerson(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.
FishingEffortCalendar findFishingEffortCalendarByNaturalId(java.lang.Integer year, Vessel vessel, Program program)
FishingEffortCalendar findFishingEffortCalendarByNaturalId(java.lang.String queryString, java.lang.Integer year, Vessel vessel, Program program)
Does the same thing as findFishingEffortCalendarByNaturalId(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 findFishingEffortCalendarByNaturalId(java.lang.Integer, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
.
java.lang.Object findFishingEffortCalendarByNaturalId(int transform, java.lang.Integer year, Vessel vessel, Program program)
Does the same thing as findFishingEffortCalendarByNaturalId(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 findFishingEffortCalendarByNaturalId(int transform, java.lang.String queryString, java.lang.Integer year, Vessel vessel, Program program)
Does the same thing as findFishingEffortCalendarByNaturalId(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 findFishingEffortCalendarByNaturalId(int, java.lang.Integer year, fr.ifremer.allegro.referential.vessel.Vessel vessel, fr.ifremer.allegro.administration.programStrategy.Program program)
.
java.util.Collection getAllFishingEffortCalendarSinceDateSynchro(java.sql.Timestamp updateDate)
java.util.Collection getAllFishingEffortCalendarSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
Does the same thing as getAllFishingEffortCalendarSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllFishingEffortCalendarSinceDateSynchro(java.sql.Timestamp)
.
java.util.Collection getAllFishingEffortCalendarSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllFishingEffortCalendarSinceDateSynchro(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 getAllFishingEffortCalendarSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllFishingEffortCalendarSinceDateSynchro(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 getAllFishingEffortCalendarSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
Does the same thing as getAllFishingEffortCalendarSinceDateSynchro(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 getAllFishingEffortCalendarSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllFishingEffortCalendarSinceDateSynchro(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 getAllFishingEffortCalendarSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
Does the same thing as getAllFishingEffortCalendarSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllFishingEffortCalendarSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
java.util.Collection getAllFishingEffortCalendarSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllFishingEffortCalendarSinceDateSynchro(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.
FishingEffortCalendar createFromClusterFishingEffortCalendar(ClusterFishingEffortCalendar clusterFishingEffortCalendar)
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 |