|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExpectedSale | |
---|---|
fr.ifremer.allegro.data.measure | |
fr.ifremer.allegro.data.sale | |
fr.ifremer.allegro.data.survey.sale |
Uses of ExpectedSale in fr.ifremer.allegro.data.measure |
---|
Methods in fr.ifremer.allegro.data.measure that return ExpectedSale | |
---|---|
ExpectedSale |
SaleMeasurement.getExpectedSale()
|
Methods in fr.ifremer.allegro.data.measure with parameters of type ExpectedSale | |
---|---|
Measurement |
SaleMeasurementDao.create(java.lang.Float numericalValue,
java.lang.Integer digitCount,
java.lang.Float precisionValue,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
Department department,
PrecisionType precisionType,
QualityFlag qualityFlag,
AnalysisInstrument analysisInstrument,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
Sale sale,
ExpectedSale expectedSale)
Creates a new fr.ifremer.allegro.data.measure.SaleMeasurement
instance from all attributes and
properties and adds it to the persistent store. |
SaleMeasurement |
SaleMeasurementDaoBase.create(java.lang.Float numericalValue,
java.lang.Integer digitCount,
java.lang.Float precisionValue,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
Department department,
PrecisionType precisionType,
QualityFlag qualityFlag,
AnalysisInstrument analysisInstrument,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
Sale sale,
ExpectedSale expectedSale)
|
java.lang.Object |
SaleMeasurementDao.create(int transform,
java.lang.Float numericalValue,
java.lang.Integer digitCount,
java.lang.Float precisionValue,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
Department department,
PrecisionType precisionType,
QualityFlag qualityFlag,
AnalysisInstrument analysisInstrument,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
Sale sale,
ExpectedSale expectedSale)
Does the same thing as SaleMeasurementDao.create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.survey.sale.Sale,fr.ifremer.allegro.data.sale.ExpectedSale) with an
additional flag called transform . |
java.lang.Object |
SaleMeasurementDaoBase.create(int transform,
java.lang.Float numericalValue,
java.lang.Integer digitCount,
java.lang.Float precisionValue,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
Department department,
PrecisionType precisionType,
QualityFlag qualityFlag,
AnalysisInstrument analysisInstrument,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
Sale sale,
ExpectedSale expectedSale)
|
java.util.Collection |
SaleMeasurementDao.findSaleMeasurementByExpectedSale(ExpectedSale expectedSale)
|
java.util.Collection |
SaleMeasurementDaoBase.findSaleMeasurementByExpectedSale(ExpectedSale expectedSale)
|
java.util.Collection |
SaleMeasurementDao.findSaleMeasurementByExpectedSale(int transform,
ExpectedSale expectedSale)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByExpectedSale(fr.ifremer.allegro.data.sale.ExpectedSale) with an
additional flag called transform . |
java.util.Collection |
SaleMeasurementDaoBase.findSaleMeasurementByExpectedSale(int transform,
ExpectedSale expectedSale)
|
java.util.Collection |
SaleMeasurementDao.findSaleMeasurementByExpectedSale(int pageNumber,
int pageSize,
ExpectedSale expectedSale)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByExpectedSale(fr.ifremer.allegro.data.sale.ExpectedSale) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
SaleMeasurementDaoBase.findSaleMeasurementByExpectedSale(int pageNumber,
int pageSize,
ExpectedSale expectedSale)
|
java.util.Collection |
SaleMeasurementDao.findSaleMeasurementByExpectedSale(int transform,
int pageNumber,
int pageSize,
ExpectedSale expectedSale)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByExpectedSale(int, fr.ifremer.allegro.data.sale.ExpectedSale) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
SaleMeasurementDaoBase.findSaleMeasurementByExpectedSale(int transform,
int pageNumber,
int pageSize,
ExpectedSale expectedSale)
|
java.util.Collection |
SaleMeasurementDao.findSaleMeasurementByExpectedSale(int transform,
java.lang.String queryString,
ExpectedSale expectedSale)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByExpectedSale(int, fr.ifremer.allegro.data.sale.ExpectedSale) with an
additional argument called queryString . |
java.util.Collection |
SaleMeasurementDaoBase.findSaleMeasurementByExpectedSale(int transform,
java.lang.String queryString,
ExpectedSale expectedSale)
|
java.util.Collection |
SaleMeasurementDao.findSaleMeasurementByExpectedSale(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
ExpectedSale expectedSale)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByExpectedSale(int, String, fr.ifremer.allegro.data.sale.ExpectedSale) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
SaleMeasurementDaoBase.findSaleMeasurementByExpectedSale(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
ExpectedSale expectedSale)
|
java.util.Collection |
SaleMeasurementDao.findSaleMeasurementByExpectedSale(java.lang.String queryString,
ExpectedSale expectedSale)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByExpectedSale(fr.ifremer.allegro.data.sale.ExpectedSale) with an
additional argument called queryString . |
java.util.Collection |
SaleMeasurementDaoBase.findSaleMeasurementByExpectedSale(java.lang.String queryString,
ExpectedSale expectedSale)
|
java.util.Collection |
SaleMeasurementDao.findSaleMeasurementByExpectedSale(java.lang.String queryString,
int pageNumber,
int pageSize,
ExpectedSale expectedSale)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByExpectedSale(String, fr.ifremer.allegro.data.sale.ExpectedSale) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
SaleMeasurementDaoBase.findSaleMeasurementByExpectedSale(java.lang.String queryString,
int pageNumber,
int pageSize,
ExpectedSale expectedSale)
|
static SaleMeasurement |
SaleMeasurement.Factory.newInstance(java.lang.Float numericalValue,
java.lang.Integer digitCount,
java.lang.Float precisionValue,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
Department department,
PrecisionType precisionType,
QualityFlag qualityFlag,
AnalysisInstrument analysisInstrument,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
Sale sale,
ExpectedSale expectedSale)
Constructs a new instance of SaleMeasurement , taking all possible properties
(except the identifier(s))as arguments. |
void |
SaleMeasurement.setExpectedSale(ExpectedSale expectedSale)
|
Uses of ExpectedSale in fr.ifremer.allegro.data.sale |
---|
Subclasses of ExpectedSale in fr.ifremer.allegro.data.sale | |
---|---|
class |
ExpectedSaleImpl
|
Methods in fr.ifremer.allegro.data.sale that return ExpectedSale | |
---|---|
ExpectedSale |
ExpectedSaleDaoImpl.clusterExpectedSaleToEntity(ClusterExpectedSale clusterExpectedSale)
|
ExpectedSale |
ExpectedSaleDao.clusterExpectedSaleToEntity(ClusterExpectedSale clusterExpectedSale)
Converts an instance of type ClusterExpectedSale to this DAO's entity. |
ExpectedSale |
ExpectedSaleDao.create(java.util.Collection saleMeasurements,
ObservedLanding observedLanding,
ObservedFishingTrip observedFishingTrip,
Location saleLocation,
SaleType saleType,
java.util.Collection saleProduces)
Creates a new fr.ifremer.allegro.data.sale.ExpectedSale
instance from all attributes and
properties and adds it to the persistent store. |
ExpectedSale |
ExpectedSaleDaoBase.create(java.util.Collection saleMeasurements,
ObservedLanding observedLanding,
ObservedFishingTrip observedFishingTrip,
Location saleLocation,
SaleType saleType,
java.util.Collection saleProduces)
|
ExpectedSale |
ExpectedSaleDao.create(ExpectedSale expectedSale)
Creates an instance of fr.ifremer.allegro.data.sale.ExpectedSale and adds it to the persistent store. |
ExpectedSale |
ExpectedSaleDaoBase.create(ExpectedSale expectedSale)
|
ExpectedSale |
ExpectedSaleDao.create(Location saleLocation,
SaleType saleType)
Creates a new fr.ifremer.allegro.data.sale.ExpectedSale
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
ExpectedSale |
ExpectedSaleDaoBase.create(Location saleLocation,
SaleType saleType)
|
ExpectedSale |
ExpectedSaleDao.createFromClusterExpectedSale(ClusterExpectedSale clusterExpectedSale)
|
ExpectedSale |
ExpectedSaleDaoBase.createFromClusterExpectedSale(ClusterExpectedSale clusterExpectedSale)
|
ExpectedSale |
ExpectedSaleDao.findExpectedSaleById(java.lang.Integer id)
|
ExpectedSale |
ExpectedSaleDaoBase.findExpectedSaleById(java.lang.Integer id)
|
ExpectedSale |
ExpectedSaleDao.findExpectedSaleById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as ExpectedSaleDao.findExpectedSaleById(java.lang.Integer) with an
additional argument called queryString . |
ExpectedSale |
ExpectedSaleDaoBase.findExpectedSaleById(java.lang.String queryString,
java.lang.Integer id)
|
ExpectedSale |
ExpectedSaleDao.findExpectedSaleByNaturalId(java.lang.Integer id)
|
ExpectedSale |
ExpectedSaleDaoBase.findExpectedSaleByNaturalId(java.lang.Integer id)
|
ExpectedSale |
ExpectedSaleDao.findExpectedSaleByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as ExpectedSaleDao.findExpectedSaleByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
ExpectedSale |
ExpectedSaleDaoBase.findExpectedSaleByNaturalId(java.lang.String queryString,
java.lang.Integer id)
|
protected ExpectedSale |
ExpectedSaleDaoImpl.handleCreateFromClusterExpectedSale(ClusterExpectedSale clusterExpectedSale)
|
protected abstract ExpectedSale |
ExpectedSaleDaoBase.handleCreateFromClusterExpectedSale(ClusterExpectedSale clusterExpectedSale)
Performs the core logic for ExpectedSaleDaoBase.createFromClusterExpectedSale(fr.ifremer.allegro.data.sale.generic.cluster.ClusterExpectedSale) |
ExpectedSale |
ExpectedSaleDao.load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.data.sale.ExpectedSale from the persistent store. |
ExpectedSale |
ExpectedSaleDaoBase.load(java.lang.Integer id)
|
static ExpectedSale |
ExpectedSale.Factory.newInstance()
Constructs a new instance of ExpectedSale . |
static ExpectedSale |
ExpectedSale.Factory.newInstance(java.util.Collection saleMeasurements,
ObservedLanding observedLanding,
ObservedFishingTrip observedFishingTrip,
Location saleLocation,
SaleType saleType,
java.util.Collection saleProduces)
Constructs a new instance of ExpectedSale , taking all possible properties
(except the identifier(s))as arguments. |
static ExpectedSale |
ExpectedSale.Factory.newInstance(Location saleLocation,
SaleType saleType)
Constructs a new instance of ExpectedSale , taking all required and/or
read-only properties as arguments. |
ExpectedSale |
ExpectedSaleDaoImpl.remoteExpectedSaleFullVOToEntity(RemoteExpectedSaleFullVO remoteExpectedSaleFullVO)
|
ExpectedSale |
ExpectedSaleDao.remoteExpectedSaleFullVOToEntity(RemoteExpectedSaleFullVO remoteExpectedSaleFullVO)
Converts an instance of type RemoteExpectedSaleFullVO to this DAO's entity. |
ExpectedSale |
ExpectedSaleDaoImpl.remoteExpectedSaleNaturalIdToEntity(RemoteExpectedSaleNaturalId remoteExpectedSaleNaturalId)
|
ExpectedSale |
ExpectedSaleDao.remoteExpectedSaleNaturalIdToEntity(RemoteExpectedSaleNaturalId remoteExpectedSaleNaturalId)
Converts an instance of type RemoteExpectedSaleNaturalId to this DAO's entity. |
protected ExpectedSale |
ExpectedSaleDaoBase.toEntity(java.lang.Object[] row)
|
Methods in fr.ifremer.allegro.data.sale with parameters of type ExpectedSale | |
---|---|
void |
ExpectedSaleDaoImpl.clusterExpectedSaleToEntity(ClusterExpectedSale source,
ExpectedSale target,
boolean copyIfNull)
|
void |
ExpectedSaleDao.clusterExpectedSaleToEntity(ClusterExpectedSale source,
ExpectedSale target,
boolean copyIfNull)
Copies the fields of ClusterExpectedSale to the specified entity. |
void |
ExpectedSaleDaoBase.clusterExpectedSaleToEntity(ClusterExpectedSale source,
ExpectedSale target,
boolean copyIfNull)
|
ExpectedSale |
ExpectedSaleDao.create(ExpectedSale expectedSale)
Creates an instance of fr.ifremer.allegro.data.sale.ExpectedSale and adds it to the persistent store. |
ExpectedSale |
ExpectedSaleDaoBase.create(ExpectedSale expectedSale)
|
java.lang.Object |
ExpectedSaleDao.create(int transform,
ExpectedSale expectedSale)
Does the same thing as ExpectedSaleDao.create(fr.ifremer.allegro.data.sale.ExpectedSale) with an
additional flag called transform . |
java.lang.Object |
ExpectedSaleDaoBase.create(int transform,
ExpectedSale expectedSale)
|
void |
ExpectedSaleDaoImpl.remoteExpectedSaleFullVOToEntity(RemoteExpectedSaleFullVO source,
ExpectedSale target,
boolean copyIfNull)
|
void |
ExpectedSaleDao.remoteExpectedSaleFullVOToEntity(RemoteExpectedSaleFullVO source,
ExpectedSale target,
boolean copyIfNull)
Copies the fields of RemoteExpectedSaleFullVO to the specified entity. |
void |
ExpectedSaleDaoBase.remoteExpectedSaleFullVOToEntity(RemoteExpectedSaleFullVO source,
ExpectedSale target,
boolean copyIfNull)
|
void |
ExpectedSaleDaoImpl.remoteExpectedSaleNaturalIdToEntity(RemoteExpectedSaleNaturalId source,
ExpectedSale target,
boolean copyIfNull)
|
void |
ExpectedSaleDao.remoteExpectedSaleNaturalIdToEntity(RemoteExpectedSaleNaturalId source,
ExpectedSale target,
boolean copyIfNull)
Copies the fields of RemoteExpectedSaleNaturalId to the specified entity. |
void |
ExpectedSaleDaoBase.remoteExpectedSaleNaturalIdToEntity(RemoteExpectedSaleNaturalId source,
ExpectedSale target,
boolean copyIfNull)
|
void |
ExpectedSaleDao.remove(ExpectedSale expectedSale)
Removes the instance of fr.ifremer.allegro.data.sale.ExpectedSale from the persistent store. |
void |
ExpectedSaleDaoBase.remove(ExpectedSale expectedSale)
|
ClusterExpectedSale |
ExpectedSaleDaoImpl.toClusterExpectedSale(ExpectedSale entity)
|
ClusterExpectedSale |
ExpectedSaleDao.toClusterExpectedSale(ExpectedSale entity)
Converts this DAO's entity to an object of type ClusterExpectedSale . |
ClusterExpectedSale |
ExpectedSaleDaoBase.toClusterExpectedSale(ExpectedSale entity)
|
void |
ExpectedSaleDaoImpl.toClusterExpectedSale(ExpectedSale source,
ClusterExpectedSale target)
|
void |
ExpectedSaleDao.toClusterExpectedSale(ExpectedSale source,
ClusterExpectedSale target)
Copies the fields of the specified entity to the target value object. |
void |
ExpectedSaleDaoBase.toClusterExpectedSale(ExpectedSale source,
ClusterExpectedSale target)
|
RemoteExpectedSaleFullVO |
ExpectedSaleDaoImpl.toRemoteExpectedSaleFullVO(ExpectedSale entity)
|
RemoteExpectedSaleFullVO |
ExpectedSaleDao.toRemoteExpectedSaleFullVO(ExpectedSale entity)
Converts this DAO's entity to an object of type RemoteExpectedSaleFullVO . |
RemoteExpectedSaleFullVO |
ExpectedSaleDaoBase.toRemoteExpectedSaleFullVO(ExpectedSale entity)
|
void |
ExpectedSaleDaoImpl.toRemoteExpectedSaleFullVO(ExpectedSale source,
RemoteExpectedSaleFullVO target)
|
void |
ExpectedSaleDao.toRemoteExpectedSaleFullVO(ExpectedSale source,
RemoteExpectedSaleFullVO target)
Copies the fields of the specified entity to the target value object. |
void |
ExpectedSaleDaoBase.toRemoteExpectedSaleFullVO(ExpectedSale source,
RemoteExpectedSaleFullVO target)
|
RemoteExpectedSaleNaturalId |
ExpectedSaleDaoImpl.toRemoteExpectedSaleNaturalId(ExpectedSale entity)
|
RemoteExpectedSaleNaturalId |
ExpectedSaleDao.toRemoteExpectedSaleNaturalId(ExpectedSale entity)
Converts this DAO's entity to an object of type RemoteExpectedSaleNaturalId . |
RemoteExpectedSaleNaturalId |
ExpectedSaleDaoBase.toRemoteExpectedSaleNaturalId(ExpectedSale entity)
|
void |
ExpectedSaleDaoImpl.toRemoteExpectedSaleNaturalId(ExpectedSale source,
RemoteExpectedSaleNaturalId target)
|
void |
ExpectedSaleDao.toRemoteExpectedSaleNaturalId(ExpectedSale source,
RemoteExpectedSaleNaturalId target)
Copies the fields of the specified entity to the target value object. |
void |
ExpectedSaleDaoBase.toRemoteExpectedSaleNaturalId(ExpectedSale source,
RemoteExpectedSaleNaturalId target)
|
protected java.lang.Object |
ExpectedSaleDaoBase.transformEntity(int transform,
ExpectedSale 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.sale.ExpectedSaleDao , please note
that the ExpectedSaleDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
ExpectedSaleDao.update(ExpectedSale expectedSale)
Updates the expectedSale instance in the persistent store. |
void |
ExpectedSaleDaoBase.update(ExpectedSale expectedSale)
|
Uses of ExpectedSale in fr.ifremer.allegro.data.survey.sale |
---|
Methods in fr.ifremer.allegro.data.survey.sale that return ExpectedSale | |
---|---|
ExpectedSale |
SaleProduce.getExpectedSale()
|
Methods in fr.ifremer.allegro.data.survey.sale with parameters of type ExpectedSale | |
---|---|
Produce |
SaleProduceDao.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 |
SaleProduceDaoBase.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)
|
java.lang.Object |
SaleProduceDao.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 |
SaleProduceDaoBase.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)
|
java.util.Collection |
SaleProduceDao.findSaleProduceByExpectedSale(ExpectedSale expectedSale)
|
java.util.Collection |
SaleProduceDaoBase.findSaleProduceByExpectedSale(ExpectedSale expectedSale)
|
java.util.Collection |
SaleProduceDao.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 |
SaleProduceDaoBase.findSaleProduceByExpectedSale(int transform,
ExpectedSale expectedSale)
|
java.util.Collection |
SaleProduceDao.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 |
SaleProduceDaoBase.findSaleProduceByExpectedSale(int pageNumber,
int pageSize,
ExpectedSale expectedSale)
|
java.util.Collection |
SaleProduceDao.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 |
SaleProduceDaoBase.findSaleProduceByExpectedSale(int transform,
int pageNumber,
int pageSize,
ExpectedSale expectedSale)
|
java.util.Collection |
SaleProduceDao.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 |
SaleProduceDaoBase.findSaleProduceByExpectedSale(int transform,
java.lang.String queryString,
ExpectedSale expectedSale)
|
java.util.Collection |
SaleProduceDao.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 |
SaleProduceDaoBase.findSaleProduceByExpectedSale(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
ExpectedSale expectedSale)
|
java.util.Collection |
SaleProduceDao.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 |
SaleProduceDaoBase.findSaleProduceByExpectedSale(java.lang.String queryString,
ExpectedSale expectedSale)
|
java.util.Collection |
SaleProduceDao.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 |
SaleProduceDaoBase.findSaleProduceByExpectedSale(java.lang.String queryString,
int pageNumber,
int pageSize,
ExpectedSale expectedSale)
|
static SaleProduce |
SaleProduce.Factory.newInstance(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)
Constructs a new instance of SaleProduce , taking all possible properties
(except the identifier(s))as arguments. |
void |
SaleProduce.setExpectedSale(ExpectedSale expectedSale)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |