fr.ifremer.allegro.data.survey.scientificCruise
Interface ScientificCruiseDao

All Known Implementing Classes:
ScientificCruiseDaoBase, ScientificCruiseDaoImpl

public interface ScientificCruiseDao

See Also:
ScientificCruise

Field Summary
static int TRANSFORM_CLUSTERSCIENTIFICCRUISE
          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_REMOTESCIENTIFICCRUISEFULLVO
          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_REMOTESCIENTIFICCRUISENATURALID
          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
 ScientificCruise clusterScientificCruiseToEntity(ClusterScientificCruise clusterScientificCruise)
          Converts an instance of type ClusterScientificCruise to this DAO's entity.
 void clusterScientificCruiseToEntity(ClusterScientificCruise source, ScientificCruise target, boolean copyIfNull)
          Copies the fields of ClusterScientificCruise to the specified entity.
 void clusterScientificCruiseToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterScientificCruise to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise and adds from the passed in entities collection
 ScientificCruise create(java.util.Date creationDate, java.util.Date departureDateTime, Person managerPerson, java.lang.String name, Program program, Department recorderDepartment, ScientificResearchVessel scientificResearchVessel)
           Creates a new fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise instance from only required properties (attributes and association ends) and adds it to the persistent store.
 java.util.Collection create(int transform, java.util.Collection entities)
           Does the same thing as create(fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise) with an additional flag called transform.
 java.lang.Object create(int transform, java.util.Date creationDate, java.util.Date departureDateTime, Person managerPerson, java.lang.String name, Program program, Department recorderDepartment, ScientificResearchVessel scientificResearchVessel)
           Does the same thing as create(java.util.Date,java.util.Date,fr.ifremer.allegro.administration.user.Person,java.lang.String,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.vessel.ScientificResearchVessel) with an additional flag called transform.
 java.lang.Object create(int transform, ScientificCruise scientificCruise)
           Does the same thing as create(fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise) with an additional flag called transform.
 java.lang.Object create(int transform, java.lang.String name, java.util.Date departureDateTime, java.util.Date returnDateTime, java.lang.String reference, java.lang.String comments, java.util.Date creationDate, java.sql.Timestamp updateDate, ScientificResearchVessel scientificResearchVessel, Department recorderDepartment, Program program, Person recorderPerson, java.util.Collection fishingTrips, Person managerPerson)
           Does the same thing as create(java.lang.String,java.util.Date,java.util.Date,java.lang.String,java.lang.String,java.util.Date,java.sql.Timestamp,fr.ifremer.allegro.referential.vessel.ScientificResearchVessel,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Person,java.util.Collection,fr.ifremer.allegro.administration.user.Person) with an additional flag called transform.
 ScientificCruise create(ScientificCruise scientificCruise)
          Creates an instance of fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise and adds it to the persistent store.
 ScientificCruise create(java.lang.String name, java.util.Date departureDateTime, java.util.Date returnDateTime, java.lang.String reference, java.lang.String comments, java.util.Date creationDate, java.sql.Timestamp updateDate, ScientificResearchVessel scientificResearchVessel, Department recorderDepartment, Program program, Person recorderPerson, java.util.Collection fishingTrips, Person managerPerson)
           Creates a new fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise instance from all attributes and properties and adds it to the persistent store.
 ScientificCruise createFromClusterScientificCruise(ClusterScientificCruise clusterScientificCruise)
           
 ScientificCruise findScientificCruiseById(java.lang.Integer id)
           
 java.lang.Object findScientificCruiseById(int transform, java.lang.Integer id)
           Does the same thing as findScientificCruiseById(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findScientificCruiseById(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findScientificCruiseById(int, java.lang.Integer) with an additional argument called queryString.
 ScientificCruise findScientificCruiseById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findScientificCruiseById(java.lang.Integer) with an additional argument called queryString.
 java.util.Collection findScientificCruiseByManagerPerson(int transform, int pageNumber, int pageSize, Person managerPerson)
           Does the same thing as findScientificCruiseByManagerPerson(int, fr.ifremer.allegro.administration.user.Person) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findScientificCruiseByManagerPerson(int pageNumber, int pageSize, Person managerPerson)
           Does the same thing as findScientificCruiseByManagerPerson(fr.ifremer.allegro.administration.user.Person) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findScientificCruiseByManagerPerson(int transform, Person managerPerson)
           Does the same thing as findScientificCruiseByManagerPerson(fr.ifremer.allegro.administration.user.Person) with an additional flag called transform.
 java.util.Collection findScientificCruiseByManagerPerson(int transform, java.lang.String queryString, int pageNumber, int pageSize, Person managerPerson)
           Does the same thing as findScientificCruiseByManagerPerson(int, String, fr.ifremer.allegro.administration.user.Person) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findScientificCruiseByManagerPerson(int transform, java.lang.String queryString, Person managerPerson)
           Does the same thing as findScientificCruiseByManagerPerson(int, fr.ifremer.allegro.administration.user.Person) with an additional argument called queryString.
 java.util.Collection findScientificCruiseByManagerPerson(Person managerPerson)
           
 java.util.Collection findScientificCruiseByManagerPerson(java.lang.String queryString, int pageNumber, int pageSize, Person managerPerson)
           Does the same thing as findScientificCruiseByManagerPerson(String, fr.ifremer.allegro.administration.user.Person) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findScientificCruiseByManagerPerson(java.lang.String queryString, Person managerPerson)
           Does the same thing as findScientificCruiseByManagerPerson(fr.ifremer.allegro.administration.user.Person) with an additional argument called queryString.
 ScientificCruise findScientificCruiseByNaturalId(java.util.Date departureDateTime, ScientificResearchVessel scientificResearchVessel, Program program)
           
 java.lang.Object findScientificCruiseByNaturalId(int transform, java.util.Date departureDateTime, ScientificResearchVessel scientificResearchVessel, Program program)
           Does the same thing as findScientificCruiseByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.ScientificResearchVessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.lang.Object findScientificCruiseByNaturalId(int transform, java.lang.String queryString, java.util.Date departureDateTime, ScientificResearchVessel scientificResearchVessel, Program program)
           Does the same thing as findScientificCruiseByNaturalId(int, java.util.Date, fr.ifremer.allegro.referential.vessel.ScientificResearchVessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 ScientificCruise findScientificCruiseByNaturalId(java.lang.String queryString, java.util.Date departureDateTime, ScientificResearchVessel scientificResearchVessel, Program program)
           Does the same thing as findScientificCruiseByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.ScientificResearchVessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findScientificCruiseByProgram(int transform, int pageNumber, int pageSize, Program program)
           Does the same thing as findScientificCruiseByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findScientificCruiseByProgram(int pageNumber, int pageSize, Program program)
           Does the same thing as findScientificCruiseByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findScientificCruiseByProgram(int transform, Program program)
           Does the same thing as findScientificCruiseByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional flag called transform.
 java.util.Collection findScientificCruiseByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
           Does the same thing as findScientificCruiseByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findScientificCruiseByProgram(int transform, java.lang.String queryString, Program program)
           Does the same thing as findScientificCruiseByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findScientificCruiseByProgram(Program program)
           
 java.util.Collection findScientificCruiseByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
           Does the same thing as findScientificCruiseByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findScientificCruiseByProgram(java.lang.String queryString, Program program)
           Does the same thing as findScientificCruiseByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 java.util.Collection findScientificCruiseByRecorderDepartment(Department recorderDepartment)
           
 java.util.Collection findScientificCruiseByRecorderDepartment(int transform, Department recorderDepartment)
           Does the same thing as findScientificCruiseByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection findScientificCruiseByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as findScientificCruiseByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findScientificCruiseByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as findScientificCruiseByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findScientificCruiseByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
           Does the same thing as findScientificCruiseByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection findScientificCruiseByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as findScientificCruiseByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findScientificCruiseByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
           Does the same thing as findScientificCruiseByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection findScientificCruiseByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
           Does the same thing as findScientificCruiseByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findScientificCruiseByRecorderPerson(int transform, int pageNumber, int pageSize, Person recorderPerson)
           Does the same thing as findScientificCruiseByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findScientificCruiseByRecorderPerson(int pageNumber, int pageSize, Person recorderPerson)
           Does the same thing as findScientificCruiseByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findScientificCruiseByRecorderPerson(int transform, Person recorderPerson)
           Does the same thing as findScientificCruiseByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an additional flag called transform.
 java.util.Collection findScientificCruiseByRecorderPerson(int transform, java.lang.String queryString, int pageNumber, int pageSize, Person recorderPerson)
           Does the same thing as findScientificCruiseByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findScientificCruiseByRecorderPerson(int transform, java.lang.String queryString, Person recorderPerson)
           Does the same thing as findScientificCruiseByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an additional argument called queryString.
 java.util.Collection findScientificCruiseByRecorderPerson(Person recorderPerson)
           
 java.util.Collection findScientificCruiseByRecorderPerson(java.lang.String queryString, int pageNumber, int pageSize, Person recorderPerson)
           Does the same thing as findScientificCruiseByRecorderPerson(String, fr.ifremer.allegro.administration.user.Person) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findScientificCruiseByRecorderPerson(java.lang.String queryString, Person recorderPerson)
           Does the same thing as findScientificCruiseByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an additional argument called queryString.
 java.util.Collection findScientificCruiseByScientificResearchVessel(int transform, int pageNumber, int pageSize, ScientificResearchVessel scientificResearchVessel)
           Does the same thing as findScientificCruiseByScientificResearchVessel(int, fr.ifremer.allegro.referential.vessel.ScientificResearchVessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findScientificCruiseByScientificResearchVessel(int pageNumber, int pageSize, ScientificResearchVessel scientificResearchVessel)
           Does the same thing as findScientificCruiseByScientificResearchVessel(fr.ifremer.allegro.referential.vessel.ScientificResearchVessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findScientificCruiseByScientificResearchVessel(int transform, ScientificResearchVessel scientificResearchVessel)
           Does the same thing as findScientificCruiseByScientificResearchVessel(fr.ifremer.allegro.referential.vessel.ScientificResearchVessel) with an additional flag called transform.
 java.util.Collection findScientificCruiseByScientificResearchVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, ScientificResearchVessel scientificResearchVessel)
           Does the same thing as findScientificCruiseByScientificResearchVessel(int, String, fr.ifremer.allegro.referential.vessel.ScientificResearchVessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findScientificCruiseByScientificResearchVessel(int transform, java.lang.String queryString, ScientificResearchVessel scientificResearchVessel)
           Does the same thing as findScientificCruiseByScientificResearchVessel(int, fr.ifremer.allegro.referential.vessel.ScientificResearchVessel) with an additional argument called queryString.
 java.util.Collection findScientificCruiseByScientificResearchVessel(ScientificResearchVessel scientificResearchVessel)
           
 java.util.Collection findScientificCruiseByScientificResearchVessel(java.lang.String queryString, int pageNumber, int pageSize, ScientificResearchVessel scientificResearchVessel)
           Does the same thing as findScientificCruiseByScientificResearchVessel(String, fr.ifremer.allegro.referential.vessel.ScientificResearchVessel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findScientificCruiseByScientificResearchVessel(java.lang.String queryString, ScientificResearchVessel scientificResearchVessel)
           Does the same thing as findScientificCruiseByScientificResearchVessel(fr.ifremer.allegro.referential.vessel.ScientificResearchVessel) with an additional argument called queryString.
 ClusterScientificCruise[] getAllClusterScientificCruiseSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 java.util.Collection getAllScientificCruise()
           
 java.util.Collection getAllScientificCruise(int transform)
           Does the same thing as getAllScientificCruise() with an additional flag called transform.
 java.util.Collection getAllScientificCruise(int pageNumber, int pageSize)
           Does the same thing as getAllScientificCruise() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllScientificCruise(int transform, int pageNumber, int pageSize)
           Does the same thing as getAllScientificCruise(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllScientificCruise(int transform, java.lang.String queryString)
           Does the same thing as getAllScientificCruise(int) with an additional argument called queryString.
 java.util.Collection getAllScientificCruise(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllScientificCruise(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllScientificCruise(java.lang.String queryString)
           Does the same thing as getAllScientificCruise() with an additional argument called queryString.
 java.util.Collection getAllScientificCruise(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllScientificCruise(String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllScientificCruiseSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllScientificCruiseSinceDateSynchro(int, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllScientificCruiseSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllScientificCruiseSinceDateSynchro(java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllScientificCruiseSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllScientificCruiseSinceDateSynchro(int, String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllScientificCruiseSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as getAllScientificCruiseSinceDateSynchro(int, java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllScientificCruiseSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
           Does the same thing as getAllScientificCruiseSinceDateSynchro(java.sql.Timestamp) with an additional flag called transform.
 java.util.Collection getAllScientificCruiseSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as getAllScientificCruiseSinceDateSynchro(String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllScientificCruiseSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as getAllScientificCruiseSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllScientificCruiseSinceDateSynchro(java.sql.Timestamp updateDate)
           
 ScientificCruise load(java.lang.Integer id)
          Loads an instance of fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise 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 ScientificCruise.
 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.
 ScientificCruise remoteScientificCruiseFullVOToEntity(RemoteScientificCruiseFullVO remoteScientificCruiseFullVO)
          Converts an instance of type RemoteScientificCruiseFullVO to this DAO's entity.
 void remoteScientificCruiseFullVOToEntity(RemoteScientificCruiseFullVO source, ScientificCruise target, boolean copyIfNull)
          Copies the fields of RemoteScientificCruiseFullVO to the specified entity.
 void remoteScientificCruiseFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteScientificCruiseFullVO to this DAO's entity.
 ScientificCruise remoteScientificCruiseNaturalIdToEntity(RemoteScientificCruiseNaturalId remoteScientificCruiseNaturalId)
          Converts an instance of type RemoteScientificCruiseNaturalId to this DAO's entity.
 void remoteScientificCruiseNaturalIdToEntity(RemoteScientificCruiseNaturalId source, ScientificCruise target, boolean copyIfNull)
          Copies the fields of RemoteScientificCruiseNaturalId to the specified entity.
 void remoteScientificCruiseNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteScientificCruiseNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(java.lang.Integer id)
          Removes the instance of fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise having the given identifier from the persistent store.
 void remove(ScientificCruise scientificCruise)
          Removes the instance of fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise 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.
 ClusterScientificCruise toClusterScientificCruise(ScientificCruise entity)
          Converts this DAO's entity to an object of type ClusterScientificCruise.
 void toClusterScientificCruise(ScientificCruise source, ClusterScientificCruise target)
          Copies the fields of the specified entity to the target value object.
 ClusterScientificCruise[] toClusterScientificCruiseArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterScientificCruise.
 void toClusterScientificCruiseCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterScientificCruise.
 RemoteScientificCruiseFullVO toRemoteScientificCruiseFullVO(ScientificCruise entity)
          Converts this DAO's entity to an object of type RemoteScientificCruiseFullVO.
 void toRemoteScientificCruiseFullVO(ScientificCruise source, RemoteScientificCruiseFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemoteScientificCruiseFullVO[] toRemoteScientificCruiseFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteScientificCruiseFullVO.
 void toRemoteScientificCruiseFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteScientificCruiseFullVO.
 RemoteScientificCruiseNaturalId toRemoteScientificCruiseNaturalId(ScientificCruise entity)
          Converts this DAO's entity to an object of type RemoteScientificCruiseNaturalId.
 void toRemoteScientificCruiseNaturalId(ScientificCruise source, RemoteScientificCruiseNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemoteScientificCruiseNaturalId[] toRemoteScientificCruiseNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteScientificCruiseNaturalId.
 void toRemoteScientificCruiseNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteScientificCruiseNaturalId.
 void update(java.util.Collection entities)
          Updates all instances in the entities collection in the persistent store.
 void update(ScientificCruise scientificCruise)
          Updates the scientificCruise instance in the persistent store.
 

Field Detail

TRANSFORM_NONE

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

This specific flag denotes no transformation will occur.

See Also:
Constant Field Values

TRANSFORM_REMOTESCIENTIFICCRUISEFULLVO

static final int TRANSFORM_REMOTESCIENTIFICCRUISEFULLVO
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 RemoteScientificCruiseFullVO.

See Also:
Constant Field Values

TRANSFORM_REMOTESCIENTIFICCRUISENATURALID

static final int TRANSFORM_REMOTESCIENTIFICCRUISENATURALID
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 RemoteScientificCruiseNaturalId.

See Also:
Constant Field Values

TRANSFORM_CLUSTERSCIENTIFICCRUISE

static final int TRANSFORM_CLUSTERSCIENTIFICCRUISE
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 ClusterScientificCruise.

See Also:
Constant Field Values
Method Detail

toRemoteScientificCruiseFullVO

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


toRemoteScientificCruiseFullVO

RemoteScientificCruiseFullVO toRemoteScientificCruiseFullVO(ScientificCruise entity)
Converts this DAO's entity to an object of type RemoteScientificCruiseFullVO.


toRemoteScientificCruiseFullVOCollection

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


toRemoteScientificCruiseFullVOArray

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


remoteScientificCruiseFullVOToEntity

void remoteScientificCruiseFullVOToEntity(RemoteScientificCruiseFullVO source,
                                          ScientificCruise target,
                                          boolean copyIfNull)
Copies the fields of RemoteScientificCruiseFullVO 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.

remoteScientificCruiseFullVOToEntity

ScientificCruise remoteScientificCruiseFullVOToEntity(RemoteScientificCruiseFullVO remoteScientificCruiseFullVO)
Converts an instance of type RemoteScientificCruiseFullVO to this DAO's entity.


remoteScientificCruiseFullVOToEntityCollection

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


toRemoteScientificCruiseNaturalId

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


toRemoteScientificCruiseNaturalId

RemoteScientificCruiseNaturalId toRemoteScientificCruiseNaturalId(ScientificCruise entity)
Converts this DAO's entity to an object of type RemoteScientificCruiseNaturalId.


toRemoteScientificCruiseNaturalIdCollection

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


toRemoteScientificCruiseNaturalIdArray

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


remoteScientificCruiseNaturalIdToEntity

void remoteScientificCruiseNaturalIdToEntity(RemoteScientificCruiseNaturalId source,
                                             ScientificCruise target,
                                             boolean copyIfNull)
Copies the fields of RemoteScientificCruiseNaturalId 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.

remoteScientificCruiseNaturalIdToEntity

ScientificCruise remoteScientificCruiseNaturalIdToEntity(RemoteScientificCruiseNaturalId remoteScientificCruiseNaturalId)
Converts an instance of type RemoteScientificCruiseNaturalId to this DAO's entity.


remoteScientificCruiseNaturalIdToEntityCollection

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


toClusterScientificCruise

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


toClusterScientificCruise

ClusterScientificCruise toClusterScientificCruise(ScientificCruise entity)
Converts this DAO's entity to an object of type ClusterScientificCruise.


toClusterScientificCruiseCollection

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


toClusterScientificCruiseArray

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


clusterScientificCruiseToEntity

void clusterScientificCruiseToEntity(ClusterScientificCruise source,
                                     ScientificCruise target,
                                     boolean copyIfNull)
Copies the fields of ClusterScientificCruise 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.

clusterScientificCruiseToEntity

ScientificCruise clusterScientificCruiseToEntity(ClusterScientificCruise clusterScientificCruise)
Converts an instance of type ClusterScientificCruise to this DAO's entity.


clusterScientificCruiseToEntityCollection

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


load

ScientificCruise load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise 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 ScientificCruise.

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

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


create

java.lang.Object create(int transform,
                        ScientificCruise scientificCruise)

Does the same thing as create(fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise) 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.scientificCruise.ScientificCruise and adds from the passed in entities collection

Parameters:
entities - the collection of fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise 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.scientificCruise.ScientificCruise) 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

ScientificCruise create(java.lang.String name,
                        java.util.Date departureDateTime,
                        java.util.Date returnDateTime,
                        java.lang.String reference,
                        java.lang.String comments,
                        java.util.Date creationDate,
                        java.sql.Timestamp updateDate,
                        ScientificResearchVessel scientificResearchVessel,
                        Department recorderDepartment,
                        Program program,
                        Person recorderPerson,
                        java.util.Collection fishingTrips,
                        Person managerPerson)

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


create

java.lang.Object create(int transform,
                        java.lang.String name,
                        java.util.Date departureDateTime,
                        java.util.Date returnDateTime,
                        java.lang.String reference,
                        java.lang.String comments,
                        java.util.Date creationDate,
                        java.sql.Timestamp updateDate,
                        ScientificResearchVessel scientificResearchVessel,
                        Department recorderDepartment,
                        Program program,
                        Person recorderPerson,
                        java.util.Collection fishingTrips,
                        Person managerPerson)

Does the same thing as create(java.lang.String,java.util.Date,java.util.Date,java.lang.String,java.lang.String,java.util.Date,java.sql.Timestamp,fr.ifremer.allegro.referential.vessel.ScientificResearchVessel,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Person,java.util.Collection,fr.ifremer.allegro.administration.user.Person) 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

ScientificCruise create(java.util.Date creationDate,
                        java.util.Date departureDateTime,
                        Person managerPerson,
                        java.lang.String name,
                        Program program,
                        Department recorderDepartment,
                        ScientificResearchVessel scientificResearchVessel)

Creates a new fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise 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.util.Date departureDateTime,
                        Person managerPerson,
                        java.lang.String name,
                        Program program,
                        Department recorderDepartment,
                        ScientificResearchVessel scientificResearchVessel)

Does the same thing as create(java.util.Date,java.util.Date,fr.ifremer.allegro.administration.user.Person,java.lang.String,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.vessel.ScientificResearchVessel) 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(ScientificCruise scientificCruise)
Updates the scientificCruise 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(ScientificCruise scientificCruise)
Removes the instance of fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise from the persistent store.


remove

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


remove

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


getAllScientificCruise

java.util.Collection getAllScientificCruise()

getAllScientificCruise

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

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


getAllScientificCruise

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

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


getAllScientificCruise

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

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


getAllScientificCruise

java.util.Collection getAllScientificCruise(int transform)

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


getAllScientificCruise

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

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


getAllScientificCruise

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

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


getAllScientificCruise

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

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


findScientificCruiseById

ScientificCruise findScientificCruiseById(java.lang.Integer id)

findScientificCruiseById

ScientificCruise findScientificCruiseById(java.lang.String queryString,
                                          java.lang.Integer id)

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


findScientificCruiseById

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

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


findScientificCruiseById

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

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


findScientificCruiseByManagerPerson

java.util.Collection findScientificCruiseByManagerPerson(Person managerPerson)

findScientificCruiseByManagerPerson

java.util.Collection findScientificCruiseByManagerPerson(java.lang.String queryString,
                                                         Person managerPerson)

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


findScientificCruiseByManagerPerson

java.util.Collection findScientificCruiseByManagerPerson(int pageNumber,
                                                         int pageSize,
                                                         Person managerPerson)

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


findScientificCruiseByManagerPerson

java.util.Collection findScientificCruiseByManagerPerson(java.lang.String queryString,
                                                         int pageNumber,
                                                         int pageSize,
                                                         Person managerPerson)

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


findScientificCruiseByManagerPerson

java.util.Collection findScientificCruiseByManagerPerson(int transform,
                                                         Person managerPerson)

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


findScientificCruiseByManagerPerson

java.util.Collection findScientificCruiseByManagerPerson(int transform,
                                                         int pageNumber,
                                                         int pageSize,
                                                         Person managerPerson)

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


findScientificCruiseByManagerPerson

java.util.Collection findScientificCruiseByManagerPerson(int transform,
                                                         java.lang.String queryString,
                                                         Person managerPerson)

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


findScientificCruiseByManagerPerson

java.util.Collection findScientificCruiseByManagerPerson(int transform,
                                                         java.lang.String queryString,
                                                         int pageNumber,
                                                         int pageSize,
                                                         Person managerPerson)

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


findScientificCruiseByScientificResearchVessel

java.util.Collection findScientificCruiseByScientificResearchVessel(ScientificResearchVessel scientificResearchVessel)

findScientificCruiseByScientificResearchVessel

java.util.Collection findScientificCruiseByScientificResearchVessel(java.lang.String queryString,
                                                                    ScientificResearchVessel scientificResearchVessel)

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


findScientificCruiseByScientificResearchVessel

java.util.Collection findScientificCruiseByScientificResearchVessel(int pageNumber,
                                                                    int pageSize,
                                                                    ScientificResearchVessel scientificResearchVessel)

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


findScientificCruiseByScientificResearchVessel

java.util.Collection findScientificCruiseByScientificResearchVessel(java.lang.String queryString,
                                                                    int pageNumber,
                                                                    int pageSize,
                                                                    ScientificResearchVessel scientificResearchVessel)

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


findScientificCruiseByScientificResearchVessel

java.util.Collection findScientificCruiseByScientificResearchVessel(int transform,
                                                                    ScientificResearchVessel scientificResearchVessel)

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


findScientificCruiseByScientificResearchVessel

java.util.Collection findScientificCruiseByScientificResearchVessel(int transform,
                                                                    int pageNumber,
                                                                    int pageSize,
                                                                    ScientificResearchVessel scientificResearchVessel)

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


findScientificCruiseByScientificResearchVessel

java.util.Collection findScientificCruiseByScientificResearchVessel(int transform,
                                                                    java.lang.String queryString,
                                                                    ScientificResearchVessel scientificResearchVessel)

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


findScientificCruiseByScientificResearchVessel

java.util.Collection findScientificCruiseByScientificResearchVessel(int transform,
                                                                    java.lang.String queryString,
                                                                    int pageNumber,
                                                                    int pageSize,
                                                                    ScientificResearchVessel scientificResearchVessel)

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


findScientificCruiseByRecorderDepartment

java.util.Collection findScientificCruiseByRecorderDepartment(Department recorderDepartment)

findScientificCruiseByRecorderDepartment

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

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


findScientificCruiseByRecorderDepartment

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

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


findScientificCruiseByRecorderDepartment

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

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


findScientificCruiseByRecorderDepartment

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

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


findScientificCruiseByRecorderDepartment

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

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


findScientificCruiseByRecorderDepartment

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

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


findScientificCruiseByRecorderDepartment

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

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


findScientificCruiseByProgram

java.util.Collection findScientificCruiseByProgram(Program program)

findScientificCruiseByProgram

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

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


findScientificCruiseByProgram

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

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


findScientificCruiseByProgram

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

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


findScientificCruiseByProgram

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

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


findScientificCruiseByProgram

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

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


findScientificCruiseByProgram

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

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


findScientificCruiseByProgram

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

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


findScientificCruiseByRecorderPerson

java.util.Collection findScientificCruiseByRecorderPerson(Person recorderPerson)

findScientificCruiseByRecorderPerson

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

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


findScientificCruiseByRecorderPerson

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

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


findScientificCruiseByRecorderPerson

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

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


findScientificCruiseByRecorderPerson

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

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


findScientificCruiseByRecorderPerson

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

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


findScientificCruiseByRecorderPerson

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

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


findScientificCruiseByRecorderPerson

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

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


findScientificCruiseByNaturalId

ScientificCruise findScientificCruiseByNaturalId(java.util.Date departureDateTime,
                                                 ScientificResearchVessel scientificResearchVessel,
                                                 Program program)

findScientificCruiseByNaturalId

ScientificCruise findScientificCruiseByNaturalId(java.lang.String queryString,
                                                 java.util.Date departureDateTime,
                                                 ScientificResearchVessel scientificResearchVessel,
                                                 Program program)

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


findScientificCruiseByNaturalId

java.lang.Object findScientificCruiseByNaturalId(int transform,
                                                 java.util.Date departureDateTime,
                                                 ScientificResearchVessel scientificResearchVessel,
                                                 Program program)

Does the same thing as findScientificCruiseByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.ScientificResearchVessel, 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.


findScientificCruiseByNaturalId

java.lang.Object findScientificCruiseByNaturalId(int transform,
                                                 java.lang.String queryString,
                                                 java.util.Date departureDateTime,
                                                 ScientificResearchVessel scientificResearchVessel,
                                                 Program program)

Does the same thing as findScientificCruiseByNaturalId(int, java.util.Date, fr.ifremer.allegro.referential.vessel.ScientificResearchVessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findScientificCruiseByNaturalId(int, java.util.Date departureDateTime, fr.ifremer.allegro.referential.vessel.ScientificResearchVessel scientificResearchVessel, fr.ifremer.allegro.administration.programStrategy.Program program).


getAllScientificCruiseSinceDateSynchro

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

getAllScientificCruiseSinceDateSynchro

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

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


getAllScientificCruiseSinceDateSynchro

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

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


getAllScientificCruiseSinceDateSynchro

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

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


getAllScientificCruiseSinceDateSynchro

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

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


getAllScientificCruiseSinceDateSynchro

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

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


getAllScientificCruiseSinceDateSynchro

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

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


getAllScientificCruiseSinceDateSynchro

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

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


createFromClusterScientificCruise

ScientificCruise createFromClusterScientificCruise(ClusterScientificCruise clusterScientificCruise)

getAllClusterScientificCruiseSinceDateSynchro

ClusterScientificCruise[] getAllClusterScientificCruiseSinceDateSynchro(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.