|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ActivityCalendarDao
ActivityCalendar
Field Summary | |
---|---|
static int |
TRANSFORM_CLUSTERACTIVITYCALENDAR
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_REMOTEACTIVITYCALENDARFULLVO
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_REMOTEACTIVITYCALENDARNATURALID
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 | |
---|---|
ActivityCalendar |
clusterActivityCalendarToEntity(ClusterActivityCalendar clusterActivityCalendar)
Converts an instance of type ClusterActivityCalendar to this DAO's entity. |
void |
clusterActivityCalendarToEntity(ClusterActivityCalendar source,
ActivityCalendar target,
boolean copyIfNull)
Copies the fields of ClusterActivityCalendar to the specified entity. |
void |
clusterActivityCalendarToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterActivityCalendar to this
DAO's entity. |
ActivityCalendar |
create(ActivityCalendar activityCalendar)
Creates an instance of fr.ifremer.allegro.data.survey.activity.ActivityCalendar 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.activity.ActivityCalendar and adds from the passed in entities collection |
ActivityCalendar |
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.activity.ActivityCalendar
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
java.lang.Object |
create(int transform,
ActivityCalendar activityCalendar)
Does the same thing as create(fr.ifremer.allegro.data.survey.activity.ActivityCalendar) 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.activity.ActivityCalendar) 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 . |
ActivityCalendar |
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,
FishingEffortCalendar fishingEffortCalendar,
Vessel vessel,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Person recorderPerson,
java.util.Collection metierUseFeatures,
java.util.Collection vesselUseFeatures)
Creates a new fr.ifremer.allegro.data.survey.activity.ActivityCalendar
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,
FishingEffortCalendar fishingEffortCalendar,
Vessel vessel,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Person recorderPerson,
java.util.Collection metierUseFeatures,
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,java.util.Collection,fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar,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,java.util.Collection,java.util.Collection) with an
additional flag called transform . |
ActivityCalendar |
createFromClusterActivityCalendar(ClusterActivityCalendar clusterActivityCalendar)
|
ActivityCalendar |
findActivityCalendarByFishingEffortCalendar(FishingEffortCalendar fishingEffortCalendar)
|
java.lang.Object |
findActivityCalendarByFishingEffortCalendar(int transform,
FishingEffortCalendar fishingEffortCalendar)
Does the same thing as findActivityCalendarByFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an
additional flag called transform . |
java.lang.Object |
findActivityCalendarByFishingEffortCalendar(int transform,
java.lang.String queryString,
FishingEffortCalendar fishingEffortCalendar)
Does the same thing as findActivityCalendarByFishingEffortCalendar(int, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an
additional argument called queryString . |
ActivityCalendar |
findActivityCalendarByFishingEffortCalendar(java.lang.String queryString,
FishingEffortCalendar fishingEffortCalendar)
Does the same thing as findActivityCalendarByFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar) with an
additional argument called queryString . |
ActivityCalendar |
findActivityCalendarById(java.lang.Integer id)
|
java.lang.Object |
findActivityCalendarById(int transform,
java.lang.Integer id)
Does the same thing as findActivityCalendarById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findActivityCalendarById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findActivityCalendarById(int, java.lang.Integer) with an
additional argument called queryString . |
ActivityCalendar |
findActivityCalendarById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findActivityCalendarById(java.lang.Integer) with an
additional argument called queryString . |
ActivityCalendar |
findActivityCalendarByNaturalId(java.lang.Integer year,
Vessel vessel,
Program program)
|
java.lang.Object |
findActivityCalendarByNaturalId(int transform,
java.lang.Integer year,
Vessel vessel,
Program program)
Does the same thing as findActivityCalendarByNaturalId(java.lang.Integer, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.lang.Object |
findActivityCalendarByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer year,
Vessel vessel,
Program program)
Does the same thing as findActivityCalendarByNaturalId(int, java.lang.Integer, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
ActivityCalendar |
findActivityCalendarByNaturalId(java.lang.String queryString,
java.lang.Integer year,
Vessel vessel,
Program program)
Does the same thing as findActivityCalendarByNaturalId(java.lang.Integer, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findActivityCalendarByProgram(int transform,
int pageNumber,
int pageSize,
Program program)
Does the same thing as findActivityCalendarByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findActivityCalendarByProgram(int pageNumber,
int pageSize,
Program program)
Does the same thing as findActivityCalendarByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findActivityCalendarByProgram(int transform,
Program program)
Does the same thing as findActivityCalendarByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.util.Collection |
findActivityCalendarByProgram(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as findActivityCalendarByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findActivityCalendarByProgram(int transform,
java.lang.String queryString,
Program program)
Does the same thing as findActivityCalendarByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findActivityCalendarByProgram(Program program)
|
java.util.Collection |
findActivityCalendarByProgram(java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as findActivityCalendarByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findActivityCalendarByProgram(java.lang.String queryString,
Program program)
Does the same thing as findActivityCalendarByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findActivityCalendarByQualityFlag(int transform,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findActivityCalendarByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findActivityCalendarByQualityFlag(int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findActivityCalendarByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findActivityCalendarByQualityFlag(int transform,
QualityFlag qualityFlag)
Does the same thing as findActivityCalendarByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional flag called transform . |
java.util.Collection |
findActivityCalendarByQualityFlag(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findActivityCalendarByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findActivityCalendarByQualityFlag(int transform,
java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as findActivityCalendarByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findActivityCalendarByQualityFlag(QualityFlag qualityFlag)
|
java.util.Collection |
findActivityCalendarByQualityFlag(java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findActivityCalendarByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findActivityCalendarByQualityFlag(java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as findActivityCalendarByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findActivityCalendarByRecorderDepartment(Department recorderDepartment)
|
java.util.Collection |
findActivityCalendarByRecorderDepartment(int transform,
Department recorderDepartment)
Does the same thing as findActivityCalendarByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional flag called transform . |
java.util.Collection |
findActivityCalendarByRecorderDepartment(int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as findActivityCalendarByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findActivityCalendarByRecorderDepartment(int transform,
int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as findActivityCalendarByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findActivityCalendarByRecorderDepartment(int transform,
java.lang.String queryString,
Department recorderDepartment)
Does the same thing as findActivityCalendarByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findActivityCalendarByRecorderDepartment(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as findActivityCalendarByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findActivityCalendarByRecorderDepartment(java.lang.String queryString,
Department recorderDepartment)
Does the same thing as findActivityCalendarByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findActivityCalendarByRecorderDepartment(java.lang.String queryString,
int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as findActivityCalendarByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findActivityCalendarByRecorderPerson(int transform,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as findActivityCalendarByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findActivityCalendarByRecorderPerson(int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as findActivityCalendarByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findActivityCalendarByRecorderPerson(int transform,
Person recorderPerson)
Does the same thing as findActivityCalendarByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional flag called transform . |
java.util.Collection |
findActivityCalendarByRecorderPerson(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as findActivityCalendarByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findActivityCalendarByRecorderPerson(int transform,
java.lang.String queryString,
Person recorderPerson)
Does the same thing as findActivityCalendarByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
findActivityCalendarByRecorderPerson(Person recorderPerson)
|
java.util.Collection |
findActivityCalendarByRecorderPerson(java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as findActivityCalendarByRecorderPerson(String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findActivityCalendarByRecorderPerson(java.lang.String queryString,
Person recorderPerson)
Does the same thing as findActivityCalendarByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
findActivityCalendarByVessel(int transform,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as findActivityCalendarByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findActivityCalendarByVessel(int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as findActivityCalendarByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findActivityCalendarByVessel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as findActivityCalendarByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findActivityCalendarByVessel(int transform,
java.lang.String queryString,
Vessel vessel)
Does the same thing as findActivityCalendarByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
java.util.Collection |
findActivityCalendarByVessel(int transform,
Vessel vessel)
Does the same thing as findActivityCalendarByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional flag called transform . |
java.util.Collection |
findActivityCalendarByVessel(java.lang.String queryString,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as findActivityCalendarByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findActivityCalendarByVessel(java.lang.String queryString,
Vessel vessel)
Does the same thing as findActivityCalendarByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
java.util.Collection |
findActivityCalendarByVessel(Vessel vessel)
|
java.util.Collection |
getAllActivityCalendar()
|
java.util.Collection |
getAllActivityCalendar(int transform)
Does the same thing as getAllActivityCalendar() with an
additional flag called transform . |
java.util.Collection |
getAllActivityCalendar(int pageNumber,
int pageSize)
Does the same thing as getAllActivityCalendar() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllActivityCalendar(int transform,
int pageNumber,
int pageSize)
Does the same thing as getAllActivityCalendar(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllActivityCalendar(int transform,
java.lang.String queryString)
Does the same thing as getAllActivityCalendar(int) with an
additional argument called queryString . |
java.util.Collection |
getAllActivityCalendar(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllActivityCalendar(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllActivityCalendar(java.lang.String queryString)
Does the same thing as getAllActivityCalendar() with an
additional argument called queryString . |
java.util.Collection |
getAllActivityCalendar(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllActivityCalendar(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllActivityCalendarSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllActivityCalendarSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllActivityCalendarSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllActivityCalendarSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllActivityCalendarSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllActivityCalendarSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllActivityCalendarSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllActivityCalendarSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllActivityCalendarSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as getAllActivityCalendarSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllActivityCalendarSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllActivityCalendarSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllActivityCalendarSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllActivityCalendarSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllActivityCalendarSinceDateSynchro(java.sql.Timestamp updateDate)
|
ClusterActivityCalendar[] |
getAllClusterActivityCalendarSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
ActivityCalendar |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.data.survey.activity.ActivityCalendar 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 ActivityCalendar . |
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 . |
ActivityCalendar |
remoteActivityCalendarFullVOToEntity(RemoteActivityCalendarFullVO remoteActivityCalendarFullVO)
Converts an instance of type RemoteActivityCalendarFullVO to this DAO's entity. |
void |
remoteActivityCalendarFullVOToEntity(RemoteActivityCalendarFullVO source,
ActivityCalendar target,
boolean copyIfNull)
Copies the fields of RemoteActivityCalendarFullVO to the specified entity. |
void |
remoteActivityCalendarFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteActivityCalendarFullVO to this
DAO's entity. |
ActivityCalendar |
remoteActivityCalendarNaturalIdToEntity(RemoteActivityCalendarNaturalId remoteActivityCalendarNaturalId)
Converts an instance of type RemoteActivityCalendarNaturalId to this DAO's entity. |
void |
remoteActivityCalendarNaturalIdToEntity(RemoteActivityCalendarNaturalId source,
ActivityCalendar target,
boolean copyIfNull)
Copies the fields of RemoteActivityCalendarNaturalId to the specified entity. |
void |
remoteActivityCalendarNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteActivityCalendarNaturalId to this
DAO's entity. |
void |
remove(ActivityCalendar activityCalendar)
Removes the instance of fr.ifremer.allegro.data.survey.activity.ActivityCalendar from the persistent store. |
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.activity.ActivityCalendar 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. |
ClusterActivityCalendar |
toClusterActivityCalendar(ActivityCalendar entity)
Converts this DAO's entity to an object of type ClusterActivityCalendar . |
void |
toClusterActivityCalendar(ActivityCalendar source,
ClusterActivityCalendar target)
Copies the fields of the specified entity to the target value object. |
ClusterActivityCalendar[] |
toClusterActivityCalendarArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterActivityCalendar . |
void |
toClusterActivityCalendarCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterActivityCalendar . |
RemoteActivityCalendarFullVO |
toRemoteActivityCalendarFullVO(ActivityCalendar entity)
Converts this DAO's entity to an object of type RemoteActivityCalendarFullVO . |
void |
toRemoteActivityCalendarFullVO(ActivityCalendar source,
RemoteActivityCalendarFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteActivityCalendarFullVO[] |
toRemoteActivityCalendarFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteActivityCalendarFullVO . |
void |
toRemoteActivityCalendarFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteActivityCalendarFullVO . |
RemoteActivityCalendarNaturalId |
toRemoteActivityCalendarNaturalId(ActivityCalendar entity)
Converts this DAO's entity to an object of type RemoteActivityCalendarNaturalId . |
void |
toRemoteActivityCalendarNaturalId(ActivityCalendar source,
RemoteActivityCalendarNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteActivityCalendarNaturalId[] |
toRemoteActivityCalendarNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteActivityCalendarNaturalId . |
void |
toRemoteActivityCalendarNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteActivityCalendarNaturalId . |
void |
update(ActivityCalendar activityCalendar)
Updates the activityCalendar instance in the persistent store. |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection 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_REMOTEACTIVITYCALENDARFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteActivityCalendarFullVO
.
static final int TRANSFORM_REMOTEACTIVITYCALENDARNATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteActivityCalendarNaturalId
.
static final int TRANSFORM_CLUSTERACTIVITYCALENDAR
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterActivityCalendar
.
Method Detail |
---|
void toRemoteActivityCalendarFullVO(ActivityCalendar source, RemoteActivityCalendarFullVO target)
RemoteActivityCalendarFullVO toRemoteActivityCalendarFullVO(ActivityCalendar entity)
RemoteActivityCalendarFullVO
.
void toRemoteActivityCalendarFullVOCollection(java.util.Collection entities)
RemoteActivityCalendarFullVO
.
RemoteActivityCalendarFullVO[] toRemoteActivityCalendarFullVOArray(java.util.Collection entities)
RemoteActivityCalendarFullVO
.
void remoteActivityCalendarFullVOToEntity(RemoteActivityCalendarFullVO source, ActivityCalendar target, boolean copyIfNull)
RemoteActivityCalendarFullVO
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.ActivityCalendar remoteActivityCalendarFullVOToEntity(RemoteActivityCalendarFullVO remoteActivityCalendarFullVO)
RemoteActivityCalendarFullVO
to this DAO's entity.
void remoteActivityCalendarFullVOToEntityCollection(java.util.Collection instances)
RemoteActivityCalendarFullVO
to this
DAO's entity.
void toRemoteActivityCalendarNaturalId(ActivityCalendar source, RemoteActivityCalendarNaturalId target)
RemoteActivityCalendarNaturalId toRemoteActivityCalendarNaturalId(ActivityCalendar entity)
RemoteActivityCalendarNaturalId
.
void toRemoteActivityCalendarNaturalIdCollection(java.util.Collection entities)
RemoteActivityCalendarNaturalId
.
RemoteActivityCalendarNaturalId[] toRemoteActivityCalendarNaturalIdArray(java.util.Collection entities)
RemoteActivityCalendarNaturalId
.
void remoteActivityCalendarNaturalIdToEntity(RemoteActivityCalendarNaturalId source, ActivityCalendar target, boolean copyIfNull)
RemoteActivityCalendarNaturalId
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.ActivityCalendar remoteActivityCalendarNaturalIdToEntity(RemoteActivityCalendarNaturalId remoteActivityCalendarNaturalId)
RemoteActivityCalendarNaturalId
to this DAO's entity.
void remoteActivityCalendarNaturalIdToEntityCollection(java.util.Collection instances)
RemoteActivityCalendarNaturalId
to this
DAO's entity.
void toClusterActivityCalendar(ActivityCalendar source, ClusterActivityCalendar target)
ClusterActivityCalendar toClusterActivityCalendar(ActivityCalendar entity)
ClusterActivityCalendar
.
void toClusterActivityCalendarCollection(java.util.Collection entities)
ClusterActivityCalendar
.
ClusterActivityCalendar[] toClusterActivityCalendarArray(java.util.Collection entities)
ClusterActivityCalendar
.
void clusterActivityCalendarToEntity(ClusterActivityCalendar source, ActivityCalendar target, boolean copyIfNull)
ClusterActivityCalendar
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.ActivityCalendar clusterActivityCalendarToEntity(ClusterActivityCalendar clusterActivityCalendar)
ClusterActivityCalendar
to this DAO's entity.
void clusterActivityCalendarToEntityCollection(java.util.Collection instances)
ClusterActivityCalendar
to this
DAO's entity.
ActivityCalendar 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()
ActivityCalendar
.
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.
ActivityCalendar create(ActivityCalendar activityCalendar)
java.lang.Object create(int transform, ActivityCalendar activityCalendar)
Does the same thing as create(fr.ifremer.allegro.data.survey.activity.ActivityCalendar)
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.activity.ActivityCalendar
instances to create.
java.util.Collection create(int transform, java.util.Collection entities)
Does the same thing as create(fr.ifremer.allegro.data.survey.activity.ActivityCalendar)
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.
ActivityCalendar 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, FishingEffortCalendar fishingEffortCalendar, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, java.util.Collection metierUseFeatures, java.util.Collection vesselUseFeatures)
Creates a new fr.ifremer.allegro.data.survey.activity.ActivityCalendar
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, FishingEffortCalendar fishingEffortCalendar, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, java.util.Collection metierUseFeatures, 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,java.util.Collection,fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar,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,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.
ActivityCalendar 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.activity.ActivityCalendar
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(ActivityCalendar activityCalendar)
activityCalendar
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
void remove(ActivityCalendar activityCalendar)
void remove(java.lang.Integer id)
identifier
from the persistent store.
void remove(java.util.Collection entities)
entities collection.
java.util.Collection getAllActivityCalendar()
java.util.Collection getAllActivityCalendar(java.lang.String queryString)
Does the same thing as getAllActivityCalendar()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllActivityCalendar()
.
java.util.Collection getAllActivityCalendar(int pageNumber, int pageSize)
Does the same thing as getAllActivityCalendar()
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 getAllActivityCalendar(java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllActivityCalendar(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 getAllActivityCalendar(int transform)
Does the same thing as getAllActivityCalendar()
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 getAllActivityCalendar(int transform, int pageNumber, int pageSize)
Does the same thing as getAllActivityCalendar(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 getAllActivityCalendar(int transform, java.lang.String queryString)
Does the same thing as getAllActivityCalendar(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllActivityCalendar(int)
.
java.util.Collection getAllActivityCalendar(int transform, java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllActivityCalendar(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.
ActivityCalendar findActivityCalendarById(java.lang.Integer id)
ActivityCalendar findActivityCalendarById(java.lang.String queryString, java.lang.Integer id)
Does the same thing as findActivityCalendarById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findActivityCalendarById(java.lang.Integer)
.
java.lang.Object findActivityCalendarById(int transform, java.lang.Integer id)
Does the same thing as findActivityCalendarById(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 findActivityCalendarById(int transform, java.lang.String queryString, java.lang.Integer id)
Does the same thing as findActivityCalendarById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findActivityCalendarById(int, java.lang.Integer id)
.
java.util.Collection findActivityCalendarByRecorderDepartment(Department recorderDepartment)
java.util.Collection findActivityCalendarByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
Does the same thing as findActivityCalendarByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findActivityCalendarByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
.
java.util.Collection findActivityCalendarByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
Does the same thing as findActivityCalendarByRecorderDepartment(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 findActivityCalendarByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
Does the same thing as findActivityCalendarByRecorderDepartment(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 findActivityCalendarByRecorderDepartment(int transform, Department recorderDepartment)
Does the same thing as findActivityCalendarByRecorderDepartment(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 findActivityCalendarByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
Does the same thing as findActivityCalendarByRecorderDepartment(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 findActivityCalendarByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
Does the same thing as findActivityCalendarByRecorderDepartment(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 findActivityCalendarByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department recorderDepartment)
.
java.util.Collection findActivityCalendarByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
Does the same thing as findActivityCalendarByRecorderDepartment(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 findActivityCalendarByVessel(Vessel vessel)
java.util.Collection findActivityCalendarByVessel(java.lang.String queryString, Vessel vessel)
Does the same thing as findActivityCalendarByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findActivityCalendarByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
.
java.util.Collection findActivityCalendarByVessel(int pageNumber, int pageSize, Vessel vessel)
Does the same thing as findActivityCalendarByVessel(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 findActivityCalendarByVessel(java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
Does the same thing as findActivityCalendarByVessel(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 findActivityCalendarByVessel(int transform, Vessel vessel)
Does the same thing as findActivityCalendarByVessel(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 findActivityCalendarByVessel(int transform, int pageNumber, int pageSize, Vessel vessel)
Does the same thing as findActivityCalendarByVessel(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 findActivityCalendarByVessel(int transform, java.lang.String queryString, Vessel vessel)
Does the same thing as findActivityCalendarByVessel(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 findActivityCalendarByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel vessel)
.
java.util.Collection findActivityCalendarByVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
Does the same thing as findActivityCalendarByVessel(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 findActivityCalendarByProgram(Program program)
java.util.Collection findActivityCalendarByProgram(java.lang.String queryString, Program program)
Does the same thing as findActivityCalendarByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findActivityCalendarByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
.
java.util.Collection findActivityCalendarByProgram(int pageNumber, int pageSize, Program program)
Does the same thing as findActivityCalendarByProgram(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 findActivityCalendarByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
Does the same thing as findActivityCalendarByProgram(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 findActivityCalendarByProgram(int transform, Program program)
Does the same thing as findActivityCalendarByProgram(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 findActivityCalendarByProgram(int transform, int pageNumber, int pageSize, Program program)
Does the same thing as findActivityCalendarByProgram(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 findActivityCalendarByProgram(int transform, java.lang.String queryString, Program program)
Does the same thing as findActivityCalendarByProgram(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 findActivityCalendarByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program program)
.
java.util.Collection findActivityCalendarByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
Does the same thing as findActivityCalendarByProgram(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 findActivityCalendarByQualityFlag(QualityFlag qualityFlag)
java.util.Collection findActivityCalendarByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
Does the same thing as findActivityCalendarByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findActivityCalendarByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
.
java.util.Collection findActivityCalendarByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as findActivityCalendarByQualityFlag(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 findActivityCalendarByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as findActivityCalendarByQualityFlag(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 findActivityCalendarByQualityFlag(int transform, QualityFlag qualityFlag)
Does the same thing as findActivityCalendarByQualityFlag(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 findActivityCalendarByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as findActivityCalendarByQualityFlag(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 findActivityCalendarByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
Does the same thing as findActivityCalendarByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findActivityCalendarByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag)
.
java.util.Collection findActivityCalendarByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as findActivityCalendarByQualityFlag(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.
ActivityCalendar findActivityCalendarByFishingEffortCalendar(FishingEffortCalendar fishingEffortCalendar)
ActivityCalendar findActivityCalendarByFishingEffortCalendar(java.lang.String queryString, FishingEffortCalendar fishingEffortCalendar)
Does the same thing as findActivityCalendarByFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findActivityCalendarByFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)
.
java.lang.Object findActivityCalendarByFishingEffortCalendar(int transform, FishingEffortCalendar fishingEffortCalendar)
Does the same thing as findActivityCalendarByFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)
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 findActivityCalendarByFishingEffortCalendar(int transform, java.lang.String queryString, FishingEffortCalendar fishingEffortCalendar)
Does the same thing as findActivityCalendarByFishingEffortCalendar(int, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findActivityCalendarByFishingEffortCalendar(int, fr.ifremer.allegro.data.survey.fishingEffort.FishingEffortCalendar fishingEffortCalendar)
.
java.util.Collection findActivityCalendarByRecorderPerson(Person recorderPerson)
java.util.Collection findActivityCalendarByRecorderPerson(java.lang.String queryString, Person recorderPerson)
Does the same thing as findActivityCalendarByRecorderPerson(fr.ifremer.allegro.administration.user.Person)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findActivityCalendarByRecorderPerson(fr.ifremer.allegro.administration.user.Person)
.
java.util.Collection findActivityCalendarByRecorderPerson(int pageNumber, int pageSize, Person recorderPerson)
Does the same thing as findActivityCalendarByRecorderPerson(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 findActivityCalendarByRecorderPerson(java.lang.String queryString, int pageNumber, int pageSize, Person recorderPerson)
Does the same thing as findActivityCalendarByRecorderPerson(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 findActivityCalendarByRecorderPerson(int transform, Person recorderPerson)
Does the same thing as findActivityCalendarByRecorderPerson(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 findActivityCalendarByRecorderPerson(int transform, int pageNumber, int pageSize, Person recorderPerson)
Does the same thing as findActivityCalendarByRecorderPerson(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 findActivityCalendarByRecorderPerson(int transform, java.lang.String queryString, Person recorderPerson)
Does the same thing as findActivityCalendarByRecorderPerson(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 findActivityCalendarByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person recorderPerson)
.
java.util.Collection findActivityCalendarByRecorderPerson(int transform, java.lang.String queryString, int pageNumber, int pageSize, Person recorderPerson)
Does the same thing as findActivityCalendarByRecorderPerson(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.
ActivityCalendar findActivityCalendarByNaturalId(java.lang.Integer year, Vessel vessel, Program program)
ActivityCalendar findActivityCalendarByNaturalId(java.lang.String queryString, java.lang.Integer year, Vessel vessel, Program program)
Does the same thing as findActivityCalendarByNaturalId(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 findActivityCalendarByNaturalId(java.lang.Integer, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
.
java.lang.Object findActivityCalendarByNaturalId(int transform, java.lang.Integer year, Vessel vessel, Program program)
Does the same thing as findActivityCalendarByNaturalId(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 findActivityCalendarByNaturalId(int transform, java.lang.String queryString, java.lang.Integer year, Vessel vessel, Program program)
Does the same thing as findActivityCalendarByNaturalId(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 findActivityCalendarByNaturalId(int, java.lang.Integer year, fr.ifremer.allegro.referential.vessel.Vessel vessel, fr.ifremer.allegro.administration.programStrategy.Program program)
.
java.util.Collection getAllActivityCalendarSinceDateSynchro(java.sql.Timestamp updateDate)
java.util.Collection getAllActivityCalendarSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
Does the same thing as getAllActivityCalendarSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllActivityCalendarSinceDateSynchro(java.sql.Timestamp)
.
java.util.Collection getAllActivityCalendarSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllActivityCalendarSinceDateSynchro(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 getAllActivityCalendarSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllActivityCalendarSinceDateSynchro(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 getAllActivityCalendarSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
Does the same thing as getAllActivityCalendarSinceDateSynchro(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 getAllActivityCalendarSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllActivityCalendarSinceDateSynchro(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 getAllActivityCalendarSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
Does the same thing as getAllActivityCalendarSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllActivityCalendarSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
java.util.Collection getAllActivityCalendarSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllActivityCalendarSinceDateSynchro(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.
ActivityCalendar createFromClusterActivityCalendar(ClusterActivityCalendar clusterActivityCalendar)
ClusterActivityCalendar[] getAllClusterActivityCalendarSinceDateSynchro(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 |