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

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

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

Methods in fr.ifremer.allegro.referential.regulation that return ClusterRightToProduce
 ClusterRightToProduce[] RightToProduceDao.getAllClusterRightToProduceSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterRightToProduce[] RightToProduceDaoBase.getAllClusterRightToProduceSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected  ClusterRightToProduce[] RightToProduceDaoImpl.handleGetAllClusterRightToProduceSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterRightToProduce[] RightToProduceDaoBase.handleGetAllClusterRightToProduceSinceDateSynchro(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 RightToProduceDaoBase.getAllClusterRightToProduceSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  ClusterRightToProduce RightToProduceDaoBase.toClusterRightToProduce(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterRightToProduce RightToProduceDaoImpl.toClusterRightToProduce(RightToProduce entity)
           
 ClusterRightToProduce RightToProduceDao.toClusterRightToProduce(RightToProduce entity)
          Converts this DAO's entity to an object of type ClusterRightToProduce.
 ClusterRightToProduce RightToProduceDaoBase.toClusterRightToProduce(RightToProduce entity)
           
 ClusterRightToProduce[] RightToProduceDao.toClusterRightToProduceArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterRightToProduce.
 ClusterRightToProduce[] RightToProduceDaoBase.toClusterRightToProduceArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.regulation with parameters of type ClusterRightToProduce
 RightToProduce RightToProduceDaoImpl.clusterRightToProduceToEntity(ClusterRightToProduce clusterRightToProduce)
           
 RightToProduce RightToProduceDao.clusterRightToProduceToEntity(ClusterRightToProduce clusterRightToProduce)
          Converts an instance of type ClusterRightToProduce to this DAO's entity.
 void RightToProduceDaoImpl.clusterRightToProduceToEntity(ClusterRightToProduce source, RightToProduce target, boolean copyIfNull)
           
 void RightToProduceDao.clusterRightToProduceToEntity(ClusterRightToProduce source, RightToProduce target, boolean copyIfNull)
          Copies the fields of ClusterRightToProduce to the specified entity.
 void RightToProduceDaoBase.clusterRightToProduceToEntity(ClusterRightToProduce source, RightToProduce target, boolean copyIfNull)
           
 RightToProduce RightToProduceDao.createFromClusterRightToProduce(ClusterRightToProduce clusterRightToProduce)
           
 RightToProduce RightToProduceDaoBase.createFromClusterRightToProduce(ClusterRightToProduce clusterRightToProduce)
           
protected  RightToProduce RightToProduceDaoImpl.handleCreateFromClusterRightToProduce(ClusterRightToProduce clusterRightToProduce)
           
protected abstract  RightToProduce RightToProduceDaoBase.handleCreateFromClusterRightToProduce(ClusterRightToProduce clusterRightToProduce)
          Performs the core logic for RightToProduceDaoBase.createFromClusterRightToProduce(fr.ifremer.allegro.referential.regulation.generic.cluster.ClusterRightToProduce)
 void RightToProduceDaoImpl.toClusterRightToProduce(RightToProduce source, ClusterRightToProduce target)
           
 void RightToProduceDao.toClusterRightToProduce(RightToProduce source, ClusterRightToProduce target)
          Copies the fields of the specified entity to the target value object.
 void RightToProduceDaoBase.toClusterRightToProduce(RightToProduce source, ClusterRightToProduce target)
           
 

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

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

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

Methods in fr.ifremer.allegro.referential.regulation.generic.service that return ClusterRightToProduce
 ClusterRightToProduce RemoteRightToProduceFullService.addOrUpdateClusterRightToProduce(ClusterRightToProduce clusterRightToProduce)
           
 ClusterRightToProduce RemoteRightToProduceFullServiceWSDelegator.addOrUpdateClusterRightToProduce(ClusterRightToProduce clusterRightToProduce)
           
 ClusterRightToProduce RemoteRightToProduceFullServiceBase.addOrUpdateClusterRightToProduce(ClusterRightToProduce clusterRightToProduce)
           
 ClusterRightToProduce[] RemoteRightToProduceFullService.getAllClusterRightToProduceSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterRightToProduce[] RemoteRightToProduceFullServiceWSDelegator.getAllClusterRightToProduceSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterRightToProduce[] RemoteRightToProduceFullServiceBase.getAllClusterRightToProduceSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterRightToProduce RemoteRightToProduceFullService.getClusterRightToProduceByIdentifiers(java.lang.Integer id)
           
 ClusterRightToProduce RemoteRightToProduceFullServiceWSDelegator.getClusterRightToProduceByIdentifiers(java.lang.Integer id)
           
 ClusterRightToProduce RemoteRightToProduceFullServiceBase.getClusterRightToProduceByIdentifiers(java.lang.Integer id)
           
protected  ClusterRightToProduce RemoteRightToProduceFullServiceImpl.handleAddOrUpdateClusterRightToProduce(ClusterRightToProduce clusterRightToProduce)
           
protected abstract  ClusterRightToProduce RemoteRightToProduceFullServiceBase.handleAddOrUpdateClusterRightToProduce(ClusterRightToProduce clusterRightToProduce)
          Performs the core logic for RemoteRightToProduceFullServiceBase.addOrUpdateClusterRightToProduce(fr.ifremer.allegro.referential.regulation.generic.cluster.ClusterRightToProduce)
protected  ClusterRightToProduce[] RemoteRightToProduceFullServiceImpl.handleGetAllClusterRightToProduceSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterRightToProduce[] RemoteRightToProduceFullServiceBase.handleGetAllClusterRightToProduceSinceDateSynchro(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 RemoteRightToProduceFullServiceBase.getAllClusterRightToProduceSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  ClusterRightToProduce RemoteRightToProduceFullServiceImpl.handleGetClusterRightToProduceByIdentifiers(java.lang.Integer id)
           
protected abstract  ClusterRightToProduce RemoteRightToProduceFullServiceBase.handleGetClusterRightToProduceByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteRightToProduceFullServiceBase.getClusterRightToProduceByIdentifiers(java.lang.Integer)
 

Methods in fr.ifremer.allegro.referential.regulation.generic.service with parameters of type ClusterRightToProduce
 ClusterRightToProduce RemoteRightToProduceFullService.addOrUpdateClusterRightToProduce(ClusterRightToProduce clusterRightToProduce)
           
 ClusterRightToProduce RemoteRightToProduceFullServiceWSDelegator.addOrUpdateClusterRightToProduce(ClusterRightToProduce clusterRightToProduce)
           
 ClusterRightToProduce RemoteRightToProduceFullServiceBase.addOrUpdateClusterRightToProduce(ClusterRightToProduce clusterRightToProduce)
           
protected  ClusterRightToProduce RemoteRightToProduceFullServiceImpl.handleAddOrUpdateClusterRightToProduce(ClusterRightToProduce clusterRightToProduce)
           
protected abstract  ClusterRightToProduce RemoteRightToProduceFullServiceBase.handleAddOrUpdateClusterRightToProduce(ClusterRightToProduce clusterRightToProduce)
          Performs the core logic for RemoteRightToProduceFullServiceBase.addOrUpdateClusterRightToProduce(fr.ifremer.allegro.referential.regulation.generic.cluster.ClusterRightToProduce)
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.