Uses of Class
fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundVesselMaster

Packages that use ClusterPlaygroundVesselMaster
fr.ifremer.allegro.playground   
fr.ifremer.allegro.playground.generic.cluster   
fr.ifremer.allegro.playground.generic.service   
 

Uses of ClusterPlaygroundVesselMaster in fr.ifremer.allegro.playground
 

Methods in fr.ifremer.allegro.playground that return ClusterPlaygroundVesselMaster
 ClusterPlaygroundVesselMaster[] PlaygroundVesselMasterDao.getAllClusterPlaygroundVesselMasterSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterPlaygroundVesselMaster[] PlaygroundVesselMasterDaoBase.getAllClusterPlaygroundVesselMasterSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected  ClusterPlaygroundVesselMaster[] PlaygroundVesselMasterDaoImpl.handleGetAllClusterPlaygroundVesselMasterSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterPlaygroundVesselMaster[] PlaygroundVesselMasterDaoBase.handleGetAllClusterPlaygroundVesselMasterSinceDateSynchro(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 PlaygroundVesselMasterDaoBase.getAllClusterPlaygroundVesselMasterSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  ClusterPlaygroundVesselMaster PlaygroundVesselMasterDaoBase.toClusterPlaygroundVesselMaster(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterPlaygroundVesselMaster PlaygroundVesselMasterDaoImpl.toClusterPlaygroundVesselMaster(PlaygroundVesselMaster entity)
           
 ClusterPlaygroundVesselMaster PlaygroundVesselMasterDao.toClusterPlaygroundVesselMaster(PlaygroundVesselMaster entity)
          Converts this DAO's entity to an object of type ClusterPlaygroundVesselMaster.
 ClusterPlaygroundVesselMaster PlaygroundVesselMasterDaoBase.toClusterPlaygroundVesselMaster(PlaygroundVesselMaster entity)
           
 ClusterPlaygroundVesselMaster[] PlaygroundVesselMasterDao.toClusterPlaygroundVesselMasterArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterPlaygroundVesselMaster.
 ClusterPlaygroundVesselMaster[] PlaygroundVesselMasterDaoBase.toClusterPlaygroundVesselMasterArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.playground with parameters of type ClusterPlaygroundVesselMaster
 PlaygroundVesselMaster PlaygroundVesselMasterDaoImpl.clusterPlaygroundVesselMasterToEntity(ClusterPlaygroundVesselMaster clusterPlaygroundVesselMaster)
           
 PlaygroundVesselMaster PlaygroundVesselMasterDao.clusterPlaygroundVesselMasterToEntity(ClusterPlaygroundVesselMaster clusterPlaygroundVesselMaster)
          Converts an instance of type ClusterPlaygroundVesselMaster to this DAO's entity.
 void PlaygroundVesselMasterDaoImpl.clusterPlaygroundVesselMasterToEntity(ClusterPlaygroundVesselMaster source, PlaygroundVesselMaster target, boolean copyIfNull)
           
 void PlaygroundVesselMasterDao.clusterPlaygroundVesselMasterToEntity(ClusterPlaygroundVesselMaster source, PlaygroundVesselMaster target, boolean copyIfNull)
          Copies the fields of ClusterPlaygroundVesselMaster to the specified entity.
 void PlaygroundVesselMasterDaoBase.clusterPlaygroundVesselMasterToEntity(ClusterPlaygroundVesselMaster source, PlaygroundVesselMaster target, boolean copyIfNull)
           
 PlaygroundVesselMaster PlaygroundVesselMasterDao.createFromClusterPlaygroundVesselMaster(ClusterPlaygroundVesselMaster clusterPlaygroundVesselMaster)
           
 PlaygroundVesselMaster PlaygroundVesselMasterDaoBase.createFromClusterPlaygroundVesselMaster(ClusterPlaygroundVesselMaster clusterPlaygroundVesselMaster)
           
protected  PlaygroundVesselMaster PlaygroundVesselMasterDaoImpl.handleCreateFromClusterPlaygroundVesselMaster(ClusterPlaygroundVesselMaster clusterPlaygroundVesselMaster)
           
protected abstract  PlaygroundVesselMaster PlaygroundVesselMasterDaoBase.handleCreateFromClusterPlaygroundVesselMaster(ClusterPlaygroundVesselMaster clusterPlaygroundVesselMaster)
          Performs the core logic for PlaygroundVesselMasterDaoBase.createFromClusterPlaygroundVesselMaster(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundVesselMaster)
 void PlaygroundVesselMasterDaoImpl.toClusterPlaygroundVesselMaster(PlaygroundVesselMaster source, ClusterPlaygroundVesselMaster target)
           
 void PlaygroundVesselMasterDao.toClusterPlaygroundVesselMaster(PlaygroundVesselMaster source, ClusterPlaygroundVesselMaster target)
          Copies the fields of the specified entity to the target value object.
 void PlaygroundVesselMasterDaoBase.toClusterPlaygroundVesselMaster(PlaygroundVesselMaster source, ClusterPlaygroundVesselMaster target)
           
 

Uses of ClusterPlaygroundVesselMaster in fr.ifremer.allegro.playground.generic.cluster
 

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

Constructors in fr.ifremer.allegro.playground.generic.cluster with parameters of type ClusterPlaygroundVesselMaster
ClusterPlaygroundVesselMaster(ClusterPlaygroundVesselMaster otherBean)
          Copies constructor from other ClusterPlaygroundVesselMaster
 

Uses of ClusterPlaygroundVesselMaster in fr.ifremer.allegro.playground.generic.service
 

Methods in fr.ifremer.allegro.playground.generic.service that return ClusterPlaygroundVesselMaster
 ClusterPlaygroundVesselMaster RemotePlaygroundVesselMasterFullService.addOrUpdateClusterPlaygroundVesselMaster(ClusterPlaygroundVesselMaster clusterPlaygroundVesselMaster)
           
 ClusterPlaygroundVesselMaster RemotePlaygroundVesselMasterFullServiceWSDelegator.addOrUpdateClusterPlaygroundVesselMaster(ClusterPlaygroundVesselMaster clusterPlaygroundVesselMaster)
           
 ClusterPlaygroundVesselMaster RemotePlaygroundVesselMasterFullServiceBase.addOrUpdateClusterPlaygroundVesselMaster(ClusterPlaygroundVesselMaster clusterPlaygroundVesselMaster)
           
 ClusterPlaygroundVesselMaster[] RemotePlaygroundVesselMasterFullService.getAllClusterPlaygroundVesselMasterSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterPlaygroundVesselMaster[] RemotePlaygroundVesselMasterFullServiceWSDelegator.getAllClusterPlaygroundVesselMasterSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterPlaygroundVesselMaster[] RemotePlaygroundVesselMasterFullServiceBase.getAllClusterPlaygroundVesselMasterSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterPlaygroundVesselMaster RemotePlaygroundVesselMasterFullService.getClusterPlaygroundVesselMasterByIdentifiers(java.lang.Integer id)
           
 ClusterPlaygroundVesselMaster RemotePlaygroundVesselMasterFullServiceWSDelegator.getClusterPlaygroundVesselMasterByIdentifiers(java.lang.Integer id)
           
 ClusterPlaygroundVesselMaster RemotePlaygroundVesselMasterFullServiceBase.getClusterPlaygroundVesselMasterByIdentifiers(java.lang.Integer id)
           
protected  ClusterPlaygroundVesselMaster RemotePlaygroundVesselMasterFullServiceImpl.handleAddOrUpdateClusterPlaygroundVesselMaster(ClusterPlaygroundVesselMaster clusterPlaygroundVesselMaster)
           
protected abstract  ClusterPlaygroundVesselMaster RemotePlaygroundVesselMasterFullServiceBase.handleAddOrUpdateClusterPlaygroundVesselMaster(ClusterPlaygroundVesselMaster clusterPlaygroundVesselMaster)
          Performs the core logic for RemotePlaygroundVesselMasterFullServiceBase.addOrUpdateClusterPlaygroundVesselMaster(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundVesselMaster)
protected  ClusterPlaygroundVesselMaster[] RemotePlaygroundVesselMasterFullServiceImpl.handleGetAllClusterPlaygroundVesselMasterSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterPlaygroundVesselMaster[] RemotePlaygroundVesselMasterFullServiceBase.handleGetAllClusterPlaygroundVesselMasterSinceDateSynchro(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 RemotePlaygroundVesselMasterFullServiceBase.getAllClusterPlaygroundVesselMasterSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  ClusterPlaygroundVesselMaster RemotePlaygroundVesselMasterFullServiceImpl.handleGetClusterPlaygroundVesselMasterByIdentifiers(java.lang.Integer id)
           
protected abstract  ClusterPlaygroundVesselMaster RemotePlaygroundVesselMasterFullServiceBase.handleGetClusterPlaygroundVesselMasterByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemotePlaygroundVesselMasterFullServiceBase.getClusterPlaygroundVesselMasterByIdentifiers(java.lang.Integer)
 

Methods in fr.ifremer.allegro.playground.generic.service with parameters of type ClusterPlaygroundVesselMaster
 ClusterPlaygroundVesselMaster RemotePlaygroundVesselMasterFullService.addOrUpdateClusterPlaygroundVesselMaster(ClusterPlaygroundVesselMaster clusterPlaygroundVesselMaster)
           
 ClusterPlaygroundVesselMaster RemotePlaygroundVesselMasterFullServiceWSDelegator.addOrUpdateClusterPlaygroundVesselMaster(ClusterPlaygroundVesselMaster clusterPlaygroundVesselMaster)
           
 ClusterPlaygroundVesselMaster RemotePlaygroundVesselMasterFullServiceBase.addOrUpdateClusterPlaygroundVesselMaster(ClusterPlaygroundVesselMaster clusterPlaygroundVesselMaster)
           
protected  ClusterPlaygroundVesselMaster RemotePlaygroundVesselMasterFullServiceImpl.handleAddOrUpdateClusterPlaygroundVesselMaster(ClusterPlaygroundVesselMaster clusterPlaygroundVesselMaster)
           
protected abstract  ClusterPlaygroundVesselMaster RemotePlaygroundVesselMasterFullServiceBase.handleAddOrUpdateClusterPlaygroundVesselMaster(ClusterPlaygroundVesselMaster clusterPlaygroundVesselMaster)
          Performs the core logic for RemotePlaygroundVesselMasterFullServiceBase.addOrUpdateClusterPlaygroundVesselMaster(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundVesselMaster)
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.