Uses of Class
fr.ifremer.allegro.referential.regulation.generic.cluster.ClusterFishery

Packages that use ClusterFishery
fr.ifremer.allegro.referential.regulation   
fr.ifremer.allegro.referential.regulation.generic.cluster   
fr.ifremer.allegro.referential.regulation.generic.service   
 

Uses of ClusterFishery in fr.ifremer.allegro.referential.regulation
 

Methods in fr.ifremer.allegro.referential.regulation that return ClusterFishery
 ClusterFishery[] FisheryDao.getAllClusterFisherySinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterFishery[] FisheryDaoBase.getAllClusterFisherySinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected  ClusterFishery[] FisheryDaoImpl.handleGetAllClusterFisherySinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterFishery[] FisheryDaoBase.handleGetAllClusterFisherySinceDateSynchro(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 FisheryDaoBase.getAllClusterFisherySinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
 ClusterFishery FisheryDaoImpl.toClusterFishery(Fishery entity)
           
 ClusterFishery FisheryDao.toClusterFishery(Fishery entity)
          Converts this DAO's entity to an object of type ClusterFishery.
 ClusterFishery FisheryDaoBase.toClusterFishery(Fishery entity)
           
protected  ClusterFishery FisheryDaoBase.toClusterFishery(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterFishery[] FisheryDao.toClusterFisheryArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterFishery.
 ClusterFishery[] FisheryDaoBase.toClusterFisheryArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.regulation with parameters of type ClusterFishery
 Fishery FisheryDaoImpl.clusterFisheryToEntity(ClusterFishery clusterFishery)
           
 Fishery FisheryDao.clusterFisheryToEntity(ClusterFishery clusterFishery)
          Converts an instance of type ClusterFishery to this DAO's entity.
 void FisheryDaoImpl.clusterFisheryToEntity(ClusterFishery source, Fishery target, boolean copyIfNull)
           
 void FisheryDao.clusterFisheryToEntity(ClusterFishery source, Fishery target, boolean copyIfNull)
          Copies the fields of ClusterFishery to the specified entity.
 void FisheryDaoBase.clusterFisheryToEntity(ClusterFishery source, Fishery target, boolean copyIfNull)
           
 Fishery FisheryDao.createFromClusterFishery(ClusterFishery clusterFishery)
           
 Fishery FisheryDaoBase.createFromClusterFishery(ClusterFishery clusterFishery)
           
protected  Fishery FisheryDaoImpl.handleCreateFromClusterFishery(ClusterFishery clusterFishery)
           
protected abstract  Fishery FisheryDaoBase.handleCreateFromClusterFishery(ClusterFishery clusterFishery)
          Performs the core logic for FisheryDaoBase.createFromClusterFishery(fr.ifremer.allegro.referential.regulation.generic.cluster.ClusterFishery)
 void FisheryDaoImpl.toClusterFishery(Fishery source, ClusterFishery target)
           
 void FisheryDao.toClusterFishery(Fishery source, ClusterFishery target)
          Copies the fields of the specified entity to the target value object.
 void FisheryDaoBase.toClusterFishery(Fishery source, ClusterFishery target)
           
 

Uses of ClusterFishery in fr.ifremer.allegro.referential.regulation.generic.cluster
 

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

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

Uses of ClusterFishery in fr.ifremer.allegro.referential.regulation.generic.service
 

Methods in fr.ifremer.allegro.referential.regulation.generic.service that return ClusterFishery
 ClusterFishery RemoteFisheryFullService.addOrUpdateClusterFishery(ClusterFishery clusterFishery)
           
 ClusterFishery RemoteFisheryFullServiceWSDelegator.addOrUpdateClusterFishery(ClusterFishery clusterFishery)
           
 ClusterFishery RemoteFisheryFullServiceBase.addOrUpdateClusterFishery(ClusterFishery clusterFishery)
           
 ClusterFishery[] RemoteFisheryFullService.getAllClusterFisherySinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterFishery[] RemoteFisheryFullServiceWSDelegator.getAllClusterFisherySinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterFishery[] RemoteFisheryFullServiceBase.getAllClusterFisherySinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterFishery RemoteFisheryFullService.getClusterFisheryByIdentifiers(java.lang.Integer id)
           
 ClusterFishery RemoteFisheryFullServiceWSDelegator.getClusterFisheryByIdentifiers(java.lang.Integer id)
           
 ClusterFishery RemoteFisheryFullServiceBase.getClusterFisheryByIdentifiers(java.lang.Integer id)
           
protected  ClusterFishery RemoteFisheryFullServiceImpl.handleAddOrUpdateClusterFishery(ClusterFishery clusterFishery)
           
protected abstract  ClusterFishery RemoteFisheryFullServiceBase.handleAddOrUpdateClusterFishery(ClusterFishery clusterFishery)
          Performs the core logic for RemoteFisheryFullServiceBase.addOrUpdateClusterFishery(fr.ifremer.allegro.referential.regulation.generic.cluster.ClusterFishery)
protected  ClusterFishery[] RemoteFisheryFullServiceImpl.handleGetAllClusterFisherySinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterFishery[] RemoteFisheryFullServiceBase.handleGetAllClusterFisherySinceDateSynchro(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 RemoteFisheryFullServiceBase.getAllClusterFisherySinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  ClusterFishery RemoteFisheryFullServiceImpl.handleGetClusterFisheryByIdentifiers(java.lang.Integer id)
           
protected abstract  ClusterFishery RemoteFisheryFullServiceBase.handleGetClusterFisheryByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteFisheryFullServiceBase.getClusterFisheryByIdentifiers(java.lang.Integer)
 

Methods in fr.ifremer.allegro.referential.regulation.generic.service with parameters of type ClusterFishery
 ClusterFishery RemoteFisheryFullService.addOrUpdateClusterFishery(ClusterFishery clusterFishery)
           
 ClusterFishery RemoteFisheryFullServiceWSDelegator.addOrUpdateClusterFishery(ClusterFishery clusterFishery)
           
 ClusterFishery RemoteFisheryFullServiceBase.addOrUpdateClusterFishery(ClusterFishery clusterFishery)
           
protected  ClusterFishery RemoteFisheryFullServiceImpl.handleAddOrUpdateClusterFishery(ClusterFishery clusterFishery)
           
protected abstract  ClusterFishery RemoteFisheryFullServiceBase.handleAddOrUpdateClusterFishery(ClusterFishery clusterFishery)
          Performs the core logic for RemoteFisheryFullServiceBase.addOrUpdateClusterFishery(fr.ifremer.allegro.referential.regulation.generic.cluster.ClusterFishery)
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.