|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Transshipment | |
---|---|
fr.ifremer.allegro.data.produce | |
fr.ifremer.allegro.data.survey.sale | |
fr.ifremer.allegro.data.transshipment |
Uses of Transshipment in fr.ifremer.allegro.data.produce |
---|
Methods in fr.ifremer.allegro.data.produce that return Transshipment | |
---|---|
Transshipment |
Produce.getTransshipment()
|
Methods in fr.ifremer.allegro.data.produce with parameters of type Transshipment | |
---|---|
Produce |
ProduceDao.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)
Creates a new fr.ifremer.allegro.data.produce.Produce
instance from all attributes and
properties and adds it to the persistent store. |
Produce |
ProduceDaoBase.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)
|
java.lang.Object |
ProduceDao.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)
Does the same thing as ProduceDao.create(java.lang.Boolean,java.lang.Float,java.lang.Short,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.data.batch.Batch,java.util.Collection,java.util.Collection,fr.ifremer.allegro.data.survey.landing.Landing,fr.ifremer.allegro.referential.gear.Gear,fr.ifremer.allegro.referential.taxon.TaxonGroup,fr.ifremer.allegro.referential.taxon.TaxonGroup,java.util.Collection,fr.ifremer.allegro.data.operation.FishingOperation,fr.ifremer.allegro.data.transshipment.Transshipment,fr.ifremer.allegro.referential.QualityFlag) with an
additional flag called transform . |
java.lang.Object |
ProduceDaoBase.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)
|
java.util.Collection |
ProduceDao.findProduceByTransshipment(int transform,
int pageNumber,
int pageSize,
Transshipment transshipment)
Does the same thing as ProduceDao.findProduceByTransshipment(int, fr.ifremer.allegro.data.transshipment.Transshipment) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ProduceDaoBase.findProduceByTransshipment(int transform,
int pageNumber,
int pageSize,
Transshipment transshipment)
|
java.util.Collection |
ProduceDao.findProduceByTransshipment(int pageNumber,
int pageSize,
Transshipment transshipment)
Does the same thing as ProduceDao.findProduceByTransshipment(fr.ifremer.allegro.data.transshipment.Transshipment) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ProduceDaoBase.findProduceByTransshipment(int pageNumber,
int pageSize,
Transshipment transshipment)
|
java.util.Collection |
ProduceDao.findProduceByTransshipment(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Transshipment transshipment)
Does the same thing as ProduceDao.findProduceByTransshipment(int, String, fr.ifremer.allegro.data.transshipment.Transshipment) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ProduceDaoBase.findProduceByTransshipment(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Transshipment transshipment)
|
java.util.Collection |
ProduceDao.findProduceByTransshipment(int transform,
java.lang.String queryString,
Transshipment transshipment)
Does the same thing as ProduceDao.findProduceByTransshipment(int, fr.ifremer.allegro.data.transshipment.Transshipment) with an
additional argument called queryString . |
java.util.Collection |
ProduceDaoBase.findProduceByTransshipment(int transform,
java.lang.String queryString,
Transshipment transshipment)
|
java.util.Collection |
ProduceDao.findProduceByTransshipment(int transform,
Transshipment transshipment)
Does the same thing as ProduceDao.findProduceByTransshipment(fr.ifremer.allegro.data.transshipment.Transshipment) with an
additional flag called transform . |
java.util.Collection |
ProduceDaoBase.findProduceByTransshipment(int transform,
Transshipment transshipment)
|
java.util.Collection |
ProduceDao.findProduceByTransshipment(java.lang.String queryString,
int pageNumber,
int pageSize,
Transshipment transshipment)
Does the same thing as ProduceDao.findProduceByTransshipment(String, fr.ifremer.allegro.data.transshipment.Transshipment) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ProduceDaoBase.findProduceByTransshipment(java.lang.String queryString,
int pageNumber,
int pageSize,
Transshipment transshipment)
|
java.util.Collection |
ProduceDao.findProduceByTransshipment(java.lang.String queryString,
Transshipment transshipment)
Does the same thing as ProduceDao.findProduceByTransshipment(fr.ifremer.allegro.data.transshipment.Transshipment) with an
additional argument called queryString . |
java.util.Collection |
ProduceDaoBase.findProduceByTransshipment(java.lang.String queryString,
Transshipment transshipment)
|
java.util.Collection |
ProduceDao.findProduceByTransshipment(Transshipment transshipment)
|
java.util.Collection |
ProduceDaoBase.findProduceByTransshipment(Transshipment transshipment)
|
static Produce |
Produce.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)
Constructs a new instance of Produce , taking all possible properties
(except the identifier(s))as arguments. |
void |
Produce.setTransshipment(Transshipment transshipment)
|
Uses of Transshipment in fr.ifremer.allegro.data.survey.sale |
---|
Methods in fr.ifremer.allegro.data.survey.sale with parameters of type Transshipment | |
---|---|
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 |
SaleProduceDaoBase.findProduceByTransshipment(int transform,
int pageNumber,
int pageSize,
Transshipment transshipment)
|
java.util.Collection |
SaleProduceDaoBase.findProduceByTransshipment(int pageNumber,
int pageSize,
Transshipment transshipment)
|
java.util.Collection |
SaleProduceDaoBase.findProduceByTransshipment(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Transshipment transshipment)
|
java.util.Collection |
SaleProduceDaoBase.findProduceByTransshipment(int transform,
java.lang.String queryString,
Transshipment transshipment)
|
java.util.Collection |
SaleProduceDaoBase.findProduceByTransshipment(int transform,
Transshipment transshipment)
|
java.util.Collection |
SaleProduceDaoBase.findProduceByTransshipment(java.lang.String queryString,
int pageNumber,
int pageSize,
Transshipment transshipment)
|
java.util.Collection |
SaleProduceDaoBase.findProduceByTransshipment(java.lang.String queryString,
Transshipment transshipment)
|
java.util.Collection |
SaleProduceDaoBase.findProduceByTransshipment(Transshipment transshipment)
|
java.util.Collection |
SaleProduceDao.findSaleProduceByTransshipment(int transform,
int pageNumber,
int pageSize,
Transshipment transshipment)
Does the same thing as SaleProduceDao.findSaleProduceByTransshipment(int, fr.ifremer.allegro.data.transshipment.Transshipment) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
SaleProduceDaoBase.findSaleProduceByTransshipment(int transform,
int pageNumber,
int pageSize,
Transshipment transshipment)
|
java.util.Collection |
SaleProduceDao.findSaleProduceByTransshipment(int pageNumber,
int pageSize,
Transshipment transshipment)
Does the same thing as SaleProduceDao.findSaleProduceByTransshipment(fr.ifremer.allegro.data.transshipment.Transshipment) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
SaleProduceDaoBase.findSaleProduceByTransshipment(int pageNumber,
int pageSize,
Transshipment transshipment)
|
java.util.Collection |
SaleProduceDao.findSaleProduceByTransshipment(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Transshipment transshipment)
Does the same thing as SaleProduceDao.findSaleProduceByTransshipment(int, String, fr.ifremer.allegro.data.transshipment.Transshipment) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
SaleProduceDaoBase.findSaleProduceByTransshipment(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Transshipment transshipment)
|
java.util.Collection |
SaleProduceDao.findSaleProduceByTransshipment(int transform,
java.lang.String queryString,
Transshipment transshipment)
Does the same thing as SaleProduceDao.findSaleProduceByTransshipment(int, fr.ifremer.allegro.data.transshipment.Transshipment) with an
additional argument called queryString . |
java.util.Collection |
SaleProduceDaoBase.findSaleProduceByTransshipment(int transform,
java.lang.String queryString,
Transshipment transshipment)
|
java.util.Collection |
SaleProduceDao.findSaleProduceByTransshipment(int transform,
Transshipment transshipment)
Does the same thing as SaleProduceDao.findSaleProduceByTransshipment(fr.ifremer.allegro.data.transshipment.Transshipment) with an
additional flag called transform . |
java.util.Collection |
SaleProduceDaoBase.findSaleProduceByTransshipment(int transform,
Transshipment transshipment)
|
java.util.Collection |
SaleProduceDao.findSaleProduceByTransshipment(java.lang.String queryString,
int pageNumber,
int pageSize,
Transshipment transshipment)
Does the same thing as SaleProduceDao.findSaleProduceByTransshipment(String, fr.ifremer.allegro.data.transshipment.Transshipment) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
SaleProduceDaoBase.findSaleProduceByTransshipment(java.lang.String queryString,
int pageNumber,
int pageSize,
Transshipment transshipment)
|
java.util.Collection |
SaleProduceDao.findSaleProduceByTransshipment(java.lang.String queryString,
Transshipment transshipment)
Does the same thing as SaleProduceDao.findSaleProduceByTransshipment(fr.ifremer.allegro.data.transshipment.Transshipment) with an
additional argument called queryString . |
java.util.Collection |
SaleProduceDaoBase.findSaleProduceByTransshipment(java.lang.String queryString,
Transshipment transshipment)
|
java.util.Collection |
SaleProduceDao.findSaleProduceByTransshipment(Transshipment transshipment)
|
java.util.Collection |
SaleProduceDaoBase.findSaleProduceByTransshipment(Transshipment transshipment)
|
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. |
Uses of Transshipment in fr.ifremer.allegro.data.transshipment |
---|
Subclasses of Transshipment in fr.ifremer.allegro.data.transshipment | |
---|---|
class |
TransshipmentImpl
|
Methods in fr.ifremer.allegro.data.transshipment that return Transshipment | |
---|---|
Transshipment |
TransshipmentDaoImpl.clusterTransshipmentToEntity(ClusterTransshipment clusterTransshipment)
|
Transshipment |
TransshipmentDao.clusterTransshipmentToEntity(ClusterTransshipment clusterTransshipment)
Converts an instance of type ClusterTransshipment to this DAO's entity. |
Transshipment |
TransshipmentDao.create(java.util.Date creationDate,
Program program,
Department recorderDepartment,
SurveyQualification surveyQualification,
Vessel toVessel,
java.util.Date transshipmentDateTime)
Creates a new fr.ifremer.allegro.data.transshipment.Transshipment
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Transshipment |
TransshipmentDaoBase.create(java.util.Date creationDate,
Program program,
Department recorderDepartment,
SurveyQualification surveyQualification,
Vessel toVessel,
java.util.Date transshipmentDateTime)
|
Transshipment |
TransshipmentDao.create(java.util.Date transshipmentDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.sql.Timestamp updateDate,
Vessel toVessel,
Location transshipmentLocation,
FishingTrip fishingTrip,
Program program,
Department recorderDepartment,
User recorderUser,
SurveyQualification surveyQualification,
java.util.Collection produces)
Creates a new fr.ifremer.allegro.data.transshipment.Transshipment
instance from all attributes and
properties and adds it to the persistent store. |
Transshipment |
TransshipmentDaoBase.create(java.util.Date transshipmentDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.sql.Timestamp updateDate,
Vessel toVessel,
Location transshipmentLocation,
FishingTrip fishingTrip,
Program program,
Department recorderDepartment,
User recorderUser,
SurveyQualification surveyQualification,
java.util.Collection produces)
|
Transshipment |
TransshipmentDao.create(Transshipment transshipment)
Creates an instance of fr.ifremer.allegro.data.transshipment.Transshipment and adds it to the persistent store. |
Transshipment |
TransshipmentDaoBase.create(Transshipment transshipment)
|
Transshipment |
TransshipmentDao.createFromClusterTransshipment(ClusterTransshipment clusterTransshipment)
|
Transshipment |
TransshipmentDaoBase.createFromClusterTransshipment(ClusterTransshipment clusterTransshipment)
|
Transshipment |
TransshipmentDao.findTransshipmentById(java.lang.Integer id)
|
Transshipment |
TransshipmentDaoBase.findTransshipmentById(java.lang.Integer id)
|
Transshipment |
TransshipmentDao.findTransshipmentById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as TransshipmentDao.findTransshipmentById(java.lang.Integer) with an
additional argument called queryString . |
Transshipment |
TransshipmentDaoBase.findTransshipmentById(java.lang.String queryString,
java.lang.Integer id)
|
Transshipment |
TransshipmentDao.findTransshipmentByNaturalId(java.lang.String queryString,
Vessel toVessel,
Program program)
Does the same thing as TransshipmentDao.findTransshipmentByNaturalId(fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
Transshipment |
TransshipmentDaoBase.findTransshipmentByNaturalId(java.lang.String queryString,
Vessel toVessel,
Program program)
|
Transshipment |
TransshipmentDao.findTransshipmentByNaturalId(Vessel toVessel,
Program program)
|
Transshipment |
TransshipmentDaoBase.findTransshipmentByNaturalId(Vessel toVessel,
Program program)
|
protected Transshipment |
TransshipmentDaoImpl.handleCreateFromClusterTransshipment(ClusterTransshipment clusterTransshipment)
|
protected abstract Transshipment |
TransshipmentDaoBase.handleCreateFromClusterTransshipment(ClusterTransshipment clusterTransshipment)
Performs the core logic for TransshipmentDaoBase.createFromClusterTransshipment(fr.ifremer.allegro.data.transshipment.generic.cluster.ClusterTransshipment) |
Transshipment |
TransshipmentDao.load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.data.transshipment.Transshipment from the persistent store. |
Transshipment |
TransshipmentDaoBase.load(java.lang.Integer id)
|
static Transshipment |
Transshipment.Factory.newInstance()
Constructs a new instance of Transshipment . |
static Transshipment |
Transshipment.Factory.newInstance(java.util.Date transshipmentDateTime,
java.util.Date creationDate,
Vessel toVessel,
Program program,
Department recorderDepartment,
SurveyQualification surveyQualification)
Constructs a new instance of Transshipment , taking all required and/or
read-only properties as arguments. |
static Transshipment |
Transshipment.Factory.newInstance(java.util.Date transshipmentDateTime,
java.lang.String comments,
java.util.Date creationDate,
java.sql.Timestamp updateDate,
Vessel toVessel,
Location transshipmentLocation,
FishingTrip fishingTrip,
Program program,
Department recorderDepartment,
User recorderUser,
SurveyQualification surveyQualification,
java.util.Collection produces)
Constructs a new instance of Transshipment , taking all possible properties
(except the identifier(s))as arguments. |
Transshipment |
TransshipmentDaoImpl.remoteTransshipmentFullVOToEntity(RemoteTransshipmentFullVO remoteTransshipmentFullVO)
|
Transshipment |
TransshipmentDao.remoteTransshipmentFullVOToEntity(RemoteTransshipmentFullVO remoteTransshipmentFullVO)
Converts an instance of type RemoteTransshipmentFullVO to this DAO's entity. |
Transshipment |
TransshipmentDaoImpl.remoteTransshipmentNaturalIdToEntity(RemoteTransshipmentNaturalId remoteTransshipmentNaturalId)
|
Transshipment |
TransshipmentDao.remoteTransshipmentNaturalIdToEntity(RemoteTransshipmentNaturalId remoteTransshipmentNaturalId)
Converts an instance of type RemoteTransshipmentNaturalId to this DAO's entity. |
protected Transshipment |
TransshipmentDaoBase.toEntity(java.lang.Object[] row)
|
Methods in fr.ifremer.allegro.data.transshipment with parameters of type Transshipment | |
---|---|
void |
TransshipmentDaoImpl.clusterTransshipmentToEntity(ClusterTransshipment source,
Transshipment target,
boolean copyIfNull)
|
void |
TransshipmentDao.clusterTransshipmentToEntity(ClusterTransshipment source,
Transshipment target,
boolean copyIfNull)
Copies the fields of ClusterTransshipment to the specified entity. |
void |
TransshipmentDaoBase.clusterTransshipmentToEntity(ClusterTransshipment source,
Transshipment target,
boolean copyIfNull)
|
java.lang.Object |
TransshipmentDao.create(int transform,
Transshipment transshipment)
Does the same thing as TransshipmentDao.create(fr.ifremer.allegro.data.transshipment.Transshipment) with an
additional flag called transform . |
java.lang.Object |
TransshipmentDaoBase.create(int transform,
Transshipment transshipment)
|
Transshipment |
TransshipmentDao.create(Transshipment transshipment)
Creates an instance of fr.ifremer.allegro.data.transshipment.Transshipment and adds it to the persistent store. |
Transshipment |
TransshipmentDaoBase.create(Transshipment transshipment)
|
void |
TransshipmentDaoImpl.remoteTransshipmentFullVOToEntity(RemoteTransshipmentFullVO source,
Transshipment target,
boolean copyIfNull)
|
void |
TransshipmentDao.remoteTransshipmentFullVOToEntity(RemoteTransshipmentFullVO source,
Transshipment target,
boolean copyIfNull)
Copies the fields of RemoteTransshipmentFullVO to the specified entity. |
void |
TransshipmentDaoBase.remoteTransshipmentFullVOToEntity(RemoteTransshipmentFullVO source,
Transshipment target,
boolean copyIfNull)
|
void |
TransshipmentDaoImpl.remoteTransshipmentNaturalIdToEntity(RemoteTransshipmentNaturalId source,
Transshipment target,
boolean copyIfNull)
|
void |
TransshipmentDao.remoteTransshipmentNaturalIdToEntity(RemoteTransshipmentNaturalId source,
Transshipment target,
boolean copyIfNull)
Copies the fields of RemoteTransshipmentNaturalId to the specified entity. |
void |
TransshipmentDaoBase.remoteTransshipmentNaturalIdToEntity(RemoteTransshipmentNaturalId source,
Transshipment target,
boolean copyIfNull)
|
void |
TransshipmentDao.remove(Transshipment transshipment)
Removes the instance of fr.ifremer.allegro.data.transshipment.Transshipment from the persistent store. |
void |
TransshipmentDaoBase.remove(Transshipment transshipment)
|
ClusterTransshipment |
TransshipmentDaoImpl.toClusterTransshipment(Transshipment entity)
|
ClusterTransshipment |
TransshipmentDao.toClusterTransshipment(Transshipment entity)
Converts this DAO's entity to an object of type ClusterTransshipment . |
ClusterTransshipment |
TransshipmentDaoBase.toClusterTransshipment(Transshipment entity)
|
void |
TransshipmentDaoImpl.toClusterTransshipment(Transshipment source,
ClusterTransshipment target)
|
void |
TransshipmentDao.toClusterTransshipment(Transshipment source,
ClusterTransshipment target)
Copies the fields of the specified entity to the target value object. |
void |
TransshipmentDaoBase.toClusterTransshipment(Transshipment source,
ClusterTransshipment target)
|
RemoteTransshipmentFullVO |
TransshipmentDaoImpl.toRemoteTransshipmentFullVO(Transshipment entity)
|
RemoteTransshipmentFullVO |
TransshipmentDao.toRemoteTransshipmentFullVO(Transshipment entity)
Converts this DAO's entity to an object of type RemoteTransshipmentFullVO . |
RemoteTransshipmentFullVO |
TransshipmentDaoBase.toRemoteTransshipmentFullVO(Transshipment entity)
|
void |
TransshipmentDaoImpl.toRemoteTransshipmentFullVO(Transshipment source,
RemoteTransshipmentFullVO target)
|
void |
TransshipmentDao.toRemoteTransshipmentFullVO(Transshipment source,
RemoteTransshipmentFullVO target)
Copies the fields of the specified entity to the target value object. |
void |
TransshipmentDaoBase.toRemoteTransshipmentFullVO(Transshipment source,
RemoteTransshipmentFullVO target)
|
RemoteTransshipmentNaturalId |
TransshipmentDaoImpl.toRemoteTransshipmentNaturalId(Transshipment entity)
|
RemoteTransshipmentNaturalId |
TransshipmentDao.toRemoteTransshipmentNaturalId(Transshipment entity)
Converts this DAO's entity to an object of type RemoteTransshipmentNaturalId . |
RemoteTransshipmentNaturalId |
TransshipmentDaoBase.toRemoteTransshipmentNaturalId(Transshipment entity)
|
void |
TransshipmentDaoImpl.toRemoteTransshipmentNaturalId(Transshipment source,
RemoteTransshipmentNaturalId target)
|
void |
TransshipmentDao.toRemoteTransshipmentNaturalId(Transshipment source,
RemoteTransshipmentNaturalId target)
Copies the fields of the specified entity to the target value object. |
void |
TransshipmentDaoBase.toRemoteTransshipmentNaturalId(Transshipment source,
RemoteTransshipmentNaturalId target)
|
protected java.lang.Object |
TransshipmentDaoBase.transformEntity(int transform,
Transshipment 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.transshipment.TransshipmentDao , please note
that the TransshipmentDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
TransshipmentDao.update(Transshipment transshipment)
Updates the transshipment instance in the persistent store. |
void |
TransshipmentDaoBase.update(Transshipment transshipment)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |