|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.orm.hibernate3.support.HibernateDaoSupport
fr.ifremer.allegro.data.transshipment.TransshipmentDaoBase
public abstract class TransshipmentDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.data.transshipment.Transshipment
.
Transshipment
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.data.transshipment.TransshipmentDao |
---|
TRANSFORM_CLUSTERTRANSSHIPMENT, TRANSFORM_NONE, TRANSFORM_REMOTETRANSSHIPMENTFULLVO, TRANSFORM_REMOTETRANSSHIPMENTNATURALID |
Constructor Summary | |
---|---|
TransshipmentDaoBase()
|
Method Summary | |
---|---|
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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.getAllTransshipment() with an
additional flag called transform . |
java.util.Collection |
getAllTransshipment(int pageNumber,
int pageSize)
Does the same thing as TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.getAllTransshipment() with an
additional argument called queryString . |
java.util.Collection |
getAllTransshipment(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.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 TransshipmentDao.getAllTransshipmentSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllTransshipmentSinceDateSynchro(java.sql.Timestamp updateDate)
|
protected DepartmentDao |
getDepartmentDao()
Gets the reference to departmentDao . |
protected FishingTripDao |
getFishingTripDao()
Gets the reference to fishingTripDao . |
protected LocationDao |
getLocationDao()
Gets the reference to locationDao . |
protected java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected ProduceDao |
getProduceDao()
Gets the reference to produceDao . |
protected ProgramDao |
getProgramDao()
Gets the reference to programDao . |
protected SurveyQualificationDao |
getSurveyQualificationDao()
Gets the reference to surveyQualificationDao . |
protected UserDao |
getUserDao()
Gets the reference to userDao . |
protected VesselDao |
getVesselDao()
Gets the reference to vesselDao . |
protected abstract Transshipment |
handleCreateFromClusterTransshipment(ClusterTransshipment clusterTransshipment)
Performs the core logic for createFromClusterTransshipment(fr.ifremer.allegro.data.transshipment.generic.cluster.ClusterTransshipment) |
protected abstract ClusterTransshipment[] |
handleGetAllClusterTransshipmentSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
Performs the core logic for getAllClusterTransshipmentSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
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 TransshipmentDao.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 TransshipmentDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as TransshipmentDao.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 TransshipmentDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
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. |
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 TransshipmentDao.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. |
void |
setDepartmentDao(DepartmentDao departmentDao)
Sets the reference to departmentDao . |
void |
setFishingTripDao(FishingTripDao fishingTripDao)
Sets the reference to fishingTripDao . |
void |
setLocationDao(LocationDao locationDao)
Sets the reference to locationDao . |
void |
setProduceDao(ProduceDao produceDao)
Sets the reference to produceDao . |
void |
setProgramDao(ProgramDao programDao)
Sets the reference to programDao . |
void |
setSurveyQualificationDao(SurveyQualificationDao surveyQualificationDao)
Sets the reference to surveyQualificationDao . |
void |
setUserDao(UserDao userDao)
Sets the reference to userDao . |
void |
setVesselDao(VesselDao vesselDao)
Sets the reference to vesselDao . |
protected ClusterTransshipment |
toClusterTransshipment(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value 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 . |
protected Transshipment |
toEntity(java.lang.Object[] row)
|
protected RemoteTransshipmentFullVO |
toRemoteTransshipmentFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
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 . |
protected RemoteTransshipmentNaturalId |
toRemoteTransshipmentNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
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 . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.data.transshipment.Transshipment)
method. |
protected java.lang.Object |
transformEntity(int transform,
Transshipment entity)
Allows transformation of entities into value objects (or something else for that matter), when the transform
flag is set to one of the constants defined in fr.ifremer.allegro.data.transshipment.TransshipmentDao , please note
that the TransshipmentDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface fr.ifremer.allegro.data.transshipment.TransshipmentDao |
---|
clusterTransshipmentToEntity, remoteTransshipmentFullVOToEntity, remoteTransshipmentNaturalIdToEntity |
Constructor Detail |
---|
public TransshipmentDaoBase()
Method Detail |
---|
public void setVesselDao(VesselDao vesselDao)
vesselDao
.
protected VesselDao getVesselDao()
vesselDao
.
public void setProgramDao(ProgramDao programDao)
programDao
.
protected ProgramDao getProgramDao()
programDao
.
public void setLocationDao(LocationDao locationDao)
locationDao
.
protected LocationDao getLocationDao()
locationDao
.
public void setFishingTripDao(FishingTripDao fishingTripDao)
fishingTripDao
.
protected FishingTripDao getFishingTripDao()
fishingTripDao
.
public void setProduceDao(ProduceDao produceDao)
produceDao
.
protected ProduceDao getProduceDao()
produceDao
.
public void setDepartmentDao(DepartmentDao departmentDao)
departmentDao
.
protected DepartmentDao getDepartmentDao()
departmentDao
.
public void setUserDao(UserDao userDao)
userDao
.
protected UserDao getUserDao()
userDao
.
public void setSurveyQualificationDao(SurveyQualificationDao surveyQualificationDao)
surveyQualificationDao
.
protected SurveyQualificationDao getSurveyQualificationDao()
surveyQualificationDao
.
public java.lang.Object load(int transform, java.lang.Integer id)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
load
in interface TransshipmentDao
id
- identifier of the entity to load
TransshipmentDao.load(int, java.lang.Integer)
public Transshipment load(java.lang.Integer id)
TransshipmentDao
load
in interface TransshipmentDao
TransshipmentDao.load(java.lang.Integer)
public java.util.Collection loadAll()
TransshipmentDao
Transshipment
.
loadAll
in interface TransshipmentDao
TransshipmentDao.loadAll()
public java.util.Collection loadAll(int transform)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
loadAll
in interface TransshipmentDao
transform
- the flag indicating what transformation to use.
TransshipmentDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
loadAll
in interface TransshipmentDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
TransshipmentDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
loadAll
in interface TransshipmentDao
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.
TransshipmentDao.loadAll(int, int, int)
public Transshipment create(Transshipment transshipment)
TransshipmentDao
create
in interface TransshipmentDao
TransshipmentDao.create(fr.ifremer.allegro.data.transshipment.Transshipment)
public java.lang.Object create(int transform, Transshipment transshipment)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
create
in interface TransshipmentDao
TransshipmentDao.create(int transform, fr.ifremer.allegro.data.transshipment.Transshipment)
public java.util.Collection create(java.util.Collection entities)
TransshipmentDao
entities
collection
create
in interface TransshipmentDao
entities
- the collection of fr.ifremer.allegro.data.transshipment.Transshipment
instances to create.
TransshipmentDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
create
in interface TransshipmentDao
TransshipmentDao.create(int, java.util.Collection)
public 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)
TransshipmentDao
Creates a new fr.ifremer.allegro.data.transshipment.Transshipment
instance from all attributes and
properties and adds it to the persistent store.
create
in interface TransshipmentDao
TransshipmentDao.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)
public 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)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
create
in interface TransshipmentDao
TransshipmentDao.create(int, 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)
public Transshipment create(java.util.Date creationDate, Program program, Department recorderDepartment, SurveyQualification surveyQualification, Vessel toVessel, java.util.Date transshipmentDateTime)
TransshipmentDao
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.
create
in interface TransshipmentDao
TransshipmentDao.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)
public java.lang.Object create(int transform, java.util.Date creationDate, Program program, Department recorderDepartment, SurveyQualification surveyQualification, Vessel toVessel, java.util.Date transshipmentDateTime)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
create
in interface TransshipmentDao
TransshipmentDao.create(int, 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)
public void update(Transshipment transshipment)
TransshipmentDao
transshipment
instance in the persistent store.
update
in interface TransshipmentDao
TransshipmentDao.update(fr.ifremer.allegro.data.transshipment.Transshipment)
public void update(java.util.Collection entities)
TransshipmentDao
entities
collection in the persistent store.
update
in interface TransshipmentDao
TransshipmentDao.update(java.util.Collection)
public void remove(Transshipment transshipment)
TransshipmentDao
remove
in interface TransshipmentDao
TransshipmentDao.remove(fr.ifremer.allegro.data.transshipment.Transshipment)
public void remove(java.lang.Integer id)
TransshipmentDao
identifier
from the persistent store.
remove
in interface TransshipmentDao
TransshipmentDao.remove(java.lang.Integer)
public void remove(java.util.Collection entities)
TransshipmentDao
entities collection.
- Specified by:
remove
in interface TransshipmentDao
- See Also:
TransshipmentDao.remove(java.util.Collection)
public java.util.Collection getAllTransshipment()
getAllTransshipment
in interface TransshipmentDao
TransshipmentDao.getAllTransshipment()
public java.util.Collection getAllTransshipment(int transform)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
getAllTransshipment
in interface TransshipmentDao
TransshipmentDao.getAllTransshipment(int)
public java.util.Collection getAllTransshipment(java.lang.String queryString)
TransshipmentDao
Does the same thing as TransshipmentDao.getAllTransshipment()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TransshipmentDao.getAllTransshipment()
.
getAllTransshipment
in interface TransshipmentDao
TransshipmentDao.getAllTransshipment(java.lang.String)
public java.util.Collection getAllTransshipment(int pageNumber, int pageSize)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
getAllTransshipment
in interface TransshipmentDao
TransshipmentDao.getAllTransshipment(int, int)
public java.util.Collection getAllTransshipment(java.lang.String queryString, int pageNumber, int pageSize)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
getAllTransshipment
in interface TransshipmentDao
TransshipmentDao.getAllTransshipment(String, int, int)
public java.util.Collection getAllTransshipment(int transform, java.lang.String queryString)
TransshipmentDao
Does the same thing as TransshipmentDao.getAllTransshipment(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TransshipmentDao.getAllTransshipment(int)
.
getAllTransshipment
in interface TransshipmentDao
TransshipmentDao.getAllTransshipment(int, String)
public java.util.Collection getAllTransshipment(int transform, int pageNumber, int pageSize)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
getAllTransshipment
in interface TransshipmentDao
TransshipmentDao.getAllTransshipment(int, int, int)
public java.util.Collection getAllTransshipment(int transform, java.lang.String queryString, int pageNumber, int pageSize)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
getAllTransshipment
in interface TransshipmentDao
TransshipmentDao.getAllTransshipment(int, java.lang.String, int, int)
public Transshipment findTransshipmentById(java.lang.Integer id)
findTransshipmentById
in interface TransshipmentDao
TransshipmentDao.findTransshipmentById(java.lang.Integer)
public java.lang.Object findTransshipmentById(int transform, java.lang.Integer id)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
findTransshipmentById
in interface TransshipmentDao
TransshipmentDao.findTransshipmentById(int, java.lang.Integer)
public Transshipment findTransshipmentById(java.lang.String queryString, java.lang.Integer id)
TransshipmentDao
Does the same thing as TransshipmentDao.findTransshipmentById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TransshipmentDao.findTransshipmentById(java.lang.Integer)
.
findTransshipmentById
in interface TransshipmentDao
TransshipmentDao.findTransshipmentById(java.lang.String, java.lang.Integer)
public java.lang.Object findTransshipmentById(int transform, java.lang.String queryString, java.lang.Integer id)
TransshipmentDao
Does the same thing as TransshipmentDao.findTransshipmentById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TransshipmentDao.findTransshipmentById(int, java.lang.Integer id)
.
findTransshipmentById
in interface TransshipmentDao
TransshipmentDao.findTransshipmentById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findTransshipmentByToVessel(Vessel toVessel)
findTransshipmentByToVessel
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByToVessel(fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findTransshipmentByToVessel(int transform, Vessel toVessel)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
findTransshipmentByToVessel
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByToVessel(int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findTransshipmentByToVessel(java.lang.String queryString, Vessel toVessel)
TransshipmentDao
Does the same thing as TransshipmentDao.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 TransshipmentDao.findTransshipmentByToVessel(fr.ifremer.allegro.referential.vessel.Vessel)
.
findTransshipmentByToVessel
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByToVessel(java.lang.String, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findTransshipmentByToVessel(int pageNumber, int pageSize, Vessel toVessel)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
findTransshipmentByToVessel
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByToVessel(int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findTransshipmentByToVessel(java.lang.String queryString, int pageNumber, int pageSize, Vessel toVessel)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
findTransshipmentByToVessel
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByToVessel(String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findTransshipmentByToVessel(int transform, java.lang.String queryString, Vessel toVessel)
TransshipmentDao
Does the same thing as TransshipmentDao.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 TransshipmentDao.findTransshipmentByToVessel(int, fr.ifremer.allegro.referential.vessel.Vessel toVessel)
.
findTransshipmentByToVessel
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByToVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findTransshipmentByToVessel(int transform, int pageNumber, int pageSize, Vessel toVessel)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
findTransshipmentByToVessel
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByToVessel(int, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findTransshipmentByToVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, Vessel toVessel)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
findTransshipmentByToVessel
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByToVessel(int, java.lang.String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findTransshipmentByTransshipmentLocation(Location transshipmentLocation)
findTransshipmentByTransshipmentLocation
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByTransshipmentLocation(fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findTransshipmentByTransshipmentLocation(int transform, Location transshipmentLocation)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
findTransshipmentByTransshipmentLocation
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByTransshipmentLocation(int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findTransshipmentByTransshipmentLocation(java.lang.String queryString, Location transshipmentLocation)
TransshipmentDao
Does the same thing as TransshipmentDao.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 TransshipmentDao.findTransshipmentByTransshipmentLocation(fr.ifremer.allegro.referential.location.Location)
.
findTransshipmentByTransshipmentLocation
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByTransshipmentLocation(java.lang.String, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findTransshipmentByTransshipmentLocation(int pageNumber, int pageSize, Location transshipmentLocation)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
findTransshipmentByTransshipmentLocation
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByTransshipmentLocation(int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findTransshipmentByTransshipmentLocation(java.lang.String queryString, int pageNumber, int pageSize, Location transshipmentLocation)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
findTransshipmentByTransshipmentLocation
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByTransshipmentLocation(String, int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findTransshipmentByTransshipmentLocation(int transform, java.lang.String queryString, Location transshipmentLocation)
TransshipmentDao
Does the same thing as TransshipmentDao.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 TransshipmentDao.findTransshipmentByTransshipmentLocation(int, fr.ifremer.allegro.referential.location.Location transshipmentLocation)
.
findTransshipmentByTransshipmentLocation
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByTransshipmentLocation(int, String, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findTransshipmentByTransshipmentLocation(int transform, int pageNumber, int pageSize, Location transshipmentLocation)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
findTransshipmentByTransshipmentLocation
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByTransshipmentLocation(int, int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findTransshipmentByTransshipmentLocation(int transform, java.lang.String queryString, int pageNumber, int pageSize, Location transshipmentLocation)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
findTransshipmentByTransshipmentLocation
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByTransshipmentLocation(int, java.lang.String, int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findTransshipmentByFishingTrip(FishingTrip fishingTrip)
findTransshipmentByFishingTrip
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findTransshipmentByFishingTrip(int transform, FishingTrip fishingTrip)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
findTransshipmentByFishingTrip
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findTransshipmentByFishingTrip(java.lang.String queryString, FishingTrip fishingTrip)
TransshipmentDao
Does the same thing as TransshipmentDao.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 TransshipmentDao.findTransshipmentByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
.
findTransshipmentByFishingTrip
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByFishingTrip(java.lang.String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findTransshipmentByFishingTrip(int pageNumber, int pageSize, FishingTrip fishingTrip)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
findTransshipmentByFishingTrip
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByFishingTrip(int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findTransshipmentByFishingTrip(java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
findTransshipmentByFishingTrip
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByFishingTrip(String, int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findTransshipmentByFishingTrip(int transform, java.lang.String queryString, FishingTrip fishingTrip)
TransshipmentDao
Does the same thing as TransshipmentDao.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 TransshipmentDao.findTransshipmentByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip fishingTrip)
.
findTransshipmentByFishingTrip
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findTransshipmentByFishingTrip(int transform, int pageNumber, int pageSize, FishingTrip fishingTrip)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
findTransshipmentByFishingTrip
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByFishingTrip(int, int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findTransshipmentByFishingTrip(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
findTransshipmentByFishingTrip
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByFishingTrip(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findTransshipmentByProgram(Program program)
findTransshipmentByProgram
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findTransshipmentByProgram(int transform, Program program)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
findTransshipmentByProgram
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findTransshipmentByProgram(java.lang.String queryString, Program program)
TransshipmentDao
Does the same thing as TransshipmentDao.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 TransshipmentDao.findTransshipmentByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
.
findTransshipmentByProgram
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByProgram(java.lang.String, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findTransshipmentByProgram(int pageNumber, int pageSize, Program program)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
findTransshipmentByProgram
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByProgram(int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findTransshipmentByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
findTransshipmentByProgram
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByProgram(String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findTransshipmentByProgram(int transform, java.lang.String queryString, Program program)
TransshipmentDao
Does the same thing as TransshipmentDao.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 TransshipmentDao.findTransshipmentByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program program)
.
findTransshipmentByProgram
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findTransshipmentByProgram(int transform, int pageNumber, int pageSize, Program program)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
findTransshipmentByProgram
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByProgram(int, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findTransshipmentByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
findTransshipmentByProgram
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByProgram(int, java.lang.String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findTransshipmentByRecorderDepartment(Department recorderDepartment)
findTransshipmentByRecorderDepartment
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findTransshipmentByRecorderDepartment(int transform, Department recorderDepartment)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
findTransshipmentByRecorderDepartment
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findTransshipmentByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
TransshipmentDao
Does the same thing as TransshipmentDao.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 TransshipmentDao.findTransshipmentByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
.
findTransshipmentByRecorderDepartment
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByRecorderDepartment(java.lang.String, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findTransshipmentByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
findTransshipmentByRecorderDepartment
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByRecorderDepartment(int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findTransshipmentByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
findTransshipmentByRecorderDepartment
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByRecorderDepartment(String, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findTransshipmentByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
TransshipmentDao
Does the same thing as TransshipmentDao.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 TransshipmentDao.findTransshipmentByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department recorderDepartment)
.
findTransshipmentByRecorderDepartment
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findTransshipmentByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
findTransshipmentByRecorderDepartment
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByRecorderDepartment(int, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findTransshipmentByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
findTransshipmentByRecorderDepartment
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByRecorderDepartment(int, java.lang.String, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findTransshipmentByRecorderUser(User recorderUser)
findTransshipmentByRecorderUser
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByRecorderUser(fr.ifremer.allegro.administration.user.User)
public java.util.Collection findTransshipmentByRecorderUser(int transform, User recorderUser)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
findTransshipmentByRecorderUser
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByRecorderUser(int, fr.ifremer.allegro.administration.user.User)
public java.util.Collection findTransshipmentByRecorderUser(java.lang.String queryString, User recorderUser)
TransshipmentDao
Does the same thing as TransshipmentDao.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 TransshipmentDao.findTransshipmentByRecorderUser(fr.ifremer.allegro.administration.user.User)
.
findTransshipmentByRecorderUser
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByRecorderUser(java.lang.String, fr.ifremer.allegro.administration.user.User)
public java.util.Collection findTransshipmentByRecorderUser(int pageNumber, int pageSize, User recorderUser)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
findTransshipmentByRecorderUser
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByRecorderUser(int, int, fr.ifremer.allegro.administration.user.User)
public java.util.Collection findTransshipmentByRecorderUser(java.lang.String queryString, int pageNumber, int pageSize, User recorderUser)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
findTransshipmentByRecorderUser
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByRecorderUser(String, int, int, fr.ifremer.allegro.administration.user.User)
public java.util.Collection findTransshipmentByRecorderUser(int transform, java.lang.String queryString, User recorderUser)
TransshipmentDao
Does the same thing as TransshipmentDao.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 TransshipmentDao.findTransshipmentByRecorderUser(int, fr.ifremer.allegro.administration.user.User recorderUser)
.
findTransshipmentByRecorderUser
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByRecorderUser(int, String, fr.ifremer.allegro.administration.user.User)
public java.util.Collection findTransshipmentByRecorderUser(int transform, int pageNumber, int pageSize, User recorderUser)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
findTransshipmentByRecorderUser
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByRecorderUser(int, int, int, fr.ifremer.allegro.administration.user.User)
public java.util.Collection findTransshipmentByRecorderUser(int transform, java.lang.String queryString, int pageNumber, int pageSize, User recorderUser)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
findTransshipmentByRecorderUser
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByRecorderUser(int, java.lang.String, int, int, fr.ifremer.allegro.administration.user.User)
public java.util.Collection findTransshipmentBySurveyQualification(SurveyQualification surveyQualification)
findTransshipmentBySurveyQualification
in interface TransshipmentDao
TransshipmentDao.findTransshipmentBySurveyQualification(fr.ifremer.allegro.referential.SurveyQualification)
public java.util.Collection findTransshipmentBySurveyQualification(int transform, SurveyQualification surveyQualification)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
findTransshipmentBySurveyQualification
in interface TransshipmentDao
TransshipmentDao.findTransshipmentBySurveyQualification(int, fr.ifremer.allegro.referential.SurveyQualification)
public java.util.Collection findTransshipmentBySurveyQualification(java.lang.String queryString, SurveyQualification surveyQualification)
TransshipmentDao
Does the same thing as TransshipmentDao.findTransshipmentBySurveyQualification(fr.ifremer.allegro.referential.SurveyQualification)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TransshipmentDao.findTransshipmentBySurveyQualification(fr.ifremer.allegro.referential.SurveyQualification)
.
findTransshipmentBySurveyQualification
in interface TransshipmentDao
TransshipmentDao.findTransshipmentBySurveyQualification(java.lang.String, fr.ifremer.allegro.referential.SurveyQualification)
public java.util.Collection findTransshipmentBySurveyQualification(int pageNumber, int pageSize, SurveyQualification surveyQualification)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
findTransshipmentBySurveyQualification
in interface TransshipmentDao
TransshipmentDao.findTransshipmentBySurveyQualification(int, int, fr.ifremer.allegro.referential.SurveyQualification)
public java.util.Collection findTransshipmentBySurveyQualification(java.lang.String queryString, int pageNumber, int pageSize, SurveyQualification surveyQualification)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
findTransshipmentBySurveyQualification
in interface TransshipmentDao
TransshipmentDao.findTransshipmentBySurveyQualification(String, int, int, fr.ifremer.allegro.referential.SurveyQualification)
public java.util.Collection findTransshipmentBySurveyQualification(int transform, java.lang.String queryString, SurveyQualification surveyQualification)
TransshipmentDao
Does the same thing as TransshipmentDao.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 TransshipmentDao.findTransshipmentBySurveyQualification(int, fr.ifremer.allegro.referential.SurveyQualification surveyQualification)
.
findTransshipmentBySurveyQualification
in interface TransshipmentDao
TransshipmentDao.findTransshipmentBySurveyQualification(int, String, fr.ifremer.allegro.referential.SurveyQualification)
public java.util.Collection findTransshipmentBySurveyQualification(int transform, int pageNumber, int pageSize, SurveyQualification surveyQualification)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
findTransshipmentBySurveyQualification
in interface TransshipmentDao
TransshipmentDao.findTransshipmentBySurveyQualification(int, int, int, fr.ifremer.allegro.referential.SurveyQualification)
public java.util.Collection findTransshipmentBySurveyQualification(int transform, java.lang.String queryString, int pageNumber, int pageSize, SurveyQualification surveyQualification)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
findTransshipmentBySurveyQualification
in interface TransshipmentDao
TransshipmentDao.findTransshipmentBySurveyQualification(int, java.lang.String, int, int, fr.ifremer.allegro.referential.SurveyQualification)
public Transshipment findTransshipmentByNaturalId(Vessel toVessel, Program program)
findTransshipmentByNaturalId
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByNaturalId(fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public java.lang.Object findTransshipmentByNaturalId(int transform, Vessel toVessel, Program program)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
findTransshipmentByNaturalId
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByNaturalId(int, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public Transshipment findTransshipmentByNaturalId(java.lang.String queryString, Vessel toVessel, Program program)
TransshipmentDao
Does the same thing as TransshipmentDao.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 TransshipmentDao.findTransshipmentByNaturalId(fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
.
findTransshipmentByNaturalId
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByNaturalId(java.lang.String, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public java.lang.Object findTransshipmentByNaturalId(int transform, java.lang.String queryString, Vessel toVessel, Program program)
TransshipmentDao
Does the same thing as TransshipmentDao.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 TransshipmentDao.findTransshipmentByNaturalId(int, fr.ifremer.allegro.referential.vessel.Vessel toVessel, fr.ifremer.allegro.administration.programStrategy.Program program)
.
findTransshipmentByNaturalId
in interface TransshipmentDao
TransshipmentDao.findTransshipmentByNaturalId(int, java.lang.String, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection getAllTransshipmentSinceDateSynchro(java.sql.Timestamp updateDate)
getAllTransshipmentSinceDateSynchro
in interface TransshipmentDao
TransshipmentDao.getAllTransshipmentSinceDateSynchro(java.sql.Timestamp)
public java.util.Collection getAllTransshipmentSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
getAllTransshipmentSinceDateSynchro
in interface TransshipmentDao
TransshipmentDao.getAllTransshipmentSinceDateSynchro(int, java.sql.Timestamp)
public java.util.Collection getAllTransshipmentSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
TransshipmentDao
Does the same thing as TransshipmentDao.getAllTransshipmentSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TransshipmentDao.getAllTransshipmentSinceDateSynchro(java.sql.Timestamp)
.
getAllTransshipmentSinceDateSynchro
in interface TransshipmentDao
TransshipmentDao.getAllTransshipmentSinceDateSynchro(java.lang.String, java.sql.Timestamp)
public java.util.Collection getAllTransshipmentSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
getAllTransshipmentSinceDateSynchro
in interface TransshipmentDao
TransshipmentDao.getAllTransshipmentSinceDateSynchro(int, int, java.sql.Timestamp)
public java.util.Collection getAllTransshipmentSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
getAllTransshipmentSinceDateSynchro
in interface TransshipmentDao
TransshipmentDao.getAllTransshipmentSinceDateSynchro(String, int, int, java.sql.Timestamp)
public java.util.Collection getAllTransshipmentSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
TransshipmentDao
Does the same thing as TransshipmentDao.getAllTransshipmentSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TransshipmentDao.getAllTransshipmentSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
getAllTransshipmentSinceDateSynchro
in interface TransshipmentDao
TransshipmentDao.getAllTransshipmentSinceDateSynchro(int, String, java.sql.Timestamp)
public java.util.Collection getAllTransshipmentSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
getAllTransshipmentSinceDateSynchro
in interface TransshipmentDao
TransshipmentDao.getAllTransshipmentSinceDateSynchro(int, int, int, java.sql.Timestamp)
public java.util.Collection getAllTransshipmentSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
TransshipmentDao
Does the same thing as TransshipmentDao.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.
getAllTransshipmentSinceDateSynchro
in interface TransshipmentDao
TransshipmentDao.getAllTransshipmentSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)
public Transshipment createFromClusterTransshipment(ClusterTransshipment clusterTransshipment)
createFromClusterTransshipment
in interface TransshipmentDao
TransshipmentDao.createFromClusterTransshipment(fr.ifremer.allegro.data.transshipment.generic.cluster.ClusterTransshipment)
protected abstract Transshipment handleCreateFromClusterTransshipment(ClusterTransshipment clusterTransshipment) throws java.lang.Exception
createFromClusterTransshipment(fr.ifremer.allegro.data.transshipment.generic.cluster.ClusterTransshipment)
java.lang.Exception
public ClusterTransshipment[] getAllClusterTransshipmentSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterTransshipmentSinceDateSynchro
in interface TransshipmentDao
TransshipmentDao.getAllClusterTransshipmentSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterTransshipment[] handleGetAllClusterTransshipmentSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterTransshipmentSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
protected java.lang.Object transformEntity(int transform, Transshipment entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.data.transshipment.TransshipmentDao
, please note
that the TransshipmentDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
Transshipment
- TransshipmentDao.TRANSFORM_NONE
RemoteTransshipmentFullVO
- TRANSFORM_REMOTETRANSSHIPMENTFULLVO
RemoteTransshipmentNaturalId
- TRANSFORM_REMOTETRANSSHIPMENTNATURALID
ClusterTransshipment
- TRANSFORM_CLUSTERTRANSSHIPMENT
TransshipmentDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in TransshipmentDao
entity
- an entity that was found
transformEntities(int,java.util.Collection)
protected void transformEntities(int transform, java.util.Collection entities)
transformEntity(int,fr.ifremer.allegro.data.transshipment.Transshipment)
method. This method does not instantiate a new collection.
This method is to be used internally only.
transform
- one of the constants declared in fr.ifremer.allegro.data.transshipment.TransshipmentDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.data.transshipment.Transshipment)
protected Transshipment toEntity(java.lang.Object[] row)
public final void toRemoteTransshipmentFullVOCollection(java.util.Collection entities)
TransshipmentDao
RemoteTransshipmentFullVO
.
toRemoteTransshipmentFullVOCollection
in interface TransshipmentDao
TransshipmentDao.toRemoteTransshipmentFullVOCollection(java.util.Collection)
public final RemoteTransshipmentFullVO[] toRemoteTransshipmentFullVOArray(java.util.Collection entities)
TransshipmentDao
RemoteTransshipmentFullVO
.
toRemoteTransshipmentFullVOArray
in interface TransshipmentDao
TransshipmentDao.toRemoteTransshipmentFullVOArray(java.util.Collection)
protected RemoteTransshipmentFullVO toRemoteTransshipmentFullVO(java.lang.Object[] row)
TransshipmentDaoImpl
class if you intend to use reporting queries.
TransshipmentDao.toRemoteTransshipmentFullVO(fr.ifremer.allegro.data.transshipment.Transshipment)
public final void remoteTransshipmentFullVOToEntityCollection(java.util.Collection instances)
TransshipmentDao
RemoteTransshipmentFullVO
to this
DAO's entity.
remoteTransshipmentFullVOToEntityCollection
in interface TransshipmentDao
TransshipmentDao.remoteTransshipmentFullVOToEntityCollection(java.util.Collection)
public void toRemoteTransshipmentFullVO(Transshipment source, RemoteTransshipmentFullVO target)
TransshipmentDao
toRemoteTransshipmentFullVO
in interface TransshipmentDao
TransshipmentDao.toRemoteTransshipmentFullVO(fr.ifremer.allegro.data.transshipment.Transshipment, fr.ifremer.allegro.data.transshipment.generic.vo.RemoteTransshipmentFullVO)
public RemoteTransshipmentFullVO toRemoteTransshipmentFullVO(Transshipment entity)
TransshipmentDao
RemoteTransshipmentFullVO
.
toRemoteTransshipmentFullVO
in interface TransshipmentDao
TransshipmentDao.toRemoteTransshipmentFullVO(fr.ifremer.allegro.data.transshipment.Transshipment)
public void remoteTransshipmentFullVOToEntity(RemoteTransshipmentFullVO source, Transshipment target, boolean copyIfNull)
TransshipmentDao
RemoteTransshipmentFullVO
to the specified entity.
remoteTransshipmentFullVOToEntity
in interface TransshipmentDao
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.fr.ifremer.allegro.data.transshipment.TransshipmentDao#remoteTransshipmentFullVOToEntity(fr.ifremer.allegro.data.transshipment.generic.vo.RemoteTransshipmentFullVO, fr.ifremer.allegro.data.transshipment.Transshipment)
public final void toRemoteTransshipmentNaturalIdCollection(java.util.Collection entities)
TransshipmentDao
RemoteTransshipmentNaturalId
.
toRemoteTransshipmentNaturalIdCollection
in interface TransshipmentDao
TransshipmentDao.toRemoteTransshipmentNaturalIdCollection(java.util.Collection)
public final RemoteTransshipmentNaturalId[] toRemoteTransshipmentNaturalIdArray(java.util.Collection entities)
TransshipmentDao
RemoteTransshipmentNaturalId
.
toRemoteTransshipmentNaturalIdArray
in interface TransshipmentDao
TransshipmentDao.toRemoteTransshipmentNaturalIdArray(java.util.Collection)
protected RemoteTransshipmentNaturalId toRemoteTransshipmentNaturalId(java.lang.Object[] row)
TransshipmentDaoImpl
class if you intend to use reporting queries.
TransshipmentDao.toRemoteTransshipmentNaturalId(fr.ifremer.allegro.data.transshipment.Transshipment)
public final void remoteTransshipmentNaturalIdToEntityCollection(java.util.Collection instances)
TransshipmentDao
RemoteTransshipmentNaturalId
to this
DAO's entity.
remoteTransshipmentNaturalIdToEntityCollection
in interface TransshipmentDao
TransshipmentDao.remoteTransshipmentNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteTransshipmentNaturalId(Transshipment source, RemoteTransshipmentNaturalId target)
TransshipmentDao
toRemoteTransshipmentNaturalId
in interface TransshipmentDao
TransshipmentDao.toRemoteTransshipmentNaturalId(fr.ifremer.allegro.data.transshipment.Transshipment, fr.ifremer.allegro.data.transshipment.generic.vo.RemoteTransshipmentNaturalId)
public RemoteTransshipmentNaturalId toRemoteTransshipmentNaturalId(Transshipment entity)
TransshipmentDao
RemoteTransshipmentNaturalId
.
toRemoteTransshipmentNaturalId
in interface TransshipmentDao
TransshipmentDao.toRemoteTransshipmentNaturalId(fr.ifremer.allegro.data.transshipment.Transshipment)
public void remoteTransshipmentNaturalIdToEntity(RemoteTransshipmentNaturalId source, Transshipment target, boolean copyIfNull)
TransshipmentDao
RemoteTransshipmentNaturalId
to the specified entity.
remoteTransshipmentNaturalIdToEntity
in interface TransshipmentDao
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.fr.ifremer.allegro.data.transshipment.TransshipmentDao#remoteTransshipmentNaturalIdToEntity(fr.ifremer.allegro.data.transshipment.generic.vo.RemoteTransshipmentNaturalId, fr.ifremer.allegro.data.transshipment.Transshipment)
public final void toClusterTransshipmentCollection(java.util.Collection entities)
TransshipmentDao
ClusterTransshipment
.
toClusterTransshipmentCollection
in interface TransshipmentDao
TransshipmentDao.toClusterTransshipmentCollection(java.util.Collection)
public final ClusterTransshipment[] toClusterTransshipmentArray(java.util.Collection entities)
TransshipmentDao
ClusterTransshipment
.
toClusterTransshipmentArray
in interface TransshipmentDao
TransshipmentDao.toClusterTransshipmentArray(java.util.Collection)
protected ClusterTransshipment toClusterTransshipment(java.lang.Object[] row)
TransshipmentDaoImpl
class if you intend to use reporting queries.
TransshipmentDao.toClusterTransshipment(fr.ifremer.allegro.data.transshipment.Transshipment)
public final void clusterTransshipmentToEntityCollection(java.util.Collection instances)
TransshipmentDao
ClusterTransshipment
to this
DAO's entity.
clusterTransshipmentToEntityCollection
in interface TransshipmentDao
TransshipmentDao.clusterTransshipmentToEntityCollection(java.util.Collection)
public void toClusterTransshipment(Transshipment source, ClusterTransshipment target)
TransshipmentDao
toClusterTransshipment
in interface TransshipmentDao
TransshipmentDao.toClusterTransshipment(fr.ifremer.allegro.data.transshipment.Transshipment, fr.ifremer.allegro.data.transshipment.generic.cluster.ClusterTransshipment)
public ClusterTransshipment toClusterTransshipment(Transshipment entity)
TransshipmentDao
ClusterTransshipment
.
toClusterTransshipment
in interface TransshipmentDao
TransshipmentDao.toClusterTransshipment(fr.ifremer.allegro.data.transshipment.Transshipment)
public void clusterTransshipmentToEntity(ClusterTransshipment source, Transshipment target, boolean copyIfNull)
TransshipmentDao
ClusterTransshipment
to the specified entity.
clusterTransshipmentToEntity
in interface TransshipmentDao
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.fr.ifremer.allegro.data.transshipment.TransshipmentDao#clusterTransshipmentToEntity(fr.ifremer.allegro.data.transshipment.generic.cluster.ClusterTransshipment, fr.ifremer.allegro.data.transshipment.Transshipment)
protected java.security.Principal getPrincipal()
principal
if one has been set,
otherwise returns null
.
public PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
TransshipmentDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface TransshipmentDao
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.TransshipmentDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
TransshipmentDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface TransshipmentDao
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.TransshipmentDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
TransshipmentDao
TransshipmentDao.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.
search
in interface TransshipmentDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
TransshipmentDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
TransshipmentDao
search
object.
search
in interface TransshipmentDao
search
- the search object which provides the search parameters and pagination specification.
TransshipmentDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |