|
||||||||||
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.survey.delaration.DeclaredDocumentReferenceDaoBase
public abstract class DeclaredDocumentReferenceDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference
.
DeclaredDocumentReference
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReferenceDao |
---|
TRANSFORM_CLUSTERDECLAREDDOCUMENTREFERENCE, TRANSFORM_NONE, TRANSFORM_REMOTEDECLAREDDOCUMENTREFERENCEFULLVO, TRANSFORM_REMOTEDECLAREDDOCUMENTREFERENCENATURALID |
Constructor Summary | |
---|---|
DeclaredDocumentReferenceDaoBase()
|
Method Summary | |
---|---|
void |
clusterDeclaredDocumentReferenceToEntity(ClusterDeclaredDocumentReference source,
DeclaredDocumentReference target,
boolean copyIfNull)
Copies the fields of ClusterDeclaredDocumentReference to the specified entity. |
void |
clusterDeclaredDocumentReferenceToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterDeclaredDocumentReference to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference and adds from the passed in entities collection |
DeclaredDocumentReference |
create(java.util.Date creationDate,
java.util.Date documentDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Vessel vessel)
Creates a new fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
DeclaredDocumentReference |
create(DeclaredDocumentReference declaredDocumentReference)
Creates an instance of fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference and adds it to the persistent store. |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as DeclaredDocumentReferenceDao.create(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.util.Date creationDate,
java.util.Date documentDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Vessel vessel)
Does the same thing as DeclaredDocumentReferenceDao.create(java.util.Date,java.util.Date,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.vessel.Vessel) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
DeclaredDocumentReference declaredDocumentReference)
Does the same thing as DeclaredDocumentReferenceDao.create(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.String reference,
java.lang.String fileName,
java.util.Date documentDate,
java.lang.String otherDocumentReference,
java.lang.String firstSheetNumber,
java.lang.String lastSheetNumber,
java.lang.Short sheetCount,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
java.util.Collection childDeclareddocumentReferences,
DeclaredDocumentReference parentDeclaredDocumentReference,
Vessel vessel,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Person recorderPerson,
java.util.Collection fishingTrips,
java.util.Collection sales)
Does the same thing as DeclaredDocumentReferenceDao.create(java.lang.String,java.lang.String,java.util.Date,java.lang.String,java.lang.String,java.lang.String,java.lang.Short,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Person,java.util.Collection,java.util.Collection) with an
additional flag called transform . |
DeclaredDocumentReference |
create(java.lang.String reference,
java.lang.String fileName,
java.util.Date documentDate,
java.lang.String otherDocumentReference,
java.lang.String firstSheetNumber,
java.lang.String lastSheetNumber,
java.lang.Short sheetCount,
java.lang.String comments,
java.util.Date creationDate,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
java.util.Collection childDeclareddocumentReferences,
DeclaredDocumentReference parentDeclaredDocumentReference,
Vessel vessel,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
Person recorderPerson,
java.util.Collection fishingTrips,
java.util.Collection sales)
Creates a new fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference
instance from all attributes and
properties and adds it to the persistent store. |
DeclaredDocumentReference |
createFromClusterDeclaredDocumentReference(ClusterDeclaredDocumentReference clusterDeclaredDocumentReference)
|
DeclaredDocumentReference |
findDeclaredDocumentReferenceById(java.lang.Integer id)
|
java.lang.Object |
findDeclaredDocumentReferenceById(int transform,
java.lang.Integer id)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findDeclaredDocumentReferenceById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceById(int, java.lang.Integer) with an
additional argument called queryString . |
DeclaredDocumentReference |
findDeclaredDocumentReferenceById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceById(java.lang.Integer) with an
additional argument called queryString . |
java.lang.Object |
findDeclaredDocumentReferenceByNaturalId(int transform,
java.lang.String queryString,
java.lang.String reference,
Vessel vessel,
Program program)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByNaturalId(int, java.lang.String, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.lang.Object |
findDeclaredDocumentReferenceByNaturalId(int transform,
java.lang.String reference,
Vessel vessel,
Program program)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByNaturalId(java.lang.String, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
DeclaredDocumentReference |
findDeclaredDocumentReferenceByNaturalId(java.lang.String queryString,
java.lang.String reference,
Vessel vessel,
Program program)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByNaturalId(java.lang.String, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
DeclaredDocumentReference |
findDeclaredDocumentReferenceByNaturalId(java.lang.String reference,
Vessel vessel,
Program program)
|
java.util.Collection |
findDeclaredDocumentReferenceByParentDeclaredDocumentReference(DeclaredDocumentReference parentDeclaredDocumentReference)
|
java.util.Collection |
findDeclaredDocumentReferenceByParentDeclaredDocumentReference(int transform,
DeclaredDocumentReference parentDeclaredDocumentReference)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByParentDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an
additional flag called transform . |
java.util.Collection |
findDeclaredDocumentReferenceByParentDeclaredDocumentReference(int pageNumber,
int pageSize,
DeclaredDocumentReference parentDeclaredDocumentReference)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByParentDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDeclaredDocumentReferenceByParentDeclaredDocumentReference(int transform,
int pageNumber,
int pageSize,
DeclaredDocumentReference parentDeclaredDocumentReference)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByParentDeclaredDocumentReference(int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDeclaredDocumentReferenceByParentDeclaredDocumentReference(int transform,
java.lang.String queryString,
DeclaredDocumentReference parentDeclaredDocumentReference)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByParentDeclaredDocumentReference(int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an
additional argument called queryString . |
java.util.Collection |
findDeclaredDocumentReferenceByParentDeclaredDocumentReference(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
DeclaredDocumentReference parentDeclaredDocumentReference)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByParentDeclaredDocumentReference(int, String, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDeclaredDocumentReferenceByParentDeclaredDocumentReference(java.lang.String queryString,
DeclaredDocumentReference parentDeclaredDocumentReference)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByParentDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an
additional argument called queryString . |
java.util.Collection |
findDeclaredDocumentReferenceByParentDeclaredDocumentReference(java.lang.String queryString,
int pageNumber,
int pageSize,
DeclaredDocumentReference parentDeclaredDocumentReference)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByParentDeclaredDocumentReference(String, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDeclaredDocumentReferenceByProgram(int transform,
int pageNumber,
int pageSize,
Program program)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDeclaredDocumentReferenceByProgram(int pageNumber,
int pageSize,
Program program)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDeclaredDocumentReferenceByProgram(int transform,
Program program)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.util.Collection |
findDeclaredDocumentReferenceByProgram(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDeclaredDocumentReferenceByProgram(int transform,
java.lang.String queryString,
Program program)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findDeclaredDocumentReferenceByProgram(Program program)
|
java.util.Collection |
findDeclaredDocumentReferenceByProgram(java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDeclaredDocumentReferenceByProgram(java.lang.String queryString,
Program program)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findDeclaredDocumentReferenceByQualityFlag(int transform,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDeclaredDocumentReferenceByQualityFlag(int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDeclaredDocumentReferenceByQualityFlag(int transform,
QualityFlag qualityFlag)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional flag called transform . |
java.util.Collection |
findDeclaredDocumentReferenceByQualityFlag(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDeclaredDocumentReferenceByQualityFlag(int transform,
java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findDeclaredDocumentReferenceByQualityFlag(QualityFlag qualityFlag)
|
java.util.Collection |
findDeclaredDocumentReferenceByQualityFlag(java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDeclaredDocumentReferenceByQualityFlag(java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findDeclaredDocumentReferenceByRecorderDepartment(Department recorderDepartment)
|
java.util.Collection |
findDeclaredDocumentReferenceByRecorderDepartment(int transform,
Department recorderDepartment)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional flag called transform . |
java.util.Collection |
findDeclaredDocumentReferenceByRecorderDepartment(int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDeclaredDocumentReferenceByRecorderDepartment(int transform,
int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDeclaredDocumentReferenceByRecorderDepartment(int transform,
java.lang.String queryString,
Department recorderDepartment)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findDeclaredDocumentReferenceByRecorderDepartment(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDeclaredDocumentReferenceByRecorderDepartment(java.lang.String queryString,
Department recorderDepartment)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findDeclaredDocumentReferenceByRecorderDepartment(java.lang.String queryString,
int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDeclaredDocumentReferenceByRecorderPerson(int transform,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDeclaredDocumentReferenceByRecorderPerson(int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDeclaredDocumentReferenceByRecorderPerson(int transform,
Person recorderPerson)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional flag called transform . |
java.util.Collection |
findDeclaredDocumentReferenceByRecorderPerson(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDeclaredDocumentReferenceByRecorderPerson(int transform,
java.lang.String queryString,
Person recorderPerson)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
findDeclaredDocumentReferenceByRecorderPerson(Person recorderPerson)
|
java.util.Collection |
findDeclaredDocumentReferenceByRecorderPerson(java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderPerson(String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDeclaredDocumentReferenceByRecorderPerson(java.lang.String queryString,
Person recorderPerson)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
findDeclaredDocumentReferenceByVessel(int transform,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDeclaredDocumentReferenceByVessel(int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDeclaredDocumentReferenceByVessel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDeclaredDocumentReferenceByVessel(int transform,
java.lang.String queryString,
Vessel vessel)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
java.util.Collection |
findDeclaredDocumentReferenceByVessel(int transform,
Vessel vessel)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional flag called transform . |
java.util.Collection |
findDeclaredDocumentReferenceByVessel(java.lang.String queryString,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDeclaredDocumentReferenceByVessel(java.lang.String queryString,
Vessel vessel)
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
java.util.Collection |
findDeclaredDocumentReferenceByVessel(Vessel vessel)
|
ClusterDeclaredDocumentReference[] |
getAllClusterDeclaredDocumentReferenceSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
getAllDeclaredDocumentReference()
|
java.util.Collection |
getAllDeclaredDocumentReference(int transform)
Does the same thing as DeclaredDocumentReferenceDao.getAllDeclaredDocumentReference() with an
additional flag called transform . |
java.util.Collection |
getAllDeclaredDocumentReference(int pageNumber,
int pageSize)
Does the same thing as DeclaredDocumentReferenceDao.getAllDeclaredDocumentReference() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllDeclaredDocumentReference(int transform,
int pageNumber,
int pageSize)
Does the same thing as DeclaredDocumentReferenceDao.getAllDeclaredDocumentReference(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllDeclaredDocumentReference(int transform,
java.lang.String queryString)
Does the same thing as DeclaredDocumentReferenceDao.getAllDeclaredDocumentReference(int) with an
additional argument called queryString . |
java.util.Collection |
getAllDeclaredDocumentReference(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as DeclaredDocumentReferenceDao.getAllDeclaredDocumentReference(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllDeclaredDocumentReference(java.lang.String queryString)
Does the same thing as DeclaredDocumentReferenceDao.getAllDeclaredDocumentReference() with an
additional argument called queryString . |
java.util.Collection |
getAllDeclaredDocumentReference(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as DeclaredDocumentReferenceDao.getAllDeclaredDocumentReference(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllDeclaredDocumentReferenceSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as DeclaredDocumentReferenceDao.getAllDeclaredDocumentReferenceSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllDeclaredDocumentReferenceSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as DeclaredDocumentReferenceDao.getAllDeclaredDocumentReferenceSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllDeclaredDocumentReferenceSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as DeclaredDocumentReferenceDao.getAllDeclaredDocumentReferenceSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllDeclaredDocumentReferenceSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as DeclaredDocumentReferenceDao.getAllDeclaredDocumentReferenceSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllDeclaredDocumentReferenceSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as DeclaredDocumentReferenceDao.getAllDeclaredDocumentReferenceSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllDeclaredDocumentReferenceSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as DeclaredDocumentReferenceDao.getAllDeclaredDocumentReferenceSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllDeclaredDocumentReferenceSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as DeclaredDocumentReferenceDao.getAllDeclaredDocumentReferenceSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllDeclaredDocumentReferenceSinceDateSynchro(java.sql.Timestamp updateDate)
|
protected DeclaredDocumentReferenceDao |
getDeclaredDocumentReferenceDao()
Gets the reference to declaredDocumentReferenceDao . |
protected DepartmentDao |
getDepartmentDao()
Gets the reference to departmentDao . |
protected FishingTripDao |
getFishingTripDao()
Gets the reference to fishingTripDao . |
protected ObservedFishingTripDao |
getObservedFishingTripDao()
Gets the reference to observedFishingTripDao . |
protected ObservedSaleDao |
getObservedSaleDao()
Gets the reference to observedSaleDao . |
protected PersonDao |
getPersonDao()
Gets the reference to personDao . |
protected java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected ProgramDao |
getProgramDao()
Gets the reference to programDao . |
protected QualityFlagDao |
getQualityFlagDao()
Gets the reference to qualityFlagDao . |
protected SaleDao |
getSaleDao()
Gets the reference to saleDao . |
protected VesselDao |
getVesselDao()
Gets the reference to vesselDao . |
protected abstract DeclaredDocumentReference |
handleCreateFromClusterDeclaredDocumentReference(ClusterDeclaredDocumentReference clusterDeclaredDocumentReference)
Performs the core logic for createFromClusterDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.generic.cluster.ClusterDeclaredDocumentReference) |
protected abstract ClusterDeclaredDocumentReference[] |
handleGetAllClusterDeclaredDocumentReferenceSinceDateSynchro(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 getAllClusterDeclaredDocumentReferenceSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
DeclaredDocumentReference |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference from the persistent store. |
java.lang.Object |
load(int transform,
java.lang.Integer id)
Does the same thing as DeclaredDocumentReferenceDao.load(java.lang.Integer) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type DeclaredDocumentReference . |
java.util.Collection |
loadAll(int transform)
Does the same thing as DeclaredDocumentReferenceDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as DeclaredDocumentReferenceDao.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 DeclaredDocumentReferenceDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
void |
remoteDeclaredDocumentReferenceFullVOToEntity(RemoteDeclaredDocumentReferenceFullVO source,
DeclaredDocumentReference target,
boolean copyIfNull)
Copies the fields of RemoteDeclaredDocumentReferenceFullVO to the specified entity. |
void |
remoteDeclaredDocumentReferenceFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteDeclaredDocumentReferenceFullVO to this
DAO's entity. |
void |
remoteDeclaredDocumentReferenceNaturalIdToEntity(RemoteDeclaredDocumentReferenceNaturalId source,
DeclaredDocumentReference target,
boolean copyIfNull)
Copies the fields of RemoteDeclaredDocumentReferenceNaturalId to the specified entity. |
void |
remoteDeclaredDocumentReferenceNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteDeclaredDocumentReferenceNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(DeclaredDocumentReference declaredDocumentReference)
Removes the instance of fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference from the persistent store. |
void |
remove(java.lang.Integer id)
Removes the instance of fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference having the given identifier from the persistent store. |
PaginationResult |
search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize . |
PaginationResult |
search(int pageNumber,
int pageSize,
Search search)
Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize . |
java.util.Set |
search(int transform,
Search search)
Does the same thing as DeclaredDocumentReferenceDao.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 |
setDeclaredDocumentReferenceDao(DeclaredDocumentReferenceDao declaredDocumentReferenceDao)
Sets the reference to declaredDocumentReferenceDao . |
void |
setDepartmentDao(DepartmentDao departmentDao)
Sets the reference to departmentDao . |
void |
setFishingTripDao(FishingTripDao fishingTripDao)
Sets the reference to fishingTripDao . |
void |
setObservedFishingTripDao(ObservedFishingTripDao observedFishingTripDao)
Sets the reference to observedFishingTripDao . |
void |
setObservedSaleDao(ObservedSaleDao observedSaleDao)
Sets the reference to observedSaleDao . |
void |
setPersonDao(PersonDao personDao)
Sets the reference to personDao . |
void |
setProgramDao(ProgramDao programDao)
Sets the reference to programDao . |
void |
setQualityFlagDao(QualityFlagDao qualityFlagDao)
Sets the reference to qualityFlagDao . |
void |
setSaleDao(SaleDao saleDao)
Sets the reference to saleDao . |
void |
setVesselDao(VesselDao vesselDao)
Sets the reference to vesselDao . |
ClusterDeclaredDocumentReference |
toClusterDeclaredDocumentReference(DeclaredDocumentReference entity)
Converts this DAO's entity to an object of type ClusterDeclaredDocumentReference . |
void |
toClusterDeclaredDocumentReference(DeclaredDocumentReference source,
ClusterDeclaredDocumentReference target)
Copies the fields of the specified entity to the target value object. |
protected ClusterDeclaredDocumentReference |
toClusterDeclaredDocumentReference(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterDeclaredDocumentReference[] |
toClusterDeclaredDocumentReferenceArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterDeclaredDocumentReference . |
void |
toClusterDeclaredDocumentReferenceCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterDeclaredDocumentReference . |
protected DeclaredDocumentReference |
toEntity(java.lang.Object[] row)
|
RemoteDeclaredDocumentReferenceFullVO |
toRemoteDeclaredDocumentReferenceFullVO(DeclaredDocumentReference entity)
Converts this DAO's entity to an object of type RemoteDeclaredDocumentReferenceFullVO . |
void |
toRemoteDeclaredDocumentReferenceFullVO(DeclaredDocumentReference source,
RemoteDeclaredDocumentReferenceFullVO target)
Copies the fields of the specified entity to the target value object. |
protected RemoteDeclaredDocumentReferenceFullVO |
toRemoteDeclaredDocumentReferenceFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteDeclaredDocumentReferenceFullVO[] |
toRemoteDeclaredDocumentReferenceFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteDeclaredDocumentReferenceFullVO . |
void |
toRemoteDeclaredDocumentReferenceFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteDeclaredDocumentReferenceFullVO . |
RemoteDeclaredDocumentReferenceNaturalId |
toRemoteDeclaredDocumentReferenceNaturalId(DeclaredDocumentReference entity)
Converts this DAO's entity to an object of type RemoteDeclaredDocumentReferenceNaturalId . |
void |
toRemoteDeclaredDocumentReferenceNaturalId(DeclaredDocumentReference source,
RemoteDeclaredDocumentReferenceNaturalId target)
Copies the fields of the specified entity to the target value object. |
protected RemoteDeclaredDocumentReferenceNaturalId |
toRemoteDeclaredDocumentReferenceNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteDeclaredDocumentReferenceNaturalId[] |
toRemoteDeclaredDocumentReferenceNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteDeclaredDocumentReferenceNaturalId . |
void |
toRemoteDeclaredDocumentReferenceNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteDeclaredDocumentReferenceNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
method. |
protected java.lang.Object |
transformEntity(int transform,
DeclaredDocumentReference 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.survey.delaration.DeclaredDocumentReferenceDao , please note
that the DeclaredDocumentReferenceDao.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(DeclaredDocumentReference declaredDocumentReference)
Updates the declaredDocumentReference 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.survey.delaration.DeclaredDocumentReferenceDao |
---|
clusterDeclaredDocumentReferenceToEntity, remoteDeclaredDocumentReferenceFullVOToEntity, remoteDeclaredDocumentReferenceNaturalIdToEntity |
Constructor Detail |
---|
public DeclaredDocumentReferenceDaoBase()
Method Detail |
---|
public void setVesselDao(VesselDao vesselDao)
vesselDao
.
protected VesselDao getVesselDao()
vesselDao
.
public void setProgramDao(ProgramDao programDao)
programDao
.
protected ProgramDao getProgramDao()
programDao
.
public void setDeclaredDocumentReferenceDao(DeclaredDocumentReferenceDao declaredDocumentReferenceDao)
declaredDocumentReferenceDao
.
protected DeclaredDocumentReferenceDao getDeclaredDocumentReferenceDao()
declaredDocumentReferenceDao
.
public void setDepartmentDao(DepartmentDao departmentDao)
departmentDao
.
protected DepartmentDao getDepartmentDao()
departmentDao
.
public void setQualityFlagDao(QualityFlagDao qualityFlagDao)
qualityFlagDao
.
protected QualityFlagDao getQualityFlagDao()
qualityFlagDao
.
public void setPersonDao(PersonDao personDao)
personDao
.
protected PersonDao getPersonDao()
personDao
.
public void setFishingTripDao(FishingTripDao fishingTripDao)
fishingTripDao
.
protected FishingTripDao getFishingTripDao()
fishingTripDao
.
public void setSaleDao(SaleDao saleDao)
saleDao
.
protected SaleDao getSaleDao()
saleDao
.
public void setObservedFishingTripDao(ObservedFishingTripDao observedFishingTripDao)
observedFishingTripDao
.
protected ObservedFishingTripDao getObservedFishingTripDao()
observedFishingTripDao
.
public void setObservedSaleDao(ObservedSaleDao observedSaleDao)
observedSaleDao
.
protected ObservedSaleDao getObservedSaleDao()
observedSaleDao
.
public java.lang.Object load(int transform, java.lang.Integer id)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.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 DeclaredDocumentReferenceDao
id
- identifier of the entity to load
DeclaredDocumentReferenceDao.load(int, java.lang.Integer)
public DeclaredDocumentReference load(java.lang.Integer id)
DeclaredDocumentReferenceDao
load
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.load(java.lang.Integer)
public java.util.Collection loadAll()
DeclaredDocumentReferenceDao
DeclaredDocumentReference
.
loadAll
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.loadAll()
public java.util.Collection loadAll(int transform)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.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 DeclaredDocumentReferenceDao
transform
- the flag indicating what transformation to use.
DeclaredDocumentReferenceDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.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 DeclaredDocumentReferenceDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
DeclaredDocumentReferenceDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.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 DeclaredDocumentReferenceDao
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.
DeclaredDocumentReferenceDao.loadAll(int, int, int)
public DeclaredDocumentReference create(DeclaredDocumentReference declaredDocumentReference)
DeclaredDocumentReferenceDao
create
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.create(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public java.lang.Object create(int transform, DeclaredDocumentReference declaredDocumentReference)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.create(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
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 DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.create(int transform, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public java.util.Collection create(java.util.Collection entities)
DeclaredDocumentReferenceDao
entities
collection
create
in interface DeclaredDocumentReferenceDao
entities
- the collection of fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference
instances to create.
DeclaredDocumentReferenceDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.create(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
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 DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.create(int, java.util.Collection)
public DeclaredDocumentReference create(java.lang.String reference, java.lang.String fileName, java.util.Date documentDate, java.lang.String otherDocumentReference, java.lang.String firstSheetNumber, java.lang.String lastSheetNumber, java.lang.Short sheetCount, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection childDeclareddocumentReferences, DeclaredDocumentReference parentDeclaredDocumentReference, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, java.util.Collection fishingTrips, java.util.Collection sales)
DeclaredDocumentReferenceDao
Creates a new fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference
instance from all attributes and
properties and adds it to the persistent store.
create
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.create(java.lang.String,java.lang.String,java.util.Date,java.lang.String,java.lang.String,java.lang.String,java.lang.Short,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Person,java.util.Collection,java.util.Collection)
public java.lang.Object create(int transform, java.lang.String reference, java.lang.String fileName, java.util.Date documentDate, java.lang.String otherDocumentReference, java.lang.String firstSheetNumber, java.lang.String lastSheetNumber, java.lang.Short sheetCount, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, java.util.Collection childDeclareddocumentReferences, DeclaredDocumentReference parentDeclaredDocumentReference, Vessel vessel, Program program, Department recorderDepartment, QualityFlag qualityFlag, Person recorderPerson, java.util.Collection fishingTrips, java.util.Collection sales)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.create(java.lang.String,java.lang.String,java.util.Date,java.lang.String,java.lang.String,java.lang.String,java.lang.Short,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Person,java.util.Collection,java.util.Collection)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
create
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.create(int, java.lang.String,java.lang.String,java.util.Date,java.lang.String,java.lang.String,java.lang.String,java.lang.Short,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference,fr.ifremer.allegro.referential.vessel.Vessel,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Person,java.util.Collection,java.util.Collection)
public DeclaredDocumentReference create(java.util.Date creationDate, java.util.Date documentDate, Program program, QualityFlag qualityFlag, Department recorderDepartment, Vessel vessel)
DeclaredDocumentReferenceDao
Creates a new fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.create(java.util.Date,java.util.Date,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.vessel.Vessel)
public java.lang.Object create(int transform, java.util.Date creationDate, java.util.Date documentDate, Program program, QualityFlag qualityFlag, Department recorderDepartment, Vessel vessel)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.create(java.util.Date,java.util.Date,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.vessel.Vessel)
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 DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.create(int, java.util.Date,java.util.Date,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.vessel.Vessel)
public void update(DeclaredDocumentReference declaredDocumentReference)
DeclaredDocumentReferenceDao
declaredDocumentReference
instance in the persistent store.
update
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.update(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public void update(java.util.Collection entities)
DeclaredDocumentReferenceDao
entities
collection in the persistent store.
update
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.update(java.util.Collection)
public void remove(DeclaredDocumentReference declaredDocumentReference)
DeclaredDocumentReferenceDao
remove
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.remove(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public void remove(java.lang.Integer id)
DeclaredDocumentReferenceDao
identifier
from the persistent store.
remove
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.remove(java.lang.Integer)
public void remove(java.util.Collection entities)
DeclaredDocumentReferenceDao
entities collection.
- Specified by:
remove
in interface DeclaredDocumentReferenceDao
- See Also:
DeclaredDocumentReferenceDao.remove(java.util.Collection)
public java.util.Collection getAllDeclaredDocumentReference()
getAllDeclaredDocumentReference
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.getAllDeclaredDocumentReference()
public java.util.Collection getAllDeclaredDocumentReference(int transform)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.getAllDeclaredDocumentReference()
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.
getAllDeclaredDocumentReference
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.getAllDeclaredDocumentReference(int)
public java.util.Collection getAllDeclaredDocumentReference(java.lang.String queryString)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.getAllDeclaredDocumentReference()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DeclaredDocumentReferenceDao.getAllDeclaredDocumentReference()
.
getAllDeclaredDocumentReference
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.getAllDeclaredDocumentReference(java.lang.String)
public java.util.Collection getAllDeclaredDocumentReference(int pageNumber, int pageSize)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.getAllDeclaredDocumentReference()
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.
getAllDeclaredDocumentReference
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.getAllDeclaredDocumentReference(int, int)
public java.util.Collection getAllDeclaredDocumentReference(java.lang.String queryString, int pageNumber, int pageSize)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.getAllDeclaredDocumentReference(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.
getAllDeclaredDocumentReference
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.getAllDeclaredDocumentReference(String, int, int)
public java.util.Collection getAllDeclaredDocumentReference(int transform, java.lang.String queryString)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.getAllDeclaredDocumentReference(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DeclaredDocumentReferenceDao.getAllDeclaredDocumentReference(int)
.
getAllDeclaredDocumentReference
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.getAllDeclaredDocumentReference(int, String)
public java.util.Collection getAllDeclaredDocumentReference(int transform, int pageNumber, int pageSize)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.getAllDeclaredDocumentReference(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.
getAllDeclaredDocumentReference
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.getAllDeclaredDocumentReference(int, int, int)
public java.util.Collection getAllDeclaredDocumentReference(int transform, java.lang.String queryString, int pageNumber, int pageSize)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.getAllDeclaredDocumentReference(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.
getAllDeclaredDocumentReference
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.getAllDeclaredDocumentReference(int, java.lang.String, int, int)
public DeclaredDocumentReference findDeclaredDocumentReferenceById(java.lang.Integer id)
findDeclaredDocumentReferenceById
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceById(java.lang.Integer)
public java.lang.Object findDeclaredDocumentReferenceById(int transform, java.lang.Integer id)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceById(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.
findDeclaredDocumentReferenceById
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceById(int, java.lang.Integer)
public DeclaredDocumentReference findDeclaredDocumentReferenceById(java.lang.String queryString, java.lang.Integer id)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceById(java.lang.Integer)
.
findDeclaredDocumentReferenceById
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceById(java.lang.String, java.lang.Integer)
public java.lang.Object findDeclaredDocumentReferenceById(int transform, java.lang.String queryString, java.lang.Integer id)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceById(int, java.lang.Integer id)
.
findDeclaredDocumentReferenceById
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findDeclaredDocumentReferenceByParentDeclaredDocumentReference(DeclaredDocumentReference parentDeclaredDocumentReference)
findDeclaredDocumentReferenceByParentDeclaredDocumentReference
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByParentDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public java.util.Collection findDeclaredDocumentReferenceByParentDeclaredDocumentReference(int transform, DeclaredDocumentReference parentDeclaredDocumentReference)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByParentDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
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.
findDeclaredDocumentReferenceByParentDeclaredDocumentReference
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByParentDeclaredDocumentReference(int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public java.util.Collection findDeclaredDocumentReferenceByParentDeclaredDocumentReference(java.lang.String queryString, DeclaredDocumentReference parentDeclaredDocumentReference)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByParentDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByParentDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
.
findDeclaredDocumentReferenceByParentDeclaredDocumentReference
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByParentDeclaredDocumentReference(java.lang.String, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public java.util.Collection findDeclaredDocumentReferenceByParentDeclaredDocumentReference(int pageNumber, int pageSize, DeclaredDocumentReference parentDeclaredDocumentReference)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByParentDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
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.
findDeclaredDocumentReferenceByParentDeclaredDocumentReference
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByParentDeclaredDocumentReference(int, int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public java.util.Collection findDeclaredDocumentReferenceByParentDeclaredDocumentReference(java.lang.String queryString, int pageNumber, int pageSize, DeclaredDocumentReference parentDeclaredDocumentReference)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByParentDeclaredDocumentReference(String, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
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.
findDeclaredDocumentReferenceByParentDeclaredDocumentReference
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByParentDeclaredDocumentReference(String, int, int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public java.util.Collection findDeclaredDocumentReferenceByParentDeclaredDocumentReference(int transform, java.lang.String queryString, DeclaredDocumentReference parentDeclaredDocumentReference)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByParentDeclaredDocumentReference(int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByParentDeclaredDocumentReference(int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference parentDeclaredDocumentReference)
.
findDeclaredDocumentReferenceByParentDeclaredDocumentReference
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByParentDeclaredDocumentReference(int, String, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public java.util.Collection findDeclaredDocumentReferenceByParentDeclaredDocumentReference(int transform, int pageNumber, int pageSize, DeclaredDocumentReference parentDeclaredDocumentReference)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByParentDeclaredDocumentReference(int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
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.
findDeclaredDocumentReferenceByParentDeclaredDocumentReference
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByParentDeclaredDocumentReference(int, int, int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public java.util.Collection findDeclaredDocumentReferenceByParentDeclaredDocumentReference(int transform, java.lang.String queryString, int pageNumber, int pageSize, DeclaredDocumentReference parentDeclaredDocumentReference)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByParentDeclaredDocumentReference(int, String, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
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.
findDeclaredDocumentReferenceByParentDeclaredDocumentReference
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByParentDeclaredDocumentReference(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public java.util.Collection findDeclaredDocumentReferenceByVessel(Vessel vessel)
findDeclaredDocumentReferenceByVessel
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findDeclaredDocumentReferenceByVessel(int transform, Vessel vessel)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByVessel(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.
findDeclaredDocumentReferenceByVessel
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findDeclaredDocumentReferenceByVessel(java.lang.String queryString, Vessel vessel)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
.
findDeclaredDocumentReferenceByVessel
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByVessel(java.lang.String, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findDeclaredDocumentReferenceByVessel(int pageNumber, int pageSize, Vessel vessel)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByVessel(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.
findDeclaredDocumentReferenceByVessel
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByVessel(int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findDeclaredDocumentReferenceByVessel(java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByVessel(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.
findDeclaredDocumentReferenceByVessel
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByVessel(String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findDeclaredDocumentReferenceByVessel(int transform, java.lang.String queryString, Vessel vessel)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByVessel(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 DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel vessel)
.
findDeclaredDocumentReferenceByVessel
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findDeclaredDocumentReferenceByVessel(int transform, int pageNumber, int pageSize, Vessel vessel)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByVessel(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.
findDeclaredDocumentReferenceByVessel
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByVessel(int, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findDeclaredDocumentReferenceByVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByVessel(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.
findDeclaredDocumentReferenceByVessel
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByVessel(int, java.lang.String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findDeclaredDocumentReferenceByProgram(Program program)
findDeclaredDocumentReferenceByProgram
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findDeclaredDocumentReferenceByProgram(int transform, Program program)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByProgram(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.
findDeclaredDocumentReferenceByProgram
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findDeclaredDocumentReferenceByProgram(java.lang.String queryString, Program program)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
.
findDeclaredDocumentReferenceByProgram
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByProgram(java.lang.String, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findDeclaredDocumentReferenceByProgram(int pageNumber, int pageSize, Program program)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByProgram(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.
findDeclaredDocumentReferenceByProgram
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByProgram(int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findDeclaredDocumentReferenceByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByProgram(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.
findDeclaredDocumentReferenceByProgram
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByProgram(String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findDeclaredDocumentReferenceByProgram(int transform, java.lang.String queryString, Program program)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByProgram(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 DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program program)
.
findDeclaredDocumentReferenceByProgram
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findDeclaredDocumentReferenceByProgram(int transform, int pageNumber, int pageSize, Program program)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByProgram(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.
findDeclaredDocumentReferenceByProgram
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByProgram(int, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findDeclaredDocumentReferenceByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByProgram(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.
findDeclaredDocumentReferenceByProgram
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByProgram(int, java.lang.String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findDeclaredDocumentReferenceByRecorderDepartment(Department recorderDepartment)
findDeclaredDocumentReferenceByRecorderDepartment
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findDeclaredDocumentReferenceByRecorderDepartment(int transform, Department recorderDepartment)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderDepartment(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.
findDeclaredDocumentReferenceByRecorderDepartment
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findDeclaredDocumentReferenceByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
.
findDeclaredDocumentReferenceByRecorderDepartment
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderDepartment(java.lang.String, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findDeclaredDocumentReferenceByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderDepartment(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.
findDeclaredDocumentReferenceByRecorderDepartment
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderDepartment(int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findDeclaredDocumentReferenceByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderDepartment(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.
findDeclaredDocumentReferenceByRecorderDepartment
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderDepartment(String, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findDeclaredDocumentReferenceByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderDepartment(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 DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department recorderDepartment)
.
findDeclaredDocumentReferenceByRecorderDepartment
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findDeclaredDocumentReferenceByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderDepartment(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.
findDeclaredDocumentReferenceByRecorderDepartment
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderDepartment(int, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findDeclaredDocumentReferenceByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderDepartment(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.
findDeclaredDocumentReferenceByRecorderDepartment
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderDepartment(int, java.lang.String, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findDeclaredDocumentReferenceByQualityFlag(QualityFlag qualityFlag)
findDeclaredDocumentReferenceByQualityFlag
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findDeclaredDocumentReferenceByQualityFlag(int transform, QualityFlag qualityFlag)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findDeclaredDocumentReferenceByQualityFlag
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findDeclaredDocumentReferenceByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
.
findDeclaredDocumentReferenceByQualityFlag
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByQualityFlag(java.lang.String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findDeclaredDocumentReferenceByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findDeclaredDocumentReferenceByQualityFlag
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByQualityFlag(int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findDeclaredDocumentReferenceByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findDeclaredDocumentReferenceByQualityFlag
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByQualityFlag(String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findDeclaredDocumentReferenceByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag)
.
findDeclaredDocumentReferenceByQualityFlag
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findDeclaredDocumentReferenceByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findDeclaredDocumentReferenceByQualityFlag
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByQualityFlag(int, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findDeclaredDocumentReferenceByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findDeclaredDocumentReferenceByQualityFlag
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByQualityFlag(int, java.lang.String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findDeclaredDocumentReferenceByRecorderPerson(Person recorderPerson)
findDeclaredDocumentReferenceByRecorderPerson
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderPerson(fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findDeclaredDocumentReferenceByRecorderPerson(int transform, Person recorderPerson)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderPerson(fr.ifremer.allegro.administration.user.Person)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findDeclaredDocumentReferenceByRecorderPerson
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findDeclaredDocumentReferenceByRecorderPerson(java.lang.String queryString, Person recorderPerson)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderPerson(fr.ifremer.allegro.administration.user.Person)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderPerson(fr.ifremer.allegro.administration.user.Person)
.
findDeclaredDocumentReferenceByRecorderPerson
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderPerson(java.lang.String, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findDeclaredDocumentReferenceByRecorderPerson(int pageNumber, int pageSize, Person recorderPerson)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderPerson(fr.ifremer.allegro.administration.user.Person)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findDeclaredDocumentReferenceByRecorderPerson
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderPerson(int, int, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findDeclaredDocumentReferenceByRecorderPerson(java.lang.String queryString, int pageNumber, int pageSize, Person recorderPerson)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderPerson(String, fr.ifremer.allegro.administration.user.Person)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findDeclaredDocumentReferenceByRecorderPerson
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderPerson(String, int, int, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findDeclaredDocumentReferenceByRecorderPerson(int transform, java.lang.String queryString, Person recorderPerson)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person recorderPerson)
.
findDeclaredDocumentReferenceByRecorderPerson
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findDeclaredDocumentReferenceByRecorderPerson(int transform, int pageNumber, int pageSize, Person recorderPerson)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findDeclaredDocumentReferenceByRecorderPerson
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderPerson(int, int, int, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findDeclaredDocumentReferenceByRecorderPerson(int transform, java.lang.String queryString, int pageNumber, int pageSize, Person recorderPerson)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findDeclaredDocumentReferenceByRecorderPerson
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByRecorderPerson(int, java.lang.String, int, int, fr.ifremer.allegro.administration.user.Person)
public DeclaredDocumentReference findDeclaredDocumentReferenceByNaturalId(java.lang.String reference, Vessel vessel, Program program)
findDeclaredDocumentReferenceByNaturalId
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByNaturalId(java.lang.String, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public java.lang.Object findDeclaredDocumentReferenceByNaturalId(int transform, java.lang.String reference, Vessel vessel, Program program)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByNaturalId(java.lang.String, 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.
findDeclaredDocumentReferenceByNaturalId
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByNaturalId(int, java.lang.String, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public DeclaredDocumentReference findDeclaredDocumentReferenceByNaturalId(java.lang.String queryString, java.lang.String reference, Vessel vessel, Program program)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByNaturalId(java.lang.String, 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 DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByNaturalId(java.lang.String, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
.
findDeclaredDocumentReferenceByNaturalId
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByNaturalId(java.lang.String, java.lang.String, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public java.lang.Object findDeclaredDocumentReferenceByNaturalId(int transform, java.lang.String queryString, java.lang.String reference, Vessel vessel, Program program)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByNaturalId(int, java.lang.String, 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 DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByNaturalId(int, java.lang.String reference, fr.ifremer.allegro.referential.vessel.Vessel vessel, fr.ifremer.allegro.administration.programStrategy.Program program)
.
findDeclaredDocumentReferenceByNaturalId
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.findDeclaredDocumentReferenceByNaturalId(int, java.lang.String, java.lang.String, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection getAllDeclaredDocumentReferenceSinceDateSynchro(java.sql.Timestamp updateDate)
getAllDeclaredDocumentReferenceSinceDateSynchro
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.getAllDeclaredDocumentReferenceSinceDateSynchro(java.sql.Timestamp)
public java.util.Collection getAllDeclaredDocumentReferenceSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.getAllDeclaredDocumentReferenceSinceDateSynchro(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.
getAllDeclaredDocumentReferenceSinceDateSynchro
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.getAllDeclaredDocumentReferenceSinceDateSynchro(int, java.sql.Timestamp)
public java.util.Collection getAllDeclaredDocumentReferenceSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.getAllDeclaredDocumentReferenceSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DeclaredDocumentReferenceDao.getAllDeclaredDocumentReferenceSinceDateSynchro(java.sql.Timestamp)
.
getAllDeclaredDocumentReferenceSinceDateSynchro
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.getAllDeclaredDocumentReferenceSinceDateSynchro(java.lang.String, java.sql.Timestamp)
public java.util.Collection getAllDeclaredDocumentReferenceSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.getAllDeclaredDocumentReferenceSinceDateSynchro(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.
getAllDeclaredDocumentReferenceSinceDateSynchro
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.getAllDeclaredDocumentReferenceSinceDateSynchro(int, int, java.sql.Timestamp)
public java.util.Collection getAllDeclaredDocumentReferenceSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.getAllDeclaredDocumentReferenceSinceDateSynchro(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.
getAllDeclaredDocumentReferenceSinceDateSynchro
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.getAllDeclaredDocumentReferenceSinceDateSynchro(String, int, int, java.sql.Timestamp)
public java.util.Collection getAllDeclaredDocumentReferenceSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.getAllDeclaredDocumentReferenceSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DeclaredDocumentReferenceDao.getAllDeclaredDocumentReferenceSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
getAllDeclaredDocumentReferenceSinceDateSynchro
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.getAllDeclaredDocumentReferenceSinceDateSynchro(int, String, java.sql.Timestamp)
public java.util.Collection getAllDeclaredDocumentReferenceSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.getAllDeclaredDocumentReferenceSinceDateSynchro(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.
getAllDeclaredDocumentReferenceSinceDateSynchro
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.getAllDeclaredDocumentReferenceSinceDateSynchro(int, int, int, java.sql.Timestamp)
public java.util.Collection getAllDeclaredDocumentReferenceSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
DeclaredDocumentReferenceDao
Does the same thing as DeclaredDocumentReferenceDao.getAllDeclaredDocumentReferenceSinceDateSynchro(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.
getAllDeclaredDocumentReferenceSinceDateSynchro
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.getAllDeclaredDocumentReferenceSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)
public DeclaredDocumentReference createFromClusterDeclaredDocumentReference(ClusterDeclaredDocumentReference clusterDeclaredDocumentReference)
createFromClusterDeclaredDocumentReference
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.createFromClusterDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.generic.cluster.ClusterDeclaredDocumentReference)
protected abstract DeclaredDocumentReference handleCreateFromClusterDeclaredDocumentReference(ClusterDeclaredDocumentReference clusterDeclaredDocumentReference) throws java.lang.Exception
createFromClusterDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.generic.cluster.ClusterDeclaredDocumentReference)
java.lang.Exception
public ClusterDeclaredDocumentReference[] getAllClusterDeclaredDocumentReferenceSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterDeclaredDocumentReferenceSinceDateSynchro
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.getAllClusterDeclaredDocumentReferenceSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterDeclaredDocumentReference[] handleGetAllClusterDeclaredDocumentReferenceSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterDeclaredDocumentReferenceSinceDateSynchro(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, DeclaredDocumentReference entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReferenceDao
, please note
that the DeclaredDocumentReferenceDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
DeclaredDocumentReference
- DeclaredDocumentReferenceDao.TRANSFORM_NONE
RemoteDeclaredDocumentReferenceFullVO
- TRANSFORM_REMOTEDECLAREDDOCUMENTREFERENCEFULLVO
RemoteDeclaredDocumentReferenceNaturalId
- TRANSFORM_REMOTEDECLAREDDOCUMENTREFERENCENATURALID
ClusterDeclaredDocumentReference
- TRANSFORM_CLUSTERDECLAREDDOCUMENTREFERENCE
DeclaredDocumentReferenceDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in DeclaredDocumentReferenceDao
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.survey.delaration.DeclaredDocumentReference)
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.survey.delaration.DeclaredDocumentReferenceDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
protected DeclaredDocumentReference toEntity(java.lang.Object[] row)
public final void toRemoteDeclaredDocumentReferenceFullVOCollection(java.util.Collection entities)
DeclaredDocumentReferenceDao
RemoteDeclaredDocumentReferenceFullVO
.
toRemoteDeclaredDocumentReferenceFullVOCollection
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.toRemoteDeclaredDocumentReferenceFullVOCollection(java.util.Collection)
public final RemoteDeclaredDocumentReferenceFullVO[] toRemoteDeclaredDocumentReferenceFullVOArray(java.util.Collection entities)
DeclaredDocumentReferenceDao
RemoteDeclaredDocumentReferenceFullVO
.
toRemoteDeclaredDocumentReferenceFullVOArray
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.toRemoteDeclaredDocumentReferenceFullVOArray(java.util.Collection)
protected RemoteDeclaredDocumentReferenceFullVO toRemoteDeclaredDocumentReferenceFullVO(java.lang.Object[] row)
DeclaredDocumentReferenceDaoImpl
class if you intend to use reporting queries.
DeclaredDocumentReferenceDao.toRemoteDeclaredDocumentReferenceFullVO(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public final void remoteDeclaredDocumentReferenceFullVOToEntityCollection(java.util.Collection instances)
DeclaredDocumentReferenceDao
RemoteDeclaredDocumentReferenceFullVO
to this
DAO's entity.
remoteDeclaredDocumentReferenceFullVOToEntityCollection
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.remoteDeclaredDocumentReferenceFullVOToEntityCollection(java.util.Collection)
public void toRemoteDeclaredDocumentReferenceFullVO(DeclaredDocumentReference source, RemoteDeclaredDocumentReferenceFullVO target)
DeclaredDocumentReferenceDao
toRemoteDeclaredDocumentReferenceFullVO
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.toRemoteDeclaredDocumentReferenceFullVO(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference, fr.ifremer.allegro.data.survey.delaration.generic.vo.RemoteDeclaredDocumentReferenceFullVO)
public RemoteDeclaredDocumentReferenceFullVO toRemoteDeclaredDocumentReferenceFullVO(DeclaredDocumentReference entity)
DeclaredDocumentReferenceDao
RemoteDeclaredDocumentReferenceFullVO
.
toRemoteDeclaredDocumentReferenceFullVO
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.toRemoteDeclaredDocumentReferenceFullVO(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public void remoteDeclaredDocumentReferenceFullVOToEntity(RemoteDeclaredDocumentReferenceFullVO source, DeclaredDocumentReference target, boolean copyIfNull)
DeclaredDocumentReferenceDao
RemoteDeclaredDocumentReferenceFullVO
to the specified entity.
remoteDeclaredDocumentReferenceFullVOToEntity
in interface DeclaredDocumentReferenceDao
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.survey.delaration.DeclaredDocumentReferenceDao#remoteDeclaredDocumentReferenceFullVOToEntity(fr.ifremer.allegro.data.survey.delaration.generic.vo.RemoteDeclaredDocumentReferenceFullVO, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public final void toRemoteDeclaredDocumentReferenceNaturalIdCollection(java.util.Collection entities)
DeclaredDocumentReferenceDao
RemoteDeclaredDocumentReferenceNaturalId
.
toRemoteDeclaredDocumentReferenceNaturalIdCollection
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.toRemoteDeclaredDocumentReferenceNaturalIdCollection(java.util.Collection)
public final RemoteDeclaredDocumentReferenceNaturalId[] toRemoteDeclaredDocumentReferenceNaturalIdArray(java.util.Collection entities)
DeclaredDocumentReferenceDao
RemoteDeclaredDocumentReferenceNaturalId
.
toRemoteDeclaredDocumentReferenceNaturalIdArray
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.toRemoteDeclaredDocumentReferenceNaturalIdArray(java.util.Collection)
protected RemoteDeclaredDocumentReferenceNaturalId toRemoteDeclaredDocumentReferenceNaturalId(java.lang.Object[] row)
DeclaredDocumentReferenceDaoImpl
class if you intend to use reporting queries.
DeclaredDocumentReferenceDao.toRemoteDeclaredDocumentReferenceNaturalId(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public final void remoteDeclaredDocumentReferenceNaturalIdToEntityCollection(java.util.Collection instances)
DeclaredDocumentReferenceDao
RemoteDeclaredDocumentReferenceNaturalId
to this
DAO's entity.
remoteDeclaredDocumentReferenceNaturalIdToEntityCollection
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.remoteDeclaredDocumentReferenceNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteDeclaredDocumentReferenceNaturalId(DeclaredDocumentReference source, RemoteDeclaredDocumentReferenceNaturalId target)
DeclaredDocumentReferenceDao
toRemoteDeclaredDocumentReferenceNaturalId
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.toRemoteDeclaredDocumentReferenceNaturalId(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference, fr.ifremer.allegro.data.survey.delaration.generic.vo.RemoteDeclaredDocumentReferenceNaturalId)
public RemoteDeclaredDocumentReferenceNaturalId toRemoteDeclaredDocumentReferenceNaturalId(DeclaredDocumentReference entity)
DeclaredDocumentReferenceDao
RemoteDeclaredDocumentReferenceNaturalId
.
toRemoteDeclaredDocumentReferenceNaturalId
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.toRemoteDeclaredDocumentReferenceNaturalId(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public void remoteDeclaredDocumentReferenceNaturalIdToEntity(RemoteDeclaredDocumentReferenceNaturalId source, DeclaredDocumentReference target, boolean copyIfNull)
DeclaredDocumentReferenceDao
RemoteDeclaredDocumentReferenceNaturalId
to the specified entity.
remoteDeclaredDocumentReferenceNaturalIdToEntity
in interface DeclaredDocumentReferenceDao
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.survey.delaration.DeclaredDocumentReferenceDao#remoteDeclaredDocumentReferenceNaturalIdToEntity(fr.ifremer.allegro.data.survey.delaration.generic.vo.RemoteDeclaredDocumentReferenceNaturalId, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public final void toClusterDeclaredDocumentReferenceCollection(java.util.Collection entities)
DeclaredDocumentReferenceDao
ClusterDeclaredDocumentReference
.
toClusterDeclaredDocumentReferenceCollection
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.toClusterDeclaredDocumentReferenceCollection(java.util.Collection)
public final ClusterDeclaredDocumentReference[] toClusterDeclaredDocumentReferenceArray(java.util.Collection entities)
DeclaredDocumentReferenceDao
ClusterDeclaredDocumentReference
.
toClusterDeclaredDocumentReferenceArray
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.toClusterDeclaredDocumentReferenceArray(java.util.Collection)
protected ClusterDeclaredDocumentReference toClusterDeclaredDocumentReference(java.lang.Object[] row)
DeclaredDocumentReferenceDaoImpl
class if you intend to use reporting queries.
DeclaredDocumentReferenceDao.toClusterDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public final void clusterDeclaredDocumentReferenceToEntityCollection(java.util.Collection instances)
DeclaredDocumentReferenceDao
ClusterDeclaredDocumentReference
to this
DAO's entity.
clusterDeclaredDocumentReferenceToEntityCollection
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.clusterDeclaredDocumentReferenceToEntityCollection(java.util.Collection)
public void toClusterDeclaredDocumentReference(DeclaredDocumentReference source, ClusterDeclaredDocumentReference target)
DeclaredDocumentReferenceDao
toClusterDeclaredDocumentReference
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.toClusterDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference, fr.ifremer.allegro.data.survey.delaration.generic.cluster.ClusterDeclaredDocumentReference)
public ClusterDeclaredDocumentReference toClusterDeclaredDocumentReference(DeclaredDocumentReference entity)
DeclaredDocumentReferenceDao
ClusterDeclaredDocumentReference
.
toClusterDeclaredDocumentReference
in interface DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.toClusterDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public void clusterDeclaredDocumentReferenceToEntity(ClusterDeclaredDocumentReference source, DeclaredDocumentReference target, boolean copyIfNull)
DeclaredDocumentReferenceDao
ClusterDeclaredDocumentReference
to the specified entity.
clusterDeclaredDocumentReferenceToEntity
in interface DeclaredDocumentReferenceDao
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.survey.delaration.DeclaredDocumentReferenceDao#clusterDeclaredDocumentReferenceToEntity(fr.ifremer.allegro.data.survey.delaration.generic.cluster.ClusterDeclaredDocumentReference, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
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)
DeclaredDocumentReferenceDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface DeclaredDocumentReferenceDao
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.DeclaredDocumentReferenceDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
DeclaredDocumentReferenceDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface DeclaredDocumentReferenceDao
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.DeclaredDocumentReferenceDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
DeclaredDocumentReferenceDao
DeclaredDocumentReferenceDao.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 DeclaredDocumentReferenceDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
DeclaredDocumentReferenceDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
DeclaredDocumentReferenceDao
search
object.
search
in interface DeclaredDocumentReferenceDao
search
- the search object which provides the search parameters and pagination specification.
DeclaredDocumentReferenceDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |