Uses of Class
fr.ifremer.allegro.data.transshipment.generic.vo.RemoteTransshipmentNaturalId

Packages that use RemoteTransshipmentNaturalId
fr.ifremer.allegro.data.produce.generic.cluster   
fr.ifremer.allegro.data.survey.sale.generic.cluster   
fr.ifremer.allegro.data.transshipment   
fr.ifremer.allegro.data.transshipment.generic.service   
fr.ifremer.allegro.data.transshipment.generic.vo   
 

Uses of RemoteTransshipmentNaturalId in fr.ifremer.allegro.data.produce.generic.cluster
 

Methods in fr.ifremer.allegro.data.produce.generic.cluster that return RemoteTransshipmentNaturalId
 RemoteTransshipmentNaturalId ClusterProduce.getTransshipmentNaturalId()
           
 

Methods in fr.ifremer.allegro.data.produce.generic.cluster with parameters of type RemoteTransshipmentNaturalId
 void ClusterProduce.setTransshipmentNaturalId(RemoteTransshipmentNaturalId transshipmentNaturalId)
           
 

Constructors in fr.ifremer.allegro.data.produce.generic.cluster with parameters of type RemoteTransshipmentNaturalId
ClusterProduce(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)
           
 

Uses of RemoteTransshipmentNaturalId in fr.ifremer.allegro.data.survey.sale.generic.cluster
 

Constructors in fr.ifremer.allegro.data.survey.sale.generic.cluster with parameters of type RemoteTransshipmentNaturalId
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 RemoteTransshipmentNaturalId in fr.ifremer.allegro.data.transshipment
 

Methods in fr.ifremer.allegro.data.transshipment that return RemoteTransshipmentNaturalId
protected  RemoteTransshipmentNaturalId TransshipmentDaoBase.toRemoteTransshipmentNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 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)
           
 RemoteTransshipmentNaturalId[] TransshipmentDao.toRemoteTransshipmentNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteTransshipmentNaturalId.
 RemoteTransshipmentNaturalId[] TransshipmentDaoBase.toRemoteTransshipmentNaturalIdArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.data.transshipment with parameters of type RemoteTransshipmentNaturalId
 Transshipment TransshipmentDaoImpl.remoteTransshipmentNaturalIdToEntity(RemoteTransshipmentNaturalId remoteTransshipmentNaturalId)
           
 Transshipment TransshipmentDao.remoteTransshipmentNaturalIdToEntity(RemoteTransshipmentNaturalId remoteTransshipmentNaturalId)
          Converts an instance of type RemoteTransshipmentNaturalId to this DAO's entity.
 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 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)
           
 

Uses of RemoteTransshipmentNaturalId in fr.ifremer.allegro.data.transshipment.generic.service
 

Methods in fr.ifremer.allegro.data.transshipment.generic.service that return RemoteTransshipmentNaturalId
 RemoteTransshipmentNaturalId RemoteTransshipmentFullService.getTransshipmentNaturalIdById(java.lang.Integer id)
           
 RemoteTransshipmentNaturalId RemoteTransshipmentFullServiceWSDelegator.getTransshipmentNaturalIdById(java.lang.Integer id)
           
 RemoteTransshipmentNaturalId RemoteTransshipmentFullServiceBase.getTransshipmentNaturalIdById(java.lang.Integer id)
           
 RemoteTransshipmentNaturalId[] RemoteTransshipmentFullService.getTransshipmentNaturalIds()
           
 RemoteTransshipmentNaturalId[] RemoteTransshipmentFullServiceWSDelegator.getTransshipmentNaturalIds()
           
 RemoteTransshipmentNaturalId[] RemoteTransshipmentFullServiceBase.getTransshipmentNaturalIds()
           
protected  RemoteTransshipmentNaturalId RemoteTransshipmentFullServiceImpl.handleGetTransshipmentNaturalIdById(java.lang.Integer id)
           
protected abstract  RemoteTransshipmentNaturalId RemoteTransshipmentFullServiceBase.handleGetTransshipmentNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteTransshipmentFullServiceBase.getTransshipmentNaturalIdById(java.lang.Integer)
protected  RemoteTransshipmentNaturalId[] RemoteTransshipmentFullServiceImpl.handleGetTransshipmentNaturalIds()
           
protected abstract  RemoteTransshipmentNaturalId[] RemoteTransshipmentFullServiceBase.handleGetTransshipmentNaturalIds()
          Performs the core logic for RemoteTransshipmentFullServiceBase.getTransshipmentNaturalIds()
 

Methods in fr.ifremer.allegro.data.transshipment.generic.service with parameters of type RemoteTransshipmentNaturalId
 RemoteTransshipmentFullVO RemoteTransshipmentFullService.getTransshipmentByNaturalId(RemoteTransshipmentNaturalId transshipmentNaturalId)
           
 RemoteTransshipmentFullVO RemoteTransshipmentFullServiceWSDelegator.getTransshipmentByNaturalId(RemoteTransshipmentNaturalId transshipmentNaturalId)
           
 RemoteTransshipmentFullVO RemoteTransshipmentFullServiceBase.getTransshipmentByNaturalId(RemoteTransshipmentNaturalId transshipmentNaturalId)
           
protected  RemoteTransshipmentFullVO RemoteTransshipmentFullServiceImpl.handleGetTransshipmentByNaturalId(RemoteTransshipmentNaturalId transshipmentNaturalId)
           
protected abstract  RemoteTransshipmentFullVO RemoteTransshipmentFullServiceBase.handleGetTransshipmentByNaturalId(RemoteTransshipmentNaturalId transshipmentNaturalId)
          Performs the core logic for RemoteTransshipmentFullServiceBase.getTransshipmentByNaturalId(fr.ifremer.allegro.data.transshipment.generic.vo.RemoteTransshipmentNaturalId)
 

Uses of RemoteTransshipmentNaturalId in fr.ifremer.allegro.data.transshipment.generic.vo
 

Methods in fr.ifremer.allegro.data.transshipment.generic.vo with parameters of type RemoteTransshipmentNaturalId
 void RemoteTransshipmentNaturalId.copy(RemoteTransshipmentNaturalId otherBean)
          Copies all properties from the argument value object into this value object.
 

Constructors in fr.ifremer.allegro.data.transshipment.generic.vo with parameters of type RemoteTransshipmentNaturalId
RemoteTransshipmentNaturalId(RemoteTransshipmentNaturalId otherBean)
          Copies constructor from other RemoteTransshipmentNaturalId
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.