Uses of Class
fr.ifremer.allegro.data.survey.fishingTrip.generic.cluster.ClusterFishingTrip

Packages that use ClusterFishingTrip
fr.ifremer.allegro.data.survey.delaration.generic.cluster   
fr.ifremer.allegro.data.survey.fishingTrip   
fr.ifremer.allegro.data.survey.fishingTrip.generic.cluster   
fr.ifremer.allegro.data.survey.fishingTrip.generic.service   
fr.ifremer.allegro.data.survey.scientificCruise.generic.cluster   
 

Uses of ClusterFishingTrip in fr.ifremer.allegro.data.survey.delaration.generic.cluster
 

Methods in fr.ifremer.allegro.data.survey.delaration.generic.cluster that return ClusterFishingTrip
 ClusterFishingTrip[] ClusterDeclaredDocumentReference.getClusterFishingTrips()
           
 

Methods in fr.ifremer.allegro.data.survey.delaration.generic.cluster with parameters of type ClusterFishingTrip
 void ClusterDeclaredDocumentReference.setClusterFishingTrips(ClusterFishingTrip[] clusterFishingTrips)
           
 

Constructors in fr.ifremer.allegro.data.survey.delaration.generic.cluster with parameters of type ClusterFishingTrip
ClusterDeclaredDocumentReference(java.util.Date documentDate, java.util.Date creationDate, RemoteVesselNaturalId vesselNaturalId, RemoteProgramNaturalId programNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, ClusterDeclaredDocumentReference[] clusterChildDeclareddocumentReferencess, ClusterObservedFishingTrip[] clusterFishingTripsOfObservedFishingTrip, ClusterFishingTrip[] clusterFishingTrips, ClusterObservedSale[] clusterSalesOfObservedSale, ClusterSale[] clusterSales)
           
ClusterDeclaredDocumentReference(java.lang.Integer id, java.lang.String reference, java.lang.String fileName, java.util.Date documentDate, java.lang.String otherDocumentReference, java.lang.String firstSheetNumber, java.lang.String lastSheetNumber, java.lang.Short sheetCount, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, RemoteDeclaredDocumentReferenceNaturalId parentDeclaredDocumentReferenceNaturalId, RemoteVesselNaturalId vesselNaturalId, RemoteProgramNaturalId programNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, RemotePersonNaturalId recorderPersonNaturalId, java.lang.String synchronizationStatus, ClusterDeclaredDocumentReference[] clusterChildDeclareddocumentReferencess, ClusterObservedFishingTrip[] clusterFishingTripsOfObservedFishingTrip, ClusterFishingTrip[] clusterFishingTrips, ClusterObservedSale[] clusterSalesOfObservedSale, ClusterSale[] clusterSales)
           
 

Uses of ClusterFishingTrip in fr.ifremer.allegro.data.survey.fishingTrip
 

