|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SaleProduceDao
SaleProduce
Field Summary | |
---|---|
static int |
TRANSFORM_CLUSTERSALEPRODUCE
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform . |
static int |
TRANSFORM_REMOTESALEPRODUCEFULLVO
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform . |
static int |
TRANSFORM_REMOTESALEPRODUCENATURALID
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform . |
Fields inherited from interface fr.ifremer.allegro.data.produce.ProduceDao |
---|
TRANSFORM_CLUSTERPRODUCE, TRANSFORM_NONE, TRANSFORM_REMOTEPRODUCEFULLVO, TRANSFORM_REMOTEPRODUCENATURALID |
Method Summary | |
---|---|
SaleProduce |
clusterSaleProduceToEntity(ClusterSaleProduce clusterSaleProduce)
Converts an instance of type ClusterSaleProduce to this DAO's entity. |
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. |
Produce |
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. |
Produce |
create(java.lang.Boolean isDiscard,
QualityFlag qualityFlag,
java.util.Collection quantificationMeasurements,
TaxonGroup taxonGroup)
Creates a new fr.ifremer.allegro.data.survey.sale.SaleProduce
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.survey.sale.SaleProduce 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 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 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 create(fr.ifremer.allegro.data.survey.sale.SaleProduce) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
SaleProduce saleProduce)
Does the same thing as create(fr.ifremer.allegro.data.survey.sale.SaleProduce) with an
additional flag called transform . |
Produce |
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 |
findSaleProduceByBatch(Batch batch)
|
java.util.Collection |
findSaleProduceByBatch(int transform,
Batch batch)
Does the same thing as 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 |
getAllSaleProduce()
|
java.util.Collection |
getAllSaleProduce(int transform)
Does the same thing as getAllSaleProduce() with an
additional flag called transform . |
java.util.Collection |
getAllSaleProduce(int pageNumber,
int pageSize)
Does the same thing as 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 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 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 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 getAllSaleProduce() with an
additional argument called queryString . |
java.util.Collection |
getAllSaleProduce(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllSaleProduce(String) with an
additional two arguments called pageNumber and pageSize . |
Produce |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.data.survey.sale.SaleProduce from the persistent store. |
java.lang.Object |
load(int transform,
java.lang.Integer id)
Does the same thing as load(java.lang.Integer) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type SaleProduce . |
java.util.Collection |
loadAll(int transform)
Does the same thing as loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as 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 loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
SaleProduce |
remoteSaleProduceFullVOToEntity(RemoteSaleProduceFullVO remoteSaleProduceFullVO)
Converts an instance of type RemoteSaleProduceFullVO to this DAO's entity. |
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. |
SaleProduce |
remoteSaleProduceNaturalIdToEntity(RemoteSaleProduceNaturalId remoteSaleProduceNaturalId)
Converts an instance of type RemoteSaleProduceNaturalId 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.survey.sale.SaleProduce 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 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. |
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 . |
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 . |
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 . |
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. |
Field Detail |
---|
static final int TRANSFORM_REMOTESALEPRODUCEFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteSaleProduceFullVO
.
static final int TRANSFORM_REMOTESALEPRODUCENATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteSaleProduceNaturalId
.
static final int TRANSFORM_CLUSTERSALEPRODUCE
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterSaleProduce
.
Method Detail |
---|
void toRemoteSaleProduceFullVO(SaleProduce source, RemoteSaleProduceFullVO target)
RemoteSaleProduceFullVO toRemoteSaleProduceFullVO(SaleProduce entity)
RemoteSaleProduceFullVO
.
void toRemoteSaleProduceFullVOCollection(java.util.Collection entities)
RemoteSaleProduceFullVO
.
RemoteSaleProduceFullVO[] toRemoteSaleProduceFullVOArray(java.util.Collection entities)
RemoteSaleProduceFullVO
.
void remoteSaleProduceFullVOToEntity(RemoteSaleProduceFullVO source, SaleProduce target, boolean copyIfNull)
RemoteSaleProduceFullVO
to the specified entity.
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.SaleProduce remoteSaleProduceFullVOToEntity(RemoteSaleProduceFullVO remoteSaleProduceFullVO)
RemoteSaleProduceFullVO
to this DAO's entity.
void remoteSaleProduceFullVOToEntityCollection(java.util.Collection instances)
RemoteSaleProduceFullVO
to this
DAO's entity.
void toRemoteSaleProduceNaturalId(SaleProduce source, RemoteSaleProduceNaturalId target)
RemoteSaleProduceNaturalId toRemoteSaleProduceNaturalId(SaleProduce entity)
RemoteSaleProduceNaturalId
.
void toRemoteSaleProduceNaturalIdCollection(java.util.Collection entities)
RemoteSaleProduceNaturalId
.
RemoteSaleProduceNaturalId[] toRemoteSaleProduceNaturalIdArray(java.util.Collection entities)
RemoteSaleProduceNaturalId
.
void remoteSaleProduceNaturalIdToEntity(RemoteSaleProduceNaturalId source, SaleProduce target, boolean copyIfNull)
RemoteSaleProduceNaturalId
to the specified entity.
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.SaleProduce remoteSaleProduceNaturalIdToEntity(RemoteSaleProduceNaturalId remoteSaleProduceNaturalId)
RemoteSaleProduceNaturalId
to this DAO's entity.
void remoteSaleProduceNaturalIdToEntityCollection(java.util.Collection instances)
RemoteSaleProduceNaturalId
to this
DAO's entity.
void toClusterSaleProduce(SaleProduce source, ClusterSaleProduce target)
ClusterSaleProduce toClusterSaleProduce(SaleProduce entity)
ClusterSaleProduce
.
void toClusterSaleProduceCollection(java.util.Collection entities)
ClusterSaleProduce
.
ClusterSaleProduce[] toClusterSaleProduceArray(java.util.Collection entities)
ClusterSaleProduce
.
void clusterSaleProduceToEntity(ClusterSaleProduce source, SaleProduce target, boolean copyIfNull)
ClusterSaleProduce
to the specified entity.
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.SaleProduce clusterSaleProduceToEntity(ClusterSaleProduce clusterSaleProduce)
ClusterSaleProduce
to this DAO's entity.
void clusterSaleProduceToEntityCollection(java.util.Collection instances)
ClusterSaleProduce
to this
DAO's entity.
Produce load(java.lang.Integer id)
load
in interface ProduceDao
java.lang.Object load(int transform, java.lang.Integer id)
Does the same thing as 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
id
- identifier of the entity to load
java.util.Collection loadAll()
SaleProduce
.
loadAll
in interface ProduceDao
java.util.Collection loadAll(int transform)
Does the same thing as 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
transform
- the flag indicating what transformation to use.
java.util.Collection loadAll(int pageNumber, int pageSize)
Does the same thing as 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
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
Does the same thing as 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
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.
Produce create(SaleProduce saleProduce)
java.lang.Object create(int transform, SaleProduce saleProduce)
Does the same thing as 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.
java.util.Collection create(java.util.Collection entities)
entities
collection
create
in interface ProduceDao
entities
- the collection of fr.ifremer.allegro.data.survey.sale.SaleProduce
instances to create.
java.util.Collection create(int transform, java.util.Collection entities)
Does the same thing as 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 entities (into value objects for example). By default, transformation does
not occur.
create
in interface ProduceDao
Produce 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.
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 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.
Produce create(java.lang.Boolean isDiscard, QualityFlag qualityFlag, java.util.Collection quantificationMeasurements, TaxonGroup taxonGroup)
Creates a new fr.ifremer.allegro.data.survey.sale.SaleProduce
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface ProduceDao
java.lang.Object create(int transform, java.lang.Boolean isDiscard, QualityFlag qualityFlag, java.util.Collection quantificationMeasurements, TaxonGroup taxonGroup)
Does the same thing as 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
void update(SaleProduce saleProduce)
saleProduce
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
update
in interface ProduceDao
void remove(SaleProduce saleProduce)
void remove(java.lang.Integer id)
identifier
from the persistent store.
remove
in interface ProduceDao
void remove(java.util.Collection entities)
entities collection.
- Specified by:
remove
in interface ProduceDao
java.util.Collection getAllSaleProduce()
java.util.Collection getAllSaleProduce(java.lang.String queryString)
Does the same thing as getAllSaleProduce()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllSaleProduce()
.
java.util.Collection getAllSaleProduce(int pageNumber, int pageSize)
Does the same thing as 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.
java.util.Collection getAllSaleProduce(java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as 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.
java.util.Collection getAllSaleProduce(int transform)
Does the same thing as 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.
java.util.Collection getAllSaleProduce(int transform, int pageNumber, int pageSize)
Does the same thing as 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.
java.util.Collection getAllSaleProduce(int transform, java.lang.String queryString)
Does the same thing as getAllSaleProduce(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllSaleProduce(int)
.
java.util.Collection getAllSaleProduce(int transform, java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as 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.
SaleProduce findSaleProduceById(java.lang.Integer id)
SaleProduce findSaleProduceById(java.lang.String queryString, java.lang.Integer id)
Does the same thing as findSaleProduceById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSaleProduceById(java.lang.Integer)
.
java.lang.Object findSaleProduceById(int transform, java.lang.Integer id)
Does the same thing as 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.
java.lang.Object findSaleProduceById(int transform, java.lang.String queryString, java.lang.Integer id)
Does the same thing as findSaleProduceById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSaleProduceById(int, java.lang.Integer id)
.
java.util.Collection findSaleProduceBySale(Sale sale)
java.util.Collection findSaleProduceBySale(java.lang.String queryString, Sale sale)
Does the same thing as 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 findSaleProduceBySale(fr.ifremer.allegro.data.survey.sale.Sale)
.
java.util.Collection findSaleProduceBySale(int pageNumber, int pageSize, Sale sale)
Does the same thing as 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.
java.util.Collection findSaleProduceBySale(java.lang.String queryString, int pageNumber, int pageSize, Sale sale)
Does the same thing as 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.
java.util.Collection findSaleProduceBySale(int transform, Sale sale)
Does the same thing as 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.
java.util.Collection findSaleProduceBySale(int transform, int pageNumber, int pageSize, Sale sale)
Does the same thing as 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.
java.util.Collection findSaleProduceBySale(int transform, java.lang.String queryString, Sale sale)
Does the same thing as 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 findSaleProduceBySale(int, fr.ifremer.allegro.data.survey.sale.Sale sale)
.
java.util.Collection findSaleProduceBySale(int transform, java.lang.String queryString, int pageNumber, int pageSize, Sale sale)
Does the same thing as 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.
java.util.Collection findSaleProduceByBuyer(Buyer buyer)
java.util.Collection findSaleProduceByBuyer(java.lang.String queryString, Buyer buyer)
Does the same thing as 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 findSaleProduceByBuyer(fr.ifremer.allegro.referential.buyer.Buyer)
.
java.util.Collection findSaleProduceByBuyer(int pageNumber, int pageSize, Buyer buyer)
Does the same thing as 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.
java.util.Collection findSaleProduceByBuyer(java.lang.String queryString, int pageNumber, int pageSize, Buyer buyer)
Does the same thing as 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.
java.util.Collection findSaleProduceByBuyer(int transform, Buyer buyer)
Does the same thing as 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.
java.util.Collection findSaleProduceByBuyer(int transform, int pageNumber, int pageSize, Buyer buyer)
Does the same thing as 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.
java.util.Collection findSaleProduceByBuyer(int transform, java.lang.String queryString, Buyer buyer)
Does the same thing as 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 findSaleProduceByBuyer(int, fr.ifremer.allegro.referential.buyer.Buyer buyer)
.
java.util.Collection findSaleProduceByBuyer(int transform, java.lang.String queryString, int pageNumber, int pageSize, Buyer buyer)
Does the same thing as 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.
java.util.Collection findSaleProduceByExpectedSale(ExpectedSale expectedSale)
java.util.Collection findSaleProduceByExpectedSale(java.lang.String queryString, ExpectedSale expectedSale)
Does the same thing as 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 findSaleProduceByExpectedSale(fr.ifremer.allegro.data.sale.ExpectedSale)
.
java.util.Collection findSaleProduceByExpectedSale(int pageNumber, int pageSize, ExpectedSale expectedSale)
Does the same thing as 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.
java.util.Collection findSaleProduceByExpectedSale(java.lang.String queryString, int pageNumber, int pageSize, ExpectedSale expectedSale)
Does the same thing as 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.
java.util.Collection findSaleProduceByExpectedSale(int transform, ExpectedSale expectedSale)
Does the same thing as 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.
java.util.Collection findSaleProduceByExpectedSale(int transform, int pageNumber, int pageSize, ExpectedSale expectedSale)
Does the same thing as 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.
java.util.Collection findSaleProduceByExpectedSale(int transform, java.lang.String queryString, ExpectedSale expectedSale)
Does the same thing as 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 findSaleProduceByExpectedSale(int, fr.ifremer.allegro.data.sale.ExpectedSale expectedSale)
.
java.util.Collection findSaleProduceByExpectedSale(int transform, java.lang.String queryString, int pageNumber, int pageSize, ExpectedSale expectedSale)
Does the same thing as 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.
java.util.Collection findSaleProduceByOtherTaxonGroup(TaxonGroup otherTaxonGroup)
java.util.Collection findSaleProduceByOtherTaxonGroup(java.lang.String queryString, TaxonGroup otherTaxonGroup)
Does the same thing as 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 findSaleProduceByOtherTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
.
java.util.Collection findSaleProduceByOtherTaxonGroup(int pageNumber, int pageSize, TaxonGroup otherTaxonGroup)
Does the same thing as 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.
java.util.Collection findSaleProduceByOtherTaxonGroup(java.lang.String queryString, int pageNumber, int pageSize, TaxonGroup otherTaxonGroup)
Does the same thing as 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.
java.util.Collection findSaleProduceByOtherTaxonGroup(int transform, TaxonGroup otherTaxonGroup)
Does the same thing as 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.
java.util.Collection findSaleProduceByOtherTaxonGroup(int transform, int pageNumber, int pageSize, TaxonGroup otherTaxonGroup)
Does the same thing as 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.
java.util.Collection findSaleProduceByOtherTaxonGroup(int transform, java.lang.String queryString, TaxonGroup otherTaxonGroup)
Does the same thing as 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 findSaleProduceByOtherTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup otherTaxonGroup)
.
java.util.Collection findSaleProduceByOtherTaxonGroup(int transform, java.lang.String queryString, int pageNumber, int pageSize, TaxonGroup otherTaxonGroup)
Does the same thing as 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.
java.util.Collection findSaleProduceByTaxonGroup(TaxonGroup taxonGroup)
java.util.Collection findSaleProduceByTaxonGroup(java.lang.String queryString, TaxonGroup taxonGroup)
Does the same thing as 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 findSaleProduceByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
.
java.util.Collection findSaleProduceByTaxonGroup(int pageNumber, int pageSize, TaxonGroup taxonGroup)
Does the same thing as 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.
java.util.Collection findSaleProduceByTaxonGroup(java.lang.String queryString, int pageNumber, int pageSize, TaxonGroup taxonGroup)
Does the same thing as 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.
java.util.Collection findSaleProduceByTaxonGroup(int transform, TaxonGroup taxonGroup)
Does the same thing as 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.
java.util.Collection findSaleProduceByTaxonGroup(int transform, int pageNumber, int pageSize, TaxonGroup taxonGroup)
Does the same thing as 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.
java.util.Collection findSaleProduceByTaxonGroup(int transform, java.lang.String queryString, TaxonGroup taxonGroup)
Does the same thing as 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 findSaleProduceByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup taxonGroup)
.
java.util.Collection findSaleProduceByTaxonGroup(int transform, java.lang.String queryString, int pageNumber, int pageSize, TaxonGroup taxonGroup)
Does the same thing as 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.
java.util.Collection findSaleProduceByLanding(Landing landing)
java.util.Collection findSaleProduceByLanding(java.lang.String queryString, Landing landing)
Does the same thing as 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 findSaleProduceByLanding(fr.ifremer.allegro.data.survey.landing.Landing)
.
java.util.Collection findSaleProduceByLanding(int pageNumber, int pageSize, Landing landing)
Does the same thing as 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.
java.util.Collection findSaleProduceByLanding(java.lang.String queryString, int pageNumber, int pageSize, Landing landing)
Does the same thing as 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.
java.util.Collection findSaleProduceByLanding(int transform, Landing landing)
Does the same thing as 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.
java.util.Collection findSaleProduceByLanding(int transform, int pageNumber, int pageSize, Landing landing)
Does the same thing as 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.
java.util.Collection findSaleProduceByLanding(int transform, java.lang.String queryString, Landing landing)
Does the same thing as 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 findSaleProduceByLanding(int, fr.ifremer.allegro.data.survey.landing.Landing landing)
.
java.util.Collection findSaleProduceByLanding(int transform, java.lang.String queryString, int pageNumber, int pageSize, Landing landing)
Does the same thing as 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.
java.util.Collection findSaleProduceByGear(Gear gear)
java.util.Collection findSaleProduceByGear(java.lang.String queryString, Gear gear)
Does the same thing as 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 findSaleProduceByGear(fr.ifremer.allegro.referential.gear.Gear)
.
java.util.Collection findSaleProduceByGear(int pageNumber, int pageSize, Gear gear)
Does the same thing as 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.
java.util.Collection findSaleProduceByGear(java.lang.String queryString, int pageNumber, int pageSize, Gear gear)
Does the same thing as 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.
java.util.Collection findSaleProduceByGear(int transform, Gear gear)
Does the same thing as 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.
java.util.Collection findSaleProduceByGear(int transform, int pageNumber, int pageSize, Gear gear)
Does the same thing as 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.
java.util.Collection findSaleProduceByGear(int transform, java.lang.String queryString, Gear gear)
Does the same thing as 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 findSaleProduceByGear(int, fr.ifremer.allegro.referential.gear.Gear gear)
.
java.util.Collection findSaleProduceByGear(int transform, java.lang.String queryString, int pageNumber, int pageSize, Gear gear)
Does the same thing as 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.
java.util.Collection findSaleProduceByTransshipment(Transshipment transshipment)
java.util.Collection findSaleProduceByTransshipment(java.lang.String queryString, Transshipment transshipment)
Does the same thing as 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 findSaleProduceByTransshipment(fr.ifremer.allegro.data.transshipment.Transshipment)
.
java.util.Collection findSaleProduceByTransshipment(int pageNumber, int pageSize, Transshipment transshipment)
Does the same thing as 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.
java.util.Collection findSaleProduceByTransshipment(java.lang.String queryString, int pageNumber, int pageSize, Transshipment transshipment)
Does the same thing as 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.
java.util.Collection findSaleProduceByTransshipment(int transform, Transshipment transshipment)
Does the same thing as 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.
java.util.Collection findSaleProduceByTransshipment(int transform, int pageNumber, int pageSize, Transshipment transshipment)
Does the same thing as 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.
java.util.Collection findSaleProduceByTransshipment(int transform, java.lang.String queryString, Transshipment transshipment)
Does the same thing as 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 findSaleProduceByTransshipment(int, fr.ifremer.allegro.data.transshipment.Transshipment transshipment)
.
java.util.Collection findSaleProduceByTransshipment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Transshipment transshipment)
Does the same thing as 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.
java.util.Collection findSaleProduceByBatch(Batch batch)
java.util.Collection findSaleProduceByBatch(java.lang.String queryString, Batch batch)
Does the same thing as 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 findSaleProduceByBatch(fr.ifremer.allegro.data.batch.Batch)
.
java.util.Collection findSaleProduceByBatch(int pageNumber, int pageSize, Batch batch)
Does the same thing as 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.
java.util.Collection findSaleProduceByBatch(java.lang.String queryString, int pageNumber, int pageSize, Batch batch)
Does the same thing as 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.
java.util.Collection findSaleProduceByBatch(int transform, Batch batch)
Does the same thing as 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.
java.util.Collection findSaleProduceByBatch(int transform, int pageNumber, int pageSize, Batch batch)
Does the same thing as 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.
java.util.Collection findSaleProduceByBatch(int transform, java.lang.String queryString, Batch batch)
Does the same thing as 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 findSaleProduceByBatch(int, fr.ifremer.allegro.data.batch.Batch batch)
.
java.util.Collection findSaleProduceByBatch(int transform, java.lang.String queryString, int pageNumber, int pageSize, Batch batch)
Does the same thing as 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.
java.util.Collection findSaleProduceByFishingOperation(FishingOperation fishingOperation)
java.util.Collection findSaleProduceByFishingOperation(java.lang.String queryString, FishingOperation fishingOperation)
Does the same thing as 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 findSaleProduceByFishingOperation(fr.ifremer.allegro.data.operation.FishingOperation)
.
java.util.Collection findSaleProduceByFishingOperation(int pageNumber, int pageSize, FishingOperation fishingOperation)
Does the same thing as 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.
java.util.Collection findSaleProduceByFishingOperation(java.lang.String queryString, int pageNumber, int pageSize, FishingOperation fishingOperation)
Does the same thing as 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.
java.util.Collection findSaleProduceByFishingOperation(int transform, FishingOperation fishingOperation)
Does the same thing as 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.
java.util.Collection findSaleProduceByFishingOperation(int transform, int pageNumber, int pageSize, FishingOperation fishingOperation)
Does the same thing as 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.
java.util.Collection findSaleProduceByFishingOperation(int transform, java.lang.String queryString, FishingOperation fishingOperation)
Does the same thing as 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 findSaleProduceByFishingOperation(int, fr.ifremer.allegro.data.operation.FishingOperation fishingOperation)
.
java.util.Collection findSaleProduceByFishingOperation(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingOperation fishingOperation)
Does the same thing as 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.
java.util.Collection findSaleProduceByQualityFlag(QualityFlag qualityFlag)
java.util.Collection findSaleProduceByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
Does the same thing as findSaleProduceByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSaleProduceByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
.
java.util.Collection findSaleProduceByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as 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.
java.util.Collection findSaleProduceByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as 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.
java.util.Collection findSaleProduceByQualityFlag(int transform, QualityFlag qualityFlag)
Does the same thing as 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.
java.util.Collection findSaleProduceByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as 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.
java.util.Collection findSaleProduceByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
Does the same thing as 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 findSaleProduceByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag)
.
java.util.Collection findSaleProduceByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as 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.
SaleProduce findSaleProduceByNaturalId(java.lang.Integer id)
SaleProduce findSaleProduceByNaturalId(java.lang.String queryString, java.lang.Integer id)
Does the same thing as findSaleProduceByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSaleProduceByNaturalId(java.lang.Integer)
.
java.lang.Object findSaleProduceByNaturalId(int transform, java.lang.Integer id)
Does the same thing as 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.
java.lang.Object findSaleProduceByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
Does the same thing as findSaleProduceByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSaleProduceByNaturalId(int, java.lang.Integer id)
.
SaleProduce createFromClusterSaleProduce(ClusterSaleProduce clusterSaleProduce)
ClusterSaleProduce[] getAllClusterSaleProduce(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface ProduceDao
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.PaginationResult search(int pageNumber, int pageSize, Search search)
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface ProduceDao
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.java.util.Set search(int transform, Search search)
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
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
java.util.Set search(Search search)
search
object.
search
in interface ProduceDao
search
- the search object which provides the search parameters and pagination specification.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |