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

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

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

Methods in fr.ifremer.allegro.referential.vessel that return ClusterPleasureBoat
 ClusterPleasureBoat[] PleasureBoatDao.getAllClusterPleasureBoatSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterPleasureBoat[] PleasureBoatDaoBase.getAllClusterPleasureBoatSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected  ClusterPleasureBoat[] PleasureBoatDaoImpl.handleGetAllClusterPleasureBoatSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterPleasureBoat[] PleasureBoatDaoBase.handleGetAllClusterPleasureBoatSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
          Performs the core logic for PleasureBoatDaoBase.getAllClusterPleasureBoatSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  ClusterPleasureBoat PleasureBoatDaoBase.toClusterPleasureBoat(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterPleasureBoat PleasureBoatDaoImpl.toClusterPleasureBoat(PleasureBoat entity)
           
 ClusterPleasureBoat PleasureBoatDao.toClusterPleasureBoat(PleasureBoat entity)
          Converts this DAO's entity to an object of type ClusterPleasureBoat.
 ClusterPleasureBoat PleasureBoatDaoBase.toClusterPleasureBoat(PleasureBoat entity)
           
 ClusterPleasureBoat[] PleasureBoatDao.toClusterPleasureBoatArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterPleasureBoat.
 ClusterPleasureBoat[] PleasureBoatDaoBase.toClusterPleasureBoatArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.vessel with parameters of type ClusterPleasureBoat
 PleasureBoat PleasureBoatDaoImpl.clusterPleasureBoatToEntity(ClusterPleasureBoat clusterPleasureBoat)
           
 PleasureBoat PleasureBoatDao.clusterPleasureBoatToEntity(ClusterPleasureBoat clusterPleasureBoat)
          Converts an instance of type ClusterPleasureBoat to this DAO's entity.
 void PleasureBoatDaoImpl.clusterPleasureBoatToEntity(ClusterPleasureBoat source, PleasureBoat target, boolean copyIfNull)
           
 void PleasureBoatDao.clusterPleasureBoatToEntity(ClusterPleasureBoat source, PleasureBoat target, boolean copyIfNull)
          Copies the fields of ClusterPleasureBoat to the specified entity.
 void PleasureBoatDaoBase.clusterPleasureBoatToEntity(ClusterPleasureBoat source, PleasureBoat target, boolean copyIfNull)
           
 PleasureBoat PleasureBoatDao.createFromClusterPleasureBoat(ClusterPleasureBoat clusterPleasureBoat)
           
 PleasureBoat PleasureBoatDaoBase.createFromClusterPleasureBoat(ClusterPleasureBoat clusterPleasureBoat)
           
protected  PleasureBoat PleasureBoatDaoImpl.handleCreateFromClusterPleasureBoat(ClusterPleasureBoat clusterPleasureBoat)
           
protected abstract  PleasureBoat PleasureBoatDaoBase.handleCreateFromClusterPleasureBoat(ClusterPleasureBoat clusterPleasureBoat)
          Performs the core logic for PleasureBoatDaoBase.createFromClusterPleasureBoat(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterPleasureBoat)
 void PleasureBoatDaoImpl.toClusterPleasureBoat(PleasureBoat source, ClusterPleasureBoat target)
           
 void PleasureBoatDao.toClusterPleasureBoat(PleasureBoat source, ClusterPleasureBoat target)
          Copies the fields of the specified entity to the target value object.
 void PleasureBoatDaoBase.toClusterPleasureBoat(PleasureBoat source, ClusterPleasureBoat target)
           
 

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

Methods in fr.ifremer.allegro.referential.vessel.generic.cluster with parameters of type ClusterPleasureBoat
 void ClusterPleasureBoat.copy(ClusterPleasureBoat 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 ClusterPleasureBoat
ClusterPleasureBoat(ClusterPleasureBoat otherBean)
          Copies constructor from other ClusterPleasureBoat
 

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

Methods in fr.ifremer.allegro.referential.vessel.generic.service that return ClusterPleasureBoat
 ClusterPleasureBoat RemotePleasureBoatFullService.addOrUpdateClusterPleasureBoat(ClusterPleasureBoat clusterPleasureBoat)
           
 ClusterPleasureBoat RemotePleasureBoatFullServiceWSDelegator.addOrUpdateClusterPleasureBoat(ClusterPleasureBoat clusterPleasureBoat)
           
 ClusterPleasureBoat RemotePleasureBoatFullServiceBase.addOrUpdateClusterPleasureBoat(ClusterPleasureBoat clusterPleasureBoat)
           
 ClusterPleasureBoat[] RemotePleasureBoatFullService.getAllClusterPleasureBoatSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterPleasureBoat[] RemotePleasureBoatFullServiceWSDelegator.getAllClusterPleasureBoatSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterPleasureBoat[] RemotePleasureBoatFullServiceBase.getAllClusterPleasureBoatSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterPleasureBoat RemotePleasureBoatFullService.getClusterPleasureBoatByIdentifiers(java.lang.String code)
           
 ClusterPleasureBoat RemotePleasureBoatFullServiceWSDelegator.getClusterPleasureBoatByIdentifiers(java.lang.String code)
           
 ClusterPleasureBoat RemotePleasureBoatFullServiceBase.getClusterPleasureBoatByIdentifiers(java.lang.String code)
           
protected  ClusterPleasureBoat RemotePleasureBoatFullServiceImpl.handleAddOrUpdateClusterPleasureBoat(ClusterPleasureBoat clusterPleasureBoat)
           
protected abstract  ClusterPleasureBoat RemotePleasureBoatFullServiceBase.handleAddOrUpdateClusterPleasureBoat(ClusterPleasureBoat clusterPleasureBoat)
          Performs the core logic for RemotePleasureBoatFullServiceBase.addOrUpdateClusterPleasureBoat(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterPleasureBoat)
protected  ClusterPleasureBoat[] RemotePleasureBoatFullServiceImpl.handleGetAllClusterPleasureBoatSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterPleasureBoat[] RemotePleasureBoatFullServiceBase.handleGetAllClusterPleasureBoatSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
          Performs the core logic for RemotePleasureBoatFullServiceBase.getAllClusterPleasureBoatSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  ClusterPleasureBoat RemotePleasureBoatFullServiceImpl.handleGetClusterPleasureBoatByIdentifiers(java.lang.String code)
           
protected abstract  ClusterPleasureBoat RemotePleasureBoatFullServiceBase.handleGetClusterPleasureBoatByIdentifiers(java.lang.String code)
          Performs the core logic for RemotePleasureBoatFullServiceBase.getClusterPleasureBoatByIdentifiers(java.lang.String)
 

Methods in fr.ifremer.allegro.referential.vessel.generic.service with parameters of type ClusterPleasureBoat
 ClusterPleasureBoat RemotePleasureBoatFullService.addOrUpdateClusterPleasureBoat(ClusterPleasureBoat clusterPleasureBoat)
           
 ClusterPleasureBoat RemotePleasureBoatFullServiceWSDelegator.addOrUpdateClusterPleasureBoat(ClusterPleasureBoat clusterPleasureBoat)
           
 ClusterPleasureBoat RemotePleasureBoatFullServiceBase.addOrUpdateClusterPleasureBoat(ClusterPleasureBoat clusterPleasureBoat)
           
protected  ClusterPleasureBoat RemotePleasureBoatFullServiceImpl.handleAddOrUpdateClusterPleasureBoat(ClusterPleasureBoat clusterPleasureBoat)
           
protected abstract  ClusterPleasureBoat RemotePleasureBoatFullServiceBase.handleAddOrUpdateClusterPleasureBoat(ClusterPleasureBoat clusterPleasureBoat)
          Performs the core logic for RemotePleasureBoatFullServiceBase.addOrUpdateClusterPleasureBoat(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterPleasureBoat)
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.