|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RemoteBuyerNaturalId in fr.ifremer.allegro.data.survey.sale.generic.cluster |
---|
Methods in fr.ifremer.allegro.data.survey.sale.generic.cluster that return RemoteBuyerNaturalId | |
---|---|
RemoteBuyerNaturalId |
ClusterSaleProduce.getBuyerNaturalId()
|
Methods in fr.ifremer.allegro.data.survey.sale.generic.cluster with parameters of type RemoteBuyerNaturalId | |
---|---|
void |
ClusterSaleProduce.setBuyerNaturalId(RemoteBuyerNaturalId buyerNaturalId)
|
Constructors in fr.ifremer.allegro.data.survey.sale.generic.cluster with parameters of type RemoteBuyerNaturalId | |
---|---|
ClusterSaleProduce(java.lang.Integer id,
java.lang.Integer idLocal,
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,
RemoteTaxonGroupNaturalId otherTaxonGroupNaturalId,
RemoteTaxonGroupNaturalId taxonGroupNaturalId,
RemoteLandingNaturalId landingNaturalId,
RemoteGearNaturalId gearNaturalId,
RemoteTransshipmentNaturalId transshipmentNaturalId,
RemoteBatchNaturalId batchNaturalId,
RemoteFishingOperationNaturalId fishingOperationNaturalId,
RemoteQualityFlagNaturalId qualityFlagNaturalId,
ClusterQuantificationMeasurement[] clusterQuantificationMeasurements,
ClusterSortingMeasurement[] clusterSortingMeasurements,
ClusterFishingArea[] clusterFishingAreas,
RemoteSaleNaturalId saleNaturalId,
RemoteBuyerNaturalId buyerNaturalId,
RemoteExpectedSaleNaturalId expectedSaleNaturalId)
|
Uses of RemoteBuyerNaturalId in fr.ifremer.allegro.referential.buyer |
---|
Methods in fr.ifremer.allegro.referential.buyer that return RemoteBuyerNaturalId | |
---|---|
RemoteBuyerNaturalId |
BuyerDaoImpl.toRemoteBuyerNaturalId(Buyer entity)
|
RemoteBuyerNaturalId |
BuyerDao.toRemoteBuyerNaturalId(Buyer entity)
Converts this DAO's entity to an object of type RemoteBuyerNaturalId . |
RemoteBuyerNaturalId |
BuyerDaoBase.toRemoteBuyerNaturalId(Buyer entity)
|
protected RemoteBuyerNaturalId |
BuyerDaoBase.toRemoteBuyerNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteBuyerNaturalId[] |
BuyerDao.toRemoteBuyerNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteBuyerNaturalId . |
RemoteBuyerNaturalId[] |
BuyerDaoBase.toRemoteBuyerNaturalIdArray(java.util.Collection entities)
|
Methods in fr.ifremer.allegro.referential.buyer with parameters of type RemoteBuyerNaturalId | |
---|---|
Buyer |
BuyerDaoImpl.remoteBuyerNaturalIdToEntity(RemoteBuyerNaturalId remoteBuyerNaturalId)
|
Buyer |
BuyerDao.remoteBuyerNaturalIdToEntity(RemoteBuyerNaturalId remoteBuyerNaturalId)
Converts an instance of type RemoteBuyerNaturalId to this DAO's entity. |
void |
BuyerDaoImpl.remoteBuyerNaturalIdToEntity(RemoteBuyerNaturalId source,
Buyer target,
boolean copyIfNull)
|
void |
BuyerDao.remoteBuyerNaturalIdToEntity(RemoteBuyerNaturalId source,
Buyer target,
boolean copyIfNull)
Copies the fields of RemoteBuyerNaturalId to the specified entity. |
void |
BuyerDaoBase.remoteBuyerNaturalIdToEntity(RemoteBuyerNaturalId source,
Buyer target,
boolean copyIfNull)
|
void |
BuyerDaoImpl.toRemoteBuyerNaturalId(Buyer source,
RemoteBuyerNaturalId target)
|
void |
BuyerDao.toRemoteBuyerNaturalId(Buyer source,
RemoteBuyerNaturalId target)
Copies the fields of the specified entity to the target value object. |
void |
BuyerDaoBase.toRemoteBuyerNaturalId(Buyer source,
RemoteBuyerNaturalId target)
|
Uses of RemoteBuyerNaturalId in fr.ifremer.allegro.referential.buyer.generic.service |
---|
Methods in fr.ifremer.allegro.referential.buyer.generic.service with parameters of type RemoteBuyerNaturalId | |
---|---|
RemoteBuyerFullVO |
RemoteBuyerFullService.getBuyerByNaturalId(RemoteBuyerNaturalId buyerNaturalId)
|
RemoteBuyerFullVO |
RemoteBuyerFullServiceWSDelegator.getBuyerByNaturalId(RemoteBuyerNaturalId buyerNaturalId)
|
RemoteBuyerFullVO |
RemoteBuyerFullServiceBase.getBuyerByNaturalId(RemoteBuyerNaturalId buyerNaturalId)
|
protected RemoteBuyerFullVO |
RemoteBuyerFullServiceImpl.handleGetBuyerByNaturalId(RemoteBuyerNaturalId buyerNaturalId)
|
protected abstract RemoteBuyerFullVO |
RemoteBuyerFullServiceBase.handleGetBuyerByNaturalId(RemoteBuyerNaturalId buyerNaturalId)
Performs the core logic for RemoteBuyerFullServiceBase.getBuyerByNaturalId(fr.ifremer.allegro.referential.buyer.generic.vo.RemoteBuyerNaturalId) |
Uses of RemoteBuyerNaturalId in fr.ifremer.allegro.referential.buyer.generic.vo |
---|
Methods in fr.ifremer.allegro.referential.buyer.generic.vo with parameters of type RemoteBuyerNaturalId | |
---|---|
void |
RemoteBuyerNaturalId.copy(RemoteBuyerNaturalId otherBean)
Copies all properties from the argument value object into this value object. |
Constructors in fr.ifremer.allegro.referential.buyer.generic.vo with parameters of type RemoteBuyerNaturalId | |
---|---|
RemoteBuyerNaturalId(RemoteBuyerNaturalId otherBean)
Copies constructor from other RemoteBuyerNaturalId |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |