|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ScientificCruiseDao
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 |
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 |
---|
static final int TRANSFORM_NONE
int
parameter called transform
.
This specific flag denotes no transformation will occur.
static final int TRANSFORM_REMOTESCIENTIFICCRUISEFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteScientificCruiseFullVO
.
static final int TRANSFORM_REMOTESCIENTIFICCRUISENATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteScientificCruiseNaturalId
.
static final int TRANSFORM_CLUSTERSCIENTIFICCRUISE
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterScientificCruise
.
Method Detail |
---|
void toRemoteScientificCruiseFullVO(ScientificCruise source, RemoteScientificCruiseFullVO target)
RemoteScientificCruiseFullVO toRemoteScientificCruiseFullVO(ScientificCruise entity)
RemoteScientificCruiseFullVO
.
void toRemoteScientificCruiseFullVOCollection(java.util.Collection entities)
RemoteScientificCruiseFullVO
.
RemoteScientificCruiseFullVO[] toRemoteScientificCruiseFullVOArray(java.util.Collection entities)
RemoteScientificCruiseFullVO
.
void remoteScientificCruiseFullVOToEntity(RemoteScientificCruiseFullVO source, ScientificCruise target, boolean copyIfNull)
RemoteScientificCruiseFullVO
to the specified entity.
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.ScientificCruise remoteScientificCruiseFullVOToEntity(RemoteScientificCruiseFullVO remoteScientificCruiseFullVO)
RemoteScientificCruiseFullVO
to this DAO's entity.
void remoteScientificCruiseFullVOToEntityCollection(java.util.Collection instances)
RemoteScientificCruiseFullVO
to this
DAO's entity.
void toRemoteScientificCruiseNaturalId(ScientificCruise source, RemoteScientificCruiseNaturalId target)
RemoteScientificCruiseNaturalId toRemoteScientificCruiseNaturalId(ScientificCruise entity)
RemoteScientificCruiseNaturalId
.
void toRemoteScientificCruiseNaturalIdCollection(java.util.Collection entities)
RemoteScientificCruiseNaturalId
.
RemoteScientificCruiseNaturalId[] toRemoteScientificCruiseNaturalIdArray(java.util.Collection entities)
RemoteScientificCruiseNaturalId
.
void remoteScientificCruiseNaturalIdToEntity(RemoteScientificCruiseNaturalId source, ScientificCruise target, boolean copyIfNull)
RemoteScientificCruiseNaturalId
to the specified entity.
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.ScientificCruise remoteScientificCruiseNaturalIdToEntity(RemoteScientificCruiseNaturalId remoteScientificCruiseNaturalId)
RemoteScientificCruiseNaturalId
to this DAO's entity.
void remoteScientificCruiseNaturalIdToEntityCollection(java.util.Collection instances)
RemoteScientificCruiseNaturalId
to this
DAO's entity.
void toClusterScientificCruise(ScientificCruise source, ClusterScientificCruise target)
ClusterScientificCruise toClusterScientificCruise(ScientificCruise entity)
ClusterScientificCruise
.
void toClusterScientificCruiseCollection(java.util.Collection entities)
ClusterScientificCruise
.
ClusterScientificCruise[] toClusterScientificCruiseArray(java.util.Collection entities)
ClusterScientificCruise
.
void clusterScientificCruiseToEntity(ClusterScientificCruise source, ScientificCruise target, boolean copyIfNull)
ClusterScientificCruise
to the specified entity.
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.ScientificCruise clusterScientificCruiseToEntity(ClusterScientificCruise clusterScientificCruise)
ClusterScientificCruise
to this DAO's entity.
void clusterScientificCruiseToEntityCollection(java.util.Collection instances)
ClusterScientificCruise
to this
DAO's entity.
ScientificCruise load(java.lang.Integer id)
java.lang.Object load(int transform, java.lang.Integer id)
Does the same thing as load(java.lang.Integer)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined in this class then the result WILL BE passed through an operation which can
optionally transform the entity (into a value object for example). By default, transformation does
not occur.
id
- identifier of the entity to load
java.util.Collection loadAll()
ScientificCruise
.
java.util.Collection loadAll(int transform)
Does the same thing as loadAll()
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
transform
- the flag indicating what transformation to use.
java.util.Collection loadAll(int pageNumber, int pageSize)
Does the same thing as loadAll()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
Does the same thing as loadAll(int)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
transform
- the flag indicating what transformation to use.pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
ScientificCruise create(ScientificCruise scientificCruise)
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.
java.util.Collection create(java.util.Collection entities)
entities
collection
entities
- the collection of fr.ifremer.allegro.data.survey.scientificCruise.ScientificCruise
instances to 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.
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.
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.
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.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.
void update(ScientificCruise scientificCruise)
scientificCruise
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
void remove(ScientificCruise scientificCruise)
void remove(java.lang.Integer id)
identifier
from the persistent store.
void remove(java.util.Collection entities)
entities collection.
java.util.Collection 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()
.
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.
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.
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.
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.
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)
.
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.
ScientificCruise findScientificCruiseById(java.lang.Integer id)
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)
.
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.
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)
.
java.util.Collection findScientificCruiseByManagerPerson(Person managerPerson)
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)
.
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.
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.
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.
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.
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)
.
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.
java.util.Collection findScientificCruiseByScientificResearchVessel(ScientificResearchVessel scientificResearchVessel)
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)
.
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.
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.
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.
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.
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)
.
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.
java.util.Collection findScientificCruiseByRecorderDepartment(Department recorderDepartment)
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)
.
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.
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.
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.
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.
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)
.
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.
java.util.Collection findScientificCruiseByProgram(Program program)
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)
.
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.
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.
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.
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.
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)
.
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.
java.util.Collection findScientificCruiseByRecorderPerson(Person recorderPerson)
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)
.
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.
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.
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.
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.
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)
.
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.
ScientificCruise findScientificCruiseByNaturalId(java.util.Date departureDateTime, ScientificResearchVessel scientificResearchVessel, Program program)
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)
.
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.
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)
.
java.util.Collection getAllScientificCruiseSinceDateSynchro(java.sql.Timestamp updateDate)
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)
.
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.
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.
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.
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.
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)
.
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.
ScientificCruise createFromClusterScientificCruise(ClusterScientificCruise clusterScientificCruise)
ClusterScientificCruise[] getAllClusterScientificCruiseSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
transform
- the transformation flag.pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.PaginationResult search(int pageNumber, int pageSize, Search search)
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.java.util.Set search(int transform, Search search)
search(fr.ifremer.allegro.Search)
but with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
java.util.Set search(Search search)
search
object.
search
- the search object which provides the search parameters and pagination specification.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |