Uses of Class
fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationNaturalId

Packages that use RemoteGearClassificationNaturalId
fr.ifremer.allegro.administration.programStrategy.generic.cluster   
fr.ifremer.allegro.referential.gear   
fr.ifremer.allegro.referential.gear.generic.cluster   
fr.ifremer.allegro.referential.gear.generic.service   
fr.ifremer.allegro.referential.gear.generic.vo   
 

Uses of RemoteGearClassificationNaturalId in fr.ifremer.allegro.administration.programStrategy.generic.cluster
 

Methods in fr.ifremer.allegro.administration.programStrategy.generic.cluster that return RemoteGearClassificationNaturalId
 RemoteGearClassificationNaturalId ClusterProgram.getGearClassificationNaturalId()
           
 

Methods in fr.ifremer.allegro.administration.programStrategy.generic.cluster with parameters of type RemoteGearClassificationNaturalId
 void ClusterProgram.setGearClassificationNaturalId(RemoteGearClassificationNaturalId gearClassificationNaturalId)
           
 

Constructors in fr.ifremer.allegro.administration.programStrategy.generic.cluster with parameters of type RemoteGearClassificationNaturalId
ClusterProgram(java.lang.String code, java.lang.String name, java.lang.String description, java.util.Date creationDate, RemoteStrategyNaturalId[] strategyNaturalId, RemoteLocationClassificationNaturalId[] locationClassificationNaturalId, RemoteLocationNaturalId[] locationNaturalId, RemoteGearClassificationNaturalId gearClassificationNaturalId, ClusterProgram2Department[] clusterProgram2Departments, ClusterProgram2Person[] clusterProgramUserss)
           
ClusterProgram(java.lang.String code, java.lang.String name, java.lang.String description, java.util.Date creationDate, java.sql.Timestamp updateDate, RemoteStrategyNaturalId[] strategyNaturalId, RemoteLocationClassificationNaturalId[] locationClassificationNaturalId, RemoteLocationNaturalId[] locationNaturalId, RemoteGearClassificationNaturalId gearClassificationNaturalId, ClusterProgram2Department[] clusterProgram2Departments, ClusterProgram2Person[] clusterProgramUserss)
           
 

Uses of RemoteGearClassificationNaturalId in fr.ifremer.allegro.referential.gear
 

Methods in fr.ifremer.allegro.referential.gear that return RemoteGearClassificationNaturalId
 RemoteGearClassificationNaturalId GearClassificationDaoImpl.toRemoteGearClassificationNaturalId(GearClassification entity)
           
 RemoteGearClassificationNaturalId GearClassificationDao.toRemoteGearClassificationNaturalId(GearClassification entity)
          Converts this DAO's entity to an object of type RemoteGearClassificationNaturalId.
 RemoteGearClassificationNaturalId GearClassificationDaoBase.toRemoteGearClassificationNaturalId(GearClassification entity)
           
