|
||||||||||
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.produce.ProduceDaoBase
fr.ifremer.allegro.data.produce.ProduceDaoImpl
fr.ifremer.allegro.data.survey.sale.SaleProduceDaoBase
public abstract class SaleProduceDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.data.survey.sale.SaleProduce
.
SaleProduce
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.data.survey.sale.SaleProduceDao |
---|
TRANSFORM_CLUSTERSALEPRODUCE, TRANSFORM_REMOTESALEPRODUCEFULLVO, TRANSFORM_REMOTESALEPRODUCENATURALID |
Fields inherited from interface fr.ifremer.allegro.data.produce.ProduceDao |
---|
TRANSFORM_CLUSTERPRODUCE, TRANSFORM_NONE, TRANSFORM_REMOTEPRODUCEFULLVO, TRANSFORM_REMOTEPRODUCENATURALID |
Constructor Summary | |
---|---|
SaleProduceDaoBase()
|
Method Summary | |
---|---|
void |
clusterSaleProduceToEntity(ClusterSaleProduce source,
SaleProduce target,
boolean copyIfNull)
Copies the fields of ClusterSaleProduce to the specified entity. |
void |
clusterSaleProduceToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterSaleProduce to this
DAO's entity. |
SaleProduce |
create(java.lang.Boolean isDiscard,
java.lang.Float subgroupCount,
java.lang.Short individualCount,
java.lang.String taxonGroupOtherInformation,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
Batch batch,
java.util.Collection sortingMeasurements,
java.util.Collection quantificationMeasurements,
Landing landing,
Gear gear,
TaxonGroup otherTaxonGroup,
TaxonGroup taxonGroup,
java.util.Collection fishingAreas,
FishingOperation fishingOperation,
Transshipment transshipment,
QualityFlag qualityFlag,
Buyer buyer,
Sale sale,
ExpectedSale expectedSale)
Creates a new fr.ifremer.allegro.data.survey.sale.SaleProduce
instance from all attributes and
properties and adds it to the persistent store. |
SaleProduce |
create(java.lang.Boolean isDiscard,
QualityFlag qualityFlag,
java.util.Collection quantificationMeasurements,
TaxonGroup taxonGroup)
Creates a new fr.ifremer.allegro.data.produce.Produce
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.data.produce.Produce and adds from the passed in entities collection |
java.lang.Object |
create(int transform,
java.lang.Boolean isDiscard,
java.lang.Float subgroupCount,
java.lang.Short individualCount,
java.lang.String taxonGroupOtherInformation,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
Batch batch,
java.util.Collection sortingMeasurements,
java.util.Collection quantificationMeasurements,
Landing landing,
Gear gear,
TaxonGroup otherTaxonGroup,
TaxonGroup taxonGroup,
java.util.Collection fishingAreas,
FishingOperation fishingOperation,
Transshipment transshipment,
QualityFlag qualityFlag,
Buyer buyer,
Sale sale,
ExpectedSale expectedSale)
Does the same thing as SaleProduceDao.create(java.lang.Boolean,java.lang.Float,java.lang.Short,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.data.batch.Batch,java.util.Collection,java.util.Collection,fr.ifremer.allegro.data.survey.landing.Landing,fr.ifremer.allegro.referential.gear.Gear,fr.ifremer.allegro.referential.taxon.TaxonGroup,fr.ifremer.allegro.referential.taxon.TaxonGroup,java.util.Collection,fr.ifremer.allegro.data.operation.FishingOperation,fr.ifremer.allegro.data.transshipment.Transshipment,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.buyer.Buyer,fr.ifremer.allegro.data.survey.sale.Sale,fr.ifremer.allegro.data.sale.ExpectedSale) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.Boolean isDiscard,
QualityFlag qualityFlag,
java.util.Collection quantificationMeasurements,
TaxonGroup taxonGroup)
Does the same thing as ProduceDao.create(java.lang.Boolean,fr.ifremer.allegro.referential.QualityFlag,java.util.Collection,fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional flag called transform . |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as ProduceDao.create(fr.ifremer.allegro.data.produce.Produce) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
SaleProduce saleProduce)
Does the same thing as SaleProduceDao.create(fr.ifremer.allegro.data.survey.sale.SaleProduce) with an
additional flag called transform . |
SaleProduce |
create(SaleProduce saleProduce)
Creates an instance of fr.ifremer.allegro.data.survey.sale.SaleProduce and adds it to the persistent store. |
SaleProduce |
createFromClusterSaleProduce(ClusterSaleProduce clusterSaleProduce)
|
java.util.Collection |
findProduceByBatch(Batch batch)
|
java.util.Collection |
findProduceByBatch(int transform,
Batch batch)
Does the same thing as ProduceDao.findProduceByBatch(fr.ifremer.allegro.data.batch.Batch) with an
additional flag called transform . |
java.util.Collection |
findProduceByBatch(int pageNumber,
int pageSize,
Batch batch)
Does the same thing as ProduceDao.findProduceByBatch(fr.ifremer.allegro.data.batch.Batch) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findProduceByBatch(int transform,
int pageNumber,
int pageSize,
Batch batch)
Does the same thing as ProduceDao.findProduceByBatch(int, fr.ifremer.allegro.data.batch.Batch) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findProduceByBatch(int transform,
java.lang.String queryString,
Batch batch)
Does the same thing as ProduceDao.findProduceByBatch(int, fr.ifremer.allegro.data.batch.Batch) with an
additional argument called queryString . |
java.util.Collection |
findProduceByBatch(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Batch batch)
Does the same thing as ProduceDao.findProduceByBatch(int, String, fr.ifremer.allegro.data.batch.Batch) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findProduceByBatch(java.lang.String queryString,
Batch batch)
Does the same thing as ProduceDao.findProduceByBatch(fr.ifremer.allegro.data.batch.Batch) with an
additional argument called queryString . |
java.util.Collection |
findProduceByBatch(java.lang.String queryString,
int pageNumber,
int pageSize,
Batch batch)
Does the same thing as ProduceDao.findProduceByBatch(String, fr.ifremer.allegro.data.batch.Batch) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findProduceByFishingOperation(FishingOperation fishingOperation)
|
java.util.Collection |
findProduceByFishingOperation(int transform,
FishingOperation fishingOperation)
Does the same thing as ProduceDao.findProduceByFishingOperation(fr.ifremer.allegro.data.operation.FishingOperation) with an
additional flag called transform . |
java.util.Collection |
findProduceByFishingOperation(int pageNumber,
int pageSize,
FishingOperation fishingOperation)
Does the same thing as ProduceDao.findProduceByFishingOperation(fr.ifremer.allegro.data.operation.FishingOperation) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findProduceByFishingOperation(int transform,
int pageNumber,
int pageSize,
FishingOperation fishingOperation)
Does the same thing as ProduceDao.findProduceByFishingOperation(int, fr.ifremer.allegro.data.operation.FishingOperation) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findProduceByFishingOperation(int transform,
java.lang.String queryString,
FishingOperation fishingOperation)
Does the same thing as ProduceDao.findProduceByFishingOperation(int, fr.ifremer.allegro.data.operation.FishingOperation) with an
additional argument called queryString . |
java.util.Collection |
findProduceByFishingOperation(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingOperation fishingOperation)
Does the same thing as ProduceDao.findProduceByFishingOperation(int, String, fr.ifremer.allegro.data.operation.FishingOperation) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findProduceByFishingOperation(java.lang.String queryString,
FishingOperation fishingOperation)
Does the same thing as ProduceDao.findProduceByFishingOperation(fr.ifremer.allegro.data.operation.FishingOperation) with an
additional argument called queryString . |
java.util.Collection |
findProduceByFishingOperation(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingOperation fishingOperation)
Does the same thing as ProduceDao.findProduceByFishingOperation(String, fr.ifremer.allegro.data.operation.FishingOperation) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findProduceByGear(Gear gear)
|
java.util.Collection |
findProduceByGear(int transform,
Gear gear)
Does the same thing as ProduceDao.findProduceByGear(fr.ifremer.allegro.referential.gear.Gear) with an
additional flag called transform . |
java.util.Collection |
findProduceByGear(int pageNumber,
int pageSize,
Gear gear)
Does the same thing as ProduceDao.findProduceByGear(fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findProduceByGear(int transform,
int pageNumber,
int pageSize,
Gear gear)
Does the same thing as ProduceDao.findProduceByGear(int, fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findProduceByGear(int transform,
java.lang.String queryString,
Gear gear)
Does the same thing as ProduceDao.findProduceByGear(int, fr.ifremer.allegro.referential.gear.Gear) with an
additional argument called queryString . |
java.util.Collection |
findProduceByGear(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Gear gear)
Does the same thing as ProduceDao.findProduceByGear(int, String, fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findProduceByGear(java.lang.String queryString,
Gear gear)
Does the same thing as ProduceDao.findProduceByGear(fr.ifremer.allegro.referential.gear.Gear) with an
additional argument called queryString . |
java.util.Collection |
findProduceByGear(java.lang.String queryString,
int pageNumber,
int pageSize,
Gear gear)
Does the same thing as ProduceDao.findProduceByGear(String, fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
Produce |
findProduceById(java.lang.Integer id)
|
java.lang.Object |
findProduceById(int transform,
java.lang.Integer id)
Does the same thing as ProduceDao.findProduceById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findProduceById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as ProduceDao.findProduceById(int, java.lang.Integer) with an
additional argument called queryString . |
Produce |
findProduceById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as ProduceDao.findProduceById(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findProduceByLanding(int transform,
int pageNumber,
int pageSize,
Landing landing)
Does the same thing as ProduceDao.findProduceByLanding(int, fr.ifremer.allegro.data.survey.landing.Landing) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findProduceByLanding(int pageNumber,
int pageSize,
Landing landing)
Does the same thing as ProduceDao.findProduceByLanding(fr.ifremer.allegro.data.survey.landing.Landing) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findProduceByLanding(int transform,
Landing landing)
Does the same thing as ProduceDao.findProduceByLanding(fr.ifremer.allegro.data.survey.landing.Landing) with an
additional flag called transform . |
java.util.Collection |
findProduceByLanding(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Landing landing)
Does the same thing as ProduceDao.findProduceByLanding(int, String, fr.ifremer.allegro.data.survey.landing.Landing) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findProduceByLanding(int transform,
java.lang.String queryString,
Landing landing)
Does the same thing as ProduceDao.findProduceByLanding(int, fr.ifremer.allegro.data.survey.landing.Landing) with an
additional argument called queryString . |
java.util.Collection |
findProduceByLanding(Landing landing)
|
java.util.Collection |
findProduceByLanding(java.lang.String queryString,
int pageNumber,
int pageSize,
Landing landing)
Does the same thing as ProduceDao.findProduceByLanding(String, fr.ifremer.allegro.data.survey.landing.Landing) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findProduceByLanding(java.lang.String queryString,
Landing landing)
Does the same thing as ProduceDao.findProduceByLanding(fr.ifremer.allegro.data.survey.landing.Landing) with an
additional argument called queryString . |
Produce |
findProduceByNaturalId(java.lang.Integer id)
|
java.lang.Object |
findProduceByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as ProduceDao.findProduceByNaturalId(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findProduceByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as ProduceDao.findProduceByNaturalId(int, java.lang.Integer) with an
additional argument called queryString . |
Produce |
findProduceByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as ProduceDao.findProduceByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findProduceByOtherTaxonGroup(int transform,
int pageNumber,
int pageSize,
TaxonGroup otherTaxonGroup)
Does the same thing as ProduceDao.findProduceByOtherTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findProduceByOtherTaxonGroup(int pageNumber,
int pageSize,
TaxonGroup otherTaxonGroup)
Does the same thing as ProduceDao.findProduceByOtherTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findProduceByOtherTaxonGroup(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
TaxonGroup otherTaxonGroup)
Does the same thing as ProduceDao.findProduceByOtherTaxonGroup(int, String, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findProduceByOtherTaxonGroup(int transform,
java.lang.String queryString,
TaxonGroup otherTaxonGroup)
Does the same thing as ProduceDao.findProduceByOtherTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional argument called queryString . |
java.util.Collection |
findProduceByOtherTaxonGroup(int transform,
TaxonGroup otherTaxonGroup)
Does the same thing as ProduceDao.findProduceByOtherTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional flag called transform . |
java.util.Collection |
findProduceByOtherTaxonGroup(java.lang.String queryString,
int pageNumber,
int pageSize,
TaxonGroup otherTaxonGroup)
Does the same thing as ProduceDao.findProduceByOtherTaxonGroup(String, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findProduceByOtherTaxonGroup(java.lang.String queryString,
TaxonGroup otherTaxonGroup)
Does the same thing as ProduceDao.findProduceByOtherTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional argument called queryString . |
java.util.Collection |
findProduceByOtherTaxonGroup(TaxonGroup otherTaxonGroup)
|
java.util.Collection |
findProduceByQualityFlag(int transform,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as ProduceDao.findProduceByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findProduceByQualityFlag(int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as ProduceDao.findProduceByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findProduceByQualityFlag(int transform,
QualityFlag qualityFlag)
Does the same thing as ProduceDao.findProduceByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional flag called transform . |
java.util.Collection |
findProduceByQualityFlag(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as ProduceDao.findProduceByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findProduceByQualityFlag(int transform,
java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as ProduceDao.findProduceByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findProduceByQualityFlag(QualityFlag qualityFlag)
|
java.util.Collection |
findProduceByQualityFlag(java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as ProduceDao.findProduceByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findProduceByQualityFlag(java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as ProduceDao.findProduceByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findProduceByTaxonGroup(int transform,
int pageNumber,
int pageSize,
TaxonGroup taxonGroup)
Does the same thing as ProduceDao.findProduceByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findProduceByTaxonGroup(int pageNumber,
int pageSize,
TaxonGroup taxonGroup)
Does the same thing as ProduceDao.findProduceByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findProduceByTaxonGroup(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
TaxonGroup taxonGroup)
Does the same thing as ProduceDao.findProduceByTaxonGroup(int, String, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findProduceByTaxonGroup(int transform,
java.lang.String queryString,
TaxonGroup taxonGroup)
Does the same thing as ProduceDao.findProduceByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional argument called queryString . |
java.util.Collection |
findProduceByTaxonGroup(int transform,
TaxonGroup taxonGroup)
Does the same thing as ProduceDao.findProduceByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional flag called transform . |
java.util.Collection |
findProduceByTaxonGroup(java.lang.String queryString,
int pageNumber,
int pageSize,
TaxonGroup taxonGroup)
Does the same thing as ProduceDao.findProduceByTaxonGroup(String, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findProduceByTaxonGroup(java.lang.String queryString,
TaxonGroup taxonGroup)
Does the same thing as ProduceDao.findProduceByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional argument called queryString . |
java.util.Collection |
findProduceByTaxonGroup(TaxonGroup taxonGroup)
|
java.util.Collection |
findProduceByTransshipment(int transform,
int pageNumber,
int pageSize,
Transshipment transshipment)
Does the same thing as ProduceDao.findProduceByTransshipment(int, fr.ifremer.allegro.data.transshipment.Transshipment) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findProduceByTransshipment(int pageNumber,
int pageSize,
Transshipment transshipment)
Does the same thing as ProduceDao.findProduceByTransshipment(fr.ifremer.allegro.data.transshipment.Transshipment) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findProduceByTransshipment(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Transshipment transshipment)
Does the same thing as ProduceDao.findProduceByTransshipment(int, String, fr.ifremer.allegro.data.transshipment.Transshipment) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findProduceByTransshipment(int transform,
java.lang.String queryString,
Transshipment transshipment)
Does the same thing as ProduceDao.findProduceByTransshipment(int, fr.ifremer.allegro.data.transshipment.Transshipment) with an
additional argument called queryString . |
java.util.Collection |
findProduceByTransshipment(int transform,
Transshipment transshipment)
Does the same thing as ProduceDao.findProduceByTransshipment(fr.ifremer.allegro.data.transshipment.Transshipment) with an
additional flag called transform . |
java.util.Collection |
findProduceByTransshipment(java.lang.String queryString,
int pageNumber,
int pageSize,
Transshipment transshipment)
Does the same thing as ProduceDao.findProduceByTransshipment(String, fr.ifremer.allegro.data.transshipment.Transshipment) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findProduceByTransshipment(java.lang.String queryString,
Transshipment transshipment)
Does the same thing as ProduceDao.findProduceByTransshipment(fr.ifremer.allegro.data.transshipment.Transshipment) with an
additional argument called queryString . |
java.util.Collection |
findProduceByTransshipment(Transshipment transshipment)
|
java.util.Collection |
findSaleProduceByBatch(Batch batch)
|
java.util.Collection |
findSaleProduceByBatch(int transform,
Batch batch)
Does the same thing as SaleProduceDao.findSaleProduceByBatch(fr.ifremer.allegro.data.batch.Batch) with an
additional flag called transform . |
java.util.Collection |
findSaleProduceByBatch(int pageNumber,
int pageSize,
Batch batch)
Does the same thing as SaleProduceDao.findSaleProduceByBatch(fr.ifremer.allegro.data.batch.Batch) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleProduceByBatch(int transform,
int pageNumber,
int pageSize,
Batch batch)
Does the same thing as SaleProduceDao.findSaleProduceByBatch(int, fr.ifremer.allegro.data.batch.Batch) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleProduceByBatch(int transform,
java.lang.String queryString,
Batch batch)
Does the same thing as SaleProduceDao.findSaleProduceByBatch(int, fr.ifremer.allegro.data.batch.Batch) with an
additional argument called queryString . |
java.util.Collection |
findSaleProduceByBatch(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Batch batch)
Does the same thing as SaleProduceDao.findSaleProduceByBatch(int, String, fr.ifremer.allegro.data.batch.Batch) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleProduceByBatch(java.lang.String queryString,
Batch batch)
Does the same thing as SaleProduceDao.findSaleProduceByBatch(fr.ifremer.allegro.data.batch.Batch) with an
additional argument called queryString . |
java.util.Collection |
findSaleProduceByBatch(java.lang.String queryString,
int pageNumber,
int pageSize,
Batch batch)
Does the same thing as SaleProduceDao.findSaleProduceByBatch(String, fr.ifremer.allegro.data.batch.Batch) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleProduceByBuyer(Buyer buyer)
|
java.util.Collection |
findSaleProduceByBuyer(int transform,
Buyer buyer)
Does the same thing as SaleProduceDao.findSaleProduceByBuyer(fr.ifremer.allegro.referential.buyer.Buyer) with an
additional flag called transform . |
java.util.Collection |
findSaleProduceByBuyer(int pageNumber,
int pageSize,
Buyer buyer)
Does the same thing as SaleProduceDao.findSaleProduceByBuyer(fr.ifremer.allegro.referential.buyer.Buyer) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleProduceByBuyer(int transform,
int pageNumber,
int pageSize,
Buyer buyer)
Does the same thing as SaleProduceDao.findSaleProduceByBuyer(int, fr.ifremer.allegro.referential.buyer.Buyer) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleProduceByBuyer(int transform,
java.lang.String queryString,
Buyer buyer)
Does the same thing as SaleProduceDao.findSaleProduceByBuyer(int, fr.ifremer.allegro.referential.buyer.Buyer) with an
additional argument called queryString . |
java.util.Collection |
findSaleProduceByBuyer(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Buyer buyer)
Does the same thing as SaleProduceDao.findSaleProduceByBuyer(int, String, fr.ifremer.allegro.referential.buyer.Buyer) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleProduceByBuyer(java.lang.String queryString,
Buyer buyer)
Does the same thing as SaleProduceDao.findSaleProduceByBuyer(fr.ifremer.allegro.referential.buyer.Buyer) with an
additional argument called queryString . |
java.util.Collection |
findSaleProduceByBuyer(java.lang.String queryString,
int pageNumber,
int pageSize,
Buyer buyer)
Does the same thing as SaleProduceDao.findSaleProduceByBuyer(String, fr.ifremer.allegro.referential.buyer.Buyer) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleProduceByExpectedSale(ExpectedSale expectedSale)
|
java.util.Collection |
findSaleProduceByExpectedSale(int transform,
ExpectedSale expectedSale)
Does the same thing as SaleProduceDao.findSaleProduceByExpectedSale(fr.ifremer.allegro.data.sale.ExpectedSale) with an
additional flag called transform . |
java.util.Collection |
findSaleProduceByExpectedSale(int pageNumber,
int pageSize,
ExpectedSale expectedSale)
Does the same thing as SaleProduceDao.findSaleProduceByExpectedSale(fr.ifremer.allegro.data.sale.ExpectedSale) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleProduceByExpectedSale(int transform,
int pageNumber,
int pageSize,
ExpectedSale expectedSale)
Does the same thing as SaleProduceDao.findSaleProduceByExpectedSale(int, fr.ifremer.allegro.data.sale.ExpectedSale) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleProduceByExpectedSale(int transform,
java.lang.String queryString,
ExpectedSale expectedSale)
Does the same thing as SaleProduceDao.findSaleProduceByExpectedSale(int, fr.ifremer.allegro.data.sale.ExpectedSale) with an
additional argument called queryString . |
java.util.Collection |
findSaleProduceByExpectedSale(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
ExpectedSale expectedSale)
Does the same thing as SaleProduceDao.findSaleProduceByExpectedSale(int, String, fr.ifremer.allegro.data.sale.ExpectedSale) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleProduceByExpectedSale(java.lang.String queryString,
ExpectedSale expectedSale)
Does the same thing as SaleProduceDao.findSaleProduceByExpectedSale(fr.ifremer.allegro.data.sale.ExpectedSale) with an
additional argument called queryString . |
java.util.Collection |
findSaleProduceByExpectedSale(java.lang.String queryString,
int pageNumber,
int pageSize,
ExpectedSale expectedSale)
Does the same thing as SaleProduceDao.findSaleProduceByExpectedSale(String, fr.ifremer.allegro.data.sale.ExpectedSale) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleProduceByFishingOperation(FishingOperation fishingOperation)
|
java.util.Collection |
findSaleProduceByFishingOperation(int transform,
FishingOperation fishingOperation)
Does the same thing as SaleProduceDao.findSaleProduceByFishingOperation(fr.ifremer.allegro.data.operation.FishingOperation) with an
additional flag called transform . |
java.util.Collection |
findSaleProduceByFishingOperation(int pageNumber,
int pageSize,
FishingOperation fishingOperation)
Does the same thing as SaleProduceDao.findSaleProduceByFishingOperation(fr.ifremer.allegro.data.operation.FishingOperation) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleProduceByFishingOperation(int transform,
int pageNumber,
int pageSize,
FishingOperation fishingOperation)
Does the same thing as SaleProduceDao.findSaleProduceByFishingOperation(int, fr.ifremer.allegro.data.operation.FishingOperation) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleProduceByFishingOperation(int transform,
java.lang.String queryString,
FishingOperation fishingOperation)
Does the same thing as SaleProduceDao.findSaleProduceByFishingOperation(int, fr.ifremer.allegro.data.operation.FishingOperation) with an
additional argument called queryString . |
java.util.Collection |
findSaleProduceByFishingOperation(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingOperation fishingOperation)
Does the same thing as SaleProduceDao.findSaleProduceByFishingOperation(int, String, fr.ifremer.allegro.data.operation.FishingOperation) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleProduceByFishingOperation(java.lang.String queryString,
FishingOperation fishingOperation)
Does the same thing as SaleProduceDao.findSaleProduceByFishingOperation(fr.ifremer.allegro.data.operation.FishingOperation) with an
additional argument called queryString . |
java.util.Collection |
findSaleProduceByFishingOperation(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingOperation fishingOperation)
Does the same thing as SaleProduceDao.findSaleProduceByFishingOperation(String, fr.ifremer.allegro.data.operation.FishingOperation) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleProduceByGear(Gear gear)
|
java.util.Collection |
findSaleProduceByGear(int transform,
Gear gear)
Does the same thing as SaleProduceDao.findSaleProduceByGear(fr.ifremer.allegro.referential.gear.Gear) with an
additional flag called transform . |
java.util.Collection |
findSaleProduceByGear(int pageNumber,
int pageSize,
Gear gear)
Does the same thing as SaleProduceDao.findSaleProduceByGear(fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleProduceByGear(int transform,
int pageNumber,
int pageSize,
Gear gear)
Does the same thing as SaleProduceDao.findSaleProduceByGear(int, fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleProduceByGear(int transform,
java.lang.String queryString,
Gear gear)
Does the same thing as SaleProduceDao.findSaleProduceByGear(int, fr.ifremer.allegro.referential.gear.Gear) with an
additional argument called queryString . |
java.util.Collection |
findSaleProduceByGear(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Gear gear)
Does the same thing as SaleProduceDao.findSaleProduceByGear(int, String, fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleProduceByGear(java.lang.String queryString,
Gear gear)
Does the same thing as SaleProduceDao.findSaleProduceByGear(fr.ifremer.allegro.referential.gear.Gear) with an
additional argument called queryString . |
java.util.Collection |
findSaleProduceByGear(java.lang.String queryString,
int pageNumber,
int pageSize,
Gear gear)
Does the same thing as SaleProduceDao.findSaleProduceByGear(String, fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
SaleProduce |
findSaleProduceById(java.lang.Integer id)
|
java.lang.Object |
findSaleProduceById(int transform,
java.lang.Integer id)
Does the same thing as SaleProduceDao.findSaleProduceById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findSaleProduceById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as SaleProduceDao.findSaleProduceById(int, java.lang.Integer) with an
additional argument called queryString . |
SaleProduce |
findSaleProduceById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as SaleProduceDao.findSaleProduceById(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findSaleProduceByLanding(int transform,
int pageNumber,
int pageSize,
Landing landing)
Does the same thing as SaleProduceDao.findSaleProduceByLanding(int, fr.ifremer.allegro.data.survey.landing.Landing) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleProduceByLanding(int pageNumber,
int pageSize,
Landing landing)
Does the same thing as SaleProduceDao.findSaleProduceByLanding(fr.ifremer.allegro.data.survey.landing.Landing) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleProduceByLanding(int transform,
Landing landing)
Does the same thing as SaleProduceDao.findSaleProduceByLanding(fr.ifremer.allegro.data.survey.landing.Landing) with an
additional flag called transform . |
java.util.Collection |
findSaleProduceByLanding(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Landing landing)
Does the same thing as SaleProduceDao.findSaleProduceByLanding(int, String, fr.ifremer.allegro.data.survey.landing.Landing) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleProduceByLanding(int transform,
java.lang.String queryString,
Landing landing)
Does the same thing as SaleProduceDao.findSaleProduceByLanding(int, fr.ifremer.allegro.data.survey.landing.Landing) with an
additional argument called queryString . |
java.util.Collection |
findSaleProduceByLanding(Landing landing)
|
java.util.Collection |
findSaleProduceByLanding(java.lang.String queryString,
int pageNumber,
int pageSize,
Landing landing)
Does the same thing as SaleProduceDao.findSaleProduceByLanding(String, fr.ifremer.allegro.data.survey.landing.Landing) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleProduceByLanding(java.lang.String queryString,
Landing landing)
Does the same thing as SaleProduceDao.findSaleProduceByLanding(fr.ifremer.allegro.data.survey.landing.Landing) with an
additional argument called queryString . |
SaleProduce |
findSaleProduceByNaturalId(java.lang.Integer id)
|
java.lang.Object |
findSaleProduceByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as SaleProduceDao.findSaleProduceByNaturalId(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findSaleProduceByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as SaleProduceDao.findSaleProduceByNaturalId(int, java.lang.Integer) with an
additional argument called queryString . |
SaleProduce |
findSaleProduceByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as SaleProduceDao.findSaleProduceByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findSaleProduceByOtherTaxonGroup(int transform,
int pageNumber,
int pageSize,
TaxonGroup otherTaxonGroup)
Does the same thing as SaleProduceDao.findSaleProduceByOtherTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleProduceByOtherTaxonGroup(int pageNumber,
int pageSize,
TaxonGroup otherTaxonGroup)
Does the same thing as SaleProduceDao.findSaleProduceByOtherTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleProduceByOtherTaxonGroup(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
TaxonGroup otherTaxonGroup)
Does the same thing as SaleProduceDao.findSaleProduceByOtherTaxonGroup(int, String, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleProduceByOtherTaxonGroup(int transform,
java.lang.String queryString,
TaxonGroup otherTaxonGroup)
Does the same thing as SaleProduceDao.findSaleProduceByOtherTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional argument called queryString . |
java.util.Collection |
findSaleProduceByOtherTaxonGroup(int transform,
TaxonGroup otherTaxonGroup)
Does the same thing as SaleProduceDao.findSaleProduceByOtherTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional flag called transform . |
java.util.Collection |
findSaleProduceByOtherTaxonGroup(java.lang.String queryString,
int pageNumber,
int pageSize,
TaxonGroup otherTaxonGroup)
Does the same thing as SaleProduceDao.findSaleProduceByOtherTaxonGroup(String, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleProduceByOtherTaxonGroup(java.lang.String queryString,
TaxonGroup otherTaxonGroup)
Does the same thing as SaleProduceDao.findSaleProduceByOtherTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional argument called queryString . |
java.util.Collection |
findSaleProduceByOtherTaxonGroup(TaxonGroup otherTaxonGroup)
|
java.util.Collection |
findSaleProduceByQualityFlag(int transform,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as SaleProduceDao.findSaleProduceByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleProduceByQualityFlag(int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as SaleProduceDao.findSaleProduceByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleProduceByQualityFlag(int transform,
QualityFlag qualityFlag)
Does the same thing as SaleProduceDao.findSaleProduceByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional flag called transform . |
java.util.Collection |
findSaleProduceByQualityFlag(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as SaleProduceDao.findSaleProduceByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleProduceByQualityFlag(int transform,
java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as SaleProduceDao.findSaleProduceByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findSaleProduceByQualityFlag(QualityFlag qualityFlag)
|
java.util.Collection |
findSaleProduceByQualityFlag(java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as SaleProduceDao.findSaleProduceByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleProduceByQualityFlag(java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as SaleProduceDao.findSaleProduceByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findSaleProduceBySale(int transform,
int pageNumber,
int pageSize,
Sale sale)
Does the same thing as SaleProduceDao.findSaleProduceBySale(int, fr.ifremer.allegro.data.survey.sale.Sale) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleProduceBySale(int pageNumber,
int pageSize,
Sale sale)
Does the same thing as SaleProduceDao.findSaleProduceBySale(fr.ifremer.allegro.data.survey.sale.Sale) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleProduceBySale(int transform,
Sale sale)
Does the same thing as SaleProduceDao.findSaleProduceBySale(fr.ifremer.allegro.data.survey.sale.Sale) with an
additional flag called transform . |
java.util.Collection |
findSaleProduceBySale(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Sale sale)
Does the same thing as SaleProduceDao.findSaleProduceBySale(int, String, fr.ifremer.allegro.data.survey.sale.Sale) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleProduceBySale(int transform,
java.lang.String queryString,
Sale sale)
Does the same thing as SaleProduceDao.findSaleProduceBySale(int, fr.ifremer.allegro.data.survey.sale.Sale) with an
additional argument called queryString . |
java.util.Collection |
findSaleProduceBySale(Sale sale)
|
java.util.Collection |
findSaleProduceBySale(java.lang.String queryString,
int pageNumber,
int pageSize,
Sale sale)
Does the same thing as SaleProduceDao.findSaleProduceBySale(String, fr.ifremer.allegro.data.survey.sale.Sale) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleProduceBySale(java.lang.String queryString,
Sale sale)
Does the same thing as SaleProduceDao.findSaleProduceBySale(fr.ifremer.allegro.data.survey.sale.Sale) with an
additional argument called queryString . |
java.util.Collection |
findSaleProduceByTaxonGroup(int transform,
int pageNumber,
int pageSize,
TaxonGroup taxonGroup)
Does the same thing as SaleProduceDao.findSaleProduceByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleProduceByTaxonGroup(int pageNumber,
int pageSize,
TaxonGroup taxonGroup)
Does the same thing as SaleProduceDao.findSaleProduceByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleProduceByTaxonGroup(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
TaxonGroup taxonGroup)
Does the same thing as SaleProduceDao.findSaleProduceByTaxonGroup(int, String, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleProduceByTaxonGroup(int transform,
java.lang.String queryString,
TaxonGroup taxonGroup)
Does the same thing as SaleProduceDao.findSaleProduceByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional argument called queryString . |
java.util.Collection |
findSaleProduceByTaxonGroup(int transform,
TaxonGroup taxonGroup)
Does the same thing as SaleProduceDao.findSaleProduceByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional flag called transform . |
java.util.Collection |
findSaleProduceByTaxonGroup(java.lang.String queryString,
int pageNumber,
int pageSize,
TaxonGroup taxonGroup)
Does the same thing as SaleProduceDao.findSaleProduceByTaxonGroup(String, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleProduceByTaxonGroup(java.lang.String queryString,
TaxonGroup taxonGroup)
Does the same thing as SaleProduceDao.findSaleProduceByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional argument called queryString . |
java.util.Collection |
findSaleProduceByTaxonGroup(TaxonGroup taxonGroup)
|
java.util.Collection |
findSaleProduceByTransshipment(int transform,
int pageNumber,
int pageSize,
Transshipment transshipment)
Does the same thing as SaleProduceDao.findSaleProduceByTransshipment(int, fr.ifremer.allegro.data.transshipment.Transshipment) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleProduceByTransshipment(int pageNumber,
int pageSize,
Transshipment transshipment)
Does the same thing as SaleProduceDao.findSaleProduceByTransshipment(fr.ifremer.allegro.data.transshipment.Transshipment) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleProduceByTransshipment(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Transshipment transshipment)
Does the same thing as SaleProduceDao.findSaleProduceByTransshipment(int, String, fr.ifremer.allegro.data.transshipment.Transshipment) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleProduceByTransshipment(int transform,
java.lang.String queryString,
Transshipment transshipment)
Does the same thing as SaleProduceDao.findSaleProduceByTransshipment(int, fr.ifremer.allegro.data.transshipment.Transshipment) with an
additional argument called queryString . |
java.util.Collection |
findSaleProduceByTransshipment(int transform,
Transshipment transshipment)
Does the same thing as SaleProduceDao.findSaleProduceByTransshipment(fr.ifremer.allegro.data.transshipment.Transshipment) with an
additional flag called transform . |
java.util.Collection |
findSaleProduceByTransshipment(java.lang.String queryString,
int pageNumber,
int pageSize,
Transshipment transshipment)
Does the same thing as SaleProduceDao.findSaleProduceByTransshipment(String, fr.ifremer.allegro.data.transshipment.Transshipment) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleProduceByTransshipment(java.lang.String queryString,
Transshipment transshipment)
Does the same thing as SaleProduceDao.findSaleProduceByTransshipment(fr.ifremer.allegro.data.transshipment.Transshipment) with an
additional argument called queryString . |
java.util.Collection |
findSaleProduceByTransshipment(Transshipment transshipment)
|
ClusterSaleProduce[] |
getAllClusterSaleProduce(java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
getAllProduce()
|
java.util.Collection |
getAllProduce(int transform)
Does the same thing as ProduceDao.getAllProduce() with an
additional flag called transform . |
java.util.Collection |
getAllProduce(int pageNumber,
int pageSize)
Does the same thing as ProduceDao.getAllProduce() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllProduce(int transform,
int pageNumber,
int pageSize)
Does the same thing as ProduceDao.getAllProduce(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllProduce(int transform,
java.lang.String queryString)
Does the same thing as ProduceDao.getAllProduce(int) with an
additional argument called queryString . |
java.util.Collection |
getAllProduce(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as ProduceDao.getAllProduce(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllProduce(java.lang.String queryString)
Does the same thing as ProduceDao.getAllProduce() with an
additional argument called queryString . |
java.util.Collection |
getAllProduce(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as ProduceDao.getAllProduce(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSaleProduce()
|
java.util.Collection |
getAllSaleProduce(int transform)
Does the same thing as SaleProduceDao.getAllSaleProduce() with an
additional flag called transform . |
java.util.Collection |
getAllSaleProduce(int pageNumber,
int pageSize)
Does the same thing as SaleProduceDao.getAllSaleProduce() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSaleProduce(int transform,
int pageNumber,
int pageSize)
Does the same thing as SaleProduceDao.getAllSaleProduce(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSaleProduce(int transform,
java.lang.String queryString)
Does the same thing as SaleProduceDao.getAllSaleProduce(int) with an
additional argument called queryString . |
java.util.Collection |
getAllSaleProduce(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as SaleProduceDao.getAllSaleProduce(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSaleProduce(java.lang.String queryString)
Does the same thing as SaleProduceDao.getAllSaleProduce() with an
additional argument called queryString . |
java.util.Collection |
getAllSaleProduce(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as SaleProduceDao.getAllSaleProduce(String) with an
additional two arguments called pageNumber and pageSize . |
protected BuyerDao |
getBuyerDao()
Gets the reference to buyerDao . |
protected ExpectedSaleDao |
getExpectedSaleDao()
Gets the reference to expectedSaleDao . |
protected java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected SaleDao |
getSaleDao()
Gets the reference to saleDao . |
protected abstract SaleProduce |
handleCreateFromClusterSaleProduce(ClusterSaleProduce clusterSaleProduce)
Performs the core logic for createFromClusterSaleProduce(fr.ifremer.allegro.data.survey.sale.generic.cluster.ClusterSaleProduce) |
protected abstract ClusterSaleProduce[] |
handleGetAllClusterSaleProduce(java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
Performs the core logic for getAllClusterSaleProduce(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
SaleProduce |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.data.produce.Produce from the persistent store. |
java.lang.Object |
load(int transform,
java.lang.Integer id)
Does the same thing as ProduceDao.load(java.lang.Integer) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type Produce . |
java.util.Collection |
loadAll(int transform)
Does the same thing as ProduceDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as ProduceDao.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 ProduceDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
void |
remoteSaleProduceFullVOToEntity(RemoteSaleProduceFullVO source,
SaleProduce target,
boolean copyIfNull)
Copies the fields of RemoteSaleProduceFullVO to the specified entity. |
void |
remoteSaleProduceFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteSaleProduceFullVO to this
DAO's entity. |
void |
remoteSaleProduceNaturalIdToEntity(RemoteSaleProduceNaturalId source,
SaleProduce target,
boolean copyIfNull)
Copies the fields of RemoteSaleProduceNaturalId to the specified entity. |
void |
remoteSaleProduceNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteSaleProduceNaturalId 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.produce.Produce having the given identifier from the persistent store. |
void |
remove(SaleProduce saleProduce)
Removes the instance of fr.ifremer.allegro.data.survey.sale.SaleProduce 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 ProduceDao.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 |
setBuyerDao(BuyerDao buyerDao)
Sets the reference to buyerDao . |
void |
setExpectedSaleDao(ExpectedSaleDao expectedSaleDao)
Sets the reference to expectedSaleDao . |
void |
setSaleDao(SaleDao saleDao)
Sets the reference to saleDao . |
protected ClusterSaleProduce |
toClusterSaleProduce(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterSaleProduce |
toClusterSaleProduce(SaleProduce entity)
Converts this DAO's entity to an object of type ClusterSaleProduce . |
void |
toClusterSaleProduce(SaleProduce source,
ClusterSaleProduce target)
Copies the fields of the specified entity to the target value object. |
ClusterSaleProduce[] |
toClusterSaleProduceArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterSaleProduce . |
void |
toClusterSaleProduceCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterSaleProduce . |
protected SaleProduce |
toEntity(java.lang.Object[] row)
|
protected RemoteSaleProduceFullVO |
toRemoteSaleProduceFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteSaleProduceFullVO |
toRemoteSaleProduceFullVO(SaleProduce entity)
Converts this DAO's entity to an object of type RemoteSaleProduceFullVO . |
void |
toRemoteSaleProduceFullVO(SaleProduce source,
RemoteSaleProduceFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteSaleProduceFullVO[] |
toRemoteSaleProduceFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteSaleProduceFullVO . |
void |
toRemoteSaleProduceFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteSaleProduceFullVO . |
protected RemoteSaleProduceNaturalId |
toRemoteSaleProduceNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteSaleProduceNaturalId |
toRemoteSaleProduceNaturalId(SaleProduce entity)
Converts this DAO's entity to an object of type RemoteSaleProduceNaturalId . |
void |
toRemoteSaleProduceNaturalId(SaleProduce source,
RemoteSaleProduceNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteSaleProduceNaturalId[] |
toRemoteSaleProduceNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteSaleProduceNaturalId . |
void |
toRemoteSaleProduceNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteSaleProduceNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.data.survey.sale.SaleProduce)
method. |
protected java.lang.Object |
transformEntity(int transform,
SaleProduce 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.SaleProduceDao , please note
that the ProduceDao.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(SaleProduce saleProduce)
Updates the saleProduce instance in the persistent store. |
Methods inherited from class fr.ifremer.allegro.data.produce.ProduceDaoImpl |
---|
clusterProduceToEntity, clusterProduceToEntity, handleCreateFromClusterProduce, handleGetAllClusterProduce, remoteProduceFullVOToEntity, remoteProduceFullVOToEntity, remoteProduceNaturalIdToEntity, remoteProduceNaturalIdToEntity, toClusterProduce, toClusterProduce, toRemoteProduceFullVO, toRemoteProduceFullVO, toRemoteProduceNaturalId, toRemoteProduceNaturalId |
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.SaleProduceDao |
---|
clusterSaleProduceToEntity, remoteSaleProduceFullVOToEntity, remoteSaleProduceNaturalIdToEntity |
Constructor Detail |
---|
public SaleProduceDaoBase()
Method Detail |
---|
public void setSaleDao(SaleDao saleDao)
saleDao
.
protected SaleDao getSaleDao()
saleDao
.
public void setBuyerDao(BuyerDao buyerDao)
buyerDao
.
protected BuyerDao getBuyerDao()
buyerDao
.
public void setExpectedSaleDao(ExpectedSaleDao expectedSaleDao)
expectedSaleDao
.
protected ExpectedSaleDao getExpectedSaleDao()
expectedSaleDao
.
public java.lang.Object load(int transform, java.lang.Integer id)
ProduceDao
Does the same thing as ProduceDao.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 ProduceDao
load
in interface SaleProduceDao
load
in class ProduceDaoBase
id
- identifier of the entity to load
SaleProduceDao.load(int, java.lang.Integer)
public SaleProduce load(java.lang.Integer id)
ProduceDao
load
in interface ProduceDao
load
in interface SaleProduceDao
load
in class ProduceDaoBase
SaleProduceDao.load(java.lang.Integer)
public java.util.Collection loadAll()
ProduceDao
Produce
.
loadAll
in interface ProduceDao
loadAll
in interface SaleProduceDao
loadAll
in class ProduceDaoBase
SaleProduceDao.loadAll()
public java.util.Collection loadAll(int transform)
ProduceDao
Does the same thing as ProduceDao.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 ProduceDao
loadAll
in interface SaleProduceDao
loadAll
in class ProduceDaoBase
transform
- the flag indicating what transformation to use.
SaleProduceDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
ProduceDao
Does the same thing as ProduceDao.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 ProduceDao
loadAll
in interface SaleProduceDao
loadAll
in class ProduceDaoBase
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
SaleProduceDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
ProduceDao
Does the same thing as ProduceDao.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 ProduceDao
loadAll
in interface SaleProduceDao
loadAll
in class ProduceDaoBase
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.
SaleProduceDao.loadAll(int, int, int)
public SaleProduce create(SaleProduce saleProduce)
SaleProduceDao
create
in interface SaleProduceDao
SaleProduceDao.create(fr.ifremer.allegro.data.survey.sale.SaleProduce)
public java.lang.Object create(int transform, SaleProduce saleProduce)
SaleProduceDao
Does the same thing as SaleProduceDao.create(fr.ifremer.allegro.data.survey.sale.SaleProduce)
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 SaleProduceDao
SaleProduceDao.create(int transform, fr.ifremer.allegro.data.survey.sale.SaleProduce)
public java.util.Collection create(java.util.Collection entities)
ProduceDao
entities
collection
create
in interface ProduceDao
create
in interface SaleProduceDao
create
in class ProduceDaoBase
entities
- the collection of fr.ifremer.allegro.data.produce.Produce
instances to create.
SaleProduceDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
ProduceDao
Does the same thing as ProduceDao.create(fr.ifremer.allegro.data.produce.Produce)
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 ProduceDao
create
in interface SaleProduceDao
create
in class ProduceDaoBase
SaleProduceDao.create(int, java.util.Collection)
public SaleProduce create(java.lang.Boolean isDiscard, java.lang.Float subgroupCount, java.lang.Short individualCount, java.lang.String taxonGroupOtherInformation, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Batch batch, java.util.Collection sortingMeasurements, java.util.Collection quantificationMeasurements, Landing landing, Gear gear, TaxonGroup otherTaxonGroup, TaxonGroup taxonGroup, java.util.Collection fishingAreas, FishingOperation fishingOperation, Transshipment transshipment, QualityFlag qualityFlag, Buyer buyer, Sale sale, ExpectedSale expectedSale)
SaleProduceDao
Creates a new fr.ifremer.allegro.data.survey.sale.SaleProduce
instance from all attributes and
properties and adds it to the persistent store.
create
in interface SaleProduceDao
fr.ifremer.allegro.data.produce.ProduceDao#create(java.lang.Boolean,java.lang.Float,java.lang.Short,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.data.batch.Batch,java.util.Collection,java.util.Collection,fr.ifremer.allegro.data.survey.landing.Landing,fr.ifremer.allegro.referential.gear.Gear,fr.ifremer.allegro.referential.taxon.TaxonGroup,fr.ifremer.allegro.referential.taxon.TaxonGroup,java.util.Collection,fr.ifremer.allegro.data.operation.FishingOperation,fr.ifremer.allegro.data.transshipment.Transshipment,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.buyer.Buyer,fr.ifremer.allegro.data.survey.sale.Sale,fr.ifremer.allegro.data.sale.ExpectedSale)
public java.lang.Object create(int transform, java.lang.Boolean isDiscard, java.lang.Float subgroupCount, java.lang.Short individualCount, java.lang.String taxonGroupOtherInformation, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Batch batch, java.util.Collection sortingMeasurements, java.util.Collection quantificationMeasurements, Landing landing, Gear gear, TaxonGroup otherTaxonGroup, TaxonGroup taxonGroup, java.util.Collection fishingAreas, FishingOperation fishingOperation, Transshipment transshipment, QualityFlag qualityFlag, Buyer buyer, Sale sale, ExpectedSale expectedSale)
SaleProduceDao
Does the same thing as SaleProduceDao.create(java.lang.Boolean,java.lang.Float,java.lang.Short,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.data.batch.Batch,java.util.Collection,java.util.Collection,fr.ifremer.allegro.data.survey.landing.Landing,fr.ifremer.allegro.referential.gear.Gear,fr.ifremer.allegro.referential.taxon.TaxonGroup,fr.ifremer.allegro.referential.taxon.TaxonGroup,java.util.Collection,fr.ifremer.allegro.data.operation.FishingOperation,fr.ifremer.allegro.data.transshipment.Transshipment,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.buyer.Buyer,fr.ifremer.allegro.data.survey.sale.Sale,fr.ifremer.allegro.data.sale.ExpectedSale)
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 SaleProduceDao
fr.ifremer.allegro.data.produce.ProduceDao#create(int, java.lang.Boolean,java.lang.Float,java.lang.Short,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.data.batch.Batch,java.util.Collection,java.util.Collection,fr.ifremer.allegro.data.survey.landing.Landing,fr.ifremer.allegro.referential.gear.Gear,fr.ifremer.allegro.referential.taxon.TaxonGroup,fr.ifremer.allegro.referential.taxon.TaxonGroup,java.util.Collection,fr.ifremer.allegro.data.operation.FishingOperation,fr.ifremer.allegro.data.transshipment.Transshipment,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.buyer.Buyer,fr.ifremer.allegro.data.survey.sale.Sale,fr.ifremer.allegro.data.sale.ExpectedSale)
public SaleProduce create(java.lang.Boolean isDiscard, QualityFlag qualityFlag, java.util.Collection quantificationMeasurements, TaxonGroup taxonGroup)
ProduceDao
Creates a new fr.ifremer.allegro.data.produce.Produce
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface ProduceDao
create
in interface SaleProduceDao
create
in class ProduceDaoBase
SaleProduceDao.create(java.lang.Boolean,fr.ifremer.allegro.referential.QualityFlag,java.util.Collection,fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.lang.Object create(int transform, java.lang.Boolean isDiscard, QualityFlag qualityFlag, java.util.Collection quantificationMeasurements, TaxonGroup taxonGroup)
ProduceDao
Does the same thing as ProduceDao.create(java.lang.Boolean,fr.ifremer.allegro.referential.QualityFlag,java.util.Collection,fr.ifremer.allegro.referential.taxon.TaxonGroup)
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 ProduceDao
create
in interface SaleProduceDao
create
in class ProduceDaoBase
SaleProduceDao.create(int, java.lang.Boolean,fr.ifremer.allegro.referential.QualityFlag,java.util.Collection,fr.ifremer.allegro.referential.taxon.TaxonGroup)
public void update(SaleProduce saleProduce)
SaleProduceDao
saleProduce
instance in the persistent store.
update
in interface SaleProduceDao
SaleProduceDao.update(fr.ifremer.allegro.data.survey.sale.SaleProduce)
public void update(java.util.Collection entities)
ProduceDao
entities
collection in the persistent store.
update
in interface ProduceDao
update
in interface SaleProduceDao
update
in class ProduceDaoBase
ProduceDao.update(java.util.Collection)
public void remove(SaleProduce saleProduce)
SaleProduceDao
remove
in interface SaleProduceDao
SaleProduceDao.remove(fr.ifremer.allegro.data.survey.sale.SaleProduce)
public void remove(java.lang.Integer id)
ProduceDao
identifier
from the persistent store.
remove
in interface ProduceDao
remove
in interface SaleProduceDao
remove
in class ProduceDaoBase
SaleProduceDao.remove(java.lang.Integer)
public void remove(java.util.Collection entities)
ProduceDao
entities collection.
- Specified by:
remove
in interface ProduceDao
- Specified by:
remove
in interface SaleProduceDao
- Overrides:
remove
in class ProduceDaoBase
- See Also:
ProduceDao.remove(java.util.Collection)
public java.util.Collection getAllSaleProduce()
getAllSaleProduce
in interface SaleProduceDao
SaleProduceDao.getAllSaleProduce()
public java.util.Collection getAllSaleProduce(int transform)
SaleProduceDao
Does the same thing as SaleProduceDao.getAllSaleProduce()
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.
getAllSaleProduce
in interface SaleProduceDao
SaleProduceDao.getAllSaleProduce(int)
public java.util.Collection getAllSaleProduce(java.lang.String queryString)
SaleProduceDao
Does the same thing as SaleProduceDao.getAllSaleProduce()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleProduceDao.getAllSaleProduce()
.
getAllSaleProduce
in interface SaleProduceDao
SaleProduceDao.getAllSaleProduce(java.lang.String)
public java.util.Collection getAllSaleProduce(int pageNumber, int pageSize)
SaleProduceDao
Does the same thing as SaleProduceDao.getAllSaleProduce()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllSaleProduce
in interface SaleProduceDao
SaleProduceDao.getAllSaleProduce(int, int)
public java.util.Collection getAllSaleProduce(java.lang.String queryString, int pageNumber, int pageSize)
SaleProduceDao
Does the same thing as SaleProduceDao.getAllSaleProduce(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.
getAllSaleProduce
in interface SaleProduceDao
SaleProduceDao.getAllSaleProduce(String, int, int)
public java.util.Collection getAllSaleProduce(int transform, java.lang.String queryString)
SaleProduceDao
Does the same thing as SaleProduceDao.getAllSaleProduce(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleProduceDao.getAllSaleProduce(int)
.
getAllSaleProduce
in interface SaleProduceDao
SaleProduceDao.getAllSaleProduce(int, String)
public java.util.Collection getAllSaleProduce(int transform, int pageNumber, int pageSize)
SaleProduceDao
Does the same thing as SaleProduceDao.getAllSaleProduce(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.
getAllSaleProduce
in interface SaleProduceDao
SaleProduceDao.getAllSaleProduce(int, int, int)
public java.util.Collection getAllSaleProduce(int transform, java.lang.String queryString, int pageNumber, int pageSize)
SaleProduceDao
Does the same thing as SaleProduceDao.getAllSaleProduce(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.
getAllSaleProduce
in interface SaleProduceDao
SaleProduceDao.getAllSaleProduce(int, java.lang.String, int, int)
public SaleProduce findSaleProduceById(java.lang.Integer id)
findSaleProduceById
in interface SaleProduceDao
SaleProduceDao.findSaleProduceById(java.lang.Integer)
public java.lang.Object findSaleProduceById(int transform, java.lang.Integer id)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceById(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.
findSaleProduceById
in interface SaleProduceDao
SaleProduceDao.findSaleProduceById(int, java.lang.Integer)
public SaleProduce findSaleProduceById(java.lang.String queryString, java.lang.Integer id)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleProduceDao.findSaleProduceById(java.lang.Integer)
.
findSaleProduceById
in interface SaleProduceDao
SaleProduceDao.findSaleProduceById(java.lang.String, java.lang.Integer)
public java.lang.Object findSaleProduceById(int transform, java.lang.String queryString, java.lang.Integer id)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleProduceDao.findSaleProduceById(int, java.lang.Integer id)
.
findSaleProduceById
in interface SaleProduceDao
SaleProduceDao.findSaleProduceById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findSaleProduceBySale(Sale sale)
findSaleProduceBySale
in interface SaleProduceDao
SaleProduceDao.findSaleProduceBySale(fr.ifremer.allegro.data.survey.sale.Sale)
public java.util.Collection findSaleProduceBySale(int transform, Sale sale)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceBySale(fr.ifremer.allegro.data.survey.sale.Sale)
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.
findSaleProduceBySale
in interface SaleProduceDao
SaleProduceDao.findSaleProduceBySale(int, fr.ifremer.allegro.data.survey.sale.Sale)
public java.util.Collection findSaleProduceBySale(java.lang.String queryString, Sale sale)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceBySale(fr.ifremer.allegro.data.survey.sale.Sale)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleProduceDao.findSaleProduceBySale(fr.ifremer.allegro.data.survey.sale.Sale)
.
findSaleProduceBySale
in interface SaleProduceDao
SaleProduceDao.findSaleProduceBySale(java.lang.String, fr.ifremer.allegro.data.survey.sale.Sale)
public java.util.Collection findSaleProduceBySale(int pageNumber, int pageSize, Sale sale)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceBySale(fr.ifremer.allegro.data.survey.sale.Sale)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleProduceBySale
in interface SaleProduceDao
SaleProduceDao.findSaleProduceBySale(int, int, fr.ifremer.allegro.data.survey.sale.Sale)
public java.util.Collection findSaleProduceBySale(java.lang.String queryString, int pageNumber, int pageSize, Sale sale)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceBySale(String, fr.ifremer.allegro.data.survey.sale.Sale)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleProduceBySale
in interface SaleProduceDao
SaleProduceDao.findSaleProduceBySale(String, int, int, fr.ifremer.allegro.data.survey.sale.Sale)
public java.util.Collection findSaleProduceBySale(int transform, java.lang.String queryString, Sale sale)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceBySale(int, fr.ifremer.allegro.data.survey.sale.Sale)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleProduceDao.findSaleProduceBySale(int, fr.ifremer.allegro.data.survey.sale.Sale sale)
.
findSaleProduceBySale
in interface SaleProduceDao
SaleProduceDao.findSaleProduceBySale(int, String, fr.ifremer.allegro.data.survey.sale.Sale)
public java.util.Collection findSaleProduceBySale(int transform, int pageNumber, int pageSize, Sale sale)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceBySale(int, fr.ifremer.allegro.data.survey.sale.Sale)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleProduceBySale
in interface SaleProduceDao
SaleProduceDao.findSaleProduceBySale(int, int, int, fr.ifremer.allegro.data.survey.sale.Sale)
public java.util.Collection findSaleProduceBySale(int transform, java.lang.String queryString, int pageNumber, int pageSize, Sale sale)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceBySale(int, String, fr.ifremer.allegro.data.survey.sale.Sale)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleProduceBySale
in interface SaleProduceDao
SaleProduceDao.findSaleProduceBySale(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.sale.Sale)
public java.util.Collection findSaleProduceByBuyer(Buyer buyer)
findSaleProduceByBuyer
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByBuyer(fr.ifremer.allegro.referential.buyer.Buyer)
public java.util.Collection findSaleProduceByBuyer(int transform, Buyer buyer)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByBuyer(fr.ifremer.allegro.referential.buyer.Buyer)
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.
findSaleProduceByBuyer
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByBuyer(int, fr.ifremer.allegro.referential.buyer.Buyer)
public java.util.Collection findSaleProduceByBuyer(java.lang.String queryString, Buyer buyer)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByBuyer(fr.ifremer.allegro.referential.buyer.Buyer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleProduceDao.findSaleProduceByBuyer(fr.ifremer.allegro.referential.buyer.Buyer)
.
findSaleProduceByBuyer
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByBuyer(java.lang.String, fr.ifremer.allegro.referential.buyer.Buyer)
public java.util.Collection findSaleProduceByBuyer(int pageNumber, int pageSize, Buyer buyer)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByBuyer(fr.ifremer.allegro.referential.buyer.Buyer)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleProduceByBuyer
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByBuyer(int, int, fr.ifremer.allegro.referential.buyer.Buyer)
public java.util.Collection findSaleProduceByBuyer(java.lang.String queryString, int pageNumber, int pageSize, Buyer buyer)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByBuyer(String, fr.ifremer.allegro.referential.buyer.Buyer)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleProduceByBuyer
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByBuyer(String, int, int, fr.ifremer.allegro.referential.buyer.Buyer)
public java.util.Collection findSaleProduceByBuyer(int transform, java.lang.String queryString, Buyer buyer)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByBuyer(int, fr.ifremer.allegro.referential.buyer.Buyer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleProduceDao.findSaleProduceByBuyer(int, fr.ifremer.allegro.referential.buyer.Buyer buyer)
.
findSaleProduceByBuyer
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByBuyer(int, String, fr.ifremer.allegro.referential.buyer.Buyer)
public java.util.Collection findSaleProduceByBuyer(int transform, int pageNumber, int pageSize, Buyer buyer)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByBuyer(int, fr.ifremer.allegro.referential.buyer.Buyer)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleProduceByBuyer
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByBuyer(int, int, int, fr.ifremer.allegro.referential.buyer.Buyer)
public java.util.Collection findSaleProduceByBuyer(int transform, java.lang.String queryString, int pageNumber, int pageSize, Buyer buyer)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByBuyer(int, String, fr.ifremer.allegro.referential.buyer.Buyer)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleProduceByBuyer
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByBuyer(int, java.lang.String, int, int, fr.ifremer.allegro.referential.buyer.Buyer)
public java.util.Collection findSaleProduceByExpectedSale(ExpectedSale expectedSale)
findSaleProduceByExpectedSale
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByExpectedSale(fr.ifremer.allegro.data.sale.ExpectedSale)
public java.util.Collection findSaleProduceByExpectedSale(int transform, ExpectedSale expectedSale)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByExpectedSale(fr.ifremer.allegro.data.sale.ExpectedSale)
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.
findSaleProduceByExpectedSale
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByExpectedSale(int, fr.ifremer.allegro.data.sale.ExpectedSale)
public java.util.Collection findSaleProduceByExpectedSale(java.lang.String queryString, ExpectedSale expectedSale)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByExpectedSale(fr.ifremer.allegro.data.sale.ExpectedSale)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleProduceDao.findSaleProduceByExpectedSale(fr.ifremer.allegro.data.sale.ExpectedSale)
.
findSaleProduceByExpectedSale
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByExpectedSale(java.lang.String, fr.ifremer.allegro.data.sale.ExpectedSale)
public java.util.Collection findSaleProduceByExpectedSale(int pageNumber, int pageSize, ExpectedSale expectedSale)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByExpectedSale(fr.ifremer.allegro.data.sale.ExpectedSale)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleProduceByExpectedSale
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByExpectedSale(int, int, fr.ifremer.allegro.data.sale.ExpectedSale)
public java.util.Collection findSaleProduceByExpectedSale(java.lang.String queryString, int pageNumber, int pageSize, ExpectedSale expectedSale)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByExpectedSale(String, fr.ifremer.allegro.data.sale.ExpectedSale)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleProduceByExpectedSale
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByExpectedSale(String, int, int, fr.ifremer.allegro.data.sale.ExpectedSale)
public java.util.Collection findSaleProduceByExpectedSale(int transform, java.lang.String queryString, ExpectedSale expectedSale)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByExpectedSale(int, fr.ifremer.allegro.data.sale.ExpectedSale)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleProduceDao.findSaleProduceByExpectedSale(int, fr.ifremer.allegro.data.sale.ExpectedSale expectedSale)
.
findSaleProduceByExpectedSale
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByExpectedSale(int, String, fr.ifremer.allegro.data.sale.ExpectedSale)
public java.util.Collection findSaleProduceByExpectedSale(int transform, int pageNumber, int pageSize, ExpectedSale expectedSale)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByExpectedSale(int, fr.ifremer.allegro.data.sale.ExpectedSale)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleProduceByExpectedSale
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByExpectedSale(int, int, int, fr.ifremer.allegro.data.sale.ExpectedSale)
public java.util.Collection findSaleProduceByExpectedSale(int transform, java.lang.String queryString, int pageNumber, int pageSize, ExpectedSale expectedSale)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByExpectedSale(int, String, fr.ifremer.allegro.data.sale.ExpectedSale)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleProduceByExpectedSale
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByExpectedSale(int, java.lang.String, int, int, fr.ifremer.allegro.data.sale.ExpectedSale)
public java.util.Collection findSaleProduceByOtherTaxonGroup(TaxonGroup otherTaxonGroup)
findSaleProduceByOtherTaxonGroup
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByOtherTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findSaleProduceByOtherTaxonGroup(int transform, TaxonGroup otherTaxonGroup)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByOtherTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
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.
findSaleProduceByOtherTaxonGroup
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByOtherTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findSaleProduceByOtherTaxonGroup(java.lang.String queryString, TaxonGroup otherTaxonGroup)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByOtherTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleProduceDao.findSaleProduceByOtherTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
.
findSaleProduceByOtherTaxonGroup
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByOtherTaxonGroup(java.lang.String, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findSaleProduceByOtherTaxonGroup(int pageNumber, int pageSize, TaxonGroup otherTaxonGroup)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByOtherTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleProduceByOtherTaxonGroup
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByOtherTaxonGroup(int, int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findSaleProduceByOtherTaxonGroup(java.lang.String queryString, int pageNumber, int pageSize, TaxonGroup otherTaxonGroup)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByOtherTaxonGroup(String, fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleProduceByOtherTaxonGroup
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByOtherTaxonGroup(String, int, int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findSaleProduceByOtherTaxonGroup(int transform, java.lang.String queryString, TaxonGroup otherTaxonGroup)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByOtherTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleProduceDao.findSaleProduceByOtherTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup otherTaxonGroup)
.
findSaleProduceByOtherTaxonGroup
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByOtherTaxonGroup(int, String, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findSaleProduceByOtherTaxonGroup(int transform, int pageNumber, int pageSize, TaxonGroup otherTaxonGroup)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByOtherTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleProduceByOtherTaxonGroup
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByOtherTaxonGroup(int, int, int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findSaleProduceByOtherTaxonGroup(int transform, java.lang.String queryString, int pageNumber, int pageSize, TaxonGroup otherTaxonGroup)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByOtherTaxonGroup(int, String, fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleProduceByOtherTaxonGroup
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByOtherTaxonGroup(int, java.lang.String, int, int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findSaleProduceByTaxonGroup(TaxonGroup taxonGroup)
findSaleProduceByTaxonGroup
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findSaleProduceByTaxonGroup(int transform, TaxonGroup taxonGroup)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
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.
findSaleProduceByTaxonGroup
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findSaleProduceByTaxonGroup(java.lang.String queryString, TaxonGroup taxonGroup)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleProduceDao.findSaleProduceByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
.
findSaleProduceByTaxonGroup
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByTaxonGroup(java.lang.String, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findSaleProduceByTaxonGroup(int pageNumber, int pageSize, TaxonGroup taxonGroup)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleProduceByTaxonGroup
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByTaxonGroup(int, int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findSaleProduceByTaxonGroup(java.lang.String queryString, int pageNumber, int pageSize, TaxonGroup taxonGroup)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByTaxonGroup(String, fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleProduceByTaxonGroup
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByTaxonGroup(String, int, int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findSaleProduceByTaxonGroup(int transform, java.lang.String queryString, TaxonGroup taxonGroup)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleProduceDao.findSaleProduceByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup taxonGroup)
.
findSaleProduceByTaxonGroup
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByTaxonGroup(int, String, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findSaleProduceByTaxonGroup(int transform, int pageNumber, int pageSize, TaxonGroup taxonGroup)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleProduceByTaxonGroup
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByTaxonGroup(int, int, int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findSaleProduceByTaxonGroup(int transform, java.lang.String queryString, int pageNumber, int pageSize, TaxonGroup taxonGroup)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByTaxonGroup(int, String, fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleProduceByTaxonGroup
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByTaxonGroup(int, java.lang.String, int, int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findSaleProduceByLanding(Landing landing)
findSaleProduceByLanding
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByLanding(fr.ifremer.allegro.data.survey.landing.Landing)
public java.util.Collection findSaleProduceByLanding(int transform, Landing landing)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByLanding(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.
findSaleProduceByLanding
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByLanding(int, fr.ifremer.allegro.data.survey.landing.Landing)
public java.util.Collection findSaleProduceByLanding(java.lang.String queryString, Landing landing)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByLanding(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 SaleProduceDao.findSaleProduceByLanding(fr.ifremer.allegro.data.survey.landing.Landing)
.
findSaleProduceByLanding
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByLanding(java.lang.String, fr.ifremer.allegro.data.survey.landing.Landing)
public java.util.Collection findSaleProduceByLanding(int pageNumber, int pageSize, Landing landing)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByLanding(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.
findSaleProduceByLanding
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByLanding(int, int, fr.ifremer.allegro.data.survey.landing.Landing)
public java.util.Collection findSaleProduceByLanding(java.lang.String queryString, int pageNumber, int pageSize, Landing landing)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByLanding(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.
findSaleProduceByLanding
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByLanding(String, int, int, fr.ifremer.allegro.data.survey.landing.Landing)
public java.util.Collection findSaleProduceByLanding(int transform, java.lang.String queryString, Landing landing)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByLanding(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 SaleProduceDao.findSaleProduceByLanding(int, fr.ifremer.allegro.data.survey.landing.Landing landing)
.
findSaleProduceByLanding
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByLanding(int, String, fr.ifremer.allegro.data.survey.landing.Landing)
public java.util.Collection findSaleProduceByLanding(int transform, int pageNumber, int pageSize, Landing landing)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByLanding(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.
findSaleProduceByLanding
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByLanding(int, int, int, fr.ifremer.allegro.data.survey.landing.Landing)
public java.util.Collection findSaleProduceByLanding(int transform, java.lang.String queryString, int pageNumber, int pageSize, Landing landing)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByLanding(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.
findSaleProduceByLanding
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByLanding(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.landing.Landing)
public java.util.Collection findSaleProduceByGear(Gear gear)
findSaleProduceByGear
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByGear(fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findSaleProduceByGear(int transform, Gear gear)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByGear(fr.ifremer.allegro.referential.gear.Gear)
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.
findSaleProduceByGear
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByGear(int, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findSaleProduceByGear(java.lang.String queryString, Gear gear)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByGear(fr.ifremer.allegro.referential.gear.Gear)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleProduceDao.findSaleProduceByGear(fr.ifremer.allegro.referential.gear.Gear)
.
findSaleProduceByGear
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByGear(java.lang.String, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findSaleProduceByGear(int pageNumber, int pageSize, Gear gear)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByGear(fr.ifremer.allegro.referential.gear.Gear)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleProduceByGear
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByGear(int, int, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findSaleProduceByGear(java.lang.String queryString, int pageNumber, int pageSize, Gear gear)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByGear(String, fr.ifremer.allegro.referential.gear.Gear)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleProduceByGear
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByGear(String, int, int, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findSaleProduceByGear(int transform, java.lang.String queryString, Gear gear)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByGear(int, fr.ifremer.allegro.referential.gear.Gear)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleProduceDao.findSaleProduceByGear(int, fr.ifremer.allegro.referential.gear.Gear gear)
.
findSaleProduceByGear
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByGear(int, String, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findSaleProduceByGear(int transform, int pageNumber, int pageSize, Gear gear)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByGear(int, fr.ifremer.allegro.referential.gear.Gear)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleProduceByGear
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByGear(int, int, int, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findSaleProduceByGear(int transform, java.lang.String queryString, int pageNumber, int pageSize, Gear gear)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByGear(int, String, fr.ifremer.allegro.referential.gear.Gear)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleProduceByGear
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByGear(int, java.lang.String, int, int, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findSaleProduceByTransshipment(Transshipment transshipment)
findSaleProduceByTransshipment
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByTransshipment(fr.ifremer.allegro.data.transshipment.Transshipment)
public java.util.Collection findSaleProduceByTransshipment(int transform, Transshipment transshipment)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByTransshipment(fr.ifremer.allegro.data.transshipment.Transshipment)
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.
findSaleProduceByTransshipment
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByTransshipment(int, fr.ifremer.allegro.data.transshipment.Transshipment)
public java.util.Collection findSaleProduceByTransshipment(java.lang.String queryString, Transshipment transshipment)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByTransshipment(fr.ifremer.allegro.data.transshipment.Transshipment)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleProduceDao.findSaleProduceByTransshipment(fr.ifremer.allegro.data.transshipment.Transshipment)
.
findSaleProduceByTransshipment
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByTransshipment(java.lang.String, fr.ifremer.allegro.data.transshipment.Transshipment)
public java.util.Collection findSaleProduceByTransshipment(int pageNumber, int pageSize, Transshipment transshipment)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByTransshipment(fr.ifremer.allegro.data.transshipment.Transshipment)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleProduceByTransshipment
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByTransshipment(int, int, fr.ifremer.allegro.data.transshipment.Transshipment)
public java.util.Collection findSaleProduceByTransshipment(java.lang.String queryString, int pageNumber, int pageSize, Transshipment transshipment)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByTransshipment(String, fr.ifremer.allegro.data.transshipment.Transshipment)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleProduceByTransshipment
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByTransshipment(String, int, int, fr.ifremer.allegro.data.transshipment.Transshipment)
public java.util.Collection findSaleProduceByTransshipment(int transform, java.lang.String queryString, Transshipment transshipment)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByTransshipment(int, fr.ifremer.allegro.data.transshipment.Transshipment)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleProduceDao.findSaleProduceByTransshipment(int, fr.ifremer.allegro.data.transshipment.Transshipment transshipment)
.
findSaleProduceByTransshipment
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByTransshipment(int, String, fr.ifremer.allegro.data.transshipment.Transshipment)
public java.util.Collection findSaleProduceByTransshipment(int transform, int pageNumber, int pageSize, Transshipment transshipment)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByTransshipment(int, fr.ifremer.allegro.data.transshipment.Transshipment)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleProduceByTransshipment
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByTransshipment(int, int, int, fr.ifremer.allegro.data.transshipment.Transshipment)
public java.util.Collection findSaleProduceByTransshipment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Transshipment transshipment)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByTransshipment(int, String, fr.ifremer.allegro.data.transshipment.Transshipment)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleProduceByTransshipment
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByTransshipment(int, java.lang.String, int, int, fr.ifremer.allegro.data.transshipment.Transshipment)
public java.util.Collection findSaleProduceByBatch(Batch batch)
findSaleProduceByBatch
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByBatch(fr.ifremer.allegro.data.batch.Batch)
public java.util.Collection findSaleProduceByBatch(int transform, Batch batch)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByBatch(fr.ifremer.allegro.data.batch.Batch)
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.
findSaleProduceByBatch
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByBatch(int, fr.ifremer.allegro.data.batch.Batch)
public java.util.Collection findSaleProduceByBatch(java.lang.String queryString, Batch batch)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByBatch(fr.ifremer.allegro.data.batch.Batch)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleProduceDao.findSaleProduceByBatch(fr.ifremer.allegro.data.batch.Batch)
.
findSaleProduceByBatch
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByBatch(java.lang.String, fr.ifremer.allegro.data.batch.Batch)
public java.util.Collection findSaleProduceByBatch(int pageNumber, int pageSize, Batch batch)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByBatch(fr.ifremer.allegro.data.batch.Batch)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleProduceByBatch
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByBatch(int, int, fr.ifremer.allegro.data.batch.Batch)
public java.util.Collection findSaleProduceByBatch(java.lang.String queryString, int pageNumber, int pageSize, Batch batch)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByBatch(String, fr.ifremer.allegro.data.batch.Batch)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleProduceByBatch
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByBatch(String, int, int, fr.ifremer.allegro.data.batch.Batch)
public java.util.Collection findSaleProduceByBatch(int transform, java.lang.String queryString, Batch batch)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByBatch(int, fr.ifremer.allegro.data.batch.Batch)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleProduceDao.findSaleProduceByBatch(int, fr.ifremer.allegro.data.batch.Batch batch)
.
findSaleProduceByBatch
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByBatch(int, String, fr.ifremer.allegro.data.batch.Batch)
public java.util.Collection findSaleProduceByBatch(int transform, int pageNumber, int pageSize, Batch batch)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByBatch(int, fr.ifremer.allegro.data.batch.Batch)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleProduceByBatch
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByBatch(int, int, int, fr.ifremer.allegro.data.batch.Batch)
public java.util.Collection findSaleProduceByBatch(int transform, java.lang.String queryString, int pageNumber, int pageSize, Batch batch)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByBatch(int, String, fr.ifremer.allegro.data.batch.Batch)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleProduceByBatch
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByBatch(int, java.lang.String, int, int, fr.ifremer.allegro.data.batch.Batch)
public java.util.Collection findSaleProduceByFishingOperation(FishingOperation fishingOperation)
findSaleProduceByFishingOperation
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByFishingOperation(fr.ifremer.allegro.data.operation.FishingOperation)
public java.util.Collection findSaleProduceByFishingOperation(int transform, FishingOperation fishingOperation)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByFishingOperation(fr.ifremer.allegro.data.operation.FishingOperation)
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.
findSaleProduceByFishingOperation
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByFishingOperation(int, fr.ifremer.allegro.data.operation.FishingOperation)
public java.util.Collection findSaleProduceByFishingOperation(java.lang.String queryString, FishingOperation fishingOperation)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByFishingOperation(fr.ifremer.allegro.data.operation.FishingOperation)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleProduceDao.findSaleProduceByFishingOperation(fr.ifremer.allegro.data.operation.FishingOperation)
.
findSaleProduceByFishingOperation
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByFishingOperation(java.lang.String, fr.ifremer.allegro.data.operation.FishingOperation)
public java.util.Collection findSaleProduceByFishingOperation(int pageNumber, int pageSize, FishingOperation fishingOperation)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByFishingOperation(fr.ifremer.allegro.data.operation.FishingOperation)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleProduceByFishingOperation
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByFishingOperation(int, int, fr.ifremer.allegro.data.operation.FishingOperation)
public java.util.Collection findSaleProduceByFishingOperation(java.lang.String queryString, int pageNumber, int pageSize, FishingOperation fishingOperation)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByFishingOperation(String, fr.ifremer.allegro.data.operation.FishingOperation)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleProduceByFishingOperation
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByFishingOperation(String, int, int, fr.ifremer.allegro.data.operation.FishingOperation)
public java.util.Collection findSaleProduceByFishingOperation(int transform, java.lang.String queryString, FishingOperation fishingOperation)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByFishingOperation(int, fr.ifremer.allegro.data.operation.FishingOperation)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleProduceDao.findSaleProduceByFishingOperation(int, fr.ifremer.allegro.data.operation.FishingOperation fishingOperation)
.
findSaleProduceByFishingOperation
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByFishingOperation(int, String, fr.ifremer.allegro.data.operation.FishingOperation)
public java.util.Collection findSaleProduceByFishingOperation(int transform, int pageNumber, int pageSize, FishingOperation fishingOperation)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByFishingOperation(int, fr.ifremer.allegro.data.operation.FishingOperation)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleProduceByFishingOperation
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByFishingOperation(int, int, int, fr.ifremer.allegro.data.operation.FishingOperation)
public java.util.Collection findSaleProduceByFishingOperation(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingOperation fishingOperation)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByFishingOperation(int, String, fr.ifremer.allegro.data.operation.FishingOperation)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleProduceByFishingOperation
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByFishingOperation(int, java.lang.String, int, int, fr.ifremer.allegro.data.operation.FishingOperation)
public java.util.Collection findSaleProduceByQualityFlag(QualityFlag qualityFlag)
findSaleProduceByQualityFlag
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findSaleProduceByQualityFlag(int transform, QualityFlag qualityFlag)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByQualityFlag(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.
findSaleProduceByQualityFlag
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findSaleProduceByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleProduceDao.findSaleProduceByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
.
findSaleProduceByQualityFlag
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByQualityFlag(java.lang.String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findSaleProduceByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByQualityFlag(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.
findSaleProduceByQualityFlag
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByQualityFlag(int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findSaleProduceByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByQualityFlag(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.
findSaleProduceByQualityFlag
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByQualityFlag(String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findSaleProduceByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleProduceDao.findSaleProduceByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag)
.
findSaleProduceByQualityFlag
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findSaleProduceByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByQualityFlag(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.
findSaleProduceByQualityFlag
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByQualityFlag(int, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findSaleProduceByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByQualityFlag(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.
findSaleProduceByQualityFlag
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByQualityFlag(int, java.lang.String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public SaleProduce findSaleProduceByNaturalId(java.lang.Integer id)
findSaleProduceByNaturalId
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByNaturalId(java.lang.Integer)
public java.lang.Object findSaleProduceByNaturalId(int transform, java.lang.Integer id)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByNaturalId(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.
findSaleProduceByNaturalId
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByNaturalId(int, java.lang.Integer)
public SaleProduce findSaleProduceByNaturalId(java.lang.String queryString, java.lang.Integer id)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleProduceDao.findSaleProduceByNaturalId(java.lang.Integer)
.
findSaleProduceByNaturalId
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByNaturalId(java.lang.String, java.lang.Integer)
public java.lang.Object findSaleProduceByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
SaleProduceDao
Does the same thing as SaleProduceDao.findSaleProduceByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleProduceDao.findSaleProduceByNaturalId(int, java.lang.Integer id)
.
findSaleProduceByNaturalId
in interface SaleProduceDao
SaleProduceDao.findSaleProduceByNaturalId(int, java.lang.String, java.lang.Integer)
public java.util.Collection getAllProduce()
getAllProduce
in interface ProduceDao
getAllProduce
in class ProduceDaoBase
ProduceDao.getAllProduce()
public java.util.Collection getAllProduce(int transform)
ProduceDao
Does the same thing as ProduceDao.getAllProduce()
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.
getAllProduce
in interface ProduceDao
getAllProduce
in class ProduceDaoBase
ProduceDao.getAllProduce(int)
public java.util.Collection getAllProduce(java.lang.String queryString)
ProduceDao
Does the same thing as ProduceDao.getAllProduce()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ProduceDao.getAllProduce()
.
getAllProduce
in interface ProduceDao
getAllProduce
in class ProduceDaoBase
ProduceDao.getAllProduce(java.lang.String)
public java.util.Collection getAllProduce(int pageNumber, int pageSize)
ProduceDao
Does the same thing as ProduceDao.getAllProduce()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllProduce
in interface ProduceDao
getAllProduce
in class ProduceDaoBase
ProduceDao.getAllProduce(int, int)
public java.util.Collection getAllProduce(java.lang.String queryString, int pageNumber, int pageSize)
ProduceDao
Does the same thing as ProduceDao.getAllProduce(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.
getAllProduce
in interface ProduceDao
getAllProduce
in class ProduceDaoBase
ProduceDao.getAllProduce(String, int, int)
public java.util.Collection getAllProduce(int transform, java.lang.String queryString)
ProduceDao
Does the same thing as ProduceDao.getAllProduce(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ProduceDao.getAllProduce(int)
.
getAllProduce
in interface ProduceDao
getAllProduce
in class ProduceDaoBase
ProduceDao.getAllProduce(int, String)
public java.util.Collection getAllProduce(int transform, int pageNumber, int pageSize)
ProduceDao
Does the same thing as ProduceDao.getAllProduce(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.
getAllProduce
in interface ProduceDao
getAllProduce
in class ProduceDaoBase
ProduceDao.getAllProduce(int, int, int)
public java.util.Collection getAllProduce(int transform, java.lang.String queryString, int pageNumber, int pageSize)
ProduceDao
Does the same thing as ProduceDao.getAllProduce(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.
getAllProduce
in interface ProduceDao
getAllProduce
in class ProduceDaoBase
ProduceDao.getAllProduce(int, java.lang.String, int, int)
public Produce findProduceById(java.lang.Integer id)
findProduceById
in interface ProduceDao
findProduceById
in class ProduceDaoBase
ProduceDao.findProduceById(java.lang.Integer)
public java.lang.Object findProduceById(int transform, java.lang.Integer id)
ProduceDao
Does the same thing as ProduceDao.findProduceById(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.
findProduceById
in interface ProduceDao
findProduceById
in class ProduceDaoBase
ProduceDao.findProduceById(int, java.lang.Integer)
public Produce findProduceById(java.lang.String queryString, java.lang.Integer id)
ProduceDao
Does the same thing as ProduceDao.findProduceById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ProduceDao.findProduceById(java.lang.Integer)
.
findProduceById
in interface ProduceDao
findProduceById
in class ProduceDaoBase
ProduceDao.findProduceById(java.lang.String, java.lang.Integer)
public java.lang.Object findProduceById(int transform, java.lang.String queryString, java.lang.Integer id)
ProduceDao
Does the same thing as ProduceDao.findProduceById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ProduceDao.findProduceById(int, java.lang.Integer id)
.
findProduceById
in interface ProduceDao
findProduceById
in class ProduceDaoBase
ProduceDao.findProduceById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findProduceByOtherTaxonGroup(TaxonGroup otherTaxonGroup)
findProduceByOtherTaxonGroup
in interface ProduceDao
findProduceByOtherTaxonGroup
in class ProduceDaoBase
ProduceDao.findProduceByOtherTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findProduceByOtherTaxonGroup(int transform, TaxonGroup otherTaxonGroup)
ProduceDao
Does the same thing as ProduceDao.findProduceByOtherTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
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.
findProduceByOtherTaxonGroup
in interface ProduceDao
findProduceByOtherTaxonGroup
in class ProduceDaoBase
ProduceDao.findProduceByOtherTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findProduceByOtherTaxonGroup(java.lang.String queryString, TaxonGroup otherTaxonGroup)
ProduceDao
Does the same thing as ProduceDao.findProduceByOtherTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ProduceDao.findProduceByOtherTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
.
findProduceByOtherTaxonGroup
in interface ProduceDao
findProduceByOtherTaxonGroup
in class ProduceDaoBase
ProduceDao.findProduceByOtherTaxonGroup(java.lang.String, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findProduceByOtherTaxonGroup(int pageNumber, int pageSize, TaxonGroup otherTaxonGroup)
ProduceDao
Does the same thing as ProduceDao.findProduceByOtherTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findProduceByOtherTaxonGroup
in interface ProduceDao
findProduceByOtherTaxonGroup
in class ProduceDaoBase
ProduceDao.findProduceByOtherTaxonGroup(int, int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findProduceByOtherTaxonGroup(java.lang.String queryString, int pageNumber, int pageSize, TaxonGroup otherTaxonGroup)
ProduceDao
Does the same thing as ProduceDao.findProduceByOtherTaxonGroup(String, fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findProduceByOtherTaxonGroup
in interface ProduceDao
findProduceByOtherTaxonGroup
in class ProduceDaoBase
ProduceDao.findProduceByOtherTaxonGroup(String, int, int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findProduceByOtherTaxonGroup(int transform, java.lang.String queryString, TaxonGroup otherTaxonGroup)
ProduceDao
Does the same thing as ProduceDao.findProduceByOtherTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ProduceDao.findProduceByOtherTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup otherTaxonGroup)
.
findProduceByOtherTaxonGroup
in interface ProduceDao
findProduceByOtherTaxonGroup
in class ProduceDaoBase
ProduceDao.findProduceByOtherTaxonGroup(int, String, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findProduceByOtherTaxonGroup(int transform, int pageNumber, int pageSize, TaxonGroup otherTaxonGroup)
ProduceDao
Does the same thing as ProduceDao.findProduceByOtherTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findProduceByOtherTaxonGroup
in interface ProduceDao
findProduceByOtherTaxonGroup
in class ProduceDaoBase
ProduceDao.findProduceByOtherTaxonGroup(int, int, int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findProduceByOtherTaxonGroup(int transform, java.lang.String queryString, int pageNumber, int pageSize, TaxonGroup otherTaxonGroup)
ProduceDao
Does the same thing as ProduceDao.findProduceByOtherTaxonGroup(int, String, fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findProduceByOtherTaxonGroup
in interface ProduceDao
findProduceByOtherTaxonGroup
in class ProduceDaoBase
ProduceDao.findProduceByOtherTaxonGroup(int, java.lang.String, int, int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findProduceByTaxonGroup(TaxonGroup taxonGroup)
findProduceByTaxonGroup
in interface ProduceDao
findProduceByTaxonGroup
in class ProduceDaoBase
ProduceDao.findProduceByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findProduceByTaxonGroup(int transform, TaxonGroup taxonGroup)
ProduceDao
Does the same thing as ProduceDao.findProduceByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
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.
findProduceByTaxonGroup
in interface ProduceDao
findProduceByTaxonGroup
in class ProduceDaoBase
ProduceDao.findProduceByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findProduceByTaxonGroup(java.lang.String queryString, TaxonGroup taxonGroup)
ProduceDao
Does the same thing as ProduceDao.findProduceByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ProduceDao.findProduceByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
.
findProduceByTaxonGroup
in interface ProduceDao
findProduceByTaxonGroup
in class ProduceDaoBase
ProduceDao.findProduceByTaxonGroup(java.lang.String, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findProduceByTaxonGroup(int pageNumber, int pageSize, TaxonGroup taxonGroup)
ProduceDao
Does the same thing as ProduceDao.findProduceByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findProduceByTaxonGroup
in interface ProduceDao
findProduceByTaxonGroup
in class ProduceDaoBase
ProduceDao.findProduceByTaxonGroup(int, int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findProduceByTaxonGroup(java.lang.String queryString, int pageNumber, int pageSize, TaxonGroup taxonGroup)
ProduceDao
Does the same thing as ProduceDao.findProduceByTaxonGroup(String, fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findProduceByTaxonGroup
in interface ProduceDao
findProduceByTaxonGroup
in class ProduceDaoBase
ProduceDao.findProduceByTaxonGroup(String, int, int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findProduceByTaxonGroup(int transform, java.lang.String queryString, TaxonGroup taxonGroup)
ProduceDao
Does the same thing as ProduceDao.findProduceByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ProduceDao.findProduceByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup taxonGroup)
.
findProduceByTaxonGroup
in interface ProduceDao
findProduceByTaxonGroup
in class ProduceDaoBase
ProduceDao.findProduceByTaxonGroup(int, String, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findProduceByTaxonGroup(int transform, int pageNumber, int pageSize, TaxonGroup taxonGroup)
ProduceDao
Does the same thing as ProduceDao.findProduceByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findProduceByTaxonGroup
in interface ProduceDao
findProduceByTaxonGroup
in class ProduceDaoBase
ProduceDao.findProduceByTaxonGroup(int, int, int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findProduceByTaxonGroup(int transform, java.lang.String queryString, int pageNumber, int pageSize, TaxonGroup taxonGroup)
ProduceDao
Does the same thing as ProduceDao.findProduceByTaxonGroup(int, String, fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findProduceByTaxonGroup
in interface ProduceDao
findProduceByTaxonGroup
in class ProduceDaoBase
ProduceDao.findProduceByTaxonGroup(int, java.lang.String, int, int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findProduceByLanding(Landing landing)
findProduceByLanding
in interface ProduceDao
findProduceByLanding
in class ProduceDaoBase
ProduceDao.findProduceByLanding(fr.ifremer.allegro.data.survey.landing.Landing)
public java.util.Collection findProduceByLanding(int transform, Landing landing)
ProduceDao
Does the same thing as ProduceDao.findProduceByLanding(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.
findProduceByLanding
in interface ProduceDao
findProduceByLanding
in class ProduceDaoBase
ProduceDao.findProduceByLanding(int, fr.ifremer.allegro.data.survey.landing.Landing)
public java.util.Collection findProduceByLanding(java.lang.String queryString, Landing landing)
ProduceDao
Does the same thing as ProduceDao.findProduceByLanding(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 ProduceDao.findProduceByLanding(fr.ifremer.allegro.data.survey.landing.Landing)
.
findProduceByLanding
in interface ProduceDao
findProduceByLanding
in class ProduceDaoBase
ProduceDao.findProduceByLanding(java.lang.String, fr.ifremer.allegro.data.survey.landing.Landing)
public java.util.Collection findProduceByLanding(int pageNumber, int pageSize, Landing landing)
ProduceDao
Does the same thing as ProduceDao.findProduceByLanding(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.
findProduceByLanding
in interface ProduceDao
findProduceByLanding
in class ProduceDaoBase
ProduceDao.findProduceByLanding(int, int, fr.ifremer.allegro.data.survey.landing.Landing)
public java.util.Collection findProduceByLanding(java.lang.String queryString, int pageNumber, int pageSize, Landing landing)
ProduceDao
Does the same thing as ProduceDao.findProduceByLanding(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.
findProduceByLanding
in interface ProduceDao
findProduceByLanding
in class ProduceDaoBase
ProduceDao.findProduceByLanding(String, int, int, fr.ifremer.allegro.data.survey.landing.Landing)
public java.util.Collection findProduceByLanding(int transform, java.lang.String queryString, Landing landing)
ProduceDao
Does the same thing as ProduceDao.findProduceByLanding(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 ProduceDao.findProduceByLanding(int, fr.ifremer.allegro.data.survey.landing.Landing landing)
.
findProduceByLanding
in interface ProduceDao
findProduceByLanding
in class ProduceDaoBase
ProduceDao.findProduceByLanding(int, String, fr.ifremer.allegro.data.survey.landing.Landing)
public java.util.Collection findProduceByLanding(int transform, int pageNumber, int pageSize, Landing landing)
ProduceDao
Does the same thing as ProduceDao.findProduceByLanding(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.
findProduceByLanding
in interface ProduceDao
findProduceByLanding
in class ProduceDaoBase
ProduceDao.findProduceByLanding(int, int, int, fr.ifremer.allegro.data.survey.landing.Landing)
public java.util.Collection findProduceByLanding(int transform, java.lang.String queryString, int pageNumber, int pageSize, Landing landing)
ProduceDao
Does the same thing as ProduceDao.findProduceByLanding(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.
findProduceByLanding
in interface ProduceDao
findProduceByLanding
in class ProduceDaoBase
ProduceDao.findProduceByLanding(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.landing.Landing)
public java.util.Collection findProduceByGear(Gear gear)
findProduceByGear
in interface ProduceDao
findProduceByGear
in class ProduceDaoBase
ProduceDao.findProduceByGear(fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findProduceByGear(int transform, Gear gear)
ProduceDao
Does the same thing as ProduceDao.findProduceByGear(fr.ifremer.allegro.referential.gear.Gear)
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.
findProduceByGear
in interface ProduceDao
findProduceByGear
in class ProduceDaoBase
ProduceDao.findProduceByGear(int, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findProduceByGear(java.lang.String queryString, Gear gear)
ProduceDao
Does the same thing as ProduceDao.findProduceByGear(fr.ifremer.allegro.referential.gear.Gear)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ProduceDao.findProduceByGear(fr.ifremer.allegro.referential.gear.Gear)
.
findProduceByGear
in interface ProduceDao
findProduceByGear
in class ProduceDaoBase
ProduceDao.findProduceByGear(java.lang.String, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findProduceByGear(int pageNumber, int pageSize, Gear gear)
ProduceDao
Does the same thing as ProduceDao.findProduceByGear(fr.ifremer.allegro.referential.gear.Gear)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findProduceByGear
in interface ProduceDao
findProduceByGear
in class ProduceDaoBase
ProduceDao.findProduceByGear(int, int, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findProduceByGear(java.lang.String queryString, int pageNumber, int pageSize, Gear gear)
ProduceDao
Does the same thing as ProduceDao.findProduceByGear(String, fr.ifremer.allegro.referential.gear.Gear)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findProduceByGear
in interface ProduceDao
findProduceByGear
in class ProduceDaoBase
ProduceDao.findProduceByGear(String, int, int, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findProduceByGear(int transform, java.lang.String queryString, Gear gear)
ProduceDao
Does the same thing as ProduceDao.findProduceByGear(int, fr.ifremer.allegro.referential.gear.Gear)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ProduceDao.findProduceByGear(int, fr.ifremer.allegro.referential.gear.Gear gear)
.
findProduceByGear
in interface ProduceDao
findProduceByGear
in class ProduceDaoBase
ProduceDao.findProduceByGear(int, String, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findProduceByGear(int transform, int pageNumber, int pageSize, Gear gear)
ProduceDao
Does the same thing as ProduceDao.findProduceByGear(int, fr.ifremer.allegro.referential.gear.Gear)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findProduceByGear
in interface ProduceDao
findProduceByGear
in class ProduceDaoBase
ProduceDao.findProduceByGear(int, int, int, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findProduceByGear(int transform, java.lang.String queryString, int pageNumber, int pageSize, Gear gear)
ProduceDao
Does the same thing as ProduceDao.findProduceByGear(int, String, fr.ifremer.allegro.referential.gear.Gear)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findProduceByGear
in interface ProduceDao
findProduceByGear
in class ProduceDaoBase
ProduceDao.findProduceByGear(int, java.lang.String, int, int, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findProduceByTransshipment(Transshipment transshipment)
findProduceByTransshipment
in interface ProduceDao
findProduceByTransshipment
in class ProduceDaoBase
ProduceDao.findProduceByTransshipment(fr.ifremer.allegro.data.transshipment.Transshipment)
public java.util.Collection findProduceByTransshipment(int transform, Transshipment transshipment)
ProduceDao
Does the same thing as ProduceDao.findProduceByTransshipment(fr.ifremer.allegro.data.transshipment.Transshipment)
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.
findProduceByTransshipment
in interface ProduceDao
findProduceByTransshipment
in class ProduceDaoBase
ProduceDao.findProduceByTransshipment(int, fr.ifremer.allegro.data.transshipment.Transshipment)
public java.util.Collection findProduceByTransshipment(java.lang.String queryString, Transshipment transshipment)
ProduceDao
Does the same thing as ProduceDao.findProduceByTransshipment(fr.ifremer.allegro.data.transshipment.Transshipment)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ProduceDao.findProduceByTransshipment(fr.ifremer.allegro.data.transshipment.Transshipment)
.
findProduceByTransshipment
in interface ProduceDao
findProduceByTransshipment
in class ProduceDaoBase
ProduceDao.findProduceByTransshipment(java.lang.String, fr.ifremer.allegro.data.transshipment.Transshipment)
public java.util.Collection findProduceByTransshipment(int pageNumber, int pageSize, Transshipment transshipment)
ProduceDao
Does the same thing as ProduceDao.findProduceByTransshipment(fr.ifremer.allegro.data.transshipment.Transshipment)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findProduceByTransshipment
in interface ProduceDao
findProduceByTransshipment
in class ProduceDaoBase
ProduceDao.findProduceByTransshipment(int, int, fr.ifremer.allegro.data.transshipment.Transshipment)
public java.util.Collection findProduceByTransshipment(java.lang.String queryString, int pageNumber, int pageSize, Transshipment transshipment)
ProduceDao
Does the same thing as ProduceDao.findProduceByTransshipment(String, fr.ifremer.allegro.data.transshipment.Transshipment)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findProduceByTransshipment
in interface ProduceDao
findProduceByTransshipment
in class ProduceDaoBase
ProduceDao.findProduceByTransshipment(String, int, int, fr.ifremer.allegro.data.transshipment.Transshipment)
public java.util.Collection findProduceByTransshipment(int transform, java.lang.String queryString, Transshipment transshipment)
ProduceDao
Does the same thing as ProduceDao.findProduceByTransshipment(int, fr.ifremer.allegro.data.transshipment.Transshipment)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ProduceDao.findProduceByTransshipment(int, fr.ifremer.allegro.data.transshipment.Transshipment transshipment)
.
findProduceByTransshipment
in interface ProduceDao
findProduceByTransshipment
in class ProduceDaoBase
ProduceDao.findProduceByTransshipment(int, String, fr.ifremer.allegro.data.transshipment.Transshipment)
public java.util.Collection findProduceByTransshipment(int transform, int pageNumber, int pageSize, Transshipment transshipment)
ProduceDao
Does the same thing as ProduceDao.findProduceByTransshipment(int, fr.ifremer.allegro.data.transshipment.Transshipment)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findProduceByTransshipment
in interface ProduceDao
findProduceByTransshipment
in class ProduceDaoBase
ProduceDao.findProduceByTransshipment(int, int, int, fr.ifremer.allegro.data.transshipment.Transshipment)
public java.util.Collection findProduceByTransshipment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Transshipment transshipment)
ProduceDao
Does the same thing as ProduceDao.findProduceByTransshipment(int, String, fr.ifremer.allegro.data.transshipment.Transshipment)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findProduceByTransshipment
in interface ProduceDao
findProduceByTransshipment
in class ProduceDaoBase
ProduceDao.findProduceByTransshipment(int, java.lang.String, int, int, fr.ifremer.allegro.data.transshipment.Transshipment)
public java.util.Collection findProduceByBatch(Batch batch)
findProduceByBatch
in interface ProduceDao
findProduceByBatch
in class ProduceDaoBase
ProduceDao.findProduceByBatch(fr.ifremer.allegro.data.batch.Batch)
public java.util.Collection findProduceByBatch(int transform, Batch batch)
ProduceDao
Does the same thing as ProduceDao.findProduceByBatch(fr.ifremer.allegro.data.batch.Batch)
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.
findProduceByBatch
in interface ProduceDao
findProduceByBatch
in class ProduceDaoBase
ProduceDao.findProduceByBatch(int, fr.ifremer.allegro.data.batch.Batch)
public java.util.Collection findProduceByBatch(java.lang.String queryString, Batch batch)
ProduceDao
Does the same thing as ProduceDao.findProduceByBatch(fr.ifremer.allegro.data.batch.Batch)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ProduceDao.findProduceByBatch(fr.ifremer.allegro.data.batch.Batch)
.
findProduceByBatch
in interface ProduceDao
findProduceByBatch
in class ProduceDaoBase
ProduceDao.findProduceByBatch(java.lang.String, fr.ifremer.allegro.data.batch.Batch)
public java.util.Collection findProduceByBatch(int pageNumber, int pageSize, Batch batch)
ProduceDao
Does the same thing as ProduceDao.findProduceByBatch(fr.ifremer.allegro.data.batch.Batch)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findProduceByBatch
in interface ProduceDao
findProduceByBatch
in class ProduceDaoBase
ProduceDao.findProduceByBatch(int, int, fr.ifremer.allegro.data.batch.Batch)
public java.util.Collection findProduceByBatch(java.lang.String queryString, int pageNumber, int pageSize, Batch batch)
ProduceDao
Does the same thing as ProduceDao.findProduceByBatch(String, fr.ifremer.allegro.data.batch.Batch)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findProduceByBatch
in interface ProduceDao
findProduceByBatch
in class ProduceDaoBase
ProduceDao.findProduceByBatch(String, int, int, fr.ifremer.allegro.data.batch.Batch)
public java.util.Collection findProduceByBatch(int transform, java.lang.String queryString, Batch batch)
ProduceDao
Does the same thing as ProduceDao.findProduceByBatch(int, fr.ifremer.allegro.data.batch.Batch)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ProduceDao.findProduceByBatch(int, fr.ifremer.allegro.data.batch.Batch batch)
.
findProduceByBatch
in interface ProduceDao
findProduceByBatch
in class ProduceDaoBase
ProduceDao.findProduceByBatch(int, String, fr.ifremer.allegro.data.batch.Batch)
public java.util.Collection findProduceByBatch(int transform, int pageNumber, int pageSize, Batch batch)
ProduceDao
Does the same thing as ProduceDao.findProduceByBatch(int, fr.ifremer.allegro.data.batch.Batch)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findProduceByBatch
in interface ProduceDao
findProduceByBatch
in class ProduceDaoBase
ProduceDao.findProduceByBatch(int, int, int, fr.ifremer.allegro.data.batch.Batch)
public java.util.Collection findProduceByBatch(int transform, java.lang.String queryString, int pageNumber, int pageSize, Batch batch)
ProduceDao
Does the same thing as ProduceDao.findProduceByBatch(int, String, fr.ifremer.allegro.data.batch.Batch)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findProduceByBatch
in interface ProduceDao
findProduceByBatch
in class ProduceDaoBase
ProduceDao.findProduceByBatch(int, java.lang.String, int, int, fr.ifremer.allegro.data.batch.Batch)
public java.util.Collection findProduceByFishingOperation(FishingOperation fishingOperation)
findProduceByFishingOperation
in interface ProduceDao
findProduceByFishingOperation
in class ProduceDaoBase
ProduceDao.findProduceByFishingOperation(fr.ifremer.allegro.data.operation.FishingOperation)
public java.util.Collection findProduceByFishingOperation(int transform, FishingOperation fishingOperation)
ProduceDao
Does the same thing as ProduceDao.findProduceByFishingOperation(fr.ifremer.allegro.data.operation.FishingOperation)
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.
findProduceByFishingOperation
in interface ProduceDao
findProduceByFishingOperation
in class ProduceDaoBase
ProduceDao.findProduceByFishingOperation(int, fr.ifremer.allegro.data.operation.FishingOperation)
public java.util.Collection findProduceByFishingOperation(java.lang.String queryString, FishingOperation fishingOperation)
ProduceDao
Does the same thing as ProduceDao.findProduceByFishingOperation(fr.ifremer.allegro.data.operation.FishingOperation)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ProduceDao.findProduceByFishingOperation(fr.ifremer.allegro.data.operation.FishingOperation)
.
findProduceByFishingOperation
in interface ProduceDao
findProduceByFishingOperation
in class ProduceDaoBase
ProduceDao.findProduceByFishingOperation(java.lang.String, fr.ifremer.allegro.data.operation.FishingOperation)
public java.util.Collection findProduceByFishingOperation(int pageNumber, int pageSize, FishingOperation fishingOperation)
ProduceDao
Does the same thing as ProduceDao.findProduceByFishingOperation(fr.ifremer.allegro.data.operation.FishingOperation)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findProduceByFishingOperation
in interface ProduceDao
findProduceByFishingOperation
in class ProduceDaoBase
ProduceDao.findProduceByFishingOperation(int, int, fr.ifremer.allegro.data.operation.FishingOperation)
public java.util.Collection findProduceByFishingOperation(java.lang.String queryString, int pageNumber, int pageSize, FishingOperation fishingOperation)
ProduceDao
Does the same thing as ProduceDao.findProduceByFishingOperation(String, fr.ifremer.allegro.data.operation.FishingOperation)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findProduceByFishingOperation
in interface ProduceDao
findProduceByFishingOperation
in class ProduceDaoBase
ProduceDao.findProduceByFishingOperation(String, int, int, fr.ifremer.allegro.data.operation.FishingOperation)
public java.util.Collection findProduceByFishingOperation(int transform, java.lang.String queryString, FishingOperation fishingOperation)
ProduceDao
Does the same thing as ProduceDao.findProduceByFishingOperation(int, fr.ifremer.allegro.data.operation.FishingOperation)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ProduceDao.findProduceByFishingOperation(int, fr.ifremer.allegro.data.operation.FishingOperation fishingOperation)
.
findProduceByFishingOperation
in interface ProduceDao
findProduceByFishingOperation
in class ProduceDaoBase
ProduceDao.findProduceByFishingOperation(int, String, fr.ifremer.allegro.data.operation.FishingOperation)
public java.util.Collection findProduceByFishingOperation(int transform, int pageNumber, int pageSize, FishingOperation fishingOperation)
ProduceDao
Does the same thing as ProduceDao.findProduceByFishingOperation(int, fr.ifremer.allegro.data.operation.FishingOperation)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findProduceByFishingOperation
in interface ProduceDao
findProduceByFishingOperation
in class ProduceDaoBase
ProduceDao.findProduceByFishingOperation(int, int, int, fr.ifremer.allegro.data.operation.FishingOperation)
public java.util.Collection findProduceByFishingOperation(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingOperation fishingOperation)
ProduceDao
Does the same thing as ProduceDao.findProduceByFishingOperation(int, String, fr.ifremer.allegro.data.operation.FishingOperation)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findProduceByFishingOperation
in interface ProduceDao
findProduceByFishingOperation
in class ProduceDaoBase
ProduceDao.findProduceByFishingOperation(int, java.lang.String, int, int, fr.ifremer.allegro.data.operation.FishingOperation)
public java.util.Collection findProduceByQualityFlag(QualityFlag qualityFlag)
findProduceByQualityFlag
in interface ProduceDao
findProduceByQualityFlag
in class ProduceDaoBase
ProduceDao.findProduceByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findProduceByQualityFlag(int transform, QualityFlag qualityFlag)
ProduceDao
Does the same thing as ProduceDao.findProduceByQualityFlag(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.
findProduceByQualityFlag
in interface ProduceDao
findProduceByQualityFlag
in class ProduceDaoBase
ProduceDao.findProduceByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findProduceByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
ProduceDao
Does the same thing as ProduceDao.findProduceByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ProduceDao.findProduceByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
.
findProduceByQualityFlag
in interface ProduceDao
findProduceByQualityFlag
in class ProduceDaoBase
ProduceDao.findProduceByQualityFlag(java.lang.String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findProduceByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
ProduceDao
Does the same thing as ProduceDao.findProduceByQualityFlag(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.
findProduceByQualityFlag
in interface ProduceDao
findProduceByQualityFlag
in class ProduceDaoBase
ProduceDao.findProduceByQualityFlag(int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findProduceByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
ProduceDao
Does the same thing as ProduceDao.findProduceByQualityFlag(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.
findProduceByQualityFlag
in interface ProduceDao
findProduceByQualityFlag
in class ProduceDaoBase
ProduceDao.findProduceByQualityFlag(String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findProduceByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
ProduceDao
Does the same thing as ProduceDao.findProduceByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ProduceDao.findProduceByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag)
.
findProduceByQualityFlag
in interface ProduceDao
findProduceByQualityFlag
in class ProduceDaoBase
ProduceDao.findProduceByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findProduceByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
ProduceDao
Does the same thing as ProduceDao.findProduceByQualityFlag(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.
findProduceByQualityFlag
in interface ProduceDao
findProduceByQualityFlag
in class ProduceDaoBase
ProduceDao.findProduceByQualityFlag(int, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findProduceByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
ProduceDao
Does the same thing as ProduceDao.findProduceByQualityFlag(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.
findProduceByQualityFlag
in interface ProduceDao
findProduceByQualityFlag
in class ProduceDaoBase
ProduceDao.findProduceByQualityFlag(int, java.lang.String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public Produce findProduceByNaturalId(java.lang.Integer id)
findProduceByNaturalId
in interface ProduceDao
findProduceByNaturalId
in class ProduceDaoBase
ProduceDao.findProduceByNaturalId(java.lang.Integer)
public java.lang.Object findProduceByNaturalId(int transform, java.lang.Integer id)
ProduceDao
Does the same thing as ProduceDao.findProduceByNaturalId(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.
findProduceByNaturalId
in interface ProduceDao
findProduceByNaturalId
in class ProduceDaoBase
ProduceDao.findProduceByNaturalId(int, java.lang.Integer)
public Produce findProduceByNaturalId(java.lang.String queryString, java.lang.Integer id)
ProduceDao
Does the same thing as ProduceDao.findProduceByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ProduceDao.findProduceByNaturalId(java.lang.Integer)
.
findProduceByNaturalId
in interface ProduceDao
findProduceByNaturalId
in class ProduceDaoBase
ProduceDao.findProduceByNaturalId(java.lang.String, java.lang.Integer)
public java.lang.Object findProduceByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
ProduceDao
Does the same thing as ProduceDao.findProduceByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ProduceDao.findProduceByNaturalId(int, java.lang.Integer id)
.
findProduceByNaturalId
in interface ProduceDao
findProduceByNaturalId
in class ProduceDaoBase
ProduceDao.findProduceByNaturalId(int, java.lang.String, java.lang.Integer)
public SaleProduce createFromClusterSaleProduce(ClusterSaleProduce clusterSaleProduce)
createFromClusterSaleProduce
in interface SaleProduceDao
SaleProduceDao.createFromClusterSaleProduce(fr.ifremer.allegro.data.survey.sale.generic.cluster.ClusterSaleProduce)
protected abstract SaleProduce handleCreateFromClusterSaleProduce(ClusterSaleProduce clusterSaleProduce) throws java.lang.Exception
createFromClusterSaleProduce(fr.ifremer.allegro.data.survey.sale.generic.cluster.ClusterSaleProduce)
java.lang.Exception
public ClusterSaleProduce[] getAllClusterSaleProduce(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterSaleProduce
in interface SaleProduceDao
SaleProduceDao.getAllClusterSaleProduce(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterSaleProduce[] handleGetAllClusterSaleProduce(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterSaleProduce(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
protected java.lang.Object transformEntity(int transform, SaleProduce entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.data.survey.sale.SaleProduceDao
, please note
that the ProduceDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
SaleProduce
- ProduceDao.TRANSFORM_NONE
RemoteSaleProduceFullVO
- TRANSFORM_REMOTESALEPRODUCEFULLVO
RemoteSaleProduceNaturalId
- TRANSFORM_REMOTESALEPRODUCENATURALID
ClusterSaleProduce
- TRANSFORM_CLUSTERSALEPRODUCE
ProduceDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in SaleProduceDao
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.SaleProduce)
method. This method does not instantiate a new collection.
This method is to be used internally only.
transformEntities
in class ProduceDaoBase
transform
- one of the constants declared in fr.ifremer.allegro.data.survey.sale.SaleProduceDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.data.survey.sale.SaleProduce)
protected SaleProduce toEntity(java.lang.Object[] row)
toEntity
in class ProduceDaoBase
public final void toRemoteSaleProduceFullVOCollection(java.util.Collection entities)
SaleProduceDao
RemoteSaleProduceFullVO
.
toRemoteSaleProduceFullVOCollection
in interface SaleProduceDao
SaleProduceDao.toRemoteSaleProduceFullVOCollection(java.util.Collection)
public final RemoteSaleProduceFullVO[] toRemoteSaleProduceFullVOArray(java.util.Collection entities)
SaleProduceDao
RemoteSaleProduceFullVO
.
toRemoteSaleProduceFullVOArray
in interface SaleProduceDao
SaleProduceDao.toRemoteSaleProduceFullVOArray(java.util.Collection)
protected RemoteSaleProduceFullVO toRemoteSaleProduceFullVO(java.lang.Object[] row)
SaleProduceDaoImpl
class if you intend to use reporting queries.
SaleProduceDao.toRemoteSaleProduceFullVO(fr.ifremer.allegro.data.survey.sale.SaleProduce)
public final void remoteSaleProduceFullVOToEntityCollection(java.util.Collection instances)
SaleProduceDao
RemoteSaleProduceFullVO
to this
DAO's entity.
remoteSaleProduceFullVOToEntityCollection
in interface SaleProduceDao
SaleProduceDao.remoteSaleProduceFullVOToEntityCollection(java.util.Collection)
public void toRemoteSaleProduceFullVO(SaleProduce source, RemoteSaleProduceFullVO target)
SaleProduceDao
toRemoteSaleProduceFullVO
in interface SaleProduceDao
SaleProduceDao.toRemoteSaleProduceFullVO(fr.ifremer.allegro.data.survey.sale.SaleProduce, fr.ifremer.allegro.data.survey.sale.generic.vo.RemoteSaleProduceFullVO)
public RemoteSaleProduceFullVO toRemoteSaleProduceFullVO(SaleProduce entity)
SaleProduceDao
RemoteSaleProduceFullVO
.
toRemoteSaleProduceFullVO
in interface SaleProduceDao
SaleProduceDao.toRemoteSaleProduceFullVO(fr.ifremer.allegro.data.survey.sale.SaleProduce)
public void remoteSaleProduceFullVOToEntity(RemoteSaleProduceFullVO source, SaleProduce target, boolean copyIfNull)
SaleProduceDao
RemoteSaleProduceFullVO
to the specified entity.
remoteSaleProduceFullVOToEntity
in interface SaleProduceDao
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.SaleProduceDao#remoteSaleProduceFullVOToEntity(fr.ifremer.allegro.data.survey.sale.generic.vo.RemoteSaleProduceFullVO, fr.ifremer.allegro.data.survey.sale.SaleProduce)
public final void toRemoteSaleProduceNaturalIdCollection(java.util.Collection entities)
SaleProduceDao
RemoteSaleProduceNaturalId
.
toRemoteSaleProduceNaturalIdCollection
in interface SaleProduceDao
SaleProduceDao.toRemoteSaleProduceNaturalIdCollection(java.util.Collection)
public final RemoteSaleProduceNaturalId[] toRemoteSaleProduceNaturalIdArray(java.util.Collection entities)
SaleProduceDao
RemoteSaleProduceNaturalId
.
toRemoteSaleProduceNaturalIdArray
in interface SaleProduceDao
SaleProduceDao.toRemoteSaleProduceNaturalIdArray(java.util.Collection)
protected RemoteSaleProduceNaturalId toRemoteSaleProduceNaturalId(java.lang.Object[] row)
SaleProduceDaoImpl
class if you intend to use reporting queries.
SaleProduceDao.toRemoteSaleProduceNaturalId(fr.ifremer.allegro.data.survey.sale.SaleProduce)
public final void remoteSaleProduceNaturalIdToEntityCollection(java.util.Collection instances)
SaleProduceDao
RemoteSaleProduceNaturalId
to this
DAO's entity.
remoteSaleProduceNaturalIdToEntityCollection
in interface SaleProduceDao
SaleProduceDao.remoteSaleProduceNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteSaleProduceNaturalId(SaleProduce source, RemoteSaleProduceNaturalId target)
SaleProduceDao
toRemoteSaleProduceNaturalId
in interface SaleProduceDao
SaleProduceDao.toRemoteSaleProduceNaturalId(fr.ifremer.allegro.data.survey.sale.SaleProduce, fr.ifremer.allegro.data.survey.sale.generic.vo.RemoteSaleProduceNaturalId)
public RemoteSaleProduceNaturalId toRemoteSaleProduceNaturalId(SaleProduce entity)
SaleProduceDao
RemoteSaleProduceNaturalId
.
toRemoteSaleProduceNaturalId
in interface SaleProduceDao
SaleProduceDao.toRemoteSaleProduceNaturalId(fr.ifremer.allegro.data.survey.sale.SaleProduce)
public void remoteSaleProduceNaturalIdToEntity(RemoteSaleProduceNaturalId source, SaleProduce target, boolean copyIfNull)
SaleProduceDao
RemoteSaleProduceNaturalId
to the specified entity.
remoteSaleProduceNaturalIdToEntity
in interface SaleProduceDao
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.SaleProduceDao#remoteSaleProduceNaturalIdToEntity(fr.ifremer.allegro.data.survey.sale.generic.vo.RemoteSaleProduceNaturalId, fr.ifremer.allegro.data.survey.sale.SaleProduce)
public final void toClusterSaleProduceCollection(java.util.Collection entities)
SaleProduceDao
ClusterSaleProduce
.
toClusterSaleProduceCollection
in interface SaleProduceDao
SaleProduceDao.toClusterSaleProduceCollection(java.util.Collection)
public final ClusterSaleProduce[] toClusterSaleProduceArray(java.util.Collection entities)
SaleProduceDao
ClusterSaleProduce
.
toClusterSaleProduceArray
in interface SaleProduceDao
SaleProduceDao.toClusterSaleProduceArray(java.util.Collection)
protected ClusterSaleProduce toClusterSaleProduce(java.lang.Object[] row)
SaleProduceDaoImpl
class if you intend to use reporting queries.
SaleProduceDao.toClusterSaleProduce(fr.ifremer.allegro.data.survey.sale.SaleProduce)
public final void clusterSaleProduceToEntityCollection(java.util.Collection instances)
SaleProduceDao
ClusterSaleProduce
to this
DAO's entity.
clusterSaleProduceToEntityCollection
in interface SaleProduceDao
SaleProduceDao.clusterSaleProduceToEntityCollection(java.util.Collection)
public void toClusterSaleProduce(SaleProduce source, ClusterSaleProduce target)
SaleProduceDao
toClusterSaleProduce
in interface SaleProduceDao
SaleProduceDao.toClusterSaleProduce(fr.ifremer.allegro.data.survey.sale.SaleProduce, fr.ifremer.allegro.data.survey.sale.generic.cluster.ClusterSaleProduce)
public ClusterSaleProduce toClusterSaleProduce(SaleProduce entity)
SaleProduceDao
ClusterSaleProduce
.
toClusterSaleProduce
in interface SaleProduceDao
SaleProduceDao.toClusterSaleProduce(fr.ifremer.allegro.data.survey.sale.SaleProduce)
public void clusterSaleProduceToEntity(ClusterSaleProduce source, SaleProduce target, boolean copyIfNull)
SaleProduceDao
ClusterSaleProduce
to the specified entity.
clusterSaleProduceToEntity
in interface SaleProduceDao
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.SaleProduceDao#clusterSaleProduceToEntity(fr.ifremer.allegro.data.survey.sale.generic.cluster.ClusterSaleProduce, fr.ifremer.allegro.data.survey.sale.SaleProduce)
protected java.security.Principal getPrincipal()
principal
if one has been set,
otherwise returns null
.
getPrincipal
in class ProduceDaoBase
public PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
ProduceDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface ProduceDao
search
in interface SaleProduceDao
search
in class ProduceDaoBase
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.SaleProduceDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
ProduceDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface ProduceDao
search
in interface SaleProduceDao
search
in class ProduceDaoBase
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.SaleProduceDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
ProduceDao
ProduceDao.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 ProduceDao
search
in interface SaleProduceDao
search
in class ProduceDaoBase
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
SaleProduceDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
ProduceDao
search
object.
search
in interface ProduceDao
search
in interface SaleProduceDao
search
in class ProduceDaoBase
search
- the search object which provides the search parameters and pagination specification.
SaleProduceDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |