|
||||||||||
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.sale.SaleDaoBase
fr.ifremer.allegro.data.survey.sale.SaleDaoImpl
fr.ifremer.allegro.data.survey.sale.ObservedSaleDaoBase
public abstract class ObservedSaleDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.data.survey.sale.ObservedSale
.
ObservedSale
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.data.survey.sale.ObservedSaleDao |
---|
TRANSFORM_CLUSTEROBSERVEDSALE, TRANSFORM_REMOTEOBSERVEDSALEFULLVO, TRANSFORM_REMOTEOBSERVEDSALENATURALID |
Fields inherited from interface fr.ifremer.allegro.data.survey.sale.SaleDao |
---|
TRANSFORM_CLUSTERSALE, TRANSFORM_NONE, TRANSFORM_REMOTESALEFULLVO, TRANSFORM_REMOTESALENATURALID |
Constructor Summary | |
---|---|
ObservedSaleDaoBase()
|
Method Summary | |
---|---|
void |
clusterObservedSaleToEntity(ClusterObservedSale source,
ObservedSale target,
boolean copyIfNull)
Copies the fields of ClusterObservedSale to the specified entity. |
void |
clusterObservedSaleToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterObservedSale to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.data.survey.sale.Sale and adds from the passed in entities collection |
ObservedSale |
create(java.util.Date creationDate,
java.util.Collection observerPersons,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Location saleLocation,
java.util.Date saleStartDate,
SaleType saleType,
Vessel vessel)
Creates a new fr.ifremer.allegro.data.survey.sale.ObservedSale
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
ObservedSale |
create(java.util.Date saleStartDate,
java.util.Date saleEndDate,
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,
CatchBatch catchBatch,
java.util.Collection saleMeasurements,
java.util.Collection surveyMeasurements,
DeclaredDocumentReference declaredDocumentReference,
Landing landing,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Vessel vessel,
java.util.Collection saleProduces,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
java.util.Collection saleOrigins,
Person recorderPerson,
java.util.Collection observerPersons)
Creates a new fr.ifremer.allegro.data.survey.sale.ObservedSale
instance from all attributes and
properties and adds it to the persistent store. |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as SaleDao.create(fr.ifremer.allegro.data.survey.sale.Sale) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.util.Date creationDate,
java.util.Collection observerPersons,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Location saleLocation,
java.util.Date saleStartDate,
SaleType saleType,
Vessel vessel)
Does the same thing as ObservedSaleDao.create(java.util.Date,java.util.Collection,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.location.Location,java.util.Date,fr.ifremer.allegro.referential.SaleType,fr.ifremer.allegro.referential.vessel.Vessel) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.util.Date saleStartDate,
java.util.Date saleEndDate,
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,
CatchBatch catchBatch,
java.util.Collection saleMeasurements,
java.util.Collection surveyMeasurements,
DeclaredDocumentReference declaredDocumentReference,
Landing landing,
FishingTrip fishingTrip,
Location saleLocation,
SaleType saleType,
Vessel vessel,
java.util.Collection saleProduces,
Program program,
Department recorderDepartment,
QualityFlag qualityFlag,
java.util.Collection saleOrigins,
Person recorderPerson,
java.util.Collection observerPersons)
Does the same thing as ObservedSaleDao.create(java.util.Date,java.util.Date,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.data.batch.CatchBatch,java.util.Collection,java.util.Collection,fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference,fr.ifremer.allegro.data.survey.landing.Landing,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.SaleType,fr.ifremer.allegro.referential.vessel.Vessel,java.util.Collection,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,java.util.Collection,fr.ifremer.allegro.administration.user.Person,java.util.Collection) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
ObservedSale observedSale)
Does the same thing as ObservedSaleDao.create(fr.ifremer.allegro.data.survey.sale.ObservedSale) with an
additional flag called transform . |
ObservedSale |
create(ObservedSale observedSale)
Creates an instance of fr.ifremer.allegro.data.survey.sale.ObservedSale and adds it to the persistent store. |
ObservedSale |
createFromClusterObservedSale(ClusterObservedSale clusterObservedSale)
|
ObservedSale |
findObservedSaleByCatchBatch(CatchBatch catchBatch)
|
java.lang.Object |
findObservedSaleByCatchBatch(int transform,
CatchBatch catchBatch)
Does the same thing as ObservedSaleDao.findObservedSaleByCatchBatch(fr.ifremer.allegro.data.batch.CatchBatch) with an
additional flag called transform . |
java.lang.Object |
findObservedSaleByCatchBatch(int transform,
java.lang.String queryString,
CatchBatch catchBatch)
Does the same thing as ObservedSaleDao.findObservedSaleByCatchBatch(int, fr.ifremer.allegro.data.batch.CatchBatch) with an
additional argument called queryString . |
ObservedSale |
findObservedSaleByCatchBatch(java.lang.String queryString,
CatchBatch catchBatch)
Does the same thing as ObservedSaleDao.findObservedSaleByCatchBatch(fr.ifremer.allegro.data.batch.CatchBatch) with an
additional argument called queryString . |
java.util.Collection |
findObservedSaleByDeclaredDocumentReference(DeclaredDocumentReference declaredDocumentReference)
|
java.util.Collection |
findObservedSaleByDeclaredDocumentReference(int transform,
DeclaredDocumentReference declaredDocumentReference)
Does the same thing as ObservedSaleDao.findObservedSaleByDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an
additional flag called transform . |
java.util.Collection |
findObservedSaleByDeclaredDocumentReference(int pageNumber,
int pageSize,
DeclaredDocumentReference declaredDocumentReference)
Does the same thing as ObservedSaleDao.findObservedSaleByDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedSaleByDeclaredDocumentReference(int transform,
int pageNumber,
int pageSize,
DeclaredDocumentReference declaredDocumentReference)
Does the same thing as ObservedSaleDao.findObservedSaleByDeclaredDocumentReference(int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedSaleByDeclaredDocumentReference(int transform,
java.lang.String queryString,
DeclaredDocumentReference declaredDocumentReference)
Does the same thing as ObservedSaleDao.findObservedSaleByDeclaredDocumentReference(int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an
additional argument called queryString . |
java.util.Collection |
findObservedSaleByDeclaredDocumentReference(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
DeclaredDocumentReference declaredDocumentReference)
Does the same thing as ObservedSaleDao.findObservedSaleByDeclaredDocumentReference(int, String, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedSaleByDeclaredDocumentReference(java.lang.String queryString,
DeclaredDocumentReference declaredDocumentReference)
Does the same thing as ObservedSaleDao.findObservedSaleByDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an
additional argument called queryString . |
java.util.Collection |
findObservedSaleByDeclaredDocumentReference(java.lang.String queryString,
int pageNumber,
int pageSize,
DeclaredDocumentReference declaredDocumentReference)
Does the same thing as ObservedSaleDao.findObservedSaleByDeclaredDocumentReference(String, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedSaleByFishingTrip(FishingTrip fishingTrip)
|
java.util.Collection |
findObservedSaleByFishingTrip(int transform,
FishingTrip fishingTrip)
Does the same thing as ObservedSaleDao.findObservedSaleByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional flag called transform . |
java.util.Collection |
findObservedSaleByFishingTrip(int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as ObservedSaleDao.findObservedSaleByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedSaleByFishingTrip(int transform,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as ObservedSaleDao.findObservedSaleByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedSaleByFishingTrip(int transform,
java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as ObservedSaleDao.findObservedSaleByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
findObservedSaleByFishingTrip(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as ObservedSaleDao.findObservedSaleByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedSaleByFishingTrip(java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as ObservedSaleDao.findObservedSaleByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
findObservedSaleByFishingTrip(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as ObservedSaleDao.findObservedSaleByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
ObservedSale |
findObservedSaleById(java.lang.Integer id)
|
java.lang.Object |
findObservedSaleById(int transform,
java.lang.Integer id)
Does the same thing as ObservedSaleDao.findObservedSaleById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findObservedSaleById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as ObservedSaleDao.findObservedSaleById(int, java.lang.Integer) with an
additional argument called queryString . |
ObservedSale |
findObservedSaleById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as ObservedSaleDao.findObservedSaleById(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findObservedSaleByLanding(int transform,
int pageNumber,
int pageSize,
Landing landing)
Does the same thing as ObservedSaleDao.findObservedSaleByLanding(int, fr.ifremer.allegro.data.survey.landing.Landing) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedSaleByLanding(int pageNumber,
int pageSize,
Landing landing)
Does the same thing as ObservedSaleDao.findObservedSaleByLanding(fr.ifremer.allegro.data.survey.landing.Landing) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedSaleByLanding(int transform,
Landing landing)
Does the same thing as ObservedSaleDao.findObservedSaleByLanding(fr.ifremer.allegro.data.survey.landing.Landing) with an
additional flag called transform . |
java.util.Collection |
findObservedSaleByLanding(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Landing landing)
Does the same thing as ObservedSaleDao.findObservedSaleByLanding(int, String, fr.ifremer.allegro.data.survey.landing.Landing) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedSaleByLanding(int transform,
java.lang.String queryString,
Landing landing)
Does the same thing as ObservedSaleDao.findObservedSaleByLanding(int, fr.ifremer.allegro.data.survey.landing.Landing) with an
additional argument called queryString . |
java.util.Collection |
findObservedSaleByLanding(Landing landing)
|
java.util.Collection |
findObservedSaleByLanding(java.lang.String queryString,
int pageNumber,
int pageSize,
Landing landing)
Does the same thing as ObservedSaleDao.findObservedSaleByLanding(String, fr.ifremer.allegro.data.survey.landing.Landing) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedSaleByLanding(java.lang.String queryString,
Landing landing)
Does the same thing as ObservedSaleDao.findObservedSaleByLanding(fr.ifremer.allegro.data.survey.landing.Landing) with an
additional argument called queryString . |
ObservedSale |
findObservedSaleByNaturalId(java.lang.Integer id)
|
java.lang.Object |
findObservedSaleByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as ObservedSaleDao.findObservedSaleByNaturalId(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findObservedSaleByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as ObservedSaleDao.findObservedSaleByNaturalId(int, java.lang.Integer) with an
additional argument called queryString . |
ObservedSale |
findObservedSaleByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as ObservedSaleDao.findObservedSaleByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findObservedSaleByProgram(int transform,
int pageNumber,
int pageSize,
Program program)
Does the same thing as ObservedSaleDao.findObservedSaleByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedSaleByProgram(int pageNumber,
int pageSize,
Program program)
Does the same thing as ObservedSaleDao.findObservedSaleByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedSaleByProgram(int transform,
Program program)
Does the same thing as ObservedSaleDao.findObservedSaleByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.util.Collection |
findObservedSaleByProgram(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as ObservedSaleDao.findObservedSaleByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedSaleByProgram(int transform,
java.lang.String queryString,
Program program)
Does the same thing as ObservedSaleDao.findObservedSaleByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findObservedSaleByProgram(Program program)
|
java.util.Collection |
findObservedSaleByProgram(java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as ObservedSaleDao.findObservedSaleByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedSaleByProgram(java.lang.String queryString,
Program program)
Does the same thing as ObservedSaleDao.findObservedSaleByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findObservedSaleByQualityFlag(int transform,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as ObservedSaleDao.findObservedSaleByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedSaleByQualityFlag(int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as ObservedSaleDao.findObservedSaleByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedSaleByQualityFlag(int transform,
QualityFlag qualityFlag)
Does the same thing as ObservedSaleDao.findObservedSaleByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional flag called transform . |
java.util.Collection |
findObservedSaleByQualityFlag(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as ObservedSaleDao.findObservedSaleByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedSaleByQualityFlag(int transform,
java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as ObservedSaleDao.findObservedSaleByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findObservedSaleByQualityFlag(QualityFlag qualityFlag)
|
java.util.Collection |
findObservedSaleByQualityFlag(java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as ObservedSaleDao.findObservedSaleByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedSaleByQualityFlag(java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as ObservedSaleDao.findObservedSaleByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findObservedSaleByRecorderDepartment(Department recorderDepartment)
|
java.util.Collection |
findObservedSaleByRecorderDepartment(int transform,
Department recorderDepartment)
Does the same thing as ObservedSaleDao.findObservedSaleByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional flag called transform . |
java.util.Collection |
findObservedSaleByRecorderDepartment(int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as ObservedSaleDao.findObservedSaleByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedSaleByRecorderDepartment(int transform,
int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as ObservedSaleDao.findObservedSaleByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedSaleByRecorderDepartment(int transform,
java.lang.String queryString,
Department recorderDepartment)
Does the same thing as ObservedSaleDao.findObservedSaleByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findObservedSaleByRecorderDepartment(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as ObservedSaleDao.findObservedSaleByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedSaleByRecorderDepartment(java.lang.String queryString,
Department recorderDepartment)
Does the same thing as ObservedSaleDao.findObservedSaleByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findObservedSaleByRecorderDepartment(java.lang.String queryString,
int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as ObservedSaleDao.findObservedSaleByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedSaleByRecorderPerson(int transform,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as ObservedSaleDao.findObservedSaleByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedSaleByRecorderPerson(int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as ObservedSaleDao.findObservedSaleByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedSaleByRecorderPerson(int transform,
Person recorderPerson)
Does the same thing as ObservedSaleDao.findObservedSaleByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional flag called transform . |
java.util.Collection |
findObservedSaleByRecorderPerson(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as ObservedSaleDao.findObservedSaleByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedSaleByRecorderPerson(int transform,
java.lang.String queryString,
Person recorderPerson)
Does the same thing as ObservedSaleDao.findObservedSaleByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
findObservedSaleByRecorderPerson(Person recorderPerson)
|
java.util.Collection |
findObservedSaleByRecorderPerson(java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as ObservedSaleDao.findObservedSaleByRecorderPerson(String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedSaleByRecorderPerson(java.lang.String queryString,
Person recorderPerson)
Does the same thing as ObservedSaleDao.findObservedSaleByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
findObservedSaleBySaleLocation(int transform,
int pageNumber,
int pageSize,
Location saleLocation)
Does the same thing as ObservedSaleDao.findObservedSaleBySaleLocation(int, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedSaleBySaleLocation(int pageNumber,
int pageSize,
Location saleLocation)
Does the same thing as ObservedSaleDao.findObservedSaleBySaleLocation(fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedSaleBySaleLocation(int transform,
Location saleLocation)
Does the same thing as ObservedSaleDao.findObservedSaleBySaleLocation(fr.ifremer.allegro.referential.location.Location) with an
additional flag called transform . |
java.util.Collection |
findObservedSaleBySaleLocation(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Location saleLocation)
Does the same thing as ObservedSaleDao.findObservedSaleBySaleLocation(int, String, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedSaleBySaleLocation(int transform,
java.lang.String queryString,
Location saleLocation)
Does the same thing as ObservedSaleDao.findObservedSaleBySaleLocation(int, fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
java.util.Collection |
findObservedSaleBySaleLocation(Location saleLocation)
|
java.util.Collection |
findObservedSaleBySaleLocation(java.lang.String queryString,
int pageNumber,
int pageSize,
Location saleLocation)
Does the same thing as ObservedSaleDao.findObservedSaleBySaleLocation(String, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedSaleBySaleLocation(java.lang.String queryString,
Location saleLocation)
Does the same thing as ObservedSaleDao.findObservedSaleBySaleLocation(fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
java.util.Collection |
findObservedSaleBySaleType(int transform,
int pageNumber,
int pageSize,
SaleType saleType)
Does the same thing as ObservedSaleDao.findObservedSaleBySaleType(int, fr.ifremer.allegro.referential.SaleType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedSaleBySaleType(int pageNumber,
int pageSize,
SaleType saleType)
Does the same thing as ObservedSaleDao.findObservedSaleBySaleType(fr.ifremer.allegro.referential.SaleType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedSaleBySaleType(int transform,
SaleType saleType)
Does the same thing as ObservedSaleDao.findObservedSaleBySaleType(fr.ifremer.allegro.referential.SaleType) with an
additional flag called transform . |
java.util.Collection |
findObservedSaleBySaleType(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
SaleType saleType)
Does the same thing as ObservedSaleDao.findObservedSaleBySaleType(int, String, fr.ifremer.allegro.referential.SaleType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedSaleBySaleType(int transform,
java.lang.String queryString,
SaleType saleType)
Does the same thing as ObservedSaleDao.findObservedSaleBySaleType(int, fr.ifremer.allegro.referential.SaleType) with an
additional argument called queryString . |
java.util.Collection |
findObservedSaleBySaleType(SaleType saleType)
|
java.util.Collection |
findObservedSaleBySaleType(java.lang.String queryString,
int pageNumber,
int pageSize,
SaleType saleType)
Does the same thing as ObservedSaleDao.findObservedSaleBySaleType(String, fr.ifremer.allegro.referential.SaleType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedSaleBySaleType(java.lang.String queryString,
SaleType saleType)
Does the same thing as ObservedSaleDao.findObservedSaleBySaleType(fr.ifremer.allegro.referential.SaleType) with an
additional argument called queryString . |
java.util.Collection |
findObservedSaleByVessel(int transform,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as ObservedSaleDao.findObservedSaleByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedSaleByVessel(int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as ObservedSaleDao.findObservedSaleByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedSaleByVessel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as ObservedSaleDao.findObservedSaleByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedSaleByVessel(int transform,
java.lang.String queryString,
Vessel vessel)
Does the same thing as ObservedSaleDao.findObservedSaleByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
java.util.Collection |
findObservedSaleByVessel(int transform,
Vessel vessel)
Does the same thing as ObservedSaleDao.findObservedSaleByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional flag called transform . |
java.util.Collection |
findObservedSaleByVessel(java.lang.String queryString,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as ObservedSaleDao.findObservedSaleByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findObservedSaleByVessel(java.lang.String queryString,
Vessel vessel)
Does the same thing as ObservedSaleDao.findObservedSaleByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
java.util.Collection |
findObservedSaleByVessel(Vessel vessel)
|
Sale |
findSaleByCatchBatch(CatchBatch catchBatch)
|
java.lang.Object |
findSaleByCatchBatch(int transform,
CatchBatch catchBatch)
Does the same thing as SaleDao.findSaleByCatchBatch(fr.ifremer.allegro.data.batch.CatchBatch) with an
additional flag called transform . |
java.lang.Object |
findSaleByCatchBatch(int transform,
java.lang.String queryString,
CatchBatch catchBatch)
Does the same thing as SaleDao.findSaleByCatchBatch(int, fr.ifremer.allegro.data.batch.CatchBatch) with an
additional argument called queryString . |
Sale |
findSaleByCatchBatch(java.lang.String queryString,
CatchBatch catchBatch)
Does the same thing as SaleDao.findSaleByCatchBatch(fr.ifremer.allegro.data.batch.CatchBatch) with an
additional argument called queryString . |
java.util.Collection |
findSaleByDeclaredDocumentReference(DeclaredDocumentReference declaredDocumentReference)
|
java.util.Collection |
findSaleByDeclaredDocumentReference(int transform,
DeclaredDocumentReference declaredDocumentReference)
Does the same thing as SaleDao.findSaleByDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an
additional flag called transform . |
java.util.Collection |
findSaleByDeclaredDocumentReference(int pageNumber,
int pageSize,
DeclaredDocumentReference declaredDocumentReference)
Does the same thing as SaleDao.findSaleByDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByDeclaredDocumentReference(int transform,
int pageNumber,
int pageSize,
DeclaredDocumentReference declaredDocumentReference)
Does the same thing as SaleDao.findSaleByDeclaredDocumentReference(int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByDeclaredDocumentReference(int transform,
java.lang.String queryString,
DeclaredDocumentReference declaredDocumentReference)
Does the same thing as SaleDao.findSaleByDeclaredDocumentReference(int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an
additional argument called queryString . |
java.util.Collection |
findSaleByDeclaredDocumentReference(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
DeclaredDocumentReference declaredDocumentReference)
Does the same thing as SaleDao.findSaleByDeclaredDocumentReference(int, String, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByDeclaredDocumentReference(java.lang.String queryString,
DeclaredDocumentReference declaredDocumentReference)
Does the same thing as SaleDao.findSaleByDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an
additional argument called queryString . |
java.util.Collection |
findSaleByDeclaredDocumentReference(java.lang.String queryString,
int pageNumber,
int pageSize,
DeclaredDocumentReference declaredDocumentReference)
Does the same thing as SaleDao.findSaleByDeclaredDocumentReference(String, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByFishingTrip(FishingTrip fishingTrip)
|
java.util.Collection |
findSaleByFishingTrip(int transform,
FishingTrip fishingTrip)
Does the same thing as SaleDao.findSaleByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional flag called transform . |
java.util.Collection |
findSaleByFishingTrip(int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as SaleDao.findSaleByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByFishingTrip(int transform,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as SaleDao.findSaleByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByFishingTrip(int transform,
java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as SaleDao.findSaleByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
findSaleByFishingTrip(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as SaleDao.findSaleByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByFishingTrip(java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as SaleDao.findSaleByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
findSaleByFishingTrip(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as SaleDao.findSaleByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
Sale |
findSaleById(java.lang.Integer id)
|
java.lang.Object |
findSaleById(int transform,
java.lang.Integer id)
Does the same thing as SaleDao.findSaleById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findSaleById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as SaleDao.findSaleById(int, java.lang.Integer) with an
additional argument called queryString . |
Sale |
findSaleById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as SaleDao.findSaleById(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findSaleByLanding(int transform,
int pageNumber,
int pageSize,
Landing landing)
Does the same thing as SaleDao.findSaleByLanding(int, fr.ifremer.allegro.data.survey.landing.Landing) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByLanding(int pageNumber,
int pageSize,
Landing landing)
Does the same thing as SaleDao.findSaleByLanding(fr.ifremer.allegro.data.survey.landing.Landing) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByLanding(int transform,
Landing landing)
Does the same thing as SaleDao.findSaleByLanding(fr.ifremer.allegro.data.survey.landing.Landing) with an
additional flag called transform . |
java.util.Collection |
findSaleByLanding(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Landing landing)
Does the same thing as SaleDao.findSaleByLanding(int, String, fr.ifremer.allegro.data.survey.landing.Landing) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByLanding(int transform,
java.lang.String queryString,
Landing landing)
Does the same thing as SaleDao.findSaleByLanding(int, fr.ifremer.allegro.data.survey.landing.Landing) with an
additional argument called queryString . |
java.util.Collection |
findSaleByLanding(Landing landing)
|
java.util.Collection |
findSaleByLanding(java.lang.String queryString,
int pageNumber,
int pageSize,
Landing landing)
Does the same thing as SaleDao.findSaleByLanding(String, fr.ifremer.allegro.data.survey.landing.Landing) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByLanding(java.lang.String queryString,
Landing landing)
Does the same thing as SaleDao.findSaleByLanding(fr.ifremer.allegro.data.survey.landing.Landing) with an
additional argument called queryString . |
Sale |
findSaleByNaturalId(java.lang.Integer id)
|
java.lang.Object |
findSaleByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as SaleDao.findSaleByNaturalId(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findSaleByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as SaleDao.findSaleByNaturalId(int, java.lang.Integer) with an
additional argument called queryString . |
Sale |
findSaleByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as SaleDao.findSaleByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findSaleByProgram(int transform,
int pageNumber,
int pageSize,
Program program)
Does the same thing as SaleDao.findSaleByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByProgram(int pageNumber,
int pageSize,
Program program)
Does the same thing as SaleDao.findSaleByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByProgram(int transform,
Program program)
Does the same thing as SaleDao.findSaleByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.util.Collection |
findSaleByProgram(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as SaleDao.findSaleByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByProgram(int transform,
java.lang.String queryString,
Program program)
Does the same thing as SaleDao.findSaleByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findSaleByProgram(Program program)
|
java.util.Collection |
findSaleByProgram(java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as SaleDao.findSaleByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByProgram(java.lang.String queryString,
Program program)
Does the same thing as SaleDao.findSaleByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findSaleByQualityFlag(int transform,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as SaleDao.findSaleByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByQualityFlag(int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as SaleDao.findSaleByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByQualityFlag(int transform,
QualityFlag qualityFlag)
Does the same thing as SaleDao.findSaleByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional flag called transform . |
java.util.Collection |
findSaleByQualityFlag(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as SaleDao.findSaleByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByQualityFlag(int transform,
java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as SaleDao.findSaleByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findSaleByQualityFlag(QualityFlag qualityFlag)
|
java.util.Collection |
findSaleByQualityFlag(java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as SaleDao.findSaleByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByQualityFlag(java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as SaleDao.findSaleByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findSaleByRecorderDepartment(Department recorderDepartment)
|
java.util.Collection |
findSaleByRecorderDepartment(int transform,
Department recorderDepartment)
Does the same thing as SaleDao.findSaleByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional flag called transform . |
java.util.Collection |
findSaleByRecorderDepartment(int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as SaleDao.findSaleByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByRecorderDepartment(int transform,
int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as SaleDao.findSaleByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByRecorderDepartment(int transform,
java.lang.String queryString,
Department recorderDepartment)
Does the same thing as SaleDao.findSaleByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findSaleByRecorderDepartment(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as SaleDao.findSaleByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByRecorderDepartment(java.lang.String queryString,
Department recorderDepartment)
Does the same thing as SaleDao.findSaleByRecorderDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findSaleByRecorderDepartment(java.lang.String queryString,
int pageNumber,
int pageSize,
Department recorderDepartment)
Does the same thing as SaleDao.findSaleByRecorderDepartment(String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByRecorderPerson(int transform,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as SaleDao.findSaleByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByRecorderPerson(int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as SaleDao.findSaleByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByRecorderPerson(int transform,
Person recorderPerson)
Does the same thing as SaleDao.findSaleByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional flag called transform . |
java.util.Collection |
findSaleByRecorderPerson(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as SaleDao.findSaleByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByRecorderPerson(int transform,
java.lang.String queryString,
Person recorderPerson)
Does the same thing as SaleDao.findSaleByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
findSaleByRecorderPerson(Person recorderPerson)
|
java.util.Collection |
findSaleByRecorderPerson(java.lang.String queryString,
int pageNumber,
int pageSize,
Person recorderPerson)
Does the same thing as SaleDao.findSaleByRecorderPerson(String, fr.ifremer.allegro.administration.user.Person) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByRecorderPerson(java.lang.String queryString,
Person recorderPerson)
Does the same thing as SaleDao.findSaleByRecorderPerson(fr.ifremer.allegro.administration.user.Person) with an
additional argument called queryString . |
java.util.Collection |
findSaleBySaleLocation(int transform,
int pageNumber,
int pageSize,
Location saleLocation)
Does the same thing as SaleDao.findSaleBySaleLocation(int, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleBySaleLocation(int pageNumber,
int pageSize,
Location saleLocation)
Does the same thing as SaleDao.findSaleBySaleLocation(fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleBySaleLocation(int transform,
Location saleLocation)
Does the same thing as SaleDao.findSaleBySaleLocation(fr.ifremer.allegro.referential.location.Location) with an
additional flag called transform . |
java.util.Collection |
findSaleBySaleLocation(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Location saleLocation)
Does the same thing as SaleDao.findSaleBySaleLocation(int, String, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleBySaleLocation(int transform,
java.lang.String queryString,
Location saleLocation)
Does the same thing as SaleDao.findSaleBySaleLocation(int, fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
java.util.Collection |
findSaleBySaleLocation(Location saleLocation)
|
java.util.Collection |
findSaleBySaleLocation(java.lang.String queryString,
int pageNumber,
int pageSize,
Location saleLocation)
Does the same thing as SaleDao.findSaleBySaleLocation(String, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleBySaleLocation(java.lang.String queryString,
Location saleLocation)
Does the same thing as SaleDao.findSaleBySaleLocation(fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
java.util.Collection |
findSaleBySaleType(int transform,
int pageNumber,
int pageSize,
SaleType saleType)
Does the same thing as SaleDao.findSaleBySaleType(int, fr.ifremer.allegro.referential.SaleType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleBySaleType(int pageNumber,
int pageSize,
SaleType saleType)
Does the same thing as SaleDao.findSaleBySaleType(fr.ifremer.allegro.referential.SaleType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleBySaleType(int transform,
SaleType saleType)
Does the same thing as SaleDao.findSaleBySaleType(fr.ifremer.allegro.referential.SaleType) with an
additional flag called transform . |
java.util.Collection |
findSaleBySaleType(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
SaleType saleType)
Does the same thing as SaleDao.findSaleBySaleType(int, String, fr.ifremer.allegro.referential.SaleType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleBySaleType(int transform,
java.lang.String queryString,
SaleType saleType)
Does the same thing as SaleDao.findSaleBySaleType(int, fr.ifremer.allegro.referential.SaleType) with an
additional argument called queryString . |
java.util.Collection |
findSaleBySaleType(SaleType saleType)
|
java.util.Collection |
findSaleBySaleType(java.lang.String queryString,
int pageNumber,
int pageSize,
SaleType saleType)
Does the same thing as SaleDao.findSaleBySaleType(String, fr.ifremer.allegro.referential.SaleType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleBySaleType(java.lang.String queryString,
SaleType saleType)
Does the same thing as SaleDao.findSaleBySaleType(fr.ifremer.allegro.referential.SaleType) with an
additional argument called queryString . |
java.util.Collection |
findSaleByVessel(int transform,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as SaleDao.findSaleByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByVessel(int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as SaleDao.findSaleByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByVessel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as SaleDao.findSaleByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByVessel(int transform,
java.lang.String queryString,
Vessel vessel)
Does the same thing as SaleDao.findSaleByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
java.util.Collection |
findSaleByVessel(int transform,
Vessel vessel)
Does the same thing as SaleDao.findSaleByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional flag called transform . |
java.util.Collection |
findSaleByVessel(java.lang.String queryString,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as SaleDao.findSaleByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleByVessel(java.lang.String queryString,
Vessel vessel)
Does the same thing as SaleDao.findSaleByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
java.util.Collection |
findSaleByVessel(Vessel vessel)
|
ClusterObservedSale[] |
getAllClusterObservedSaleSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
getAllObservedSale()
|
java.util.Collection |
getAllObservedSale(int transform)
Does the same thing as ObservedSaleDao.getAllObservedSale() with an
additional flag called transform . |
java.util.Collection |
getAllObservedSale(int pageNumber,
int pageSize)
Does the same thing as ObservedSaleDao.getAllObservedSale() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllObservedSale(int transform,
int pageNumber,
int pageSize)
Does the same thing as ObservedSaleDao.getAllObservedSale(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllObservedSale(int transform,
java.lang.String queryString)
Does the same thing as ObservedSaleDao.getAllObservedSale(int) with an
additional argument called queryString . |
java.util.Collection |
getAllObservedSale(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as ObservedSaleDao.getAllObservedSale(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllObservedSale(java.lang.String queryString)
Does the same thing as ObservedSaleDao.getAllObservedSale() with an
additional argument called queryString . |
java.util.Collection |
getAllObservedSale(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as ObservedSaleDao.getAllObservedSale(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllObservedSaleSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as ObservedSaleDao.getAllObservedSaleSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllObservedSaleSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as ObservedSaleDao.getAllObservedSaleSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllObservedSaleSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as ObservedSaleDao.getAllObservedSaleSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllObservedSaleSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as ObservedSaleDao.getAllObservedSaleSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllObservedSaleSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as ObservedSaleDao.getAllObservedSaleSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllObservedSaleSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as ObservedSaleDao.getAllObservedSaleSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllObservedSaleSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as ObservedSaleDao.getAllObservedSaleSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllObservedSaleSinceDateSynchro(java.sql.Timestamp updateDate)
|
java.util.Collection |
getAllSale()
|
java.util.Collection |
getAllSale(int transform)
Does the same thing as SaleDao.getAllSale() with an
additional flag called transform . |
java.util.Collection |
getAllSale(int pageNumber,
int pageSize)
Does the same thing as SaleDao.getAllSale() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSale(int transform,
int pageNumber,
int pageSize)
Does the same thing as SaleDao.getAllSale(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSale(int transform,
java.lang.String queryString)
Does the same thing as SaleDao.getAllSale(int) with an
additional argument called queryString . |
java.util.Collection |
getAllSale(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as SaleDao.getAllSale(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSale(java.lang.String queryString)
Does the same thing as SaleDao.getAllSale() with an
additional argument called queryString . |
java.util.Collection |
getAllSale(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as SaleDao.getAllSale(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSaleSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as SaleDao.getAllSaleSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSaleSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as SaleDao.getAllSaleSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSaleSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as SaleDao.getAllSaleSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSaleSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as SaleDao.getAllSaleSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllSaleSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as SaleDao.getAllSaleSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllSaleSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as SaleDao.getAllSaleSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSaleSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as SaleDao.getAllSaleSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllSaleSinceDateSynchro(java.sql.Timestamp updateDate)
|
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 abstract ObservedSale |
handleCreateFromClusterObservedSale(ClusterObservedSale clusterObservedSale)
Performs the core logic for createFromClusterObservedSale(fr.ifremer.allegro.data.survey.sale.generic.cluster.ClusterObservedSale) |
protected abstract ClusterObservedSale[] |
handleGetAllClusterObservedSaleSinceDateSynchro(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 getAllClusterObservedSaleSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
ObservedSale |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.data.survey.sale.Sale from the persistent store. |
java.lang.Object |
load(int transform,
java.lang.Integer id)
Does the same thing as SaleDao.load(java.lang.Integer) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type Sale . |
java.util.Collection |
loadAll(int transform)
Does the same thing as SaleDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as SaleDao.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 SaleDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
void |
remoteObservedSaleFullVOToEntity(RemoteObservedSaleFullVO source,
ObservedSale target,
boolean copyIfNull)
Copies the fields of RemoteObservedSaleFullVO to the specified entity. |
void |
remoteObservedSaleFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteObservedSaleFullVO to this
DAO's entity. |
void |
remoteObservedSaleNaturalIdToEntity(RemoteObservedSaleNaturalId source,
ObservedSale target,
boolean copyIfNull)
Copies the fields of RemoteObservedSaleNaturalId to the specified entity. |
void |
remoteObservedSaleNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteObservedSaleNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(java.lang.Integer id)
Removes the instance of fr.ifremer.allegro.data.survey.sale.Sale having the given identifier from the persistent store. |
void |
remove(ObservedSale observedSale)
Removes the instance of fr.ifremer.allegro.data.survey.sale.ObservedSale 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 SaleDao.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 |
setPersonDao(PersonDao personDao)
Sets the reference to personDao . |
protected ClusterObservedSale |
toClusterObservedSale(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterObservedSale |
toClusterObservedSale(ObservedSale entity)
Converts this DAO's entity to an object of type ClusterObservedSale . |
void |
toClusterObservedSale(ObservedSale source,
ClusterObservedSale target)
Copies the fields of the specified entity to the target value object. |
ClusterObservedSale[] |
toClusterObservedSaleArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterObservedSale . |
void |
toClusterObservedSaleCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterObservedSale . |
protected ObservedSale |
toEntity(java.lang.Object[] row)
|
protected RemoteObservedSaleFullVO |
toRemoteObservedSaleFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteObservedSaleFullVO |
toRemoteObservedSaleFullVO(ObservedSale entity)
Converts this DAO's entity to an object of type RemoteObservedSaleFullVO . |
void |
toRemoteObservedSaleFullVO(ObservedSale source,
RemoteObservedSaleFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteObservedSaleFullVO[] |
toRemoteObservedSaleFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteObservedSaleFullVO . |
void |
toRemoteObservedSaleFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteObservedSaleFullVO . |
protected RemoteObservedSaleNaturalId |
toRemoteObservedSaleNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteObservedSaleNaturalId |
toRemoteObservedSaleNaturalId(ObservedSale entity)
Converts this DAO's entity to an object of type RemoteObservedSaleNaturalId . |
void |
toRemoteObservedSaleNaturalId(ObservedSale source,
RemoteObservedSaleNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteObservedSaleNaturalId[] |
toRemoteObservedSaleNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteObservedSaleNaturalId . |
void |
toRemoteObservedSaleNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteObservedSaleNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.data.survey.sale.ObservedSale)
method. |
protected java.lang.Object |
transformEntity(int transform,
ObservedSale 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.sale.ObservedSaleDao , please note
that the SaleDao.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(ObservedSale observedSale)
Updates the observedSale instance in the persistent store. |
Methods inherited from class fr.ifremer.allegro.data.survey.sale.SaleDaoImpl |
---|
clusterSaleToEntity, clusterSaleToEntity, handleCreateFromClusterSale, handleGetAllClusterSaleSinceDateSynchro, remoteSaleFullVOToEntity, remoteSaleFullVOToEntity, remoteSaleNaturalIdToEntity, remoteSaleNaturalIdToEntity, toClusterSale, toClusterSale, toRemoteSaleFullVO, toRemoteSaleFullVO, toRemoteSaleNaturalId, toRemoteSaleNaturalId |
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.sale.ObservedSaleDao |
---|
clusterObservedSaleToEntity, remoteObservedSaleFullVOToEntity, remoteObservedSaleNaturalIdToEntity |
Constructor Detail |
---|
public ObservedSaleDaoBase()
Method Detail |
---|
public void setPersonDao(PersonDao personDao)
personDao
.
setPersonDao
in class SaleDaoBase
protected PersonDao getPersonDao()
personDao
.
getPersonDao
in class SaleDaoBase
public java.lang.Object load(int transform, java.lang.Integer id)
SaleDao
Does the same thing as SaleDao.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 ObservedSaleDao
load
in interface SaleDao
load
in class SaleDaoBase
id
- identifier of the entity to load
ObservedSaleDao.load(int, java.lang.Integer)
public ObservedSale load(java.lang.Integer id)
SaleDao
load
in interface ObservedSaleDao
load
in interface SaleDao
load
in class SaleDaoBase
ObservedSaleDao.load(java.lang.Integer)
public java.util.Collection loadAll()
SaleDao
Sale
.
loadAll
in interface ObservedSaleDao
loadAll
in interface SaleDao
loadAll
in class SaleDaoBase
ObservedSaleDao.loadAll()
public java.util.Collection loadAll(int transform)
SaleDao
Does the same thing as SaleDao.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 ObservedSaleDao
loadAll
in interface SaleDao
loadAll
in class SaleDaoBase
transform
- the flag indicating what transformation to use.
ObservedSaleDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
SaleDao
Does the same thing as SaleDao.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 ObservedSaleDao
loadAll
in interface SaleDao
loadAll
in class SaleDaoBase
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
ObservedSaleDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
SaleDao
Does the same thing as SaleDao.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 ObservedSaleDao
loadAll
in interface SaleDao
loadAll
in class SaleDaoBase
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.
ObservedSaleDao.loadAll(int, int, int)
public ObservedSale create(ObservedSale observedSale)
ObservedSaleDao
create
in interface ObservedSaleDao
ObservedSaleDao.create(fr.ifremer.allegro.data.survey.sale.ObservedSale)
public java.lang.Object create(int transform, ObservedSale observedSale)
ObservedSaleDao
Does the same thing as ObservedSaleDao.create(fr.ifremer.allegro.data.survey.sale.ObservedSale)
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 ObservedSaleDao
ObservedSaleDao.create(int transform, fr.ifremer.allegro.data.survey.sale.ObservedSale)
public java.util.Collection create(java.util.Collection entities)
SaleDao
entities
collection
create
in interface ObservedSaleDao
create
in interface SaleDao
create
in class SaleDaoBase
entities
- the collection of fr.ifremer.allegro.data.survey.sale.Sale
instances to create.
ObservedSaleDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
SaleDao
Does the same thing as SaleDao.create(fr.ifremer.allegro.data.survey.sale.Sale)
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 ObservedSaleDao
create
in interface SaleDao
create
in class SaleDaoBase
ObservedSaleDao.create(int, java.util.Collection)
public ObservedSale create(java.util.Date saleStartDate, java.util.Date saleEndDate, 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, CatchBatch catchBatch, java.util.Collection saleMeasurements, java.util.Collection surveyMeasurements, DeclaredDocumentReference declaredDocumentReference, Landing landing, FishingTrip fishingTrip, Location saleLocation, SaleType saleType, Vessel vessel, java.util.Collection saleProduces, Program program, Department recorderDepartment, QualityFlag qualityFlag, java.util.Collection saleOrigins, Person recorderPerson, java.util.Collection observerPersons)
ObservedSaleDao
Creates a new fr.ifremer.allegro.data.survey.sale.ObservedSale
instance from all attributes and
properties and adds it to the persistent store.
create
in interface ObservedSaleDao
fr.ifremer.allegro.data.survey.sale.SaleDao#create(java.util.Date,java.util.Date,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.data.batch.CatchBatch,java.util.Collection,java.util.Collection,fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference,fr.ifremer.allegro.data.survey.landing.Landing,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.SaleType,fr.ifremer.allegro.referential.vessel.Vessel,java.util.Collection,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,java.util.Collection,fr.ifremer.allegro.administration.user.Person,java.util.Collection)
public java.lang.Object create(int transform, java.util.Date saleStartDate, java.util.Date saleEndDate, 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, CatchBatch catchBatch, java.util.Collection saleMeasurements, java.util.Collection surveyMeasurements, DeclaredDocumentReference declaredDocumentReference, Landing landing, FishingTrip fishingTrip, Location saleLocation, SaleType saleType, Vessel vessel, java.util.Collection saleProduces, Program program, Department recorderDepartment, QualityFlag qualityFlag, java.util.Collection saleOrigins, Person recorderPerson, java.util.Collection observerPersons)
ObservedSaleDao
Does the same thing as ObservedSaleDao.create(java.util.Date,java.util.Date,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.data.batch.CatchBatch,java.util.Collection,java.util.Collection,fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference,fr.ifremer.allegro.data.survey.landing.Landing,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.SaleType,fr.ifremer.allegro.referential.vessel.Vessel,java.util.Collection,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,java.util.Collection,fr.ifremer.allegro.administration.user.Person,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 ObservedSaleDao
fr.ifremer.allegro.data.survey.sale.SaleDao#create(int, java.util.Date,java.util.Date,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.data.batch.CatchBatch,java.util.Collection,java.util.Collection,fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference,fr.ifremer.allegro.data.survey.landing.Landing,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.SaleType,fr.ifremer.allegro.referential.vessel.Vessel,java.util.Collection,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.QualityFlag,java.util.Collection,fr.ifremer.allegro.administration.user.Person,java.util.Collection)
public ObservedSale create(java.util.Date creationDate, java.util.Collection observerPersons, Program program, QualityFlag qualityFlag, Department recorderDepartment, Location saleLocation, java.util.Date saleStartDate, SaleType saleType, Vessel vessel)
ObservedSaleDao
Creates a new fr.ifremer.allegro.data.survey.sale.ObservedSale
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface ObservedSaleDao
ObservedSaleDao.create(java.util.Date,java.util.Collection,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.location.Location,java.util.Date,fr.ifremer.allegro.referential.SaleType,fr.ifremer.allegro.referential.vessel.Vessel)
public java.lang.Object create(int transform, java.util.Date creationDate, java.util.Collection observerPersons, Program program, QualityFlag qualityFlag, Department recorderDepartment, Location saleLocation, java.util.Date saleStartDate, SaleType saleType, Vessel vessel)
ObservedSaleDao
Does the same thing as ObservedSaleDao.create(java.util.Date,java.util.Collection,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.location.Location,java.util.Date,fr.ifremer.allegro.referential.SaleType,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 ObservedSaleDao
ObservedSaleDao.create(int, java.util.Date,java.util.Collection,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.location.Location,java.util.Date,fr.ifremer.allegro.referential.SaleType,fr.ifremer.allegro.referential.vessel.Vessel)
public void update(ObservedSale observedSale)
ObservedSaleDao
observedSale
instance in the persistent store.
update
in interface ObservedSaleDao
ObservedSaleDao.update(fr.ifremer.allegro.data.survey.sale.ObservedSale)
public void update(java.util.Collection entities)
SaleDao
entities
collection in the persistent store.
update
in interface ObservedSaleDao
update
in interface SaleDao
update
in class SaleDaoBase
SaleDao.update(java.util.Collection)
public void remove(ObservedSale observedSale)
ObservedSaleDao
remove
in interface ObservedSaleDao
ObservedSaleDao.remove(fr.ifremer.allegro.data.survey.sale.ObservedSale)
public void remove(java.lang.Integer id)
SaleDao
identifier
from the persistent store.
remove
in interface ObservedSaleDao
remove
in interface SaleDao
remove
in class SaleDaoBase
ObservedSaleDao.remove(java.lang.Integer)
public void remove(java.util.Collection entities)
SaleDao
entities collection.
- Specified by:
remove
in interface ObservedSaleDao
- Specified by:
remove
in interface SaleDao
- Overrides:
remove
in class SaleDaoBase
- See Also:
SaleDao.remove(java.util.Collection)
public java.util.Collection getAllObservedSale()
getAllObservedSale
in interface ObservedSaleDao
ObservedSaleDao.getAllObservedSale()
public java.util.Collection getAllObservedSale(int transform)
ObservedSaleDao
Does the same thing as ObservedSaleDao.getAllObservedSale()
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.
getAllObservedSale
in interface ObservedSaleDao
ObservedSaleDao.getAllObservedSale(int)
public java.util.Collection getAllObservedSale(java.lang.String queryString)
ObservedSaleDao
Does the same thing as ObservedSaleDao.getAllObservedSale()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ObservedSaleDao.getAllObservedSale()
.
getAllObservedSale
in interface ObservedSaleDao
ObservedSaleDao.getAllObservedSale(java.lang.String)
public java.util.Collection getAllObservedSale(int pageNumber, int pageSize)
ObservedSaleDao
Does the same thing as ObservedSaleDao.getAllObservedSale()
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.
getAllObservedSale
in interface ObservedSaleDao
ObservedSaleDao.getAllObservedSale(int, int)
public java.util.Collection getAllObservedSale(java.lang.String queryString, int pageNumber, int pageSize)
ObservedSaleDao
Does the same thing as ObservedSaleDao.getAllObservedSale(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.
getAllObservedSale
in interface ObservedSaleDao
ObservedSaleDao.getAllObservedSale(String, int, int)
public java.util.Collection getAllObservedSale(int transform, java.lang.String queryString)
ObservedSaleDao
Does the same thing as ObservedSaleDao.getAllObservedSale(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ObservedSaleDao.getAllObservedSale(int)
.
getAllObservedSale
in interface ObservedSaleDao
ObservedSaleDao.getAllObservedSale(int, String)
public java.util.Collection getAllObservedSale(int transform, int pageNumber, int pageSize)
ObservedSaleDao
Does the same thing as ObservedSaleDao.getAllObservedSale(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.
getAllObservedSale
in interface ObservedSaleDao
ObservedSaleDao.getAllObservedSale(int, int, int)
public java.util.Collection getAllObservedSale(int transform, java.lang.String queryString, int pageNumber, int pageSize)
ObservedSaleDao
Does the same thing as ObservedSaleDao.getAllObservedSale(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.
getAllObservedSale
in interface ObservedSaleDao
ObservedSaleDao.getAllObservedSale(int, java.lang.String, int, int)
public ObservedSale findObservedSaleById(java.lang.Integer id)
findObservedSaleById
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleById(java.lang.Integer)
public java.lang.Object findObservedSaleById(int transform, java.lang.Integer id)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleById(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.
findObservedSaleById
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleById(int, java.lang.Integer)
public ObservedSale findObservedSaleById(java.lang.String queryString, java.lang.Integer id)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ObservedSaleDao.findObservedSaleById(java.lang.Integer)
.
findObservedSaleById
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleById(java.lang.String, java.lang.Integer)
public java.lang.Object findObservedSaleById(int transform, java.lang.String queryString, java.lang.Integer id)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ObservedSaleDao.findObservedSaleById(int, java.lang.Integer id)
.
findObservedSaleById
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findObservedSaleBySaleLocation(Location saleLocation)
findObservedSaleBySaleLocation
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleBySaleLocation(fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findObservedSaleBySaleLocation(int transform, Location saleLocation)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleBySaleLocation(fr.ifremer.allegro.referential.location.Location)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findObservedSaleBySaleLocation
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleBySaleLocation(int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findObservedSaleBySaleLocation(java.lang.String queryString, Location saleLocation)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleBySaleLocation(fr.ifremer.allegro.referential.location.Location)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ObservedSaleDao.findObservedSaleBySaleLocation(fr.ifremer.allegro.referential.location.Location)
.
findObservedSaleBySaleLocation
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleBySaleLocation(java.lang.String, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findObservedSaleBySaleLocation(int pageNumber, int pageSize, Location saleLocation)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleBySaleLocation(fr.ifremer.allegro.referential.location.Location)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findObservedSaleBySaleLocation
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleBySaleLocation(int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findObservedSaleBySaleLocation(java.lang.String queryString, int pageNumber, int pageSize, Location saleLocation)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleBySaleLocation(String, fr.ifremer.allegro.referential.location.Location)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findObservedSaleBySaleLocation
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleBySaleLocation(String, int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findObservedSaleBySaleLocation(int transform, java.lang.String queryString, Location saleLocation)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleBySaleLocation(int, fr.ifremer.allegro.referential.location.Location)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ObservedSaleDao.findObservedSaleBySaleLocation(int, fr.ifremer.allegro.referential.location.Location saleLocation)
.
findObservedSaleBySaleLocation
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleBySaleLocation(int, String, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findObservedSaleBySaleLocation(int transform, int pageNumber, int pageSize, Location saleLocation)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleBySaleLocation(int, fr.ifremer.allegro.referential.location.Location)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findObservedSaleBySaleLocation
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleBySaleLocation(int, int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findObservedSaleBySaleLocation(int transform, java.lang.String queryString, int pageNumber, int pageSize, Location saleLocation)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleBySaleLocation(int, String, fr.ifremer.allegro.referential.location.Location)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findObservedSaleBySaleLocation
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleBySaleLocation(int, java.lang.String, int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findObservedSaleByVessel(Vessel vessel)
findObservedSaleByVessel
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findObservedSaleByVessel(int transform, Vessel vessel)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByVessel(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.
findObservedSaleByVessel
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findObservedSaleByVessel(java.lang.String queryString, Vessel vessel)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ObservedSaleDao.findObservedSaleByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
.
findObservedSaleByVessel
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByVessel(java.lang.String, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findObservedSaleByVessel(int pageNumber, int pageSize, Vessel vessel)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByVessel(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.
findObservedSaleByVessel
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByVessel(int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findObservedSaleByVessel(java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByVessel(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.
findObservedSaleByVessel
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByVessel(String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findObservedSaleByVessel(int transform, java.lang.String queryString, Vessel vessel)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByVessel(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 ObservedSaleDao.findObservedSaleByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel vessel)
.
findObservedSaleByVessel
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findObservedSaleByVessel(int transform, int pageNumber, int pageSize, Vessel vessel)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByVessel(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.
findObservedSaleByVessel
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByVessel(int, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findObservedSaleByVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByVessel(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.
findObservedSaleByVessel
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByVessel(int, java.lang.String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findObservedSaleByFishingTrip(FishingTrip fishingTrip)
findObservedSaleByFishingTrip
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findObservedSaleByFishingTrip(int transform, FishingTrip fishingTrip)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findObservedSaleByFishingTrip
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findObservedSaleByFishingTrip(java.lang.String queryString, FishingTrip fishingTrip)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ObservedSaleDao.findObservedSaleByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
.
findObservedSaleByFishingTrip
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByFishingTrip(java.lang.String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findObservedSaleByFishingTrip(int pageNumber, int pageSize, FishingTrip fishingTrip)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findObservedSaleByFishingTrip
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByFishingTrip(int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findObservedSaleByFishingTrip(java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findObservedSaleByFishingTrip
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByFishingTrip(String, int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findObservedSaleByFishingTrip(int transform, java.lang.String queryString, FishingTrip fishingTrip)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ObservedSaleDao.findObservedSaleByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip fishingTrip)
.
findObservedSaleByFishingTrip
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findObservedSaleByFishingTrip(int transform, int pageNumber, int pageSize, FishingTrip fishingTrip)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findObservedSaleByFishingTrip
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByFishingTrip(int, int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findObservedSaleByFishingTrip(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findObservedSaleByFishingTrip
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByFishingTrip(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findObservedSaleByDeclaredDocumentReference(DeclaredDocumentReference declaredDocumentReference)
findObservedSaleByDeclaredDocumentReference
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public java.util.Collection findObservedSaleByDeclaredDocumentReference(int transform, DeclaredDocumentReference declaredDocumentReference)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByDeclaredDocumentReference(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.
findObservedSaleByDeclaredDocumentReference
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByDeclaredDocumentReference(int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public java.util.Collection findObservedSaleByDeclaredDocumentReference(java.lang.String queryString, DeclaredDocumentReference declaredDocumentReference)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByDeclaredDocumentReference(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 ObservedSaleDao.findObservedSaleByDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
.
findObservedSaleByDeclaredDocumentReference
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByDeclaredDocumentReference(java.lang.String, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public java.util.Collection findObservedSaleByDeclaredDocumentReference(int pageNumber, int pageSize, DeclaredDocumentReference declaredDocumentReference)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByDeclaredDocumentReference(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.
findObservedSaleByDeclaredDocumentReference
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByDeclaredDocumentReference(int, int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public java.util.Collection findObservedSaleByDeclaredDocumentReference(java.lang.String queryString, int pageNumber, int pageSize, DeclaredDocumentReference declaredDocumentReference)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByDeclaredDocumentReference(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.
findObservedSaleByDeclaredDocumentReference
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByDeclaredDocumentReference(String, int, int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public java.util.Collection findObservedSaleByDeclaredDocumentReference(int transform, java.lang.String queryString, DeclaredDocumentReference declaredDocumentReference)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByDeclaredDocumentReference(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 ObservedSaleDao.findObservedSaleByDeclaredDocumentReference(int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference declaredDocumentReference)
.
findObservedSaleByDeclaredDocumentReference
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByDeclaredDocumentReference(int, String, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public java.util.Collection findObservedSaleByDeclaredDocumentReference(int transform, int pageNumber, int pageSize, DeclaredDocumentReference declaredDocumentReference)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByDeclaredDocumentReference(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.
findObservedSaleByDeclaredDocumentReference
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByDeclaredDocumentReference(int, int, int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public java.util.Collection findObservedSaleByDeclaredDocumentReference(int transform, java.lang.String queryString, int pageNumber, int pageSize, DeclaredDocumentReference declaredDocumentReference)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByDeclaredDocumentReference(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.
findObservedSaleByDeclaredDocumentReference
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByDeclaredDocumentReference(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public java.util.Collection findObservedSaleBySaleType(SaleType saleType)
findObservedSaleBySaleType
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleBySaleType(fr.ifremer.allegro.referential.SaleType)
public java.util.Collection findObservedSaleBySaleType(int transform, SaleType saleType)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleBySaleType(fr.ifremer.allegro.referential.SaleType)
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.
findObservedSaleBySaleType
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleBySaleType(int, fr.ifremer.allegro.referential.SaleType)
public java.util.Collection findObservedSaleBySaleType(java.lang.String queryString, SaleType saleType)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleBySaleType(fr.ifremer.allegro.referential.SaleType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ObservedSaleDao.findObservedSaleBySaleType(fr.ifremer.allegro.referential.SaleType)
.
findObservedSaleBySaleType
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleBySaleType(java.lang.String, fr.ifremer.allegro.referential.SaleType)
public java.util.Collection findObservedSaleBySaleType(int pageNumber, int pageSize, SaleType saleType)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleBySaleType(fr.ifremer.allegro.referential.SaleType)
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.
findObservedSaleBySaleType
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleBySaleType(int, int, fr.ifremer.allegro.referential.SaleType)
public java.util.Collection findObservedSaleBySaleType(java.lang.String queryString, int pageNumber, int pageSize, SaleType saleType)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleBySaleType(String, fr.ifremer.allegro.referential.SaleType)
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.
findObservedSaleBySaleType
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleBySaleType(String, int, int, fr.ifremer.allegro.referential.SaleType)
public java.util.Collection findObservedSaleBySaleType(int transform, java.lang.String queryString, SaleType saleType)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleBySaleType(int, fr.ifremer.allegro.referential.SaleType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ObservedSaleDao.findObservedSaleBySaleType(int, fr.ifremer.allegro.referential.SaleType saleType)
.
findObservedSaleBySaleType
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleBySaleType(int, String, fr.ifremer.allegro.referential.SaleType)
public java.util.Collection findObservedSaleBySaleType(int transform, int pageNumber, int pageSize, SaleType saleType)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleBySaleType(int, fr.ifremer.allegro.referential.SaleType)
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.
findObservedSaleBySaleType
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleBySaleType(int, int, int, fr.ifremer.allegro.referential.SaleType)
public java.util.Collection findObservedSaleBySaleType(int transform, java.lang.String queryString, int pageNumber, int pageSize, SaleType saleType)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleBySaleType(int, String, fr.ifremer.allegro.referential.SaleType)
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.
findObservedSaleBySaleType
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleBySaleType(int, java.lang.String, int, int, fr.ifremer.allegro.referential.SaleType)
public java.util.Collection findObservedSaleByLanding(Landing landing)
findObservedSaleByLanding
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByLanding(fr.ifremer.allegro.data.survey.landing.Landing)
public java.util.Collection findObservedSaleByLanding(int transform, Landing landing)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByLanding(fr.ifremer.allegro.data.survey.landing.Landing)
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.
findObservedSaleByLanding
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByLanding(int, fr.ifremer.allegro.data.survey.landing.Landing)
public java.util.Collection findObservedSaleByLanding(java.lang.String queryString, Landing landing)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByLanding(fr.ifremer.allegro.data.survey.landing.Landing)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ObservedSaleDao.findObservedSaleByLanding(fr.ifremer.allegro.data.survey.landing.Landing)
.
findObservedSaleByLanding
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByLanding(java.lang.String, fr.ifremer.allegro.data.survey.landing.Landing)
public java.util.Collection findObservedSaleByLanding(int pageNumber, int pageSize, Landing landing)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByLanding(fr.ifremer.allegro.data.survey.landing.Landing)
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.
findObservedSaleByLanding
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByLanding(int, int, fr.ifremer.allegro.data.survey.landing.Landing)
public java.util.Collection findObservedSaleByLanding(java.lang.String queryString, int pageNumber, int pageSize, Landing landing)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByLanding(String, fr.ifremer.allegro.data.survey.landing.Landing)
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.
findObservedSaleByLanding
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByLanding(String, int, int, fr.ifremer.allegro.data.survey.landing.Landing)
public java.util.Collection findObservedSaleByLanding(int transform, java.lang.String queryString, Landing landing)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByLanding(int, fr.ifremer.allegro.data.survey.landing.Landing)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ObservedSaleDao.findObservedSaleByLanding(int, fr.ifremer.allegro.data.survey.landing.Landing landing)
.
findObservedSaleByLanding
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByLanding(int, String, fr.ifremer.allegro.data.survey.landing.Landing)
public java.util.Collection findObservedSaleByLanding(int transform, int pageNumber, int pageSize, Landing landing)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByLanding(int, fr.ifremer.allegro.data.survey.landing.Landing)
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.
findObservedSaleByLanding
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByLanding(int, int, int, fr.ifremer.allegro.data.survey.landing.Landing)
public java.util.Collection findObservedSaleByLanding(int transform, java.lang.String queryString, int pageNumber, int pageSize, Landing landing)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByLanding(int, String, fr.ifremer.allegro.data.survey.landing.Landing)
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.
findObservedSaleByLanding
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByLanding(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.landing.Landing)
public java.util.Collection findObservedSaleByProgram(Program program)
findObservedSaleByProgram
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findObservedSaleByProgram(int transform, Program program)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByProgram(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.
findObservedSaleByProgram
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findObservedSaleByProgram(java.lang.String queryString, Program program)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ObservedSaleDao.findObservedSaleByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
.
findObservedSaleByProgram
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByProgram(java.lang.String, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findObservedSaleByProgram(int pageNumber, int pageSize, Program program)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByProgram(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.
findObservedSaleByProgram
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByProgram(int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findObservedSaleByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByProgram(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.
findObservedSaleByProgram
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByProgram(String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findObservedSaleByProgram(int transform, java.lang.String queryString, Program program)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByProgram(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 ObservedSaleDao.findObservedSaleByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program program)
.
findObservedSaleByProgram
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findObservedSaleByProgram(int transform, int pageNumber, int pageSize, Program program)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByProgram(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.
findObservedSaleByProgram
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByProgram(int, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findObservedSaleByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByProgram(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.
findObservedSaleByProgram
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByProgram(int, java.lang.String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findObservedSaleByRecorderDepartment(Department recorderDepartment)
findObservedSaleByRecorderDepartment
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findObservedSaleByRecorderDepartment(int transform, Department recorderDepartment)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByRecorderDepartment(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.
findObservedSaleByRecorderDepartment
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findObservedSaleByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ObservedSaleDao.findObservedSaleByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
.
findObservedSaleByRecorderDepartment
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByRecorderDepartment(java.lang.String, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findObservedSaleByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByRecorderDepartment(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.
findObservedSaleByRecorderDepartment
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByRecorderDepartment(int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findObservedSaleByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByRecorderDepartment(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.
findObservedSaleByRecorderDepartment
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByRecorderDepartment(String, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findObservedSaleByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByRecorderDepartment(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 ObservedSaleDao.findObservedSaleByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department recorderDepartment)
.
findObservedSaleByRecorderDepartment
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findObservedSaleByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByRecorderDepartment(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.
findObservedSaleByRecorderDepartment
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByRecorderDepartment(int, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findObservedSaleByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByRecorderDepartment(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.
findObservedSaleByRecorderDepartment
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByRecorderDepartment(int, java.lang.String, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findObservedSaleByQualityFlag(QualityFlag qualityFlag)
findObservedSaleByQualityFlag
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findObservedSaleByQualityFlag(int transform, QualityFlag qualityFlag)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByQualityFlag(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.
findObservedSaleByQualityFlag
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findObservedSaleByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ObservedSaleDao.findObservedSaleByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
.
findObservedSaleByQualityFlag
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByQualityFlag(java.lang.String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findObservedSaleByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByQualityFlag(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.
findObservedSaleByQualityFlag
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByQualityFlag(int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findObservedSaleByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByQualityFlag(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.
findObservedSaleByQualityFlag
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByQualityFlag(String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findObservedSaleByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ObservedSaleDao.findObservedSaleByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag)
.
findObservedSaleByQualityFlag
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findObservedSaleByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByQualityFlag(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.
findObservedSaleByQualityFlag
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByQualityFlag(int, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findObservedSaleByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByQualityFlag(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.
findObservedSaleByQualityFlag
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByQualityFlag(int, java.lang.String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public ObservedSale findObservedSaleByCatchBatch(CatchBatch catchBatch)
findObservedSaleByCatchBatch
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByCatchBatch(fr.ifremer.allegro.data.batch.CatchBatch)
public java.lang.Object findObservedSaleByCatchBatch(int transform, CatchBatch catchBatch)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByCatchBatch(fr.ifremer.allegro.data.batch.CatchBatch)
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.
findObservedSaleByCatchBatch
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByCatchBatch(int, fr.ifremer.allegro.data.batch.CatchBatch)
public ObservedSale findObservedSaleByCatchBatch(java.lang.String queryString, CatchBatch catchBatch)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByCatchBatch(fr.ifremer.allegro.data.batch.CatchBatch)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ObservedSaleDao.findObservedSaleByCatchBatch(fr.ifremer.allegro.data.batch.CatchBatch)
.
findObservedSaleByCatchBatch
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByCatchBatch(java.lang.String, fr.ifremer.allegro.data.batch.CatchBatch)
public java.lang.Object findObservedSaleByCatchBatch(int transform, java.lang.String queryString, CatchBatch catchBatch)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByCatchBatch(int, fr.ifremer.allegro.data.batch.CatchBatch)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ObservedSaleDao.findObservedSaleByCatchBatch(int, fr.ifremer.allegro.data.batch.CatchBatch catchBatch)
.
findObservedSaleByCatchBatch
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByCatchBatch(int, java.lang.String, fr.ifremer.allegro.data.batch.CatchBatch)
public java.util.Collection findObservedSaleByRecorderPerson(Person recorderPerson)
findObservedSaleByRecorderPerson
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByRecorderPerson(fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findObservedSaleByRecorderPerson(int transform, Person recorderPerson)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByRecorderPerson(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.
findObservedSaleByRecorderPerson
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findObservedSaleByRecorderPerson(java.lang.String queryString, Person recorderPerson)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByRecorderPerson(fr.ifremer.allegro.administration.user.Person)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ObservedSaleDao.findObservedSaleByRecorderPerson(fr.ifremer.allegro.administration.user.Person)
.
findObservedSaleByRecorderPerson
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByRecorderPerson(java.lang.String, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findObservedSaleByRecorderPerson(int pageNumber, int pageSize, Person recorderPerson)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByRecorderPerson(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.
findObservedSaleByRecorderPerson
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByRecorderPerson(int, int, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findObservedSaleByRecorderPerson(java.lang.String queryString, int pageNumber, int pageSize, Person recorderPerson)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByRecorderPerson(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.
findObservedSaleByRecorderPerson
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByRecorderPerson(String, int, int, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findObservedSaleByRecorderPerson(int transform, java.lang.String queryString, Person recorderPerson)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByRecorderPerson(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 ObservedSaleDao.findObservedSaleByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person recorderPerson)
.
findObservedSaleByRecorderPerson
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findObservedSaleByRecorderPerson(int transform, int pageNumber, int pageSize, Person recorderPerson)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByRecorderPerson(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.
findObservedSaleByRecorderPerson
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByRecorderPerson(int, int, int, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findObservedSaleByRecorderPerson(int transform, java.lang.String queryString, int pageNumber, int pageSize, Person recorderPerson)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByRecorderPerson(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.
findObservedSaleByRecorderPerson
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByRecorderPerson(int, java.lang.String, int, int, fr.ifremer.allegro.administration.user.Person)
public ObservedSale findObservedSaleByNaturalId(java.lang.Integer id)
findObservedSaleByNaturalId
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByNaturalId(java.lang.Integer)
public java.lang.Object findObservedSaleByNaturalId(int transform, java.lang.Integer id)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByNaturalId(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.
findObservedSaleByNaturalId
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByNaturalId(int, java.lang.Integer)
public ObservedSale findObservedSaleByNaturalId(java.lang.String queryString, java.lang.Integer id)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ObservedSaleDao.findObservedSaleByNaturalId(java.lang.Integer)
.
findObservedSaleByNaturalId
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByNaturalId(java.lang.String, java.lang.Integer)
public java.lang.Object findObservedSaleByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
ObservedSaleDao
Does the same thing as ObservedSaleDao.findObservedSaleByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ObservedSaleDao.findObservedSaleByNaturalId(int, java.lang.Integer id)
.
findObservedSaleByNaturalId
in interface ObservedSaleDao
ObservedSaleDao.findObservedSaleByNaturalId(int, java.lang.String, java.lang.Integer)
public java.util.Collection getAllObservedSaleSinceDateSynchro(java.sql.Timestamp updateDate)
getAllObservedSaleSinceDateSynchro
in interface ObservedSaleDao
ObservedSaleDao.getAllObservedSaleSinceDateSynchro(java.sql.Timestamp)
public java.util.Collection getAllObservedSaleSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
ObservedSaleDao
Does the same thing as ObservedSaleDao.getAllObservedSaleSinceDateSynchro(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.
getAllObservedSaleSinceDateSynchro
in interface ObservedSaleDao
ObservedSaleDao.getAllObservedSaleSinceDateSynchro(int, java.sql.Timestamp)
public java.util.Collection getAllObservedSaleSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
ObservedSaleDao
Does the same thing as ObservedSaleDao.getAllObservedSaleSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ObservedSaleDao.getAllObservedSaleSinceDateSynchro(java.sql.Timestamp)
.
getAllObservedSaleSinceDateSynchro
in interface ObservedSaleDao
ObservedSaleDao.getAllObservedSaleSinceDateSynchro(java.lang.String, java.sql.Timestamp)
public java.util.Collection getAllObservedSaleSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
ObservedSaleDao
Does the same thing as ObservedSaleDao.getAllObservedSaleSinceDateSynchro(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.
getAllObservedSaleSinceDateSynchro
in interface ObservedSaleDao
ObservedSaleDao.getAllObservedSaleSinceDateSynchro(int, int, java.sql.Timestamp)
public java.util.Collection getAllObservedSaleSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
ObservedSaleDao
Does the same thing as ObservedSaleDao.getAllObservedSaleSinceDateSynchro(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.
getAllObservedSaleSinceDateSynchro
in interface ObservedSaleDao
ObservedSaleDao.getAllObservedSaleSinceDateSynchro(String, int, int, java.sql.Timestamp)
public java.util.Collection getAllObservedSaleSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
ObservedSaleDao
Does the same thing as ObservedSaleDao.getAllObservedSaleSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ObservedSaleDao.getAllObservedSaleSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
getAllObservedSaleSinceDateSynchro
in interface ObservedSaleDao
ObservedSaleDao.getAllObservedSaleSinceDateSynchro(int, String, java.sql.Timestamp)
public java.util.Collection getAllObservedSaleSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
ObservedSaleDao
Does the same thing as ObservedSaleDao.getAllObservedSaleSinceDateSynchro(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.
getAllObservedSaleSinceDateSynchro
in interface ObservedSaleDao
ObservedSaleDao.getAllObservedSaleSinceDateSynchro(int, int, int, java.sql.Timestamp)
public java.util.Collection getAllObservedSaleSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
ObservedSaleDao
Does the same thing as ObservedSaleDao.getAllObservedSaleSinceDateSynchro(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.
getAllObservedSaleSinceDateSynchro
in interface ObservedSaleDao
ObservedSaleDao.getAllObservedSaleSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)
public java.util.Collection getAllSale()
getAllSale
in interface SaleDao
getAllSale
in class SaleDaoBase
SaleDao.getAllSale()
public java.util.Collection getAllSale(int transform)
SaleDao
Does the same thing as SaleDao.getAllSale()
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.
getAllSale
in interface SaleDao
getAllSale
in class SaleDaoBase
SaleDao.getAllSale(int)
public java.util.Collection getAllSale(java.lang.String queryString)
SaleDao
Does the same thing as SaleDao.getAllSale()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleDao.getAllSale()
.
getAllSale
in interface SaleDao
getAllSale
in class SaleDaoBase
SaleDao.getAllSale(java.lang.String)
public java.util.Collection getAllSale(int pageNumber, int pageSize)
SaleDao
Does the same thing as SaleDao.getAllSale()
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.
getAllSale
in interface SaleDao
getAllSale
in class SaleDaoBase
SaleDao.getAllSale(int, int)
public java.util.Collection getAllSale(java.lang.String queryString, int pageNumber, int pageSize)
SaleDao
Does the same thing as SaleDao.getAllSale(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.
getAllSale
in interface SaleDao
getAllSale
in class SaleDaoBase
SaleDao.getAllSale(String, int, int)
public java.util.Collection getAllSale(int transform, java.lang.String queryString)
SaleDao
Does the same thing as SaleDao.getAllSale(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleDao.getAllSale(int)
.
getAllSale
in interface SaleDao
getAllSale
in class SaleDaoBase
SaleDao.getAllSale(int, String)
public java.util.Collection getAllSale(int transform, int pageNumber, int pageSize)
SaleDao
Does the same thing as SaleDao.getAllSale(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.
getAllSale
in interface SaleDao
getAllSale
in class SaleDaoBase
SaleDao.getAllSale(int, int, int)
public java.util.Collection getAllSale(int transform, java.lang.String queryString, int pageNumber, int pageSize)
SaleDao
Does the same thing as SaleDao.getAllSale(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.
getAllSale
in interface SaleDao
getAllSale
in class SaleDaoBase
SaleDao.getAllSale(int, java.lang.String, int, int)
public Sale findSaleById(java.lang.Integer id)
findSaleById
in interface SaleDao
findSaleById
in class SaleDaoBase
SaleDao.findSaleById(java.lang.Integer)
public java.lang.Object findSaleById(int transform, java.lang.Integer id)
SaleDao
Does the same thing as SaleDao.findSaleById(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.
findSaleById
in interface SaleDao
findSaleById
in class SaleDaoBase
SaleDao.findSaleById(int, java.lang.Integer)
public Sale findSaleById(java.lang.String queryString, java.lang.Integer id)
SaleDao
Does the same thing as SaleDao.findSaleById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleDao.findSaleById(java.lang.Integer)
.
findSaleById
in interface SaleDao
findSaleById
in class SaleDaoBase
SaleDao.findSaleById(java.lang.String, java.lang.Integer)
public java.lang.Object findSaleById(int transform, java.lang.String queryString, java.lang.Integer id)
SaleDao
Does the same thing as SaleDao.findSaleById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleDao.findSaleById(int, java.lang.Integer id)
.
findSaleById
in interface SaleDao
findSaleById
in class SaleDaoBase
SaleDao.findSaleById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findSaleBySaleLocation(Location saleLocation)
findSaleBySaleLocation
in interface SaleDao
findSaleBySaleLocation
in class SaleDaoBase
SaleDao.findSaleBySaleLocation(fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findSaleBySaleLocation(int transform, Location saleLocation)
SaleDao
Does the same thing as SaleDao.findSaleBySaleLocation(fr.ifremer.allegro.referential.location.Location)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findSaleBySaleLocation
in interface SaleDao
findSaleBySaleLocation
in class SaleDaoBase
SaleDao.findSaleBySaleLocation(int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findSaleBySaleLocation(java.lang.String queryString, Location saleLocation)
SaleDao
Does the same thing as SaleDao.findSaleBySaleLocation(fr.ifremer.allegro.referential.location.Location)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleDao.findSaleBySaleLocation(fr.ifremer.allegro.referential.location.Location)
.
findSaleBySaleLocation
in interface SaleDao
findSaleBySaleLocation
in class SaleDaoBase
SaleDao.findSaleBySaleLocation(java.lang.String, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findSaleBySaleLocation(int pageNumber, int pageSize, Location saleLocation)
SaleDao
Does the same thing as SaleDao.findSaleBySaleLocation(fr.ifremer.allegro.referential.location.Location)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleBySaleLocation
in interface SaleDao
findSaleBySaleLocation
in class SaleDaoBase
SaleDao.findSaleBySaleLocation(int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findSaleBySaleLocation(java.lang.String queryString, int pageNumber, int pageSize, Location saleLocation)
SaleDao
Does the same thing as SaleDao.findSaleBySaleLocation(String, fr.ifremer.allegro.referential.location.Location)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleBySaleLocation
in interface SaleDao
findSaleBySaleLocation
in class SaleDaoBase
SaleDao.findSaleBySaleLocation(String, int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findSaleBySaleLocation(int transform, java.lang.String queryString, Location saleLocation)
SaleDao
Does the same thing as SaleDao.findSaleBySaleLocation(int, fr.ifremer.allegro.referential.location.Location)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleDao.findSaleBySaleLocation(int, fr.ifremer.allegro.referential.location.Location saleLocation)
.
findSaleBySaleLocation
in interface SaleDao
findSaleBySaleLocation
in class SaleDaoBase
SaleDao.findSaleBySaleLocation(int, String, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findSaleBySaleLocation(int transform, int pageNumber, int pageSize, Location saleLocation)
SaleDao
Does the same thing as SaleDao.findSaleBySaleLocation(int, fr.ifremer.allegro.referential.location.Location)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleBySaleLocation
in interface SaleDao
findSaleBySaleLocation
in class SaleDaoBase
SaleDao.findSaleBySaleLocation(int, int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findSaleBySaleLocation(int transform, java.lang.String queryString, int pageNumber, int pageSize, Location saleLocation)
SaleDao
Does the same thing as SaleDao.findSaleBySaleLocation(int, String, fr.ifremer.allegro.referential.location.Location)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleBySaleLocation
in interface SaleDao
findSaleBySaleLocation
in class SaleDaoBase
SaleDao.findSaleBySaleLocation(int, java.lang.String, int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findSaleByVessel(Vessel vessel)
findSaleByVessel
in interface SaleDao
findSaleByVessel
in class SaleDaoBase
SaleDao.findSaleByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findSaleByVessel(int transform, Vessel vessel)
SaleDao
Does the same thing as SaleDao.findSaleByVessel(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.
findSaleByVessel
in interface SaleDao
findSaleByVessel
in class SaleDaoBase
SaleDao.findSaleByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findSaleByVessel(java.lang.String queryString, Vessel vessel)
SaleDao
Does the same thing as SaleDao.findSaleByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleDao.findSaleByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
.
findSaleByVessel
in interface SaleDao
findSaleByVessel
in class SaleDaoBase
SaleDao.findSaleByVessel(java.lang.String, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findSaleByVessel(int pageNumber, int pageSize, Vessel vessel)
SaleDao
Does the same thing as SaleDao.findSaleByVessel(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.
findSaleByVessel
in interface SaleDao
findSaleByVessel
in class SaleDaoBase
SaleDao.findSaleByVessel(int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findSaleByVessel(java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
SaleDao
Does the same thing as SaleDao.findSaleByVessel(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.
findSaleByVessel
in interface SaleDao
findSaleByVessel
in class SaleDaoBase
SaleDao.findSaleByVessel(String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findSaleByVessel(int transform, java.lang.String queryString, Vessel vessel)
SaleDao
Does the same thing as SaleDao.findSaleByVessel(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 SaleDao.findSaleByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel vessel)
.
findSaleByVessel
in interface SaleDao
findSaleByVessel
in class SaleDaoBase
SaleDao.findSaleByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findSaleByVessel(int transform, int pageNumber, int pageSize, Vessel vessel)
SaleDao
Does the same thing as SaleDao.findSaleByVessel(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.
findSaleByVessel
in interface SaleDao
findSaleByVessel
in class SaleDaoBase
SaleDao.findSaleByVessel(int, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findSaleByVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
SaleDao
Does the same thing as SaleDao.findSaleByVessel(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.
findSaleByVessel
in interface SaleDao
findSaleByVessel
in class SaleDaoBase
SaleDao.findSaleByVessel(int, java.lang.String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findSaleByFishingTrip(FishingTrip fishingTrip)
findSaleByFishingTrip
in interface SaleDao
findSaleByFishingTrip
in class SaleDaoBase
SaleDao.findSaleByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findSaleByFishingTrip(int transform, FishingTrip fishingTrip)
SaleDao
Does the same thing as SaleDao.findSaleByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findSaleByFishingTrip
in interface SaleDao
findSaleByFishingTrip
in class SaleDaoBase
SaleDao.findSaleByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findSaleByFishingTrip(java.lang.String queryString, FishingTrip fishingTrip)
SaleDao
Does the same thing as SaleDao.findSaleByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleDao.findSaleByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
.
findSaleByFishingTrip
in interface SaleDao
findSaleByFishingTrip
in class SaleDaoBase
SaleDao.findSaleByFishingTrip(java.lang.String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findSaleByFishingTrip(int pageNumber, int pageSize, FishingTrip fishingTrip)
SaleDao
Does the same thing as SaleDao.findSaleByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleByFishingTrip
in interface SaleDao
findSaleByFishingTrip
in class SaleDaoBase
SaleDao.findSaleByFishingTrip(int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findSaleByFishingTrip(java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
SaleDao
Does the same thing as SaleDao.findSaleByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleByFishingTrip
in interface SaleDao
findSaleByFishingTrip
in class SaleDaoBase
SaleDao.findSaleByFishingTrip(String, int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findSaleByFishingTrip(int transform, java.lang.String queryString, FishingTrip fishingTrip)
SaleDao
Does the same thing as SaleDao.findSaleByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleDao.findSaleByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip fishingTrip)
.
findSaleByFishingTrip
in interface SaleDao
findSaleByFishingTrip
in class SaleDaoBase
SaleDao.findSaleByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findSaleByFishingTrip(int transform, int pageNumber, int pageSize, FishingTrip fishingTrip)
SaleDao
Does the same thing as SaleDao.findSaleByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleByFishingTrip
in interface SaleDao
findSaleByFishingTrip
in class SaleDaoBase
SaleDao.findSaleByFishingTrip(int, int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findSaleByFishingTrip(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
SaleDao
Does the same thing as SaleDao.findSaleByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleByFishingTrip
in interface SaleDao
findSaleByFishingTrip
in class SaleDaoBase
SaleDao.findSaleByFishingTrip(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findSaleByDeclaredDocumentReference(DeclaredDocumentReference declaredDocumentReference)
findSaleByDeclaredDocumentReference
in interface SaleDao
findSaleByDeclaredDocumentReference
in class SaleDaoBase
SaleDao.findSaleByDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public java.util.Collection findSaleByDeclaredDocumentReference(int transform, DeclaredDocumentReference declaredDocumentReference)
SaleDao
Does the same thing as SaleDao.findSaleByDeclaredDocumentReference(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.
findSaleByDeclaredDocumentReference
in interface SaleDao
findSaleByDeclaredDocumentReference
in class SaleDaoBase
SaleDao.findSaleByDeclaredDocumentReference(int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public java.util.Collection findSaleByDeclaredDocumentReference(java.lang.String queryString, DeclaredDocumentReference declaredDocumentReference)
SaleDao
Does the same thing as SaleDao.findSaleByDeclaredDocumentReference(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 SaleDao.findSaleByDeclaredDocumentReference(fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
.
findSaleByDeclaredDocumentReference
in interface SaleDao
findSaleByDeclaredDocumentReference
in class SaleDaoBase
SaleDao.findSaleByDeclaredDocumentReference(java.lang.String, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public java.util.Collection findSaleByDeclaredDocumentReference(int pageNumber, int pageSize, DeclaredDocumentReference declaredDocumentReference)
SaleDao
Does the same thing as SaleDao.findSaleByDeclaredDocumentReference(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.
findSaleByDeclaredDocumentReference
in interface SaleDao
findSaleByDeclaredDocumentReference
in class SaleDaoBase
SaleDao.findSaleByDeclaredDocumentReference(int, int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public java.util.Collection findSaleByDeclaredDocumentReference(java.lang.String queryString, int pageNumber, int pageSize, DeclaredDocumentReference declaredDocumentReference)
SaleDao
Does the same thing as SaleDao.findSaleByDeclaredDocumentReference(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.
findSaleByDeclaredDocumentReference
in interface SaleDao
findSaleByDeclaredDocumentReference
in class SaleDaoBase
SaleDao.findSaleByDeclaredDocumentReference(String, int, int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public java.util.Collection findSaleByDeclaredDocumentReference(int transform, java.lang.String queryString, DeclaredDocumentReference declaredDocumentReference)
SaleDao
Does the same thing as SaleDao.findSaleByDeclaredDocumentReference(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 SaleDao.findSaleByDeclaredDocumentReference(int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference declaredDocumentReference)
.
findSaleByDeclaredDocumentReference
in interface SaleDao
findSaleByDeclaredDocumentReference
in class SaleDaoBase
SaleDao.findSaleByDeclaredDocumentReference(int, String, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public java.util.Collection findSaleByDeclaredDocumentReference(int transform, int pageNumber, int pageSize, DeclaredDocumentReference declaredDocumentReference)
SaleDao
Does the same thing as SaleDao.findSaleByDeclaredDocumentReference(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.
findSaleByDeclaredDocumentReference
in interface SaleDao
findSaleByDeclaredDocumentReference
in class SaleDaoBase
SaleDao.findSaleByDeclaredDocumentReference(int, int, int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public java.util.Collection findSaleByDeclaredDocumentReference(int transform, java.lang.String queryString, int pageNumber, int pageSize, DeclaredDocumentReference declaredDocumentReference)
SaleDao
Does the same thing as SaleDao.findSaleByDeclaredDocumentReference(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.
findSaleByDeclaredDocumentReference
in interface SaleDao
findSaleByDeclaredDocumentReference
in class SaleDaoBase
SaleDao.findSaleByDeclaredDocumentReference(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.delaration.DeclaredDocumentReference)
public java.util.Collection findSaleBySaleType(SaleType saleType)
findSaleBySaleType
in interface SaleDao
findSaleBySaleType
in class SaleDaoBase
SaleDao.findSaleBySaleType(fr.ifremer.allegro.referential.SaleType)
public java.util.Collection findSaleBySaleType(int transform, SaleType saleType)
SaleDao
Does the same thing as SaleDao.findSaleBySaleType(fr.ifremer.allegro.referential.SaleType)
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.
findSaleBySaleType
in interface SaleDao
findSaleBySaleType
in class SaleDaoBase
SaleDao.findSaleBySaleType(int, fr.ifremer.allegro.referential.SaleType)
public java.util.Collection findSaleBySaleType(java.lang.String queryString, SaleType saleType)
SaleDao
Does the same thing as SaleDao.findSaleBySaleType(fr.ifremer.allegro.referential.SaleType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleDao.findSaleBySaleType(fr.ifremer.allegro.referential.SaleType)
.
findSaleBySaleType
in interface SaleDao
findSaleBySaleType
in class SaleDaoBase
SaleDao.findSaleBySaleType(java.lang.String, fr.ifremer.allegro.referential.SaleType)
public java.util.Collection findSaleBySaleType(int pageNumber, int pageSize, SaleType saleType)
SaleDao
Does the same thing as SaleDao.findSaleBySaleType(fr.ifremer.allegro.referential.SaleType)
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.
findSaleBySaleType
in interface SaleDao
findSaleBySaleType
in class SaleDaoBase
SaleDao.findSaleBySaleType(int, int, fr.ifremer.allegro.referential.SaleType)
public java.util.Collection findSaleBySaleType(java.lang.String queryString, int pageNumber, int pageSize, SaleType saleType)
SaleDao
Does the same thing as SaleDao.findSaleBySaleType(String, fr.ifremer.allegro.referential.SaleType)
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.
findSaleBySaleType
in interface SaleDao
findSaleBySaleType
in class SaleDaoBase
SaleDao.findSaleBySaleType(String, int, int, fr.ifremer.allegro.referential.SaleType)
public java.util.Collection findSaleBySaleType(int transform, java.lang.String queryString, SaleType saleType)
SaleDao
Does the same thing as SaleDao.findSaleBySaleType(int, fr.ifremer.allegro.referential.SaleType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleDao.findSaleBySaleType(int, fr.ifremer.allegro.referential.SaleType saleType)
.
findSaleBySaleType
in interface SaleDao
findSaleBySaleType
in class SaleDaoBase
SaleDao.findSaleBySaleType(int, String, fr.ifremer.allegro.referential.SaleType)
public java.util.Collection findSaleBySaleType(int transform, int pageNumber, int pageSize, SaleType saleType)
SaleDao
Does the same thing as SaleDao.findSaleBySaleType(int, fr.ifremer.allegro.referential.SaleType)
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.
findSaleBySaleType
in interface SaleDao
findSaleBySaleType
in class SaleDaoBase
SaleDao.findSaleBySaleType(int, int, int, fr.ifremer.allegro.referential.SaleType)
public java.util.Collection findSaleBySaleType(int transform, java.lang.String queryString, int pageNumber, int pageSize, SaleType saleType)
SaleDao
Does the same thing as SaleDao.findSaleBySaleType(int, String, fr.ifremer.allegro.referential.SaleType)
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.
findSaleBySaleType
in interface SaleDao
findSaleBySaleType
in class SaleDaoBase
SaleDao.findSaleBySaleType(int, java.lang.String, int, int, fr.ifremer.allegro.referential.SaleType)
public java.util.Collection findSaleByLanding(Landing landing)
findSaleByLanding
in interface SaleDao
findSaleByLanding
in class SaleDaoBase
SaleDao.findSaleByLanding(fr.ifremer.allegro.data.survey.landing.Landing)
public java.util.Collection findSaleByLanding(int transform, Landing landing)
SaleDao
Does the same thing as SaleDao.findSaleByLanding(fr.ifremer.allegro.data.survey.landing.Landing)
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.
findSaleByLanding
in interface SaleDao
findSaleByLanding
in class SaleDaoBase
SaleDao.findSaleByLanding(int, fr.ifremer.allegro.data.survey.landing.Landing)
public java.util.Collection findSaleByLanding(java.lang.String queryString, Landing landing)
SaleDao
Does the same thing as SaleDao.findSaleByLanding(fr.ifremer.allegro.data.survey.landing.Landing)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleDao.findSaleByLanding(fr.ifremer.allegro.data.survey.landing.Landing)
.
findSaleByLanding
in interface SaleDao
findSaleByLanding
in class SaleDaoBase
SaleDao.findSaleByLanding(java.lang.String, fr.ifremer.allegro.data.survey.landing.Landing)
public java.util.Collection findSaleByLanding(int pageNumber, int pageSize, Landing landing)
SaleDao
Does the same thing as SaleDao.findSaleByLanding(fr.ifremer.allegro.data.survey.landing.Landing)
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.
findSaleByLanding
in interface SaleDao
findSaleByLanding
in class SaleDaoBase
SaleDao.findSaleByLanding(int, int, fr.ifremer.allegro.data.survey.landing.Landing)
public java.util.Collection findSaleByLanding(java.lang.String queryString, int pageNumber, int pageSize, Landing landing)
SaleDao
Does the same thing as SaleDao.findSaleByLanding(String, fr.ifremer.allegro.data.survey.landing.Landing)
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.
findSaleByLanding
in interface SaleDao
findSaleByLanding
in class SaleDaoBase
SaleDao.findSaleByLanding(String, int, int, fr.ifremer.allegro.data.survey.landing.Landing)
public java.util.Collection findSaleByLanding(int transform, java.lang.String queryString, Landing landing)
SaleDao
Does the same thing as SaleDao.findSaleByLanding(int, fr.ifremer.allegro.data.survey.landing.Landing)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleDao.findSaleByLanding(int, fr.ifremer.allegro.data.survey.landing.Landing landing)
.
findSaleByLanding
in interface SaleDao
findSaleByLanding
in class SaleDaoBase
SaleDao.findSaleByLanding(int, String, fr.ifremer.allegro.data.survey.landing.Landing)
public java.util.Collection findSaleByLanding(int transform, int pageNumber, int pageSize, Landing landing)
SaleDao
Does the same thing as SaleDao.findSaleByLanding(int, fr.ifremer.allegro.data.survey.landing.Landing)
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.
findSaleByLanding
in interface SaleDao
findSaleByLanding
in class SaleDaoBase
SaleDao.findSaleByLanding(int, int, int, fr.ifremer.allegro.data.survey.landing.Landing)
public java.util.Collection findSaleByLanding(int transform, java.lang.String queryString, int pageNumber, int pageSize, Landing landing)
SaleDao
Does the same thing as SaleDao.findSaleByLanding(int, String, fr.ifremer.allegro.data.survey.landing.Landing)
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.
findSaleByLanding
in interface SaleDao
findSaleByLanding
in class SaleDaoBase
SaleDao.findSaleByLanding(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.landing.Landing)
public java.util.Collection findSaleByProgram(Program program)
findSaleByProgram
in interface SaleDao
findSaleByProgram
in class SaleDaoBase
SaleDao.findSaleByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findSaleByProgram(int transform, Program program)
SaleDao
Does the same thing as SaleDao.findSaleByProgram(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.
findSaleByProgram
in interface SaleDao
findSaleByProgram
in class SaleDaoBase
SaleDao.findSaleByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findSaleByProgram(java.lang.String queryString, Program program)
SaleDao
Does the same thing as SaleDao.findSaleByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleDao.findSaleByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
.
findSaleByProgram
in interface SaleDao
findSaleByProgram
in class SaleDaoBase
SaleDao.findSaleByProgram(java.lang.String, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findSaleByProgram(int pageNumber, int pageSize, Program program)
SaleDao
Does the same thing as SaleDao.findSaleByProgram(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.
findSaleByProgram
in interface SaleDao
findSaleByProgram
in class SaleDaoBase
SaleDao.findSaleByProgram(int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findSaleByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
SaleDao
Does the same thing as SaleDao.findSaleByProgram(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.
findSaleByProgram
in interface SaleDao
findSaleByProgram
in class SaleDaoBase
SaleDao.findSaleByProgram(String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findSaleByProgram(int transform, java.lang.String queryString, Program program)
SaleDao
Does the same thing as SaleDao.findSaleByProgram(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 SaleDao.findSaleByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program program)
.
findSaleByProgram
in interface SaleDao
findSaleByProgram
in class SaleDaoBase
SaleDao.findSaleByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findSaleByProgram(int transform, int pageNumber, int pageSize, Program program)
SaleDao
Does the same thing as SaleDao.findSaleByProgram(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.
findSaleByProgram
in interface SaleDao
findSaleByProgram
in class SaleDaoBase
SaleDao.findSaleByProgram(int, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findSaleByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
SaleDao
Does the same thing as SaleDao.findSaleByProgram(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.
findSaleByProgram
in interface SaleDao
findSaleByProgram
in class SaleDaoBase
SaleDao.findSaleByProgram(int, java.lang.String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findSaleByRecorderDepartment(Department recorderDepartment)
findSaleByRecorderDepartment
in interface SaleDao
findSaleByRecorderDepartment
in class SaleDaoBase
SaleDao.findSaleByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findSaleByRecorderDepartment(int transform, Department recorderDepartment)
SaleDao
Does the same thing as SaleDao.findSaleByRecorderDepartment(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.
findSaleByRecorderDepartment
in interface SaleDao
findSaleByRecorderDepartment
in class SaleDaoBase
SaleDao.findSaleByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findSaleByRecorderDepartment(java.lang.String queryString, Department recorderDepartment)
SaleDao
Does the same thing as SaleDao.findSaleByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleDao.findSaleByRecorderDepartment(fr.ifremer.allegro.administration.user.Department)
.
findSaleByRecorderDepartment
in interface SaleDao
findSaleByRecorderDepartment
in class SaleDaoBase
SaleDao.findSaleByRecorderDepartment(java.lang.String, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findSaleByRecorderDepartment(int pageNumber, int pageSize, Department recorderDepartment)
SaleDao
Does the same thing as SaleDao.findSaleByRecorderDepartment(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.
findSaleByRecorderDepartment
in interface SaleDao
findSaleByRecorderDepartment
in class SaleDaoBase
SaleDao.findSaleByRecorderDepartment(int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findSaleByRecorderDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
SaleDao
Does the same thing as SaleDao.findSaleByRecorderDepartment(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.
findSaleByRecorderDepartment
in interface SaleDao
findSaleByRecorderDepartment
in class SaleDaoBase
SaleDao.findSaleByRecorderDepartment(String, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findSaleByRecorderDepartment(int transform, java.lang.String queryString, Department recorderDepartment)
SaleDao
Does the same thing as SaleDao.findSaleByRecorderDepartment(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 SaleDao.findSaleByRecorderDepartment(int, fr.ifremer.allegro.administration.user.Department recorderDepartment)
.
findSaleByRecorderDepartment
in interface SaleDao
findSaleByRecorderDepartment
in class SaleDaoBase
SaleDao.findSaleByRecorderDepartment(int, String, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findSaleByRecorderDepartment(int transform, int pageNumber, int pageSize, Department recorderDepartment)
SaleDao
Does the same thing as SaleDao.findSaleByRecorderDepartment(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.
findSaleByRecorderDepartment
in interface SaleDao
findSaleByRecorderDepartment
in class SaleDaoBase
SaleDao.findSaleByRecorderDepartment(int, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findSaleByRecorderDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department recorderDepartment)
SaleDao
Does the same thing as SaleDao.findSaleByRecorderDepartment(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.
findSaleByRecorderDepartment
in interface SaleDao
findSaleByRecorderDepartment
in class SaleDaoBase
SaleDao.findSaleByRecorderDepartment(int, java.lang.String, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findSaleByQualityFlag(QualityFlag qualityFlag)
findSaleByQualityFlag
in interface SaleDao
findSaleByQualityFlag
in class SaleDaoBase
SaleDao.findSaleByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findSaleByQualityFlag(int transform, QualityFlag qualityFlag)
SaleDao
Does the same thing as SaleDao.findSaleByQualityFlag(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.
findSaleByQualityFlag
in interface SaleDao
findSaleByQualityFlag
in class SaleDaoBase
SaleDao.findSaleByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findSaleByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
SaleDao
Does the same thing as SaleDao.findSaleByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleDao.findSaleByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
.
findSaleByQualityFlag
in interface SaleDao
findSaleByQualityFlag
in class SaleDaoBase
SaleDao.findSaleByQualityFlag(java.lang.String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findSaleByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
SaleDao
Does the same thing as SaleDao.findSaleByQualityFlag(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.
findSaleByQualityFlag
in interface SaleDao
findSaleByQualityFlag
in class SaleDaoBase
SaleDao.findSaleByQualityFlag(int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findSaleByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
SaleDao
Does the same thing as SaleDao.findSaleByQualityFlag(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.
findSaleByQualityFlag
in interface SaleDao
findSaleByQualityFlag
in class SaleDaoBase
SaleDao.findSaleByQualityFlag(String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findSaleByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
SaleDao
Does the same thing as SaleDao.findSaleByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleDao.findSaleByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag)
.
findSaleByQualityFlag
in interface SaleDao
findSaleByQualityFlag
in class SaleDaoBase
SaleDao.findSaleByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findSaleByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
SaleDao
Does the same thing as SaleDao.findSaleByQualityFlag(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.
findSaleByQualityFlag
in interface SaleDao
findSaleByQualityFlag
in class SaleDaoBase
SaleDao.findSaleByQualityFlag(int, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findSaleByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
SaleDao
Does the same thing as SaleDao.findSaleByQualityFlag(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.
findSaleByQualityFlag
in interface SaleDao
findSaleByQualityFlag
in class SaleDaoBase
SaleDao.findSaleByQualityFlag(int, java.lang.String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public Sale findSaleByCatchBatch(CatchBatch catchBatch)
findSaleByCatchBatch
in interface SaleDao
findSaleByCatchBatch
in class SaleDaoBase
SaleDao.findSaleByCatchBatch(fr.ifremer.allegro.data.batch.CatchBatch)
public java.lang.Object findSaleByCatchBatch(int transform, CatchBatch catchBatch)
SaleDao
Does the same thing as SaleDao.findSaleByCatchBatch(fr.ifremer.allegro.data.batch.CatchBatch)
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.
findSaleByCatchBatch
in interface SaleDao
findSaleByCatchBatch
in class SaleDaoBase
SaleDao.findSaleByCatchBatch(int, fr.ifremer.allegro.data.batch.CatchBatch)
public Sale findSaleByCatchBatch(java.lang.String queryString, CatchBatch catchBatch)
SaleDao
Does the same thing as SaleDao.findSaleByCatchBatch(fr.ifremer.allegro.data.batch.CatchBatch)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleDao.findSaleByCatchBatch(fr.ifremer.allegro.data.batch.CatchBatch)
.
findSaleByCatchBatch
in interface SaleDao
findSaleByCatchBatch
in class SaleDaoBase
SaleDao.findSaleByCatchBatch(java.lang.String, fr.ifremer.allegro.data.batch.CatchBatch)
public java.lang.Object findSaleByCatchBatch(int transform, java.lang.String queryString, CatchBatch catchBatch)
SaleDao
Does the same thing as SaleDao.findSaleByCatchBatch(int, fr.ifremer.allegro.data.batch.CatchBatch)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleDao.findSaleByCatchBatch(int, fr.ifremer.allegro.data.batch.CatchBatch catchBatch)
.
findSaleByCatchBatch
in interface SaleDao
findSaleByCatchBatch
in class SaleDaoBase
SaleDao.findSaleByCatchBatch(int, java.lang.String, fr.ifremer.allegro.data.batch.CatchBatch)
public java.util.Collection findSaleByRecorderPerson(Person recorderPerson)
findSaleByRecorderPerson
in interface SaleDao
findSaleByRecorderPerson
in class SaleDaoBase
SaleDao.findSaleByRecorderPerson(fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findSaleByRecorderPerson(int transform, Person recorderPerson)
SaleDao
Does the same thing as SaleDao.findSaleByRecorderPerson(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.
findSaleByRecorderPerson
in interface SaleDao
findSaleByRecorderPerson
in class SaleDaoBase
SaleDao.findSaleByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findSaleByRecorderPerson(java.lang.String queryString, Person recorderPerson)
SaleDao
Does the same thing as SaleDao.findSaleByRecorderPerson(fr.ifremer.allegro.administration.user.Person)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleDao.findSaleByRecorderPerson(fr.ifremer.allegro.administration.user.Person)
.
findSaleByRecorderPerson
in interface SaleDao
findSaleByRecorderPerson
in class SaleDaoBase
SaleDao.findSaleByRecorderPerson(java.lang.String, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findSaleByRecorderPerson(int pageNumber, int pageSize, Person recorderPerson)
SaleDao
Does the same thing as SaleDao.findSaleByRecorderPerson(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.
findSaleByRecorderPerson
in interface SaleDao
findSaleByRecorderPerson
in class SaleDaoBase
SaleDao.findSaleByRecorderPerson(int, int, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findSaleByRecorderPerson(java.lang.String queryString, int pageNumber, int pageSize, Person recorderPerson)
SaleDao
Does the same thing as SaleDao.findSaleByRecorderPerson(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.
findSaleByRecorderPerson
in interface SaleDao
findSaleByRecorderPerson
in class SaleDaoBase
SaleDao.findSaleByRecorderPerson(String, int, int, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findSaleByRecorderPerson(int transform, java.lang.String queryString, Person recorderPerson)
SaleDao
Does the same thing as SaleDao.findSaleByRecorderPerson(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 SaleDao.findSaleByRecorderPerson(int, fr.ifremer.allegro.administration.user.Person recorderPerson)
.
findSaleByRecorderPerson
in interface SaleDao
findSaleByRecorderPerson
in class SaleDaoBase
SaleDao.findSaleByRecorderPerson(int, String, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findSaleByRecorderPerson(int transform, int pageNumber, int pageSize, Person recorderPerson)
SaleDao
Does the same thing as SaleDao.findSaleByRecorderPerson(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.
findSaleByRecorderPerson
in interface SaleDao
findSaleByRecorderPerson
in class SaleDaoBase
SaleDao.findSaleByRecorderPerson(int, int, int, fr.ifremer.allegro.administration.user.Person)
public java.util.Collection findSaleByRecorderPerson(int transform, java.lang.String queryString, int pageNumber, int pageSize, Person recorderPerson)
SaleDao
Does the same thing as SaleDao.findSaleByRecorderPerson(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.
findSaleByRecorderPerson
in interface SaleDao
findSaleByRecorderPerson
in class SaleDaoBase
SaleDao.findSaleByRecorderPerson(int, java.lang.String, int, int, fr.ifremer.allegro.administration.user.Person)
public Sale findSaleByNaturalId(java.lang.Integer id)
findSaleByNaturalId
in interface SaleDao
findSaleByNaturalId
in class SaleDaoBase
SaleDao.findSaleByNaturalId(java.lang.Integer)
public java.lang.Object findSaleByNaturalId(int transform, java.lang.Integer id)
SaleDao
Does the same thing as SaleDao.findSaleByNaturalId(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.
findSaleByNaturalId
in interface SaleDao
findSaleByNaturalId
in class SaleDaoBase
SaleDao.findSaleByNaturalId(int, java.lang.Integer)
public Sale findSaleByNaturalId(java.lang.String queryString, java.lang.Integer id)
SaleDao
Does the same thing as SaleDao.findSaleByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleDao.findSaleByNaturalId(java.lang.Integer)
.
findSaleByNaturalId
in interface SaleDao
findSaleByNaturalId
in class SaleDaoBase
SaleDao.findSaleByNaturalId(java.lang.String, java.lang.Integer)
public java.lang.Object findSaleByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
SaleDao
Does the same thing as SaleDao.findSaleByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleDao.findSaleByNaturalId(int, java.lang.Integer id)
.
findSaleByNaturalId
in interface SaleDao
findSaleByNaturalId
in class SaleDaoBase
SaleDao.findSaleByNaturalId(int, java.lang.String, java.lang.Integer)
public java.util.Collection getAllSaleSinceDateSynchro(java.sql.Timestamp updateDate)
getAllSaleSinceDateSynchro
in interface SaleDao
getAllSaleSinceDateSynchro
in class SaleDaoBase
SaleDao.getAllSaleSinceDateSynchro(java.sql.Timestamp)
public java.util.Collection getAllSaleSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
SaleDao
Does the same thing as SaleDao.getAllSaleSinceDateSynchro(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.
getAllSaleSinceDateSynchro
in interface SaleDao
getAllSaleSinceDateSynchro
in class SaleDaoBase
SaleDao.getAllSaleSinceDateSynchro(int, java.sql.Timestamp)
public java.util.Collection getAllSaleSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
SaleDao
Does the same thing as SaleDao.getAllSaleSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleDao.getAllSaleSinceDateSynchro(java.sql.Timestamp)
.
getAllSaleSinceDateSynchro
in interface SaleDao
getAllSaleSinceDateSynchro
in class SaleDaoBase
SaleDao.getAllSaleSinceDateSynchro(java.lang.String, java.sql.Timestamp)
public java.util.Collection getAllSaleSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
SaleDao
Does the same thing as SaleDao.getAllSaleSinceDateSynchro(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.
getAllSaleSinceDateSynchro
in interface SaleDao
getAllSaleSinceDateSynchro
in class SaleDaoBase
SaleDao.getAllSaleSinceDateSynchro(int, int, java.sql.Timestamp)
public java.util.Collection getAllSaleSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
SaleDao
Does the same thing as SaleDao.getAllSaleSinceDateSynchro(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.
getAllSaleSinceDateSynchro
in interface SaleDao
getAllSaleSinceDateSynchro
in class SaleDaoBase
SaleDao.getAllSaleSinceDateSynchro(String, int, int, java.sql.Timestamp)
public java.util.Collection getAllSaleSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
SaleDao
Does the same thing as SaleDao.getAllSaleSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleDao.getAllSaleSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
getAllSaleSinceDateSynchro
in interface SaleDao
getAllSaleSinceDateSynchro
in class SaleDaoBase
SaleDao.getAllSaleSinceDateSynchro(int, String, java.sql.Timestamp)
public java.util.Collection getAllSaleSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
SaleDao
Does the same thing as SaleDao.getAllSaleSinceDateSynchro(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.
getAllSaleSinceDateSynchro
in interface SaleDao
getAllSaleSinceDateSynchro
in class SaleDaoBase
SaleDao.getAllSaleSinceDateSynchro(int, int, int, java.sql.Timestamp)
public java.util.Collection getAllSaleSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
SaleDao
Does the same thing as SaleDao.getAllSaleSinceDateSynchro(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.
getAllSaleSinceDateSynchro
in interface SaleDao
getAllSaleSinceDateSynchro
in class SaleDaoBase
SaleDao.getAllSaleSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)
public ObservedSale createFromClusterObservedSale(ClusterObservedSale clusterObservedSale)
createFromClusterObservedSale
in interface ObservedSaleDao
ObservedSaleDao.createFromClusterObservedSale(fr.ifremer.allegro.data.survey.sale.generic.cluster.ClusterObservedSale)
protected abstract ObservedSale handleCreateFromClusterObservedSale(ClusterObservedSale clusterObservedSale) throws java.lang.Exception
createFromClusterObservedSale(fr.ifremer.allegro.data.survey.sale.generic.cluster.ClusterObservedSale)
java.lang.Exception
public ClusterObservedSale[] getAllClusterObservedSaleSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterObservedSaleSinceDateSynchro
in interface ObservedSaleDao
ObservedSaleDao.getAllClusterObservedSaleSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterObservedSale[] handleGetAllClusterObservedSaleSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterObservedSaleSinceDateSynchro(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, ObservedSale entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.data.survey.sale.ObservedSaleDao
, please note
that the SaleDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
ObservedSale
- SaleDao.TRANSFORM_NONE
RemoteObservedSaleFullVO
- TRANSFORM_REMOTEOBSERVEDSALEFULLVO
RemoteObservedSaleNaturalId
- TRANSFORM_REMOTEOBSERVEDSALENATURALID
ClusterObservedSale
- TRANSFORM_CLUSTEROBSERVEDSALE
SaleDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in ObservedSaleDao
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.sale.ObservedSale)
method. This method does not instantiate a new collection.
This method is to be used internally only.
transformEntities
in class SaleDaoBase
transform
- one of the constants declared in fr.ifremer.allegro.data.survey.sale.ObservedSaleDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.data.survey.sale.ObservedSale)
protected ObservedSale toEntity(java.lang.Object[] row)
toEntity
in class SaleDaoBase
public final void toRemoteObservedSaleFullVOCollection(java.util.Collection entities)
ObservedSaleDao
RemoteObservedSaleFullVO
.
toRemoteObservedSaleFullVOCollection
in interface ObservedSaleDao
ObservedSaleDao.toRemoteObservedSaleFullVOCollection(java.util.Collection)
public final RemoteObservedSaleFullVO[] toRemoteObservedSaleFullVOArray(java.util.Collection entities)
ObservedSaleDao
RemoteObservedSaleFullVO
.
toRemoteObservedSaleFullVOArray
in interface ObservedSaleDao
ObservedSaleDao.toRemoteObservedSaleFullVOArray(java.util.Collection)
protected RemoteObservedSaleFullVO toRemoteObservedSaleFullVO(java.lang.Object[] row)
ObservedSaleDaoImpl
class if you intend to use reporting queries.
ObservedSaleDao.toRemoteObservedSaleFullVO(fr.ifremer.allegro.data.survey.sale.ObservedSale)
public final void remoteObservedSaleFullVOToEntityCollection(java.util.Collection instances)
ObservedSaleDao
RemoteObservedSaleFullVO
to this
DAO's entity.
remoteObservedSaleFullVOToEntityCollection
in interface ObservedSaleDao
ObservedSaleDao.remoteObservedSaleFullVOToEntityCollection(java.util.Collection)
public void toRemoteObservedSaleFullVO(ObservedSale source, RemoteObservedSaleFullVO target)
ObservedSaleDao
toRemoteObservedSaleFullVO
in interface ObservedSaleDao
ObservedSaleDao.toRemoteObservedSaleFullVO(fr.ifremer.allegro.data.survey.sale.ObservedSale, fr.ifremer.allegro.data.survey.sale.generic.vo.RemoteObservedSaleFullVO)
public RemoteObservedSaleFullVO toRemoteObservedSaleFullVO(ObservedSale entity)
ObservedSaleDao
RemoteObservedSaleFullVO
.
toRemoteObservedSaleFullVO
in interface ObservedSaleDao
ObservedSaleDao.toRemoteObservedSaleFullVO(fr.ifremer.allegro.data.survey.sale.ObservedSale)
public void remoteObservedSaleFullVOToEntity(RemoteObservedSaleFullVO source, ObservedSale target, boolean copyIfNull)
ObservedSaleDao
RemoteObservedSaleFullVO
to the specified entity.
remoteObservedSaleFullVOToEntity
in interface ObservedSaleDao
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.sale.ObservedSaleDao#remoteObservedSaleFullVOToEntity(fr.ifremer.allegro.data.survey.sale.generic.vo.RemoteObservedSaleFullVO, fr.ifremer.allegro.data.survey.sale.ObservedSale)
public final void toRemoteObservedSaleNaturalIdCollection(java.util.Collection entities)
ObservedSaleDao
RemoteObservedSaleNaturalId
.
toRemoteObservedSaleNaturalIdCollection
in interface ObservedSaleDao
ObservedSaleDao.toRemoteObservedSaleNaturalIdCollection(java.util.Collection)
public final RemoteObservedSaleNaturalId[] toRemoteObservedSaleNaturalIdArray(java.util.Collection entities)
ObservedSaleDao
RemoteObservedSaleNaturalId
.
toRemoteObservedSaleNaturalIdArray
in interface ObservedSaleDao
ObservedSaleDao.toRemoteObservedSaleNaturalIdArray(java.util.Collection)
protected RemoteObservedSaleNaturalId toRemoteObservedSaleNaturalId(java.lang.Object[] row)
ObservedSaleDaoImpl
class if you intend to use reporting queries.
ObservedSaleDao.toRemoteObservedSaleNaturalId(fr.ifremer.allegro.data.survey.sale.ObservedSale)
public final void remoteObservedSaleNaturalIdToEntityCollection(java.util.Collection instances)
ObservedSaleDao
RemoteObservedSaleNaturalId
to this
DAO's entity.
remoteObservedSaleNaturalIdToEntityCollection
in interface ObservedSaleDao
ObservedSaleDao.remoteObservedSaleNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteObservedSaleNaturalId(ObservedSale source, RemoteObservedSaleNaturalId target)
ObservedSaleDao
toRemoteObservedSaleNaturalId
in interface ObservedSaleDao
ObservedSaleDao.toRemoteObservedSaleNaturalId(fr.ifremer.allegro.data.survey.sale.ObservedSale, fr.ifremer.allegro.data.survey.sale.generic.vo.RemoteObservedSaleNaturalId)
public RemoteObservedSaleNaturalId toRemoteObservedSaleNaturalId(ObservedSale entity)
ObservedSaleDao
RemoteObservedSaleNaturalId
.
toRemoteObservedSaleNaturalId
in interface ObservedSaleDao
ObservedSaleDao.toRemoteObservedSaleNaturalId(fr.ifremer.allegro.data.survey.sale.ObservedSale)
public void remoteObservedSaleNaturalIdToEntity(RemoteObservedSaleNaturalId source, ObservedSale target, boolean copyIfNull)
ObservedSaleDao
RemoteObservedSaleNaturalId
to the specified entity.
remoteObservedSaleNaturalIdToEntity
in interface ObservedSaleDao
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.sale.ObservedSaleDao#remoteObservedSaleNaturalIdToEntity(fr.ifremer.allegro.data.survey.sale.generic.vo.RemoteObservedSaleNaturalId, fr.ifremer.allegro.data.survey.sale.ObservedSale)
public final void toClusterObservedSaleCollection(java.util.Collection entities)
ObservedSaleDao
ClusterObservedSale
.
toClusterObservedSaleCollection
in interface ObservedSaleDao
ObservedSaleDao.toClusterObservedSaleCollection(java.util.Collection)
public final ClusterObservedSale[] toClusterObservedSaleArray(java.util.Collection entities)
ObservedSaleDao
ClusterObservedSale
.
toClusterObservedSaleArray
in interface ObservedSaleDao
ObservedSaleDao.toClusterObservedSaleArray(java.util.Collection)
protected ClusterObservedSale toClusterObservedSale(java.lang.Object[] row)
ObservedSaleDaoImpl
class if you intend to use reporting queries.
ObservedSaleDao.toClusterObservedSale(fr.ifremer.allegro.data.survey.sale.ObservedSale)
public final void clusterObservedSaleToEntityCollection(java.util.Collection instances)
ObservedSaleDao
ClusterObservedSale
to this
DAO's entity.
clusterObservedSaleToEntityCollection
in interface ObservedSaleDao
ObservedSaleDao.clusterObservedSaleToEntityCollection(java.util.Collection)
public void toClusterObservedSale(ObservedSale source, ClusterObservedSale target)
ObservedSaleDao
toClusterObservedSale
in interface ObservedSaleDao
ObservedSaleDao.toClusterObservedSale(fr.ifremer.allegro.data.survey.sale.ObservedSale, fr.ifremer.allegro.data.survey.sale.generic.cluster.ClusterObservedSale)
public ClusterObservedSale toClusterObservedSale(ObservedSale entity)
ObservedSaleDao
ClusterObservedSale
.
toClusterObservedSale
in interface ObservedSaleDao
ObservedSaleDao.toClusterObservedSale(fr.ifremer.allegro.data.survey.sale.ObservedSale)
public void clusterObservedSaleToEntity(ClusterObservedSale source, ObservedSale target, boolean copyIfNull)
ObservedSaleDao
ClusterObservedSale
to the specified entity.
clusterObservedSaleToEntity
in interface ObservedSaleDao
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.sale.ObservedSaleDao#clusterObservedSaleToEntity(fr.ifremer.allegro.data.survey.sale.generic.cluster.ClusterObservedSale, fr.ifremer.allegro.data.survey.sale.ObservedSale)
protected java.security.Principal getPrincipal()
principal
if one has been set,
otherwise returns null
.
getPrincipal
in class SaleDaoBase
public PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
SaleDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface ObservedSaleDao
search
in interface SaleDao
search
in class SaleDaoBase
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.ObservedSaleDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
SaleDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface ObservedSaleDao
search
in interface SaleDao
search
in class SaleDaoBase
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.ObservedSaleDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
SaleDao
SaleDao.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 ObservedSaleDao
search
in interface SaleDao
search
in class SaleDaoBase
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
ObservedSaleDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
SaleDao
search
object.
search
in interface ObservedSaleDao
search
in interface SaleDao
search
in class SaleDaoBase
search
- the search object which provides the search parameters and pagination specification.
ObservedSaleDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |