Uses of Class
fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterVessel

Packages that use ClusterVessel
fr.ifremer.allegro.referential.vessel   
fr.ifremer.allegro.referential.vessel.generic.cluster   
fr.ifremer.allegro.referential.vessel.generic.service   
 

Uses of ClusterVessel in fr.ifremer.allegro.referential.vessel
 

Methods in fr.ifremer.allegro.referential.vessel that return ClusterVessel
protected  ClusterVessel VesselDaoBase.toClusterVessel(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterVessel VesselDaoImpl.toClusterVessel(Vessel entity)
           
 ClusterVessel VesselDao.toClusterVessel(Vessel entity)
          Converts this DAO's entity to an object of type ClusterVessel.
 ClusterVessel VesselDaoBase.toClusterVessel(Vessel entity)
           
 ClusterVessel[] VesselDao.toClusterVesselArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterVessel.
 ClusterVessel[] VesselDaoBase.toClusterVesselArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.vessel with parameters of type ClusterVessel
 Vessel VesselDaoImpl.clusterVesselToEntity(ClusterVessel clusterVessel)
           
 Vessel VesselDao.clusterVesselToEntity(ClusterVessel clusterVessel)
          Converts an instance of type ClusterVessel to this DAO's entity.
 void VesselDaoImpl.clusterVesselToEntity(ClusterVessel source, Vessel target, boolean copyIfNull)
           
 void VesselDao.clusterVesselToEntity(ClusterVessel source, Vessel target, boolean copyIfNull)
          Copies the fields of ClusterVessel to the specified entity.
 void VesselDaoBase.clusterVesselToEntity(ClusterVessel source, Vessel target, boolean copyIfNull)
           
 void VesselDaoImpl.toClusterVessel(Vessel source, ClusterVessel target)
           
 void VesselDao.toClusterVessel(Vessel source, ClusterVessel target)
          Copies the fields of the specified entity to the target value object.
 void VesselDaoBase.toClusterVessel(Vessel source, ClusterVessel target)
           
 

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

Subclasses of ClusterVessel in fr.ifremer.allegro.referential.vessel.generic.cluster
 class ClusterFishingVessel
           
 class ClusterPleasureBoat
           
 class ClusterScientificResearchVessel
           
 class ClusterShellfishGatherer
           
 class ClusterVesselGroup
           
 

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

Constructors in fr.ifremer.allegro.referential.vessel.generic.cluster with parameters of type ClusterVessel
ClusterVessel(ClusterVessel otherBean)
          Copies constructor from other ClusterVessel
 

Uses of ClusterVessel in fr.ifremer.allegro.referential.vessel.generic.service
 

Methods in fr.ifremer.allegro.referential.vessel.generic.service that return ClusterVessel
 ClusterVessel RemoteVesselFullService.getClusterVesselByIdentifiers(java.lang.String code)
           
 ClusterVessel RemoteVesselFullServiceWSDelegator.getClusterVesselByIdentifiers(java.lang.String code)
           
 ClusterVessel RemoteVesselFullServiceBase.getClusterVesselByIdentifiers(java.lang.String code)
           
protected  ClusterVessel RemoteVesselFullServiceImpl.handleGetClusterVesselByIdentifiers(java.lang.String code)
           
protected abstract  ClusterVessel RemoteVesselFullServiceBase.handleGetClusterVesselByIdentifiers(java.lang.String code)
          Performs the core logic for RemoteVesselFullServiceBase.getClusterVesselByIdentifiers(java.lang.String)
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.