protected  RemoteGearClassificationNaturalId GearClassificationDaoBase.toRemoteGearClassificationNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteGearClassificationNaturalId[] GearClassificationDao.toRemoteGearClassificationNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteGearClassificationNaturalId.
 RemoteGearClassificationNaturalId[] GearClassificationDaoBase.toRemoteGearClassificationNaturalIdArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.gear with parameters of type RemoteGearClassificationNaturalId
 GearClassification GearClassificationDaoImpl.remoteGearClassificationNaturalIdToEntity(RemoteGearClassificationNaturalId remoteGearClassificationNaturalId)
           
 GearClassification GearClassificationDao.remoteGearClassificationNaturalIdToEntity(RemoteGearClassificationNaturalId remoteGearClassificationNaturalId)
          Converts an instance of type RemoteGearClassificationNaturalId to this DAO's entity.
 void GearClassificationDaoImpl.remoteGearClassificationNaturalIdToEntity(RemoteGearClassificationNaturalId source, GearClassification target, boolean copyIfNull)
           
 void GearClassificationDao.remoteGearClassificationNaturalIdToEntity(RemoteGearClassificationNaturalId source, GearClassification target, boolean copyIfNull)
          Copies the fields of RemoteGearClassificationNaturalId to the specified entity.
 void GearClassificationDaoBase.remoteGearClassificationNaturalIdToEntity(RemoteGearClassificationNaturalId source, GearClassification target, boolean copyIfNull)
           
 void GearClassificationDaoImpl.toRemoteGearClassificationNaturalId(GearClassification source, RemoteGearClassificationNaturalId target)
           
 void GearClassificationDao.toRemoteGearClassificationNaturalId(GearClassification source, RemoteGearClassificationNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void GearClassificationDaoBase.toRemoteGearClassificationNaturalId(GearClassification source, RemoteGearClassificationNaturalId target)
           
 

Uses of RemoteGearClassificationNaturalId in fr.ifremer.allegro.referential.gear.generic.cluster
 

Methods in fr.ifremer.allegro.referential.gear.generic.cluster that return RemoteGearClassificationNaturalId
 RemoteGearClassificationNaturalId ClusterGearClassificationAssociation.getFromGearClassificationNaturalId()
           
 RemoteGearClassificationNaturalId ClusterGear.getGearClassificationNaturalId()
           
 RemoteGearClassificationNaturalId ClusterGearClassificationAssociation.getToGearClassificationNaturalId()
           
 

Methods in fr.ifremer.allegro.referential.gear.generic.cluster with parameters of type RemoteGearClassificationNaturalId
 void ClusterGearClassificationAssociation.setFromGearClassificationNaturalId(RemoteGearClassificationNaturalId fromGearClassificationNaturalId)
           
 void ClusterGear.setGearClassificationNaturalId(RemoteGearClassificationNaturalId gearClassificationNaturalId)
           
 void ClusterGearClassificationAssociation.setToGearClassificationNaturalId(RemoteGearClassificationNaturalId toGearClassificationNaturalId)
           
 

Constructors in fr.ifremer.allegro.referential.gear.generic.cluster with parameters of type RemoteGearClassificationNaturalId
ClusterFishingGear(java.lang.Integer id, java.lang.Integer idLocal, java.lang.String label, java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, RemoteGearNaturalId parentGearNaturalId, RemoteGearClassificationNaturalId gearClassificationNaturalId, RemoteStatusNaturalId statusNaturalId, ClusterFishingGear[] clusterChildGearssOfFishingGear, ClusterGear[] clusterChildGearss, ClusterGearAssociation[] clusterAssociatedGearss, java.lang.Boolean isActive, java.lang.Boolean isTowed)
           
ClusterFishingGear(java.lang.String label, java.lang.String name, RemoteGearClassificationNaturalId gearClassificationNaturalId, RemoteStatusNaturalId statusNaturalId, ClusterFishingGear[] clusterChildGearssOfFishingGear, ClusterGear[] clusterChildGearss, ClusterGearAssociation[] clusterAssociatedGearss)
           
ClusterGear(java.lang.Integer id, java.lang.Integer idLocal, java.lang.String label, java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, RemoteGearNaturalId parentGearNaturalId, RemoteGearClassificationNaturalId gearClassificationNaturalId, RemoteStatusNaturalId statusNaturalId, ClusterFishingGear[] clusterChildGearssOfFishingGear, ClusterGear[] clusterChildGearss, ClusterGearAssociation[] clusterAssociatedGearss)
           
ClusterGear(java.lang.String label, java.lang.String name, RemoteGearClassificationNaturalId gearClassificationNaturalId, RemoteStatusNaturalId statusNaturalId, ClusterFishingGear[] clusterChildGearssOfFishingGear, ClusterGear[] clusterChildGearss, ClusterGearAssociation[] clusterAssociatedGearss)
           
ClusterGearClassificationAssociation(RemoteGearClassificationNaturalId toGearClassificationNaturalId, RemoteGearClassificationNaturalId fromGearClassificationNaturalId)
           
ClusterGearClassificationAssociation(java.sql.Timestamp updateDate, RemoteGearClassificationNaturalId toGearClassificationNaturalId, RemoteGearClassificationNaturalId fromGearClassificationNaturalId)
           
 

Uses of RemoteGearClassificationNaturalId in fr.ifremer.allegro.referential.gear.generic.service
 

Methods in fr.ifremer.allegro.referential.gear.generic.service that return RemoteGearClassificationNaturalId
 RemoteGearClassificationNaturalId RemoteGearClassificationFullService.getGearClassificationNaturalIdById(java.lang.Integer id)
           
 RemoteGearClassificationNaturalId RemoteGearClassificationFullServiceWSDelegator.getGearClassificationNaturalIdById(java.lang.Integer id)
           
 RemoteGearClassificationNaturalId RemoteGearClassificationFullServiceBase.getGearClassificationNaturalIdById(java.lang.Integer id)
           
 RemoteGearClassificationNaturalId[] RemoteGearClassificationFullService.getGearClassificationNaturalIds()
           
 RemoteGearClassificationNaturalId[] RemoteGearClassificationFullServiceWSDelegator.getGearClassificationNaturalIds()
           
 RemoteGearClassificationNaturalId[] RemoteGearClassificationFullServiceBase.getGearClassificationNaturalIds()
           
protected  RemoteGearClassificationNaturalId RemoteGearClassificationFullServiceImpl.handleGetGearClassificationNaturalIdById(java.lang.Integer id)
           
protected abstract  RemoteGearClassificationNaturalId RemoteGearClassificationFullServiceBase.handleGetGearClassificationNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteGearClassificationFullServiceBase.getGearClassificationNaturalIdById(java.lang.Integer)
protected  RemoteGearClassificationNaturalId[] RemoteGearClassificationFullServiceImpl.handleGetGearClassificationNaturalIds()
           
protected abstract  RemoteGearClassificationNaturalId[] RemoteGearClassificationFullServiceBase.handleGetGearClassificationNaturalIds()
          Performs the core logic for RemoteGearClassificationFullServiceBase.getGearClassificationNaturalIds()
 

Methods in fr.ifremer.allegro.referential.gear.generic.service with parameters of type RemoteGearClassificationNaturalId
 RemoteGearClassificationFullVO RemoteGearClassificationFullService.getGearClassificationByNaturalId(RemoteGearClassificationNaturalId gearClassificationNaturalId)
           
 RemoteGearClassificationFullVO RemoteGearClassificationFullServiceWSDelegator.getGearClassificationByNaturalId(RemoteGearClassificationNaturalId gearClassificationNaturalId)
           
 RemoteGearClassificationFullVO RemoteGearClassificationFullServiceBase.getGearClassificationByNaturalId(RemoteGearClassificationNaturalId gearClassificationNaturalId)
           
protected  RemoteGearClassificationFullVO RemoteGearClassificationFullServiceImpl.handleGetGearClassificationByNaturalId(RemoteGearClassificationNaturalId gearClassificationNaturalId)
           
protected abstract  RemoteGearClassificationFullVO RemoteGearClassificationFullServiceBase.handleGetGearClassificationByNaturalId(RemoteGearClassificationNaturalId gearClassificationNaturalId)
          Performs the core logic for RemoteGearClassificationFullServiceBase.getGearClassificationByNaturalId(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationNaturalId)
 

Uses of RemoteGearClassificationNaturalId in fr.ifremer.allegro.referential.gear.generic.vo
 

Methods in fr.ifremer.allegro.referential.gear.generic.vo that return RemoteGearClassificationNaturalId
 RemoteGearClassificationNaturalId RemoteGearClassificationAssociationNaturalId.getFromGearClassification()
           
 RemoteGearClassificationNaturalId RemoteGearClassificationAssociationNaturalId.getToGearClassification()
           
 

Methods in fr.ifremer.allegro.referential.gear.generic.vo with parameters of type RemoteGearClassificationNaturalId
 void RemoteGearClassificationNaturalId.copy(RemoteGearClassificationNaturalId otherBean)
          Copies all properties from the argument value object into this value object.
 void RemoteGearClassificationAssociationNaturalId.setFromGearClassification(RemoteGearClassificationNaturalId fromGearClassification)
           
 void RemoteGearClassificationAssociationNaturalId.setToGearClassification(RemoteGearClassificationNaturalId toGearClassification)
           
 

Constructors in fr.ifremer.allegro.referential.gear.generic.vo with parameters of type RemoteGearClassificationNaturalId
RemoteGearClassificationAssociationNaturalId(RemoteGearClassificationNaturalId toGearClassification, RemoteGearClassificationNaturalId fromGearClassification)
           
RemoteGearClassificationNaturalId(RemoteGearClassificationNaturalId otherBean)
          Copies constructor from other RemoteGearClassificationNaturalId
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.