Uses of Class
fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO

Packages that use RemoteOperationFullVO
fr.ifremer.allegro.data.operation   
fr.ifremer.allegro.data.operation.generic.service   
fr.ifremer.allegro.data.operation.generic.vo   
 

Uses of RemoteOperationFullVO in fr.ifremer.allegro.data.operation
 

Methods in fr.ifremer.allegro.data.operation that return RemoteOperationFullVO
protected  RemoteOperationFullVO OperationDaoBase.toRemoteOperationFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteOperationFullVO OperationDaoImpl.toRemoteOperationFullVO(Operation entity)
           
 RemoteOperationFullVO OperationDao.toRemoteOperationFullVO(Operation entity)
          Converts this DAO's entity to an object of type RemoteOperationFullVO.
 RemoteOperationFullVO OperationDaoBase.toRemoteOperationFullVO(Operation entity)
           
 RemoteOperationFullVO[] OperationDao.toRemoteOperationFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteOperationFullVO.
 RemoteOperationFullVO[] OperationDaoBase.toRemoteOperationFullVOArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.data.operation with parameters of type RemoteOperationFullVO
 Operation OperationDaoImpl.remoteOperationFullVOToEntity(RemoteOperationFullVO remoteOperationFullVO)
           
 Operation OperationDao.remoteOperationFullVOToEntity(RemoteOperationFullVO remoteOperationFullVO)
          Converts an instance of type RemoteOperationFullVO to this DAO's entity.
 void OperationDaoImpl.remoteOperationFullVOToEntity(RemoteOperationFullVO source, Operation target, boolean copyIfNull)
           
 void OperationDao.remoteOperationFullVOToEntity(RemoteOperationFullVO source, Operation target, boolean copyIfNull)
          Copies the fields of RemoteOperationFullVO to the specified entity.
 void OperationDaoBase.remoteOperationFullVOToEntity(RemoteOperationFullVO source, Operation target, boolean copyIfNull)
           
 void OperationDaoImpl.toRemoteOperationFullVO(Operation source, RemoteOperationFullVO target)
           
 void OperationDao.toRemoteOperationFullVO(Operation source, RemoteOperationFullVO target)
          Copies the fields of the specified entity to the target value object.
 void OperationDaoBase.toRemoteOperationFullVO(Operation source, RemoteOperationFullVO target)
           
 

Uses of RemoteOperationFullVO in fr.ifremer.allegro.data.operation.generic.service
 

Methods in fr.ifremer.allegro.data.operation.generic.service that return RemoteOperationFullVO
 RemoteOperationFullVO RemoteOperationFullService.addOperation(RemoteOperationFullVO operation)
           
 RemoteOperationFullVO RemoteOperationFullServiceWSDelegator.addOperation(RemoteOperationFullVO operation)
           
 RemoteOperationFullVO RemoteOperationFullServiceBase.addOperation(RemoteOperationFullVO operation)
           
 RemoteOperationFullVO[] RemoteOperationFullService.getAllOperation()
           
 RemoteOperationFullVO[] RemoteOperationFullServiceWSDelegator.getAllOperation()
           
 RemoteOperationFullVO[] RemoteOperationFullServiceBase.getAllOperation()
           
 RemoteOperationFullVO[] RemoteOperationFullService.getOperationByFishingTripId(java.lang.Integer id)
           
 RemoteOperationFullVO[] RemoteOperationFullServiceWSDelegator.getOperationByFishingTripId(java.lang.Integer id)
           
 RemoteOperationFullVO[] RemoteOperationFullServiceBase.getOperationByFishingTripId(java.lang.Integer id)
           
 RemoteOperationFullVO[] RemoteOperationFullService.getOperationByGearPhysicalFeaturesId(java.lang.Integer id)
           
 RemoteOperationFullVO[] RemoteOperationFullServiceWSDelegator.getOperationByGearPhysicalFeaturesId(java.lang.Integer id)
           
 RemoteOperationFullVO[] RemoteOperationFullServiceBase.getOperationByGearPhysicalFeaturesId(java.lang.Integer id)
           
 RemoteOperationFullVO RemoteOperationFullService.getOperationById(java.lang.Integer id)
           
 RemoteOperationFullVO RemoteOperationFullServiceWSDelegator.getOperationById(java.lang.Integer id)
           
 RemoteOperationFullVO RemoteOperationFullServiceBase.getOperationById(java.lang.Integer id)
           
 RemoteOperationFullVO[] RemoteOperationFullService.getOperationByIds(java.lang.Integer[] id)
           
 RemoteOperationFullVO[] RemoteOperationFullServiceWSDelegator.getOperationByIds(java.lang.Integer[] id)
           
 RemoteOperationFullVO[] RemoteOperationFullServiceBase.getOperationByIds(java.lang.Integer[] id)
           
 RemoteOperationFullVO RemoteOperationFullService.getOperationByNaturalId(RemoteOperationNaturalId operationNaturalId)
           
 RemoteOperationFullVO RemoteOperationFullServiceWSDelegator.getOperationByNaturalId(RemoteOperationNaturalId operationNaturalId)
           
 RemoteOperationFullVO RemoteOperationFullServiceBase.getOperationByNaturalId(RemoteOperationNaturalId operationNaturalId)
           
 RemoteOperationFullVO[] RemoteOperationFullService.getOperationByQualityFlagCode(java.lang.String code)
           
 RemoteOperationFullVO[] RemoteOperationFullServiceWSDelegator.getOperationByQualityFlagCode(java.lang.String code)
           
 RemoteOperationFullVO[] RemoteOperationFullServiceBase.getOperationByQualityFlagCode(java.lang.String code)
           
 RemoteOperationFullVO[] RemoteOperationFullService.getOperationByVesselCode(java.lang.String code)
           
 RemoteOperationFullVO[] RemoteOperationFullServiceWSDelegator.getOperationByVesselCode(java.lang.String code)
           
 RemoteOperationFullVO[] RemoteOperationFullServiceBase.getOperationByVesselCode(java.lang.String code)
           
protected  RemoteOperationFullVO RemoteOperationFullServiceImpl.handleAddOperation(RemoteOperationFullVO operation)
           
protected abstract  RemoteOperationFullVO RemoteOperationFullServiceBase.handleAddOperation(RemoteOperationFullVO operation)
          Performs the core logic for RemoteOperationFullServiceBase.addOperation(fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO)
protected  RemoteOperationFullVO[] RemoteOperationFullServiceImpl.handleGetAllOperation()
           
protected abstract  RemoteOperationFullVO[] RemoteOperationFullServiceBase.handleGetAllOperation()
          Performs the core logic for RemoteOperationFullServiceBase.getAllOperation()
protected  RemoteOperationFullVO[] RemoteOperationFullServiceImpl.handleGetOperationByFishingTripId(java.lang.Integer id)
           
protected abstract  RemoteOperationFullVO[] RemoteOperationFullServiceBase.handleGetOperationByFishingTripId(java.lang.Integer id)
          Performs the core logic for RemoteOperationFullServiceBase.getOperationByFishingTripId(java.lang.Integer)
protected  RemoteOperationFullVO[] RemoteOperationFullServiceImpl.handleGetOperationByGearPhysicalFeaturesId(java.lang.Integer id)
           
protected abstract  RemoteOperationFullVO[] RemoteOperationFullServiceBase.handleGetOperationByGearPhysicalFeaturesId(java.lang.Integer id)
          Performs the core logic for RemoteOperationFullServiceBase.getOperationByGearPhysicalFeaturesId(java.lang.Integer)
protected  RemoteOperationFullVO RemoteOperationFullServiceImpl.handleGetOperationById(java.lang.Integer id)
           
protected abstract  RemoteOperationFullVO RemoteOperationFullServiceBase.handleGetOperationById(java.lang.Integer id)
          Performs the core logic for RemoteOperationFullServiceBase.getOperationById(java.lang.Integer)
protected  RemoteOperationFullVO[] RemoteOperationFullServiceImpl.handleGetOperationByIds(java.lang.Integer[] id)
           
protected abstract  RemoteOperationFullVO[] RemoteOperationFullServiceBase.handleGetOperationByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteOperationFullServiceBase.getOperationByIds(java.lang.Integer[])
protected  RemoteOperationFullVO RemoteOperationFullServiceImpl.handleGetOperationByNaturalId(RemoteOperationNaturalId operationNaturalId)
           
protected abstract  RemoteOperationFullVO RemoteOperationFullServiceBase.handleGetOperationByNaturalId(RemoteOperationNaturalId operationNaturalId)
          Performs the core logic for RemoteOperationFullServiceBase.getOperationByNaturalId(fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationNaturalId)
protected  RemoteOperationFullVO[] RemoteOperationFullServiceImpl.handleGetOperationByQualityFlagCode(java.lang.String code)
           
protected abstract  RemoteOperationFullVO[] RemoteOperationFullServiceBase.handleGetOperationByQualityFlagCode(java.lang.String code)
          Performs the core logic for RemoteOperationFullServiceBase.getOperationByQualityFlagCode(java.lang.String)
protected  RemoteOperationFullVO[] RemoteOperationFullServiceImpl.handleGetOperationByVesselCode(java.lang.String code)
           
protected abstract  RemoteOperationFullVO[] RemoteOperationFullServiceBase.handleGetOperationByVesselCode(java.lang.String code)
          Performs the core logic for RemoteOperationFullServiceBase.getOperationByVesselCode(java.lang.String)
 

Methods in fr.ifremer.allegro.data.operation.generic.service with parameters of type RemoteOperationFullVO
 RemoteOperationFullVO RemoteOperationFullService.addOperation(RemoteOperationFullVO operation)
           
 RemoteOperationFullVO RemoteOperationFullServiceWSDelegator.addOperation(RemoteOperationFullVO operation)
           
 RemoteOperationFullVO RemoteOperationFullServiceBase.addOperation(RemoteOperationFullVO operation)
           
protected  RemoteOperationFullVO RemoteOperationFullServiceImpl.handleAddOperation(RemoteOperationFullVO operation)
           
protected abstract  RemoteOperationFullVO RemoteOperationFullServiceBase.handleAddOperation(RemoteOperationFullVO operation)
          Performs the core logic for RemoteOperationFullServiceBase.addOperation(fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO)
protected  boolean RemoteOperationFullServiceImpl.handleRemoteOperationFullVOsAreEqual(RemoteOperationFullVO remoteOperationFullVOFirst, RemoteOperationFullVO remoteOperationFullVOSecond)
           
protected abstract  boolean RemoteOperationFullServiceBase.handleRemoteOperationFullVOsAreEqual(RemoteOperationFullVO remoteOperationFullVOFirst, RemoteOperationFullVO remoteOperationFullVOSecond)
          Performs the core logic for RemoteOperationFullServiceBase.remoteOperationFullVOsAreEqual(fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO, fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO)
protected  boolean RemoteOperationFullServiceImpl.handleRemoteOperationFullVOsAreEqualOnIdentifiers(RemoteOperationFullVO remoteOperationFullVOFirst, RemoteOperationFullVO remoteOperationFullVOSecond)
           
protected abstract  boolean RemoteOperationFullServiceBase.handleRemoteOperationFullVOsAreEqualOnIdentifiers(RemoteOperationFullVO remoteOperationFullVOFirst, RemoteOperationFullVO remoteOperationFullVOSecond)
          Performs the core logic for RemoteOperationFullServiceBase.remoteOperationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO, fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO)
protected  void RemoteOperationFullServiceImpl.handleRemoveOperation(RemoteOperationFullVO operation)
           
protected abstract  void RemoteOperationFullServiceBase.handleRemoveOperation(RemoteOperationFullVO operation)
          Performs the core logic for RemoteOperationFullServiceBase.removeOperation(fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO)
protected  void RemoteOperationFullServiceImpl.handleUpdateOperation(RemoteOperationFullVO operation)
           
protected abstract  void RemoteOperationFullServiceBase.handleUpdateOperation(RemoteOperationFullVO operation)
          Performs the core logic for RemoteOperationFullServiceBase.updateOperation(fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO)
 boolean RemoteOperationFullService.remoteOperationFullVOsAreEqual(RemoteOperationFullVO remoteOperationFullVOFirst, RemoteOperationFullVO remoteOperationFullVOSecond)
           
 boolean RemoteOperationFullServiceWSDelegator.remoteOperationFullVOsAreEqual(RemoteOperationFullVO remoteOperationFullVOFirst, RemoteOperationFullVO remoteOperationFullVOSecond)
           
 boolean RemoteOperationFullServiceBase.remoteOperationFullVOsAreEqual(RemoteOperationFullVO remoteOperationFullVOFirst, RemoteOperationFullVO remoteOperationFullVOSecond)
           
 boolean RemoteOperationFullService.remoteOperationFullVOsAreEqualOnIdentifiers(RemoteOperationFullVO remoteOperationFullVOFirst, RemoteOperationFullVO remoteOperationFullVOSecond)
           
 boolean RemoteOperationFullServiceWSDelegator.remoteOperationFullVOsAreEqualOnIdentifiers(RemoteOperationFullVO remoteOperationFullVOFirst, RemoteOperationFullVO remoteOperationFullVOSecond)
           
 boolean RemoteOperationFullServiceBase.remoteOperationFullVOsAreEqualOnIdentifiers(RemoteOperationFullVO remoteOperationFullVOFirst, RemoteOperationFullVO remoteOperationFullVOSecond)
           
 void RemoteOperationFullService.removeOperation(RemoteOperationFullVO operation)
           
 void RemoteOperationFullServiceWSDelegator.removeOperation(RemoteOperationFullVO operation)
           
 void RemoteOperationFullServiceBase.removeOperation(RemoteOperationFullVO operation)
           
 void RemoteOperationFullService.updateOperation(RemoteOperationFullVO operation)
           
 void RemoteOperationFullServiceWSDelegator.updateOperation(RemoteOperationFullVO operation)
           
 void RemoteOperationFullServiceBase.updateOperation(RemoteOperationFullVO operation)
           
 

Uses of RemoteOperationFullVO in fr.ifremer.allegro.data.operation.generic.vo
 

Subclasses of RemoteOperationFullVO in fr.ifremer.allegro.data.operation.generic.vo
 class RemoteFishingOperationFullVO
           
 

Methods in fr.ifremer.allegro.data.operation.generic.vo with parameters of type RemoteOperationFullVO
 void RemoteOperationFullVO.copy(RemoteOperationFullVO otherBean)
          Copies all properties from the argument value object into this value object.
 

Constructors in fr.ifremer.allegro.data.operation.generic.vo with parameters of type RemoteOperationFullVO
RemoteOperationFullVO(RemoteOperationFullVO otherBean)
          Copies constructor from other RemoteOperationFullVO
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.