|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransshipmentDao
Transshipment
Field Summary | |
---|---|
static int |
TRANSFORM_CLUSTERTRANSSHIPMENT
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_REMOTETRANSSHIPMENTFULLVO
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_REMOTETRANSSHIPMENTNATURALID
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 | |
---|---|
Transshipment |
clusterTransshipmentToEntity(ClusterTransshipment clusterTransshipment)
Converts an instance of type ClusterTransshipment to this DAO's entity. |
void |
clusterTransshipmentToEntity(ClusterTransshipment source,
Transshipment target,
boolean copyIfNull)
Copies the fields of ClusterTransshipment to the specified entity. |
void |
clusterTransshipmentToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterTransshipment to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.data.transshipment.Transshipment and adds from the passed in entities collection |
Transshipment |
create(java.util.Date creationDate,
Program program,
Department recorderDepartment,
SurveyQualification surveyQualification,
Vessel toVessel,
java.util.Date transshipmentDateTime)
Creates a new fr.ifremer.allegro.data.transshipment.Transshipment
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Transshipment |
create(java.util.Date transshipmentDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.sql.Timestamp updateDate,
Vessel toVessel,
Location transshipmentLocation,
FishingTrip fishingTrip,
Program program,
Department recorderDepartment,
User recorderUser,
SurveyQualification surveyQualification,
java.util.Collection produces)
Creates a new fr.ifremer.allegro.data.transshipment.Transshipment
instance from all attributes and
properties 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.transshipment.Transshipment) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.util.Date creationDate,
Program program,
Department recorderDepartment,
SurveyQualification surveyQualification,
Vessel toVessel,
java.util.Date transshipmentDateTime)
Does the same thing as create(java.util.Date,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.SurveyQualification,fr.ifremer.allegro.referential.vessel.Vessel,java.util.Date) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.util.Date transshipmentDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.sql.Timestamp updateDate,
Vessel toVessel,
Location transshipmentLocation,
FishingTrip fishingTrip,
Program program,
Department recorderDepartment,
User recorderUser,
SurveyQualification surveyQualification,
java.util.Collection produces)
Does the same thing as create(java.util.Date,java.lang.String,java.util.Date,java.sql.Timestamp,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.administration.user.User,fr.ifremer.allegro.referential.SurveyQualification,java.util.Collection) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
Transshipment transshipment)
Does the same thing as create(fr.ifremer.allegro.data.transshipment.Transshipment) with an
additional flag called transform . |
Transshipment |
create(Transshipment transshipment)
Creates an instance of fr.ifremer.allegro.data.transshipment.Transshipment and adds it to the persistent store. |
Transshipment |
createFromClusterTransshipment(ClusterTransshipment clusterTransshipment)
|
java.util.Collection |
findTransshipmentByFishingTrip(FishingTrip fishingTrip)
|
java.util.Collection |
findTransshipmentByFishingTrip(int transform,
FishingTrip fishingTrip)
Does the same thing as findTransshipmentByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional flag called transform . |
java.util.Collection |
findTransshipmentByFishingTrip(int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as findTransshipmentByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTransshipmentByFishingTrip(int transform,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as findTransshipmentByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTransshipmentByFishingTrip(int transform,
java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as findTransshipmentByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
findTransshipmentByFishingTrip(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as findTransshipmentByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTransshipmentByFishingTrip(java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as findTransshipmentByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
findTransshipmentByFishingTrip(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as findTransshipmentByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
Transshipment |
findTransshipmentById(java.lang.Integer id)
|
java.lang.Object |
findTransshipmentById(int transform,
java.lang.Integer id)
Does the same thing as findTransshipmentById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findTransshipmentById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findTransshipmentById(int, java.lang.Integer) with an
additional argument called queryString . |
Transshipment |
findTransshipmentById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findTransshipmentById(java.lang.Integer) with an
additional argument called queryString . |
java.lang.Object |
findTransshipmentByNaturalId(int transform,
java.lang.String queryString,
Vessel toVessel,
Program program)
Does the same thing as findTransshipmentByNaturalId(int, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.lang.Object |
findTransshipmentByNaturalId(int transform,
Vessel toVessel,
Program program)
Does the same thing as findTransshipmentByNaturalId(fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
Transshipment |
findTransshipmentByNaturalId(java.lang.String queryString,
Vessel toVessel,
Program program)
Does the same thing as findTransshipmentByNaturalId(fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
Transshipment |
findTransshipmentByNaturalId(Vessel toVessel,
Program program)
|
java.util.Collection |
findTransshipmentByProgram(int transform,
int pageNumber,
int pageSize,
Program program)
Does the same thing as findTransshipmentByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTransshipmentByProgram(int pageNumber,
int pageSize,
Program program)
Does the same thing as findTransshipmentByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTransshipmentByProgram(int transform,
Program program)
Does the same thing as findTransshipmentByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.util.Collection |
findTransshipmentByProgram(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as findTransshipmentByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTransshipmentByProgram(int transform,
java.lang.String queryString,
Program program)
Does the same thing as findTransshipmentByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findTransshipmentByProgram(Program program)
|
java.util.Collection |
findTransshipmentByProgram(java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as findTransshipmentByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTransshipmentByProgram(java.lang.String queryString,
Program program)
Does the same thing as findTransshipmentByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findTransshipmentByRecorderDepartment(Department recorderDepartment)
|
java.util.Collection |
findTransshipmentByRecorderDepartment(int transform,
Department recorderDepartment)
Does the same thing as findTransshipmentByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional flag called transform . |
java.util.Collection |
findTransshipmentByRecorderDepartment(int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as findTransshipmentByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTransshipmentByRecorderDepartment(int transform,
int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as findTransshipmentByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTransshipmentByRecorderDepartment(int transform,
java.lang.String queryString,
Department recorderDepartment)
Does the same thing as findTransshipmentByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findTransshipmentByRecorderDepartment(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as findTransshipmentByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTransshipmentByRecorderDepartment(java.lang.String queryString,
Department recorderDepartment)
Does the same thing as findTransshipmentByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findTransshipmentByRecorderDepartment(java.lang.String queryString,
int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as findTransshipmentByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTransshipmentByRecorderUser(int transform,
int pageNumber,
int pageSize,
User recorderUser)
Does the same thing as findTransshipmentByRecorderUser(int, fr.ifremer.allegro.administration.user.User) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTransshipmentByRecorderUser(int pageNumber,
int pageSize,
User recorderUser)
Does the same thing as findTransshipmentByRecorderUser(fr.ifremer.allegro.administration.user.User) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTransshipmentByRecorderUser(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
User recorderUser)
Does the same thing as findTransshipmentByRecorderUser(int, String, fr.ifremer.allegro.administration.user.User) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTransshipmentByRecorderUser(int transform,
java.lang.String queryString,
User recorderUser)
Does the same thing as findTransshipmentByRecorderUser(int, fr.ifremer.allegro.administration.user.User) with an
additional argument called queryString . |
java.util.Collection |
findTransshipmentByRecorderUser(int transform,
User recorderUser)
Does the same thing as findTransshipmentByRecorderUser(fr.ifremer.allegro.administration.user.User) with an
additional flag called transform . |
java.util.Collection |
findTransshipmentByRecorderUser(java.lang.String queryString,
int pageNumber,
int pageSize,
User recorderUser)
Does the same thing as findTransshipmentByRecorderUser(String, fr.ifremer.allegro.administration.user.User) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTransshipmentByRecorderUser(java.lang.String queryString,
User recorderUser)
Does the same thing as findTransshipmentByRecorderUser(fr.ifremer.allegro.administration.user.User) with an
additional argument called queryString . |
java.util.Collection |
findTransshipmentByRecorderUser(User recorderUser)
|
java.util.Collection |
findTransshipmentBySurveyQualification(int transform,
int pageNumber,
int pageSize,
SurveyQualification surveyQualification)
Does the same thing as findTransshipmentBySurveyQualification(int, fr.ifremer.allegro.referential.SurveyQualification) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTransshipmentBySurveyQualification(int pageNumber,
int pageSize,
SurveyQualification surveyQualification)
Does the same thing as findTransshipmentBySurveyQualification(fr.ifremer.allegro.referential.SurveyQualification) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTransshipmentBySurveyQualification(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
SurveyQualification surveyQualification)
Does the same thing as findTransshipmentBySurveyQualification(int, String, fr.ifremer.allegro.referential.SurveyQualification) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTransshipmentBySurveyQualification(int transform,
java.lang.String queryString,
SurveyQualification surveyQualification)
Does the same thing as findTransshipmentBySurveyQualification(int, fr.ifremer.allegro.referential.SurveyQualification) with an
additional argument called queryString . |
java.util.Collection |
findTransshipmentBySurveyQualification(int transform,
SurveyQualification surveyQualification)
Does the same thing as findTransshipmentBySurveyQualification(fr.ifremer.allegro.referential.SurveyQualification) with an
additional flag called transform . |
java.util.Collection |
findTransshipmentBySurveyQualification(java.lang.String queryString,
int pageNumber,
int pageSize,
SurveyQualification surveyQualification)
Does the same thing as findTransshipmentBySurveyQualification(String, fr.ifremer.allegro.referential.SurveyQualification) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTransshipmentBySurveyQualification(java.lang.String queryString,
SurveyQualification surveyQualification)
Does the same thing as findTransshipmentBySurveyQualification(fr.ifremer.allegro.referential.SurveyQualification) with an
additional argument called queryString . |
java.util.Collection |
findTransshipmentBySurveyQualification(SurveyQualification surveyQualification)
|
java.util.Collection |
findTransshipmentByToVessel(int transform,
int pageNumber,
int pageSize,
Vessel toVessel)
Does the same thing as findTransshipmentByToVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTransshipmentByToVessel(int pageNumber,
int pageSize,
Vessel toVessel)
Does the same thing as findTransshipmentByToVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTransshipmentByToVessel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Vessel toVessel)
Does the same thing as findTransshipmentByToVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTransshipmentByToVessel(int transform,
java.lang.String queryString,
Vessel toVessel)
Does the same thing as findTransshipmentByToVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
java.util.Collection |
findTransshipmentByToVessel(int transform,
Vessel toVessel)
Does the same thing as findTransshipmentByToVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional flag called transform . |
java.util.Collection |
findTransshipmentByToVessel(java.lang.String queryString,
int pageNumber,
int pageSize,
Vessel toVessel)
Does the same thing as findTransshipmentByToVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTransshipmentByToVessel(java.lang.String queryString,
Vessel toVessel)
Does the same thing as findTransshipmentByToVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
java.util.Collection |
findTransshipmentByToVessel(Vessel toVessel)
|
java.util.Collection |
findTransshipmentByTransshipmentLocation(int transform,
int pageNumber,
int pageSize,
Location transshipmentLocation)
Does the same thing as findTransshipmentByTransshipmentLocation(int, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTransshipmentByTransshipmentLocation(int pageNumber,
int pageSize,
Location transshipmentLocation)
Does the same thing as findTransshipmentByTransshipmentLocation(fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTransshipmentByTransshipmentLocation(int transform,
Location transshipmentLocation)
Does the same thing as findTransshipmentByTransshipmentLocation(fr.ifremer.allegro.referential.location.Location) with an
additional flag called transform . |
java.util.Collection |
findTransshipmentByTransshipmentLocation(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Location transshipmentLocation)
Does the same thing as findTransshipmentByTransshipmentLocation(int, String, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTransshipmentByTransshipmentLocation(int transform,
java.lang.String queryString,
Location transshipmentLocation)
Does the same thing as findTransshipmentByTransshipmentLocation(int, fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
java.util.Collection |
findTransshipmentByTransshipmentLocation(Location transshipmentLocation)
|
java.util.Collection |
findTransshipmentByTransshipmentLocation(java.lang.String queryString,
int pageNumber,
int pageSize,
Location transshipmentLocation)
Does the same thing as findTransshipmentByTransshipmentLocation(String, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTransshipmentByTransshipmentLocation(java.lang.String queryString,
Location transshipmentLocation)
Does the same thing as findTransshipmentByTransshipmentLocation(fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
ClusterTransshipment[] |
getAllClusterTransshipmentSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
getAllTransshipment()
|
java.util.Collection |
getAllTransshipment(int transform)
Does the same thing as getAllTransshipment() with an
additional flag called transform . |
java.util.Collection |
getAllTransshipment(int pageNumber,
int pageSize)
Does the same thing as getAllTransshipment() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTransshipment(int transform,
int pageNumber,
int pageSize)
Does the same thing as getAllTransshipment(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTransshipment(int transform,
java.lang.String queryString)
Does the same thing as getAllTransshipment(int) with an
additional argument called queryString . |
java.util.Collection |
getAllTransshipment(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllTransshipment(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTransshipment(java.lang.String queryString)
Does the same thing as getAllTransshipment() with an
additional argument called queryString . |
java.util.Collection |
getAllTransshipment(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllTransshipment(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTransshipmentSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllTransshipmentSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTransshipmentSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllTransshipmentSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTransshipmentSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllTransshipmentSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTransshipmentSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllTransshipmentSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllTransshipmentSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as getAllTransshipmentSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllTransshipmentSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as getAllTransshipmentSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTransshipmentSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as getAllTransshipmentSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllTransshipmentSinceDateSynchro(java.sql.Timestamp updateDate)
|
Transshipment |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.data.transshipment.Transshipment 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 Transshipment . |
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 . |
Transshipment |
remoteTransshipmentFullVOToEntity(RemoteTransshipmentFullVO remoteTransshipmentFullVO)
Converts an instance of type RemoteTransshipmentFullVO to this DAO's entity. |
void |
remoteTransshipmentFullVOToEntity(RemoteTransshipmentFullVO source,
Transshipment target,
boolean copyIfNull)
Copies the fields of RemoteTransshipmentFullVO to the specified entity. |
void |
remoteTransshipmentFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteTransshipmentFullVO to this
DAO's entity. |
Transshipment |
remoteTransshipmentNaturalIdToEntity(RemoteTransshipmentNaturalId remoteTransshipmentNaturalId)
Converts an instance of type RemoteTransshipmentNaturalId to this DAO's entity. |
void |
remoteTransshipmentNaturalIdToEntity(RemoteTransshipmentNaturalId source,
Transshipment target,
boolean copyIfNull)
Copies the fields of RemoteTransshipmentNaturalId to the specified entity. |
void |
remoteTransshipmentNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteTransshipmentNaturalId 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.transshipment.Transshipment having the given identifier from the persistent store. |
void |
remove(Transshipment transshipment)
Removes the instance of fr.ifremer.allegro.data.transshipment.Transshipment 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. |
ClusterTransshipment |
toClusterTransshipment(Transshipment entity)
Converts this DAO's entity to an object of type ClusterTransshipment . |
void |
toClusterTransshipment(Transshipment source,
ClusterTransshipment target)
Copies the fields of the specified entity to the target value object. |
ClusterTransshipment[] |
toClusterTransshipmentArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterTransshipment . |
void |
toClusterTransshipmentCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterTransshipment . |
RemoteTransshipmentFullVO |
toRemoteTransshipmentFullVO(Transshipment entity)
Converts this DAO's entity to an object of type RemoteTransshipmentFullVO . |
void |
toRemoteTransshipmentFullVO(Transshipment source,
RemoteTransshipmentFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteTransshipmentFullVO[] |
toRemoteTransshipmentFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteTransshipmentFullVO . |
void |
toRemoteTransshipmentFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteTransshipmentFullVO . |
RemoteTransshipmentNaturalId |
toRemoteTransshipmentNaturalId(Transshipment entity)
Converts this DAO's entity to an object of type RemoteTransshipmentNaturalId . |
void |
toRemoteTransshipmentNaturalId(Transshipment source,
RemoteTransshipmentNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteTransshipmentNaturalId[] |
toRemoteTransshipmentNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteTransshipmentNaturalId . |
void |
toRemoteTransshipmentNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteTransshipmentNaturalId . |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(Transshipment transshipment)
Updates the transshipment 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_REMOTETRANSSHIPMENTFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteTransshipmentFullVO
.
static final int TRANSFORM_REMOTETRANSSHIPMENTNATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteTransshipmentNaturalId
.
static final int TRANSFORM_CLUSTERTRANSSHIPMENT
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterTransshipment
.
Method Detail |
---|
void toRemoteTransshipmentFullVO(Transshipment source, RemoteTransshipmentFullVO target)
RemoteTransshipmentFullVO toRemoteTransshipmentFullVO(Transshipment entity)
RemoteTransshipmentFullVO
.
void toRemoteTransshipmentFullVOCollection(java.util.Collection entities)
RemoteTransshipmentFullVO
.
RemoteTransshipmentFullVO[] toRemoteTransshipmentFullVOArray(java.util.Collection entities)
RemoteTransshipmentFullVO
.
void remoteTransshipmentFullVOToEntity(RemoteTransshipmentFullVO source, Transshipment target, boolean copyIfNull)
RemoteTransshipmentFullVO
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.Transshipment remoteTransshipmentFullVOToEntity(RemoteTransshipmentFullVO remoteTransshipmentFullVO)
RemoteTransshipmentFullVO
to this DAO's entity.
void remoteTransshipmentFullVOToEntityCollection(java.util.Collection instances)
RemoteTransshipmentFullVO
to this
DAO's entity.
void toRemoteTransshipmentNaturalId(Transshipment source, RemoteTransshipmentNaturalId target)
RemoteTransshipmentNaturalId toRemoteTransshipmentNaturalId(Transshipment entity)
RemoteTransshipmentNaturalId
.
void toRemoteTransshipmentNaturalIdCollection(java.util.Collection entities)
RemoteTransshipmentNaturalId
.
RemoteTransshipmentNaturalId[] toRemoteTransshipmentNaturalIdArray(java.util.Collection entities)
RemoteTransshipmentNaturalId
.
void remoteTransshipmentNaturalIdToEntity(RemoteTransshipmentNaturalId source, Transshipment target, boolean copyIfNull)
RemoteTransshipmentNaturalId
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.Transshipment remoteTransshipmentNaturalIdToEntity(RemoteTransshipmentNaturalId remoteTransshipmentNaturalId)
RemoteTransshipmentNaturalId
to this DAO's entity.
void remoteTransshipmentNaturalIdToEntityCollection(java.util.Collection instances)
RemoteTransshipmentNaturalId
to this
DAO's entity.
void toClusterTransshipment(Transshipment source, ClusterTransshipment target)
ClusterTransshipment toClusterTransshipment(Transshipment entity)
ClusterTransshipment
.
void toClusterTransshipmentCollection(java.util.Collection entities)
ClusterTransshipment
.
ClusterTransshipment[] toClusterTransshipmentArray(java.util.Collection entities)
ClusterTransshipment
.
void clusterTransshipmentToEntity(ClusterTransshipment source, Transshipment target, boolean copyIfNull)
ClusterTransshipment
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.Transshipment clusterTransshipmentToEntity(ClusterTransshipment clusterTransshipment)
ClusterTransshipment
to this DAO's entity.
void clusterTransshipmentToEntityCollection(java.util.Collection instances)
ClusterTransshipment
to this
DAO's entity.
Transshipment 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()
Transshipment
.
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.
Transshipment create(Transshipment transshipment)
java.lang.Object create(int transform, Transshipment transshipment)
Does the same thing as create(fr.ifremer.allegro.data.transshipment.Transshipment)
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.transshipment.Transshipment
instances to create.
java.util.Collection create(int transform, java.util.Collection entities)
Does the same thing as create(fr.ifremer.allegro.data.transshipment.Transshipment)
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.
Transshipment create(java.util.Date transshipmentDateTime, java.lang.String comments, java.util.Date creationDate, java.sql.Timestamp updateDate, Vessel toVessel, Location transshipmentLocation, FishingTrip fishingTrip, Program program, Department recorderDepartment, User recorderUser, SurveyQualification surveyQualification, java.util.Collection produces)
Creates a new fr.ifremer.allegro.data.transshipment.Transshipment
instance from all attributes and
properties and adds it to the persistent store.
java.lang.Object create(int transform, java.util.Date transshipmentDateTime, java.lang.String comments, java.util.Date creationDate, java.sql.Timestamp updateDate, Vessel toVessel, Location transshipmentLocation, FishingTrip fishingTrip, Program program, Department recorderDepartment, User recorderUser, SurveyQualification surveyQualification, java.util.Collection produces)
Does the same thing as create(java.util.Date,java.lang.String,java.util.Date,java.sql.Timestamp,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.administration.user.User,fr.ifremer.allegro.referential.SurveyQualification,java.util.Collection)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
Transshipment create(java.util.Date creationDate, Program program, Department recorderDepartment, SurveyQualification surveyQualification, Vessel toVessel, java.util.Date transshipmentDateTime)
Creates a new fr.ifremer.allegro.data.transshipment.Transshipment
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, Program program, Department recorderDepartment, SurveyQualification surveyQualification, Vessel toVessel, java.util.Date transshipmentDateTime)
Does the same thing as create(java.util.Date,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.SurveyQualification,fr.ifremer.allegro.referential.vessel.Vessel,java.util.Date)
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(Transshipment transshipment)
transshipment
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
void remove(Transshipment transshipment)
void remove(java.lang.Integer id)
identifier
from the persistent store.
void remove(java.util.Collection entities)
entities collection.
java.util.Collection getAllTransshipment()
java.util.Collection getAllTransshipment(java.lang.String queryString)
Does the same thing as getAllTransshipment()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllTransshipment()
.
java.util.Collection getAllTransshipment(int pageNumber, int pageSize)
Does the same thing as getAllTransshipment()
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 getAllTransshipment(java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllTransshipment(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 getAllTransshipment(int transform)
Does the same thing as getAllTransshipment()
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 getAllTransshipment(int transform, int pageNumber, int pageSize)
Does the same thing as getAllTransshipment(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 getAllTransshipment(int transform, java.lang.String queryString)
Does the same thing as getAllTransshipment(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllTransshipment(int)
.
java.util.Collection getAllTransshipment(int transform, java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllTransshipment(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.
Transshipment findTransshipmentById(java.lang.Integer id)
Transshipment findTransshipmentById(java.lang.String queryString, java.lang.Integer id)
Does the same thing as findTransshipmentById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTransshipmentById(java.lang.Integer)
.
java.lang.Object findTransshipmentById(int transform, java.lang.Integer id)
Does the same thing as findTransshipmentById(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 findTransshipmentById(int transform, java.lang.String queryString, java.lang.Integer id)
Does the same thing as findTransshipmentById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTransshipmentById(int, java.lang.Integer id)
.
java.util.Collection findTransshipmentByToVessel(Vessel toVessel)
java.util.Collection findTransshipmentByToVessel(java.lang.String queryString, Vessel toVessel)
Does the same thing as findTransshipmentByToVessel(fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTransshipmentByToVessel(fr.ifremer.allegro.referential.vessel.Vessel)
.
java.util.Collection findTransshipmentByToVessel(int pageNumber, int pageSize, Vessel toVessel)
Does the same thing as findTransshipmentByToVessel(fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findTransshipmentByToVessel(java.lang.String queryString, int pageNumber, int pageSize, Vessel toVessel)
Does the same thing as findTransshipmentByToVessel(String, fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findTransshipmentByToVessel(int transform, Vessel toVessel)
Does the same thing as findTransshipmentByToVessel(fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection findTransshipmentByToVessel(int transform, int pageNumber, int pageSize, Vessel toVessel)
Does the same thing as findTransshipmentByToVessel(int, fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findTransshipmentByToVessel(int transform, java.lang.String queryString, Vessel toVessel)
Does the same thing as findTransshipmentByToVessel(int, fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTransshipmentByToVessel(int, fr.ifremer.allegro.referential.vessel.Vessel toVessel)
.
java.util.Collection findTransshipmentByToVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, Vessel toVessel)
Does the same thing as findTransshipmentByToVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findTransshipmentByTransshipmentLocation(Location transshipmentLocation)
java.util.Collection findTransshipmentByTransshipmentLocation(java.lang.String queryString, Location transshipmentLocation)
Does the same thing as findTransshipmentByTransshipmentLocation(fr.ifremer.allegro.referential.location.Location)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTransshipmentByTransshipmentLocation(fr.ifremer.allegro.referential.location.Location)
.
java.util.Collection findTransshipmentByTransshipmentLocation(int pageNumber, int pageSize, Location transshipmentLocation)
Does the same thing as findTransshipmentByTransshipmentLocation(fr.ifremer.allegro.referential.location.Location)
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 findTransshipmentByTransshipmentLocation(java.lang.String queryString, int pageNumber, int pageSize, Location transshipmentLocation)
Does the same thing as findTransshipmentByTransshipmentLocation(String, fr.ifremer.allegro.referential.location.Location)
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 findTransshipmentByTransshipmentLocation(int transform, Location transshipmentLocation)
Does the same thing as findTransshipmentByTransshipmentLocation(fr.ifremer.allegro.referential.location.Location)
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 findTransshipmentByTransshipmentLocation(int transform, int pageNumber, int pageSize, Location transshipmentLocation)
Does the same thing as findTransshipmentByTransshipmentLocation(int, fr.ifremer.allegro.referential.location.Location)
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 findTransshipmentByTransshipmentLocation(int transform, java.lang.String queryString, Location transshipmentLocation)
Does the same thing as findTransshipmentByTransshipmentLocation(int, fr.ifremer.allegro.referential.location.Location)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTransshipmentByTransshipmentLocation(int, fr.ifremer.allegro.referential.location.Location transshipmentLocation)
.
java.util.Collection findTransshipmentByTransshipmentLocation(int transform, java.lang.String queryString, int pageNumber, int pageSize, Location transshipmentLocation)
Does the same thing as findTransshipmentByTransshipmentLocation(int, String, fr.ifremer.allegro.referential.location.Location)
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 findTransshipmentByFishingTrip(FishingTrip fishingTrip)
java.util.Collection findTransshipmentByFishingTrip(java.lang.String queryString, FishingTrip fishingTrip)
Does the same thing as findTransshipmentByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTransshipmentByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
.
java.util.Collection findTransshipmentByFishingTrip(int pageNumber, int pageSize, FishingTrip fishingTrip)
Does the same thing as findTransshipmentByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
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 findTransshipmentByFishingTrip(java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
Does the same thing as findTransshipmentByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
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 findTransshipmentByFishingTrip(int transform, FishingTrip fishingTrip)
Does the same thing as findTransshipmentByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
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 findTransshipmentByFishingTrip(int transform, int pageNumber, int pageSize, FishingTrip fishingTrip)
Does the same thing as findTransshipmentByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
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 findTransshipmentByFishingTrip(int transform, java.lang.String queryString, FishingTrip fishingTrip)
Does the same thing as findTransshipmentByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTransshipmentByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip fishingTrip)
.
java.util.Collection findTransshipmentByFishingTrip(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
Does the same thing as findTransshipmentByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
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 findTransshipmentByProgram(Program program)
java.util.Collection findTransshipmentByProgram(java.lang.String queryString, Program program)
Does the same thing as findTransshipmentByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTransshipmentByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
.
java.util.Collection findTransshipmentByProgram(int pageNumber, int pageSize, Program program)
Does the same thing as findTransshipmentByProgram(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 findTransshipmentByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
Does the same thing as findTransshipmentByProgram(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 findTransshipmentByProgram(int transform, Program program)
Does the same thing as findTransshipmentByProgram(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 findTransshipmentByProgram(int transform, int pageNumber, int pageSize, Program program)
Does the same thing as findTransshipmentByProgram(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 findTransshipmentByProgram(int transform, java.lang.String queryString, Program program)
Does the same thing as findTransshipmentByProgram(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 findTransshipmentByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program program)
.
java.util.Collection findTransshipmentByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
Does the same thing as findTransshipmentByProgram(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 findTransshipmentByRecorderDepartment(Department recorderDepartment)
java.util.Collection findTransshipmentByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
Does the same thing as findTransshipmentByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTransshipmentByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
.
java.util.Collection findTransshipmentByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
Does the same thing as findTransshipmentByRecorderDepartment(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 findTransshipmentByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
Does the same thing as findTransshipmentByRecorderDepartment(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 findTransshipmentByRecorderDepartment(int transform, Department recorderDepartment)
Does the same thing as findTransshipmentByRecorderDepartment(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 findTransshipmentByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
Does the same thing as findTransshipmentByRecorderDepartment(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 findTransshipmentByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
Does the same thing as findTransshipmentByRecorderDepartment(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 findTransshipmentByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department recorderDepartment)
.
java.util.Collection findTransshipmentByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
Does the same thing as findTransshipmentByRecorderDepartment(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 findTransshipmentByRecorderUser(User recorderUser)
java.util.Collection findTransshipmentByRecorderUser(java.lang.String queryString, User recorderUser)
Does the same thing as findTransshipmentByRecorderUser(fr.ifremer.allegro.administration.user.User)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTransshipmentByRecorderUser(fr.ifremer.allegro.administration.user.User)
.
java.util.Collection findTransshipmentByRecorderUser(int pageNumber, int pageSize, User recorderUser)
Does the same thing as findTransshipmentByRecorderUser(fr.ifremer.allegro.administration.user.User)
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 findTransshipmentByRecorderUser(java.lang.String queryString, int pageNumber, int pageSize, User recorderUser)
Does the same thing as findTransshipmentByRecorderUser(String, fr.ifremer.allegro.administration.user.User)
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 findTransshipmentByRecorderUser(int transform, User recorderUser)
Does the same thing as findTransshipmentByRecorderUser(fr.ifremer.allegro.administration.user.User)
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 findTransshipmentByRecorderUser(int transform, int pageNumber, int pageSize, User recorderUser)
Does the same thing as findTransshipmentByRecorderUser(int, fr.ifremer.allegro.administration.user.User)
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 findTransshipmentByRecorderUser(int transform, java.lang.String queryString, User recorderUser)
Does the same thing as findTransshipmentByRecorderUser(int, fr.ifremer.allegro.administration.user.User)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTransshipmentByRecorderUser(int, fr.ifremer.allegro.administration.user.User recorderUser)
.
java.util.Collection findTransshipmentByRecorderUser(int transform, java.lang.String queryString, int pageNumber, int pageSize, User recorderUser)
Does the same thing as findTransshipmentByRecorderUser(int, String, fr.ifremer.allegro.administration.user.User)
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 findTransshipmentBySurveyQualification(SurveyQualification surveyQualification)
java.util.Collection findTransshipmentBySurveyQualification(java.lang.String queryString, SurveyQualification surveyQualification)
Does the same thing as findTransshipmentBySurveyQualification(fr.ifremer.allegro.referential.SurveyQualification)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTransshipmentBySurveyQualification(fr.ifremer.allegro.referential.SurveyQualification)
.
java.util.Collection findTransshipmentBySurveyQualification(int pageNumber, int pageSize, SurveyQualification surveyQualification)
Does the same thing as findTransshipmentBySurveyQualification(fr.ifremer.allegro.referential.SurveyQualification)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findTransshipmentBySurveyQualification(java.lang.String queryString, int pageNumber, int pageSize, SurveyQualification surveyQualification)
Does the same thing as findTransshipmentBySurveyQualification(String, fr.ifremer.allegro.referential.SurveyQualification)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findTransshipmentBySurveyQualification(int transform, SurveyQualification surveyQualification)
Does the same thing as findTransshipmentBySurveyQualification(fr.ifremer.allegro.referential.SurveyQualification)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection findTransshipmentBySurveyQualification(int transform, int pageNumber, int pageSize, SurveyQualification surveyQualification)
Does the same thing as findTransshipmentBySurveyQualification(int, fr.ifremer.allegro.referential.SurveyQualification)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findTransshipmentBySurveyQualification(int transform, java.lang.String queryString, SurveyQualification surveyQualification)
Does the same thing as findTransshipmentBySurveyQualification(int, fr.ifremer.allegro.referential.SurveyQualification)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTransshipmentBySurveyQualification(int, fr.ifremer.allegro.referential.SurveyQualification surveyQualification)
.
java.util.Collection findTransshipmentBySurveyQualification(int transform, java.lang.String queryString, int pageNumber, int pageSize, SurveyQualification surveyQualification)
Does the same thing as findTransshipmentBySurveyQualification(int, String, fr.ifremer.allegro.referential.SurveyQualification)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
Transshipment findTransshipmentByNaturalId(Vessel toVessel, Program program)
Transshipment findTransshipmentByNaturalId(java.lang.String queryString, Vessel toVessel, Program program)
Does the same thing as findTransshipmentByNaturalId(fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTransshipmentByNaturalId(fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
.
java.lang.Object findTransshipmentByNaturalId(int transform, Vessel toVessel, Program program)
Does the same thing as findTransshipmentByNaturalId(fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.lang.Object findTransshipmentByNaturalId(int transform, java.lang.String queryString, Vessel toVessel, Program program)
Does the same thing as findTransshipmentByNaturalId(int, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findTransshipmentByNaturalId(int, fr.ifremer.allegro.referential.vessel.Vessel toVessel, fr.ifremer.allegro.administration.programStrategy.Program program)
.
java.util.Collection getAllTransshipmentSinceDateSynchro(java.sql.Timestamp updateDate)
java.util.Collection getAllTransshipmentSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
Does the same thing as getAllTransshipmentSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllTransshipmentSinceDateSynchro(java.sql.Timestamp)
.
java.util.Collection getAllTransshipmentSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllTransshipmentSinceDateSynchro(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 getAllTransshipmentSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllTransshipmentSinceDateSynchro(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 getAllTransshipmentSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
Does the same thing as getAllTransshipmentSinceDateSynchro(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 getAllTransshipmentSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllTransshipmentSinceDateSynchro(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 getAllTransshipmentSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
Does the same thing as getAllTransshipmentSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllTransshipmentSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
java.util.Collection getAllTransshipmentSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
Does the same thing as getAllTransshipmentSinceDateSynchro(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.
Transshipment createFromClusterTransshipment(ClusterTransshipment clusterTransshipment)
ClusterTransshipment[] getAllClusterTransshipmentSinceDateSynchro(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 |