Uses of Class
fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceNaturalId

Packages that use RemoteRightToProduceNaturalId
fr.ifremer.allegro.referential.regulation   
fr.ifremer.allegro.referential.regulation.generic.cluster   
fr.ifremer.allegro.referential.regulation.generic.service   
fr.ifremer.allegro.referential.regulation.generic.vo   
fr.ifremer.allegro.referential.vessel.generic.cluster   
 

Uses of RemoteRightToProduceNaturalId in fr.ifremer.allegro.referential.regulation
 

Methods in fr.ifremer.allegro.referential.regulation that return RemoteRightToProduceNaturalId
protected  RemoteRightToProduceNaturalId RightToProduceDaoBase.toRemoteRightToProduceNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteRightToProduceNaturalId RightToProduceDaoImpl.toRemoteRightToProduceNaturalId(RightToProduce entity)
           
 RemoteRightToProduceNaturalId RightToProduceDao.toRemoteRightToProduceNaturalId(RightToProduce entity)
          Converts this DAO's entity to an object of type RemoteRightToProduceNaturalId.
 RemoteRightToProduceNaturalId RightToProduceDaoBase.toRemoteRightToProduceNaturalId(RightToProduce entity)
           
 RemoteRightToProduceNaturalId[] RightToProduceDao.toRemoteRightToProduceNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteRightToProduceNaturalId.
 RemoteRightToProduceNaturalId[] RightToProduceDaoBase.toRemoteRightToProduceNaturalIdArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.regulation with parameters of type RemoteRightToProduceNaturalId
 RightToProduce RightToProduceDaoImpl.remoteRightToProduceNaturalIdToEntity(RemoteRightToProduceNaturalId remoteRightToProduceNaturalId)
           
 RightToProduce RightToProduceDao.remoteRightToProduceNaturalIdToEntity(RemoteRightToProduceNaturalId remoteRightToProduceNaturalId)
          Converts an instance of type RemoteRightToProduceNaturalId to this DAO's entity.
 void RightToProduceDaoImpl.remoteRightToProduceNaturalIdToEntity(RemoteRightToProduceNaturalId source, RightToProduce target, boolean copyIfNull)
           
 void RightToProduceDao.remoteRightToProduceNaturalIdToEntity(RemoteRightToProduceNaturalId source, RightToProduce target, boolean copyIfNull)
          Copies the fields of RemoteRightToProduceNaturalId to the specified entity.
 void RightToProduceDaoBase.remoteRightToProduceNaturalIdToEntity(RemoteRightToProduceNaturalId source, RightToProduce target, boolean copyIfNull)
           
 void RightToProduceDaoImpl.toRemoteRightToProduceNaturalId(RightToProduce source, RemoteRightToProduceNaturalId target)
           
 void RightToProduceDao.toRemoteRightToProduceNaturalId(RightToProduce source, RemoteRightToProduceNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void RightToProduceDaoBase.toRemoteRightToProduceNaturalId(RightToProduce source, RemoteRightToProduceNaturalId target)
           
 

Uses of RemoteRightToProduceNaturalId in fr.ifremer.allegro.referential.regulation.generic.cluster
 

Methods in fr.ifremer.allegro.referential.regulation.generic.cluster that return RemoteRightToProduceNaturalId
 RemoteRightToProduceNaturalId ClusterCorpus.getRightToProduceNaturalId()
           
 

Methods in fr.ifremer.allegro.referential.regulation.generic.cluster with parameters of type RemoteRightToProduceNaturalId
 void ClusterCorpus.setRightToProduceNaturalId(RemoteRightToProduceNaturalId rightToProduceNaturalId)
           
 

Constructors in fr.ifremer.allegro.referential.regulation.generic.cluster with parameters of type RemoteRightToProduceNaturalId
ClusterCorpus(java.lang.Integer id, java.lang.Integer idLocal, java.lang.String name, java.lang.String description, java.util.Date startDate, java.util.Date endDate, java.sql.Timestamp updateDate, RemoteRightToProduceNaturalId rightToProduceNaturalId, RemoteFisheryNaturalId[] fisheryNaturalId, RemoteCorpusTypeNaturalId corpusTypeNaturalId, ClusterMinimumSizeAllowed[] clusterMinimumSizeAlloweds)
           
 

Uses of RemoteRightToProduceNaturalId in fr.ifremer.allegro.referential.regulation.generic.service
 

Methods in fr.ifremer.allegro.referential.regulation.generic.service that return RemoteRightToProduceNaturalId
 RemoteRightToProduceNaturalId RemoteRightToProduceFullService.getRightToProduceNaturalIdById(java.lang.Integer id)
           
 RemoteRightToProduceNaturalId RemoteRightToProduceFullServiceWSDelegator.getRightToProduceNaturalIdById(java.lang.Integer id)
           
 RemoteRightToProduceNaturalId RemoteRightToProduceFullServiceBase.getRightToProduceNaturalIdById(java.lang.Integer id)
           
 RemoteRightToProduceNaturalId[] RemoteRightToProduceFullService.getRightToProduceNaturalIds()
           
 RemoteRightToProduceNaturalId[] RemoteRightToProduceFullServiceWSDelegator.getRightToProduceNaturalIds()
           
 RemoteRightToProduceNaturalId[] RemoteRightToProduceFullServiceBase.getRightToProduceNaturalIds()
           
protected  RemoteRightToProduceNaturalId RemoteRightToProduceFullServiceImpl.handleGetRightToProduceNaturalIdById(java.lang.Integer id)
           
protected abstract  RemoteRightToProduceNaturalId RemoteRightToProduceFullServiceBase.handleGetRightToProduceNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteRightToProduceFullServiceBase.getRightToProduceNaturalIdById(java.lang.Integer)
protected  RemoteRightToProduceNaturalId[] RemoteRightToProduceFullServiceImpl.handleGetRightToProduceNaturalIds()
           
protected abstract  RemoteRightToProduceNaturalId[] RemoteRightToProduceFullServiceBase.handleGetRightToProduceNaturalIds()
          Performs the core logic for RemoteRightToProduceFullServiceBase.getRightToProduceNaturalIds()
 

Methods in fr.ifremer.allegro.referential.regulation.generic.service with parameters of type RemoteRightToProduceNaturalId
 RemoteRightToProduceFullVO RemoteRightToProduceFullService.getRightToProduceByNaturalId(RemoteRightToProduceNaturalId rightToProduceNaturalId)
           
 RemoteRightToProduceFullVO RemoteRightToProduceFullServiceWSDelegator.getRightToProduceByNaturalId(RemoteRightToProduceNaturalId rightToProduceNaturalId)
           
 RemoteRightToProduceFullVO RemoteRightToProduceFullServiceBase.getRightToProduceByNaturalId(RemoteRightToProduceNaturalId rightToProduceNaturalId)
           
protected  RemoteRightToProduceFullVO RemoteRightToProduceFullServiceImpl.handleGetRightToProduceByNaturalId(RemoteRightToProduceNaturalId rightToProduceNaturalId)
           
protected abstract  RemoteRightToProduceFullVO RemoteRightToProduceFullServiceBase.handleGetRightToProduceByNaturalId(RemoteRightToProduceNaturalId rightToProduceNaturalId)
          Performs the core logic for RemoteRightToProduceFullServiceBase.getRightToProduceByNaturalId(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceNaturalId)
 

Uses of RemoteRightToProduceNaturalId in fr.ifremer.allegro.referential.regulation.generic.vo
 

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

Constructors in fr.ifremer.allegro.referential.regulation.generic.vo with parameters of type RemoteRightToProduceNaturalId
RemoteRightToProduceNaturalId(RemoteRightToProduceNaturalId otherBean)
          Copies constructor from other RemoteRightToProduceNaturalId
 

Uses of RemoteRightToProduceNaturalId in fr.ifremer.allegro.referential.vessel.generic.cluster
 

Methods in fr.ifremer.allegro.referential.vessel.generic.cluster that return RemoteRightToProduceNaturalId
 RemoteRightToProduceNaturalId[] ClusterVesselOwner.getRightToProduceNaturalId()
           
 RemoteRightToProduceNaturalId[] ClusterVessel.getRightToProduceNaturalId()
           
 

Methods in fr.ifremer.allegro.referential.vessel.generic.cluster with parameters of type RemoteRightToProduceNaturalId
 void ClusterVesselOwner.setRightToProduceNaturalId(RemoteRightToProduceNaturalId[] rightToProduceNaturalId)
           
 void ClusterVessel.setRightToProduceNaturalId(RemoteRightToProduceNaturalId[] rightToProduceNaturalId)
           
 

Constructors in fr.ifremer.allegro.referential.vessel.generic.cluster with parameters of type RemoteRightToProduceNaturalId
ClusterFishingVessel(java.lang.String code, RemoteStatusNaturalId statusNaturalId, RemoteVesselTypeNaturalId vesselTypeNaturalId, RemoteRightToProduceNaturalId[] rightToProduceNaturalId, ClusterVesselOwnerPeriod[] clusterVesselOwnerPeriods, ClusterVesselRegistrationPeriod[] clusterVesselRegistrationPeriods, RemoteVesselFeaturesNaturalId[] vesselFeaturesNaturalId, ClusterVesselMasterPeriod[] clusterVesselMasterPeriods)
           
ClusterFishingVessel(java.lang.String code, java.sql.Timestamp updateDate, RemoteStatusNaturalId statusNaturalId, RemoteVesselTypeNaturalId vesselTypeNaturalId, RemoteRightToProduceNaturalId[] rightToProduceNaturalId, ClusterVesselOwnerPeriod[] clusterVesselOwnerPeriods, ClusterVesselRegistrationPeriod[] clusterVesselRegistrationPeriods, RemoteVesselFeaturesNaturalId[] vesselFeaturesNaturalId, ClusterVesselMasterPeriod[] clusterVesselMasterPeriods)
           
ClusterPleasureBoat(java.lang.String code, RemoteStatusNaturalId statusNaturalId, RemoteVesselTypeNaturalId vesselTypeNaturalId, RemoteRightToProduceNaturalId[] rightToProduceNaturalId, ClusterVesselOwnerPeriod[] clusterVesselOwnerPeriods, ClusterVesselRegistrationPeriod[] clusterVesselRegistrationPeriods)
           
ClusterPleasureBoat(java.lang.String code, java.sql.Timestamp updateDate, RemoteStatusNaturalId statusNaturalId, RemoteVesselTypeNaturalId vesselTypeNaturalId, RemoteRightToProduceNaturalId[] rightToProduceNaturalId, ClusterVesselOwnerPeriod[] clusterVesselOwnerPeriods, ClusterVesselRegistrationPeriod[] clusterVesselRegistrationPeriods)
           
ClusterScientificResearchVessel(java.lang.String code, RemoteStatusNaturalId statusNaturalId, RemoteVesselTypeNaturalId vesselTypeNaturalId, RemoteRightToProduceNaturalId[] rightToProduceNaturalId, ClusterVesselOwnerPeriod[] clusterVesselOwnerPeriods, ClusterVesselRegistrationPeriod[] clusterVesselRegistrationPeriods)
           
ClusterScientificResearchVessel(java.lang.String code, java.sql.Timestamp updateDate, RemoteStatusNaturalId statusNaturalId, RemoteVesselTypeNaturalId vesselTypeNaturalId, RemoteRightToProduceNaturalId[] rightToProduceNaturalId, ClusterVesselOwnerPeriod[] clusterVesselOwnerPeriods, ClusterVesselRegistrationPeriod[] clusterVesselRegistrationPeriods)
           
ClusterShellfishGatherer(java.lang.String code, RemoteStatusNaturalId statusNaturalId, RemoteVesselTypeNaturalId vesselTypeNaturalId, RemoteRightToProduceNaturalId[] rightToProduceNaturalId, ClusterVesselOwnerPeriod[] clusterVesselOwnerPeriods, ClusterVesselRegistrationPeriod[] clusterVesselRegistrationPeriods)
           
ClusterShellfishGatherer(java.lang.String code, java.sql.Timestamp updateDate, RemoteStatusNaturalId statusNaturalId, RemoteVesselTypeNaturalId vesselTypeNaturalId, RemoteRightToProduceNaturalId[] rightToProduceNaturalId, ClusterVesselOwnerPeriod[] clusterVesselOwnerPeriods, ClusterVesselRegistrationPeriod[] clusterVesselRegistrationPeriods)
           
ClusterVessel(java.lang.String code, RemoteStatusNaturalId statusNaturalId, RemoteVesselTypeNaturalId vesselTypeNaturalId, RemoteRightToProduceNaturalId[] rightToProduceNaturalId, ClusterVesselOwnerPeriod[] clusterVesselOwnerPeriods, ClusterVesselRegistrationPeriod[] clusterVesselRegistrationPeriods)
           
ClusterVessel(java.lang.String code, java.sql.Timestamp updateDate, RemoteStatusNaturalId statusNaturalId, RemoteVesselTypeNaturalId vesselTypeNaturalId, RemoteRightToProduceNaturalId[] rightToProduceNaturalId, ClusterVesselOwnerPeriod[] clusterVesselOwnerPeriods, ClusterVesselRegistrationPeriod[] clusterVesselRegistrationPeriods)
           
ClusterVesselGroup(java.lang.String code, RemoteStatusNaturalId statusNaturalId, RemoteVesselTypeNaturalId vesselTypeNaturalId, RemoteRightToProduceNaturalId[] rightToProduceNaturalId, ClusterVesselOwnerPeriod[] clusterVesselOwnerPeriods, ClusterVesselRegistrationPeriod[] clusterVesselRegistrationPeriods)
           
ClusterVesselGroup(java.lang.String code, java.sql.Timestamp updateDate, RemoteStatusNaturalId statusNaturalId, RemoteVesselTypeNaturalId vesselTypeNaturalId, RemoteRightToProduceNaturalId[] rightToProduceNaturalId, ClusterVesselOwnerPeriod[] clusterVesselOwnerPeriods, ClusterVesselRegistrationPeriod[] clusterVesselRegistrationPeriods)
           
ClusterVesselOwner(java.lang.Integer id, java.lang.Integer idLocal, java.lang.String registrationCode, java.lang.String lastname, java.lang.String firstname, java.lang.String street, java.lang.String zipCode, java.lang.String city, java.util.Date dateOfBirth, java.util.Date retirementDate, java.sql.Timestamp updateDate, RemoteRightToProduceNaturalId[] rightToProduceNaturalId, RemoteLocationNaturalId countryLocationNaturalId)
           
ClusterVesselOwner(RemoteRightToProduceNaturalId[] rightToProduceNaturalId)
           
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.