|
||||||||||
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
public abstract class SaleDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.data.survey.sale.Sale
.
Sale
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.data.survey.sale.SaleDao |
---|
TRANSFORM_CLUSTERSALE, TRANSFORM_NONE, TRANSFORM_REMOTESALEFULLVO, TRANSFORM_REMOTESALENATURALID |
Constructor Summary | |
---|---|
SaleDaoBase()
|
Method Summary | |
---|---|
void |
clusterSaleToEntity(ClusterSale source,
Sale target,
boolean copyIfNull)
Copies the fields of ClusterSale to the specified entity. |
void |
clusterSaleToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterSale 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 |
Sale |
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)
Creates a new fr.ifremer.allegro.data.survey.sale.Sale
instance from all attributes and
properties and adds it to the persistent store. |
Sale |
create(java.util.Date creationDate,
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.Sale
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as SaleDao.create(fr.ifremer.allegro.data.survey.sale.Sale) 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)
Does the same thing as 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) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.util.Date creationDate,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Location saleLocation,
java.util.Date saleStartDate,
SaleType saleType,
Vessel vessel)
Does the same thing as SaleDao.create(java.util.Date,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,
Sale sale)
Does the same thing as SaleDao.create(fr.ifremer.allegro.data.survey.sale.Sale) with an
additional flag called transform . |
Sale |
create(Sale sale)
Creates an instance of fr.ifremer.allegro.data.survey.sale.Sale and adds it to the persistent store. |
Sale |
createFromClusterSale(ClusterSale clusterSale)
|
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)
|
ClusterSale[] |
getAllClusterSaleSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
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 CatchBatchDao |
getCatchBatchDao()
Gets the reference to catchBatchDao . |
protected DeclaredDocumentReferenceDao |
getDeclaredDocumentReferenceDao()
Gets the reference to declaredDocumentReferenceDao . |
protected DepartmentDao |
getDepartmentDao()
Gets the reference to departmentDao . |
protected FishingTripDao |
getFishingTripDao()
Gets the reference to fishingTripDao . |
protected LandingDao |
getLandingDao()
Gets the reference to landingDao . |
protected LocationDao |
getLocationDao()
Gets the reference to locationDao . |
protected PersonDao |
getPersonDao()
Gets the reference to personDao . |
protected java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected ProgramDao |
getProgramDao()
Gets the reference to programDao . |
protected QualityFlagDao |
getQualityFlagDao()
Gets the reference to qualityFlagDao . |
protected SaleMeasurementDao |
getSaleMeasurementDao()
Gets the reference to saleMeasurementDao . |
protected SaleOriginDao |
getSaleOriginDao()
Gets the reference to saleOriginDao . |
protected SaleProduceDao |
getSaleProduceDao()
Gets the reference to saleProduceDao . |
protected SaleTypeDao |
getSaleTypeDao()
Gets the reference to saleTypeDao . |
protected SurveyMeasurementDao |
getSurveyMeasurementDao()
Gets the reference to surveyMeasurementDao . |
protected VesselDao |
getVesselDao()
Gets the reference to vesselDao . |
protected abstract Sale |
handleCreateFromClusterSale(ClusterSale clusterSale)
Performs the core logic for createFromClusterSale(fr.ifremer.allegro.data.survey.sale.generic.cluster.ClusterSale) |
protected abstract ClusterSale[] |
handleGetAllClusterSaleSinceDateSynchro(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 getAllClusterSaleSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
Sale |
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 |
remoteSaleFullVOToEntity(RemoteSaleFullVO source,
Sale target,
boolean copyIfNull)
Copies the fields of RemoteSaleFullVO to the specified entity. |
void |
remoteSaleFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteSaleFullVO to this
DAO's entity. |
void |
remoteSaleNaturalIdToEntity(RemoteSaleNaturalId source,
Sale target,
boolean copyIfNull)
Copies the fields of RemoteSaleNaturalId to the specified entity. |
void |
remoteSaleNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteSaleNaturalId 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(Sale sale)
Removes the instance of fr.ifremer.allegro.data.survey.sale.Sale 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 |
setCatchBatchDao(CatchBatchDao catchBatchDao)
Sets the reference to catchBatchDao . |
void |
setDeclaredDocumentReferenceDao(DeclaredDocumentReferenceDao declaredDocumentReferenceDao)
Sets the reference to declaredDocumentReferenceDao . |
void |
setDepartmentDao(DepartmentDao departmentDao)
Sets the reference to departmentDao . |
void |
setFishingTripDao(FishingTripDao fishingTripDao)
Sets the reference to fishingTripDao . |
void |
setLandingDao(LandingDao landingDao)
Sets the reference to landingDao . |
void |
setLocationDao(LocationDao locationDao)
Sets the reference to locationDao . |
void |
setPersonDao(PersonDao personDao)
Sets the reference to personDao . |
void |
setProgramDao(ProgramDao programDao)
Sets the reference to programDao . |
void |
setQualityFlagDao(QualityFlagDao qualityFlagDao)
Sets the reference to qualityFlagDao . |
void |
setSaleMeasurementDao(SaleMeasurementDao saleMeasurementDao)
Sets the reference to saleMeasurementDao . |
void |
setSaleOriginDao(SaleOriginDao saleOriginDao)
Sets the reference to saleOriginDao . |
void |
setSaleProduceDao(SaleProduceDao saleProduceDao)
Sets the reference to saleProduceDao . |
void |
setSaleTypeDao(SaleTypeDao saleTypeDao)
Sets the reference to saleTypeDao . |
void |
setSurveyMeasurementDao(SurveyMeasurementDao surveyMeasurementDao)
Sets the reference to surveyMeasurementDao . |
void |
setVesselDao(VesselDao vesselDao)
Sets the reference to vesselDao . |
protected ClusterSale |
toClusterSale(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterSale |
toClusterSale(Sale entity)
Converts this DAO's entity to an object of type ClusterSale . |
void |
toClusterSale(Sale source,
ClusterSale target)
Copies the fields of the specified entity to the target value object. |
ClusterSale[] |
toClusterSaleArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterSale . |
void |
toClusterSaleCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterSale . |
protected Sale |
toEntity(java.lang.Object[] row)
|
protected RemoteSaleFullVO |
toRemoteSaleFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteSaleFullVO |
toRemoteSaleFullVO(Sale entity)
Converts this DAO's entity to an object of type RemoteSaleFullVO . |
void |
toRemoteSaleFullVO(Sale source,
RemoteSaleFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteSaleFullVO[] |
toRemoteSaleFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteSaleFullVO . |
void |
toRemoteSaleFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteSaleFullVO . |
protected RemoteSaleNaturalId |
toRemoteSaleNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteSaleNaturalId |
toRemoteSaleNaturalId(Sale entity)
Converts this DAO's entity to an object of type RemoteSaleNaturalId . |
void |
toRemoteSaleNaturalId(Sale source,
RemoteSaleNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteSaleNaturalId[] |
toRemoteSaleNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteSaleNaturalId . |
void |
toRemoteSaleNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteSaleNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.data.survey.sale.Sale)
method. |
protected java.lang.Object |
transformEntity(int transform,
Sale 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.SaleDao , 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(Sale sale)
Updates the sale instance in the persistent store. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface fr.ifremer.allegro.data.survey.sale.SaleDao |
---|
clusterSaleToEntity, remoteSaleFullVOToEntity, remoteSaleNaturalIdToEntity |
Constructor Detail |
---|
public SaleDaoBase()
Method Detail |
---|
public void setLocationDao(LocationDao locationDao)
locationDao
.
protected LocationDao getLocationDao()
locationDao
.
public void setVesselDao(VesselDao vesselDao)
vesselDao
.
protected VesselDao getVesselDao()
vesselDao
.
public void setFishingTripDao(FishingTripDao fishingTripDao)
fishingTripDao
.
protected FishingTripDao getFishingTripDao()
fishingTripDao
.
public void setDeclaredDocumentReferenceDao(DeclaredDocumentReferenceDao declaredDocumentReferenceDao)
declaredDocumentReferenceDao
.
protected DeclaredDocumentReferenceDao getDeclaredDocumentReferenceDao()
declaredDocumentReferenceDao
.
public void setSaleTypeDao(SaleTypeDao saleTypeDao)
saleTypeDao
.
protected SaleTypeDao getSaleTypeDao()
saleTypeDao
.
public void setLandingDao(LandingDao landingDao)
landingDao
.
protected LandingDao getLandingDao()
landingDao
.
public void setProgramDao(ProgramDao programDao)
programDao
.
protected ProgramDao getProgramDao()
programDao
.
public void setDepartmentDao(DepartmentDao departmentDao)
departmentDao
.
protected DepartmentDao getDepartmentDao()
departmentDao
.
public void setQualityFlagDao(QualityFlagDao qualityFlagDao)
qualityFlagDao
.
protected QualityFlagDao getQualityFlagDao()
qualityFlagDao
.
public void setCatchBatchDao(CatchBatchDao catchBatchDao)
catchBatchDao
.
protected CatchBatchDao getCatchBatchDao()
catchBatchDao
.
public void setPersonDao(PersonDao personDao)
personDao
.
protected PersonDao getPersonDao()
personDao
.
public void setSaleMeasurementDao(SaleMeasurementDao saleMeasurementDao)
saleMeasurementDao
.
protected SaleMeasurementDao getSaleMeasurementDao()
saleMeasurementDao
.
public void setSaleProduceDao(SaleProduceDao saleProduceDao)
saleProduceDao
.
protected SaleProduceDao getSaleProduceDao()
saleProduceDao
.
public void setSaleOriginDao(SaleOriginDao saleOriginDao)
saleOriginDao
.
protected SaleOriginDao getSaleOriginDao()
saleOriginDao
.
public void setSurveyMeasurementDao(SurveyMeasurementDao surveyMeasurementDao)
surveyMeasurementDao
.
protected SurveyMeasurementDao getSurveyMeasurementDao()
surveyMeasurementDao
.
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 SaleDao
id
- identifier of the entity to load
SaleDao.load(int, java.lang.Integer)
public Sale load(java.lang.Integer id)
SaleDao
load
in interface SaleDao
SaleDao.load(java.lang.Integer)
public java.util.Collection loadAll()
SaleDao
Sale
.
loadAll
in interface SaleDao
SaleDao.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 SaleDao
transform
- the flag indicating what transformation to use.
SaleDao.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 SaleDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
SaleDao.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 SaleDao
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.
SaleDao.loadAll(int, int, int)
public Sale create(Sale sale)
SaleDao
create
in interface SaleDao
SaleDao.create(fr.ifremer.allegro.data.survey.sale.Sale)
public java.lang.Object create(int transform, Sale sale)
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 entity (into a value object for example). By default, transformation does
not occur.
create
in interface SaleDao
SaleDao.create(int transform, fr.ifremer.allegro.data.survey.sale.Sale)
public java.util.Collection create(java.util.Collection entities)
SaleDao
entities
collection
create
in interface SaleDao
entities
- the collection of fr.ifremer.allegro.data.survey.sale.Sale
instances to create.
SaleDao.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 SaleDao
SaleDao.create(int, java.util.Collection)
public Sale 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)
SaleDao
Creates a new fr.ifremer.allegro.data.survey.sale.Sale
instance from all attributes and
properties and adds it to the persistent store.
create
in interface SaleDao
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)
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)
SaleDao
Does the same thing as 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)
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 SaleDao
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)
public Sale create(java.util.Date creationDate, Program program, QualityFlag qualityFlag, Department recorderDepartment, Location saleLocation, java.util.Date saleStartDate, SaleType saleType, Vessel vessel)
SaleDao
Creates a new fr.ifremer.allegro.data.survey.sale.Sale
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface SaleDao
SaleDao.create(java.util.Date,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, Program program, QualityFlag qualityFlag, Department recorderDepartment, Location saleLocation, java.util.Date saleStartDate, SaleType saleType, Vessel vessel)
SaleDao
Does the same thing as SaleDao.create(java.util.Date,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 SaleDao
SaleDao.create(int, java.util.Date,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(Sale sale)
SaleDao
sale
instance in the persistent store.
update
in interface SaleDao
SaleDao.update(fr.ifremer.allegro.data.survey.sale.Sale)
public void update(java.util.Collection entities)
SaleDao
entities
collection in the persistent store.
update
in interface SaleDao
SaleDao.update(java.util.Collection)
public void remove(Sale sale)
SaleDao
remove
in interface SaleDao
SaleDao.remove(fr.ifremer.allegro.data.survey.sale.Sale)
public void remove(java.lang.Integer id)
SaleDao
identifier
from the persistent store.
remove
in interface SaleDao
SaleDao.remove(java.lang.Integer)
public void remove(java.util.Collection entities)
SaleDao
entities collection.
- Specified by:
remove
in interface SaleDao
- See Also:
SaleDao.remove(java.util.Collection)
public java.util.Collection getAllSale()
getAllSale
in interface SaleDao
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
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
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
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
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
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
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
SaleDao.getAllSale(int, java.lang.String, int, int)
public Sale findSaleById(java.lang.Integer id)
findSaleById
in interface SaleDao
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
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
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
SaleDao.findSaleById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findSaleBySaleLocation(Location saleLocation)
findSaleBySaleLocation
in interface SaleDao
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
SaleDao.findSaleBySaleType(int, java.lang.String, int, int, fr.ifremer.allegro.referential.SaleType)
public java.util.Collection findSaleByLanding(Landing landing)
findSaleByLanding
in interface SaleDao
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
SaleDao.findSaleByQualityFlag(int, java.lang.String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public Sale findSaleByCatchBatch(CatchBatch catchBatch)
findSaleByCatchBatch
in interface SaleDao
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
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
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
SaleDao.findSaleByCatchBatch(int, java.lang.String, fr.ifremer.allegro.data.batch.CatchBatch)
public java.util.Collection findSaleByRecorderPerson(Person recorderPerson)
findSaleByRecorderPerson
in interface SaleDao
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
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
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
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
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
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
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
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
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
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
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
SaleDao.findSaleByNaturalId(int, java.lang.String, java.lang.Integer)
public java.util.Collection getAllSaleSinceDateSynchro(java.sql.Timestamp updateDate)
getAllSaleSinceDateSynchro
in interface SaleDao
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
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
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
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
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
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
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
SaleDao.getAllSaleSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)
public Sale createFromClusterSale(ClusterSale clusterSale)
createFromClusterSale
in interface SaleDao
SaleDao.createFromClusterSale(fr.ifremer.allegro.data.survey.sale.generic.cluster.ClusterSale)
protected abstract Sale handleCreateFromClusterSale(ClusterSale clusterSale) throws java.lang.Exception
createFromClusterSale(fr.ifremer.allegro.data.survey.sale.generic.cluster.ClusterSale)
java.lang.Exception
public ClusterSale[] getAllClusterSaleSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterSaleSinceDateSynchro
in interface SaleDao
SaleDao.getAllClusterSaleSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterSale[] handleGetAllClusterSaleSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterSaleSinceDateSynchro(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, Sale entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.data.survey.sale.SaleDao
, 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:
Sale
- SaleDao.TRANSFORM_NONE
RemoteSaleFullVO
- TRANSFORM_REMOTESALEFULLVO
RemoteSaleNaturalId
- TRANSFORM_REMOTESALENATURALID
ClusterSale
- TRANSFORM_CLUSTERSALE
SaleDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in SaleDao
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.Sale)
method. This method does not instantiate a new collection.
This method is to be used internally only.
transform
- one of the constants declared in fr.ifremer.allegro.data.survey.sale.SaleDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.data.survey.sale.Sale)
protected Sale toEntity(java.lang.Object[] row)
public final void toRemoteSaleFullVOCollection(java.util.Collection entities)
SaleDao
RemoteSaleFullVO
.
toRemoteSaleFullVOCollection
in interface SaleDao
SaleDao.toRemoteSaleFullVOCollection(java.util.Collection)
public final RemoteSaleFullVO[] toRemoteSaleFullVOArray(java.util.Collection entities)
SaleDao
RemoteSaleFullVO
.
toRemoteSaleFullVOArray
in interface SaleDao
SaleDao.toRemoteSaleFullVOArray(java.util.Collection)
protected RemoteSaleFullVO toRemoteSaleFullVO(java.lang.Object[] row)
SaleDaoImpl
class if you intend to use reporting queries.
SaleDao.toRemoteSaleFullVO(fr.ifremer.allegro.data.survey.sale.Sale)
public final void remoteSaleFullVOToEntityCollection(java.util.Collection instances)
SaleDao
RemoteSaleFullVO
to this
DAO's entity.
remoteSaleFullVOToEntityCollection
in interface SaleDao
SaleDao.remoteSaleFullVOToEntityCollection(java.util.Collection)
public void toRemoteSaleFullVO(Sale source, RemoteSaleFullVO target)
SaleDao
toRemoteSaleFullVO
in interface SaleDao
SaleDao.toRemoteSaleFullVO(fr.ifremer.allegro.data.survey.sale.Sale, fr.ifremer.allegro.data.survey.sale.generic.vo.RemoteSaleFullVO)
public RemoteSaleFullVO toRemoteSaleFullVO(Sale entity)
SaleDao
RemoteSaleFullVO
.
toRemoteSaleFullVO
in interface SaleDao
SaleDao.toRemoteSaleFullVO(fr.ifremer.allegro.data.survey.sale.Sale)
public void remoteSaleFullVOToEntity(RemoteSaleFullVO source, Sale target, boolean copyIfNull)
SaleDao
RemoteSaleFullVO
to the specified entity.
remoteSaleFullVOToEntity
in interface SaleDao
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.SaleDao#remoteSaleFullVOToEntity(fr.ifremer.allegro.data.survey.sale.generic.vo.RemoteSaleFullVO, fr.ifremer.allegro.data.survey.sale.Sale)
public final void toRemoteSaleNaturalIdCollection(java.util.Collection entities)
SaleDao
RemoteSaleNaturalId
.
toRemoteSaleNaturalIdCollection
in interface SaleDao
SaleDao.toRemoteSaleNaturalIdCollection(java.util.Collection)
public final RemoteSaleNaturalId[] toRemoteSaleNaturalIdArray(java.util.Collection entities)
SaleDao
RemoteSaleNaturalId
.
toRemoteSaleNaturalIdArray
in interface SaleDao
SaleDao.toRemoteSaleNaturalIdArray(java.util.Collection)
protected RemoteSaleNaturalId toRemoteSaleNaturalId(java.lang.Object[] row)
SaleDaoImpl
class if you intend to use reporting queries.
SaleDao.toRemoteSaleNaturalId(fr.ifremer.allegro.data.survey.sale.Sale)
public final void remoteSaleNaturalIdToEntityCollection(java.util.Collection instances)
SaleDao
RemoteSaleNaturalId
to this
DAO's entity.
remoteSaleNaturalIdToEntityCollection
in interface SaleDao
SaleDao.remoteSaleNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteSaleNaturalId(Sale source, RemoteSaleNaturalId target)
SaleDao
toRemoteSaleNaturalId
in interface SaleDao
SaleDao.toRemoteSaleNaturalId(fr.ifremer.allegro.data.survey.sale.Sale, fr.ifremer.allegro.data.survey.sale.generic.vo.RemoteSaleNaturalId)
public RemoteSaleNaturalId toRemoteSaleNaturalId(Sale entity)
SaleDao
RemoteSaleNaturalId
.
toRemoteSaleNaturalId
in interface SaleDao
SaleDao.toRemoteSaleNaturalId(fr.ifremer.allegro.data.survey.sale.Sale)
public void remoteSaleNaturalIdToEntity(RemoteSaleNaturalId source, Sale target, boolean copyIfNull)
SaleDao
RemoteSaleNaturalId
to the specified entity.
remoteSaleNaturalIdToEntity
in interface SaleDao
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.SaleDao#remoteSaleNaturalIdToEntity(fr.ifremer.allegro.data.survey.sale.generic.vo.RemoteSaleNaturalId, fr.ifremer.allegro.data.survey.sale.Sale)
public final void toClusterSaleCollection(java.util.Collection entities)
SaleDao
ClusterSale
.
toClusterSaleCollection
in interface SaleDao
SaleDao.toClusterSaleCollection(java.util.Collection)
public final ClusterSale[] toClusterSaleArray(java.util.Collection entities)
SaleDao
ClusterSale
.
toClusterSaleArray
in interface SaleDao
SaleDao.toClusterSaleArray(java.util.Collection)
protected ClusterSale toClusterSale(java.lang.Object[] row)
SaleDaoImpl
class if you intend to use reporting queries.
SaleDao.toClusterSale(fr.ifremer.allegro.data.survey.sale.Sale)
public final void clusterSaleToEntityCollection(java.util.Collection instances)
SaleDao
ClusterSale
to this
DAO's entity.
clusterSaleToEntityCollection
in interface SaleDao
SaleDao.clusterSaleToEntityCollection(java.util.Collection)
public void toClusterSale(Sale source, ClusterSale target)
SaleDao
toClusterSale
in interface SaleDao
SaleDao.toClusterSale(fr.ifremer.allegro.data.survey.sale.Sale, fr.ifremer.allegro.data.survey.sale.generic.cluster.ClusterSale)
public ClusterSale toClusterSale(Sale entity)
SaleDao
ClusterSale
.
toClusterSale
in interface SaleDao
SaleDao.toClusterSale(fr.ifremer.allegro.data.survey.sale.Sale)
public void clusterSaleToEntity(ClusterSale source, Sale target, boolean copyIfNull)
SaleDao
ClusterSale
to the specified entity.
clusterSaleToEntity
in interface SaleDao
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.SaleDao#clusterSaleToEntity(fr.ifremer.allegro.data.survey.sale.generic.cluster.ClusterSale, fr.ifremer.allegro.data.survey.sale.Sale)
protected java.security.Principal getPrincipal()
principal
if one has been set,
otherwise returns null
.
public PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
SaleDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface SaleDao
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.SaleDao.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 SaleDao
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.SaleDao.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 SaleDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
SaleDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
SaleDao
search
object.
search
in interface SaleDao
search
- the search object which provides the search parameters and pagination specification.
SaleDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |