fr.ifremer.allegro.data.survey.activity
Interface ActivityCalendarDao

All Known Implementing Classes:
ActivityCalendarDaoBase, ActivityCalendarDaoImpl

public interface ActivityCalendarDao

See Also:
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 collection.
 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

TRANSFORM_NONE

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

This specific flag denotes no transformation will occur.

See Also:
Constant Field Values

TRANSFORM_REMOTEACTIVITYCALENDARFULLVO

static final 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.

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

See Also:
Constant Field Values

TRANSFORM_REMOTEACTIVITYCALENDARNATURALID

static final 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.

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

See Also:
Constant Field Values

TRANSFORM_CLUSTERACTIVITYCALENDAR

static final 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.

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

See Also:
Constant Field Values
Method Detail

toRemoteActivityCalendarFullVO

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


toRemoteActivityCalendarFullVO

RemoteActivityCalendarFullVO toRemoteActivityCalendarFullVO(ActivityCalendar entity)
Converts this DAO's entity to an object of type RemoteActivityCalendarFullVO.


toRemoteActivityCalendarFullVOCollection

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


toRemoteActivityCalendarFullVOArray

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


remoteActivityCalendarFullVOToEntity

void remoteActivityCalendarFullVOToEntity(RemoteActivityCalendarFullVO source,
                                          ActivityCalendar target,
                                          boolean copyIfNull)
Copies the fields of RemoteActivityCalendarFullVO to the specified entity.

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

remoteActivityCalendarFullVOToEntity

ActivityCalendar remoteActivityCalendarFullVOToEntity(RemoteActivityCalendarFullVO remoteActivityCalendarFullVO)
Converts an instance of type RemoteActivityCalendarFullVO to this DAO's entity.


remoteActivityCalendarFullVOToEntityCollection

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


toRemoteActivityCalendarNaturalId

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


toRemoteActivityCalendarNaturalId

RemoteActivityCalendarNaturalId toRemoteActivityCalendarNaturalId(ActivityCalendar entity)
Converts this DAO's entity to an object of type RemoteActivityCalendarNaturalId.


toRemoteActivityCalendarNaturalIdCollection

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


toRemoteActivityCalendarNaturalIdArray

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


remoteActivityCalendarNaturalIdToEntity

void remoteActivityCalendarNaturalIdToEntity(RemoteActivityCalendarNaturalId source,
                                             ActivityCalendar target,
                                             boolean copyIfNull)
Copies the fields of RemoteActivityCalendarNaturalId to the specified entity.

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

remoteActivityCalendarNaturalIdToEntity

ActivityCalendar remoteActivityCalendarNaturalIdToEntity(RemoteActivityCalendarNaturalId remoteActivityCalendarNaturalId)
Converts an instance of type RemoteActivityCalendarNaturalId to this DAO's entity.


remoteActivityCalendarNaturalIdToEntityCollection

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


toClusterActivityCalendar

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


toClusterActivityCalendar

ClusterActivityCalendar toClusterActivityCalendar(ActivityCalendar entity)
Converts this DAO's entity to an object of type ClusterActivityCalendar.


toClusterActivityCalendarCollection

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


toClusterActivityCalendarArray

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


clusterActivityCalendarToEntity

void clusterActivityCalendarToEntity(ClusterActivityCalendar source,
                                     ActivityCalendar target,
                                     boolean copyIfNull)
Copies the fields of ClusterActivityCalendar to the specified entity.

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

clusterActivityCalendarToEntity

ActivityCalendar clusterActivityCalendarToEntity(ClusterActivityCalendar clusterActivityCalendar)
Converts an instance of type ClusterActivityCalendar to this DAO's entity.


clusterActivityCalendarToEntityCollection

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


load

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


load

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

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

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

loadAll

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

Returns:
the loaded entities.

loadAll

java.util.Collection loadAll(int transform)

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

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

loadAll

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

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

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

loadAll

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

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

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

create

ActivityCalendar create(ActivityCalendar activityCalendar)
Creates an instance of fr.ifremer.allegro.data.survey.activity.ActivityCalendar and adds it to the persistent store.


create

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.


create

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

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

create

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

Does the same thing as create(fr.ifremer.allegro.data.survey.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.


create

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.


create

java.lang.Object create(int transform,
                        java.lang.Integer year,
                        java.lang.Boolean directSurveyInvestigation,
                        java.lang.String comments,
                        java.util.Date creationDate,
                        java.util.Date controlDate,
                        java.util.Date validationDate,
                        java.util.Date qualificationDate,
                        java.lang.String qualificationComments,
                        java.sql.Timestamp updateDate,
                        java.util.Collection surveyMeasurements,
                        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.


create

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.


create

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

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


update

void update(ActivityCalendar activityCalendar)
Updates the activityCalendar instance in the persistent store.


update

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


remove

void remove(ActivityCalendar activityCalendar)
Removes the instance of fr.ifremer.allegro.data.survey.activity.ActivityCalendar from the persistent store.


remove

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.


remove

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


getAllActivityCalendar

java.util.Collection getAllActivityCalendar()

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().


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.


getAllActivityCalendar

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.


getAllActivityCalendar

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.


getAllActivityCalendar

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.


getAllActivityCalendar

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).


getAllActivityCalendar

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.


findActivityCalendarById

ActivityCalendar findActivityCalendarById(java.lang.Integer id)

findActivityCalendarById

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).


findActivityCalendarById

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.


findActivityCalendarById

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).


findActivityCalendarByRecorderDepartment

java.util.Collection findActivityCalendarByRecorderDepartment(Department recorderDepartment)

findActivityCalendarByRecorderDepartment

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).


findActivityCalendarByRecorderDepartment

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.


findActivityCalendarByRecorderDepartment

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.


findActivityCalendarByRecorderDepartment

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.


findActivityCalendarByRecorderDepartment

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.


findActivityCalendarByRecorderDepartment

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).


findActivityCalendarByRecorderDepartment

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.


findActivityCalendarByVessel

java.util.Collection findActivityCalendarByVessel(Vessel vessel)

findActivityCalendarByVessel

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).


findActivityCalendarByVessel

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.


findActivityCalendarByVessel

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.


findActivityCalendarByVessel

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.


findActivityCalendarByVessel

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.


findActivityCalendarByVessel

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).


findActivityCalendarByVessel

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.


findActivityCalendarByProgram

java.util.Collection findActivityCalendarByProgram(Program program)

findActivityCalendarByProgram

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).


findActivityCalendarByProgram

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.


findActivityCalendarByProgram

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.


findActivityCalendarByProgram

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.


findActivityCalendarByProgram

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.


findActivityCalendarByProgram

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).


findActivityCalendarByProgram

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.


findActivityCalendarByQualityFlag

java.util.Collection findActivityCalendarByQualityFlag(QualityFlag qualityFlag)

findActivityCalendarByQualityFlag

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).


findActivityCalendarByQualityFlag

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.


findActivityCalendarByQualityFlag

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.


findActivityCalendarByQualityFlag

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.


findActivityCalendarByQualityFlag

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.


findActivityCalendarByQualityFlag

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).


findActivityCalendarByQualityFlag

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.


findActivityCalendarByFishingEffortCalendar

ActivityCalendar findActivityCalendarByFishingEffortCalendar(FishingEffortCalendar fishingEffortCalendar)

findActivityCalendarByFishingEffortCalendar

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).


findActivityCalendarByFishingEffortCalendar

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.


findActivityCalendarByFishingEffortCalendar

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).


findActivityCalendarByRecorderPerson

java.util.Collection findActivityCalendarByRecorderPerson(Person recorderPerson)

findActivityCalendarByRecorderPerson

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).


findActivityCalendarByRecorderPerson

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.


findActivityCalendarByRecorderPerson

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.


findActivityCalendarByRecorderPerson

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.


findActivityCalendarByRecorderPerson

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.


findActivityCalendarByRecorderPerson

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).


findActivityCalendarByRecorderPerson

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.


findActivityCalendarByNaturalId

ActivityCalendar findActivityCalendarByNaturalId(java.lang.Integer year,
                                                 Vessel vessel,
                                                 Program program)

findActivityCalendarByNaturalId

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).


findActivityCalendarByNaturalId

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.


findActivityCalendarByNaturalId

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).


getAllActivityCalendarSinceDateSynchro

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

getAllActivityCalendarSinceDateSynchro

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).


getAllActivityCalendarSinceDateSynchro

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.


getAllActivityCalendarSinceDateSynchro

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.


getAllActivityCalendarSinceDateSynchro

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.


getAllActivityCalendarSinceDateSynchro

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.


getAllActivityCalendarSinceDateSynchro

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).


getAllActivityCalendarSinceDateSynchro

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.


createFromClusterActivityCalendar

ActivityCalendar createFromClusterActivityCalendar(ClusterActivityCalendar clusterActivityCalendar)

getAllClusterActivityCalendarSinceDateSynchro

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

search

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

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

search

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

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

search

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

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

search

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

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


Copyright © 2008-2010 IFREMER. All Rights Reserved.