Methods in fr.ifremer.allegro.data.survey.fishingTrip that return ClusterFishingTrip
 ClusterFishingTrip[] FishingTripDao.getAllClusterFishingTripSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterFishingTrip[] FishingTripDaoBase.getAllClusterFishingTripSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected  ClusterFishingTrip[] FishingTripDaoImpl.handleGetAllClusterFishingTripSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterFishingTrip[] FishingTripDaoBase.handleGetAllClusterFishingTripSinceDateSynchro(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 FishingTripDaoBase.getAllClusterFishingTripSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
 ClusterFishingTrip FishingTripDaoImpl.toClusterFishingTrip(FishingTrip entity)
           
 ClusterFishingTrip FishingTripDao.toClusterFishingTrip(FishingTrip entity)
          Converts this DAO's entity to an object of type ClusterFishingTrip.
 ClusterFishingTrip FishingTripDaoBase.toClusterFishingTrip(FishingTrip entity)
           
protected  ClusterFishingTrip FishingTripDaoBase.toClusterFishingTrip(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterFishingTrip[] FishingTripDao.toClusterFishingTripArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterFishingTrip.
 ClusterFishingTrip[] FishingTripDaoBase.toClusterFishingTripArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.data.survey.fishingTrip with parameters of type ClusterFishingTrip
 FishingTrip FishingTripDaoImpl.clusterFishingTripToEntity(ClusterFishingTrip clusterFishingTrip)
           
 FishingTrip FishingTripDao.clusterFishingTripToEntity(ClusterFishingTrip clusterFishingTrip)
          Converts an instance of type ClusterFishingTrip to this DAO's entity.
 void FishingTripDaoImpl.clusterFishingTripToEntity(ClusterFishingTrip source, FishingTrip target, boolean copyIfNull)
           
 void FishingTripDao.clusterFishingTripToEntity(ClusterFishingTrip source, FishingTrip target, boolean copyIfNull)
          Copies the fields of ClusterFishingTrip to the specified entity.
 void FishingTripDaoBase.clusterFishingTripToEntity(ClusterFishingTrip source, FishingTrip target, boolean copyIfNull)
           
 FishingTrip FishingTripDao.createFromClusterFishingTrip(ClusterFishingTrip clusterFishingTrip)
           
 FishingTrip FishingTripDaoBase.createFromClusterFishingTrip(ClusterFishingTrip clusterFishingTrip)
           
protected  FishingTrip FishingTripDaoImpl.handleCreateFromClusterFishingTrip(ClusterFishingTrip clusterFishingTrip)
           
protected abstract  FishingTrip FishingTripDaoBase.handleCreateFromClusterFishingTrip(ClusterFishingTrip clusterFishingTrip)
          Performs the core logic for FishingTripDaoBase.createFromClusterFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.cluster.ClusterFishingTrip)
 void FishingTripDaoImpl.toClusterFishingTrip(FishingTrip source, ClusterFishingTrip target)
           
 void FishingTripDao.toClusterFishingTrip(FishingTrip source, ClusterFishingTrip target)
          Copies the fields of the specified entity to the target value object.
 void FishingTripDaoBase.toClusterFishingTrip(FishingTrip source, ClusterFishingTrip target)
           
 

Uses of ClusterFishingTrip in fr.ifremer.allegro.data.survey.fishingTrip.generic.cluster
 

Subclasses of ClusterFishingTrip in fr.ifremer.allegro.data.survey.fishingTrip.generic.cluster
 class ClusterObservedFishingTrip
           
 

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

Constructors in fr.ifremer.allegro.data.survey.fishingTrip.generic.cluster with parameters of type ClusterFishingTrip
ClusterFishingTrip(ClusterFishingTrip otherBean)
          Copies constructor from other ClusterFishingTrip
 

Uses of ClusterFishingTrip in fr.ifremer.allegro.data.survey.fishingTrip.generic.service
 

Methods in fr.ifremer.allegro.data.survey.fishingTrip.generic.service that return ClusterFishingTrip
 ClusterFishingTrip RemoteFishingTripFullService.addOrUpdateClusterFishingTrip(ClusterFishingTrip clusterFishingTrip)
           
 ClusterFishingTrip RemoteFishingTripFullServiceWSDelegator.addOrUpdateClusterFishingTrip(ClusterFishingTrip clusterFishingTrip)
           
 ClusterFishingTrip RemoteFishingTripFullServiceBase.addOrUpdateClusterFishingTrip(ClusterFishingTrip clusterFishingTrip)
           
 ClusterFishingTrip[] RemoteFishingTripFullService.getAllClusterFishingTripSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterFishingTrip[] RemoteFishingTripFullServiceWSDelegator.getAllClusterFishingTripSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterFishingTrip[] RemoteFishingTripFullServiceBase.getAllClusterFishingTripSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterFishingTrip RemoteFishingTripFullService.getClusterFishingTripByIdentifiers(java.lang.Integer id)
           
 ClusterFishingTrip RemoteFishingTripFullServiceWSDelegator.getClusterFishingTripByIdentifiers(java.lang.Integer id)
           
 ClusterFishingTrip RemoteFishingTripFullServiceBase.getClusterFishingTripByIdentifiers(java.lang.Integer id)
           
protected  ClusterFishingTrip RemoteFishingTripFullServiceImpl.handleAddOrUpdateClusterFishingTrip(ClusterFishingTrip clusterFishingTrip)
           
protected abstract  ClusterFishingTrip RemoteFishingTripFullServiceBase.handleAddOrUpdateClusterFishingTrip(ClusterFishingTrip clusterFishingTrip)
          Performs the core logic for RemoteFishingTripFullServiceBase.addOrUpdateClusterFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.cluster.ClusterFishingTrip)
