Uses of Class
fr.ifremer.allegro.referential.gear.generic.cluster.ClusterGearAssociation

Packages that use ClusterGearAssociation
fr.ifremer.allegro.referential.gear   
fr.ifremer.allegro.referential.gear.generic.cluster   
fr.ifremer.allegro.referential.gear.generic.service   
 

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

Methods in fr.ifremer.allegro.referential.gear that return ClusterGearAssociation
 ClusterGearAssociation GearAssociationDaoImpl.toClusterGearAssociation(GearAssociation entity)
           
 ClusterGearAssociation GearAssociationDao.toClusterGearAssociation(GearAssociation entity)
          Converts this DAO's entity to an object of type ClusterGearAssociation.
 ClusterGearAssociation GearAssociationDaoBase.toClusterGearAssociation(GearAssociation entity)
           
protected  ClusterGearAssociation GearAssociationDaoBase.toClusterGearAssociation(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterGearAssociation[] GearAssociationDao.toClusterGearAssociationArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterGearAssociation.
 ClusterGearAssociation[] GearAssociationDaoBase.toClusterGearAssociationArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.gear with parameters of type ClusterGearAssociation
 GearAssociation GearAssociationDaoImpl.clusterGearAssociationToEntity(ClusterGearAssociation clusterGearAssociation)
           
 GearAssociation GearAssociationDao.clusterGearAssociationToEntity(ClusterGearAssociation clusterGearAssociation)
          Converts an instance of type ClusterGearAssociation to this DAO's entity.
 void GearAssociationDaoImpl.clusterGearAssociationToEntity(ClusterGearAssociation source, GearAssociation target, boolean copyIfNull)
           
 void GearAssociationDao.clusterGearAssociationToEntity(ClusterGearAssociation source, GearAssociation target, boolean copyIfNull)
          Copies the fields of ClusterGearAssociation to the specified entity.
 void GearAssociationDaoBase.clusterGearAssociationToEntity(ClusterGearAssociation source, GearAssociation target, boolean copyIfNull)
           
 GearAssociation GearAssociationDao.createFromClusterGearAssociation(ClusterGearAssociation clusterGearAssociation)
           
 GearAssociation GearAssociationDaoBase.createFromClusterGearAssociation(ClusterGearAssociation clusterGearAssociation)
           
protected  GearAssociation GearAssociationDaoImpl.handleCreateFromClusterGearAssociation(ClusterGearAssociation clusterGearAssociation)
           
protected abstract  GearAssociation GearAssociationDaoBase.handleCreateFromClusterGearAssociation(ClusterGearAssociation clusterGearAssociation)
          Performs the core logic for GearAssociationDaoBase.createFromClusterGearAssociation(fr.ifremer.allegro.referential.gear.generic.cluster.ClusterGearAssociation)
 void GearAssociationDaoImpl.toClusterGearAssociation(GearAssociation source, ClusterGearAssociation target)
           
 void GearAssociationDao.toClusterGearAssociation(GearAssociation source, ClusterGearAssociation target)
          Copies the fields of the specified entity to the target value object.
 void GearAssociationDaoBase.toClusterGearAssociation(GearAssociation source, ClusterGearAssociation target)
           
 

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

Methods in fr.ifremer.allegro.referential.gear.generic.cluster that return ClusterGearAssociation
 ClusterGearAssociation[] ClusterGear.getClusterAssociatedGearss()
           
 

Methods in fr.ifremer.allegro.referential.gear.generic.cluster with parameters of type ClusterGearAssociation
 void ClusterGearAssociation.copy(ClusterGearAssociation otherBean)
          Copies all properties from the argument value object into this value object.
 void ClusterGear.setClusterAssociatedGearss(ClusterGearAssociation[] clusterAssociatedGearss)
           
 

Constructors in fr.ifremer.allegro.referential.gear.generic.cluster with parameters of type ClusterGearAssociation
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)
           
ClusterGearAssociation(ClusterGearAssociation otherBean)
          Copies constructor from other ClusterGearAssociation
 

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

Methods in fr.ifremer.allegro.referential.gear.generic.service that return ClusterGearAssociation
 ClusterGearAssociation RemoteGearAssociationFullService.getClusterGearAssociationByIdentifiers(java.lang.Integer toGearId, java.lang.Integer fromGearId)
           
 ClusterGearAssociation RemoteGearAssociationFullServiceWSDelegator.getClusterGearAssociationByIdentifiers(java.lang.Integer toGearId, java.lang.Integer fromGearId)
           
 ClusterGearAssociation RemoteGearAssociationFullServiceBase.getClusterGearAssociationByIdentifiers(java.lang.Integer toGearId, java.lang.Integer fromGearId)
           
protected  ClusterGearAssociation RemoteGearAssociationFullServiceImpl.handleGetClusterGearAssociationByIdentifiers(java.lang.Integer toGearId, java.lang.Integer fromGearId)
           
protected abstract  ClusterGearAssociation RemoteGearAssociationFullServiceBase.handleGetClusterGearAssociationByIdentifiers(java.lang.Integer toGearId, java.lang.Integer fromGearId)
          Performs the core logic for RemoteGearAssociationFullServiceBase.getClusterGearAssociationByIdentifiers(java.lang.Integer, java.lang.Integer)
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.