protected  ClusterFishingTrip[] RemoteFishingTripFullServiceImpl.handleGetAllClusterFishingTripSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterFishingTrip[] RemoteFishingTripFullServiceBase.handleGetAllClusterFishingTripSinceDateSynchro(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 RemoteFishingTripFullServiceBase.getAllClusterFishingTripSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  ClusterFishingTrip RemoteFishingTripFullServiceImpl.handleGetClusterFishingTripByIdentifiers(java.lang.Integer id)
           
protected abstract  ClusterFishingTrip RemoteFishingTripFullServiceBase.handleGetClusterFishingTripByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteFishingTripFullServiceBase.getClusterFishingTripByIdentifiers(java.lang.Integer)
 

Methods in fr.ifremer.allegro.data.survey.fishingTrip.generic.service with parameters of type ClusterFishingTrip
 ClusterFishingTrip RemoteFishingTripFullService.addOrUpdateClusterFishingTrip(ClusterFishingTrip clusterFishingTrip)
           
 ClusterFishingTrip RemoteFishingTripFullServiceWSDelegator.addOrUpdateClusterFishingTrip(ClusterFishingTrip clusterFishingTrip)
           
 ClusterFishingTrip RemoteFishingTripFullServiceBase.addOrUpdateClusterFishingTrip(ClusterFishingTrip clusterFishingTrip)
           
protected  ClusterFishingTrip RemoteFishingTripFullServiceImpl.handleAddOrUpdateClusterFishingTrip(ClusterFishingTrip clusterFishingTrip)
           
protected abstract  ClusterFishingTrip RemoteFishingTripFullServiceBase.handleAddOrUpdateClusterFishingTrip(ClusterFishingTrip clusterFishingTrip)
          Performs the core logic for RemoteFishingTripFullServiceBase.addOrUpdateClusterFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.cluster.ClusterFishingTrip)
 

Uses of ClusterFishingTrip in fr.ifremer.allegro.data.survey.scientificCruise.generic.cluster
 

Methods in fr.ifremer.allegro.data.survey.scientificCruise.generic.cluster that return ClusterFishingTrip
 ClusterFishingTrip[] ClusterScientificCruise.getClusterFishingTrips()
           
 

Methods in fr.ifremer.allegro.data.survey.scientificCruise.generic.cluster with parameters of type ClusterFishingTrip
 void ClusterScientificCruise.setClusterFishingTrips(ClusterFishingTrip[] clusterFishingTrips)
           
 

Constructors in fr.ifremer.allegro.data.survey.scientificCruise.generic.cluster with parameters of type ClusterFishingTrip
ClusterScientificCruise(java.lang.Integer id, java.lang.String name, java.util.Date departureDateTime, java.util.Date returnDateTime, java.lang.String reference, java.lang.String comments, java.util.Date creationDate, java.sql.Timestamp updateDate, RemotePersonNaturalId managerPersonNaturalId, RemoteScientificResearchVesselNaturalId scientificResearchVesselNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteProgramNaturalId programNaturalId, RemotePersonNaturalId recorderPersonNaturalId, java.lang.String synchronizationStatus, ClusterObservedFishingTrip[] clusterFishingTripsOfObservedFishingTrip, ClusterFishingTrip[] clusterFishingTrips)
           
ClusterScientificCruise(java.lang.String name, java.util.Date departureDateTime, java.util.Date creationDate, RemotePersonNaturalId managerPersonNaturalId, RemoteScientificResearchVesselNaturalId scientificResearchVesselNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteProgramNaturalId programNaturalId, ClusterObservedFishingTrip[] clusterFishingTripsOfObservedFishingTrip, ClusterFishingTrip[] clusterFishingTrips)
           
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.