Uses of Class
fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelFullVO

Packages that use RemoteAggregationLevelFullVO
fr.ifremer.allegro.referential.pmfm   
fr.ifremer.allegro.referential.pmfm.generic.service   
fr.ifremer.allegro.referential.pmfm.generic.vo   
 

Uses of RemoteAggregationLevelFullVO in fr.ifremer.allegro.referential.pmfm
 

Methods in fr.ifremer.allegro.referential.pmfm that return RemoteAggregationLevelFullVO
 RemoteAggregationLevelFullVO AggregationLevelDaoImpl.toRemoteAggregationLevelFullVO(AggregationLevel entity)
           
 RemoteAggregationLevelFullVO AggregationLevelDao.toRemoteAggregationLevelFullVO(AggregationLevel entity)
          Converts this DAO's entity to an object of type RemoteAggregationLevelFullVO.
 RemoteAggregationLevelFullVO AggregationLevelDaoBase.toRemoteAggregationLevelFullVO(AggregationLevel entity)
           
protected  RemoteAggregationLevelFullVO AggregationLevelDaoBase.toRemoteAggregationLevelFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteAggregationLevelFullVO[] AggregationLevelDao.toRemoteAggregationLevelFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteAggregationLevelFullVO.
 RemoteAggregationLevelFullVO[] AggregationLevelDaoBase.toRemoteAggregationLevelFullVOArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.pmfm with parameters of type RemoteAggregationLevelFullVO
 AggregationLevel AggregationLevelDaoImpl.remoteAggregationLevelFullVOToEntity(RemoteAggregationLevelFullVO remoteAggregationLevelFullVO)
           
 AggregationLevel AggregationLevelDao.remoteAggregationLevelFullVOToEntity(RemoteAggregationLevelFullVO remoteAggregationLevelFullVO)
          Converts an instance of type RemoteAggregationLevelFullVO to this DAO's entity.
 void AggregationLevelDaoImpl.remoteAggregationLevelFullVOToEntity(RemoteAggregationLevelFullVO source, AggregationLevel target, boolean copyIfNull)
           
 void AggregationLevelDao.remoteAggregationLevelFullVOToEntity(RemoteAggregationLevelFullVO source, AggregationLevel target, boolean copyIfNull)
          Copies the fields of RemoteAggregationLevelFullVO to the specified entity.
 void AggregationLevelDaoBase.remoteAggregationLevelFullVOToEntity(RemoteAggregationLevelFullVO source, AggregationLevel target, boolean copyIfNull)
           
 void AggregationLevelDaoImpl.toRemoteAggregationLevelFullVO(AggregationLevel source, RemoteAggregationLevelFullVO target)
           
 void AggregationLevelDao.toRemoteAggregationLevelFullVO(AggregationLevel source, RemoteAggregationLevelFullVO target)
          Copies the fields of the specified entity to the target value object.
 void AggregationLevelDaoBase.toRemoteAggregationLevelFullVO(AggregationLevel source, RemoteAggregationLevelFullVO target)
           
 

Uses of RemoteAggregationLevelFullVO in fr.ifremer.allegro.referential.pmfm.generic.service
 

Methods in fr.ifremer.allegro.referential.pmfm.generic.service that return RemoteAggregationLevelFullVO
 RemoteAggregationLevelFullVO RemoteAggregationLevelFullService.addAggregationLevel(RemoteAggregationLevelFullVO aggregationLevel)
           
 RemoteAggregationLevelFullVO RemoteAggregationLevelFullServiceWSDelegator.addAggregationLevel(RemoteAggregationLevelFullVO aggregationLevel)
           
 RemoteAggregationLevelFullVO RemoteAggregationLevelFullServiceBase.addAggregationLevel(RemoteAggregationLevelFullVO aggregationLevel)
           
 RemoteAggregationLevelFullVO RemoteAggregationLevelFullService.getAggregationLevelById(java.lang.Integer id)
           
 RemoteAggregationLevelFullVO RemoteAggregationLevelFullServiceWSDelegator.getAggregationLevelById(java.lang.Integer id)
           
 RemoteAggregationLevelFullVO RemoteAggregationLevelFullServiceBase.getAggregationLevelById(java.lang.Integer id)
           
 RemoteAggregationLevelFullVO[] RemoteAggregationLevelFullService.getAggregationLevelByIds(java.lang.Integer[] id)
           
 RemoteAggregationLevelFullVO[] RemoteAggregationLevelFullServiceWSDelegator.getAggregationLevelByIds(java.lang.Integer[] id)
           
 RemoteAggregationLevelFullVO[] RemoteAggregationLevelFullServiceBase.getAggregationLevelByIds(java.lang.Integer[] id)
           
 RemoteAggregationLevelFullVO RemoteAggregationLevelFullService.getAggregationLevelByNaturalId(RemoteAggregationLevelNaturalId aggregationLevelNaturalId)
           
 RemoteAggregationLevelFullVO RemoteAggregationLevelFullServiceWSDelegator.getAggregationLevelByNaturalId(RemoteAggregationLevelNaturalId aggregationLevelNaturalId)
           
 RemoteAggregationLevelFullVO RemoteAggregationLevelFullServiceBase.getAggregationLevelByNaturalId(RemoteAggregationLevelNaturalId aggregationLevelNaturalId)
           
 RemoteAggregationLevelFullVO[] RemoteAggregationLevelFullService.getAllAggregationLevel()
           
 RemoteAggregationLevelFullVO[] RemoteAggregationLevelFullServiceWSDelegator.getAllAggregationLevel()
           
 RemoteAggregationLevelFullVO[] RemoteAggregationLevelFullServiceBase.getAllAggregationLevel()
           
protected  RemoteAggregationLevelFullVO RemoteAggregationLevelFullServiceImpl.handleAddAggregationLevel(RemoteAggregationLevelFullVO aggregationLevel)
           
protected abstract  RemoteAggregationLevelFullVO RemoteAggregationLevelFullServiceBase.handleAddAggregationLevel(RemoteAggregationLevelFullVO aggregationLevel)
          Performs the core logic for RemoteAggregationLevelFullServiceBase.addAggregationLevel(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelFullVO)
protected  RemoteAggregationLevelFullVO RemoteAggregationLevelFullServiceImpl.handleGetAggregationLevelById(java.lang.Integer id)
           
protected abstract  RemoteAggregationLevelFullVO RemoteAggregationLevelFullServiceBase.handleGetAggregationLevelById(java.lang.Integer id)
          Performs the core logic for RemoteAggregationLevelFullServiceBase.getAggregationLevelById(java.lang.Integer)
protected  RemoteAggregationLevelFullVO[] RemoteAggregationLevelFullServiceImpl.handleGetAggregationLevelByIds(java.lang.Integer[] id)
           
protected abstract  RemoteAggregationLevelFullVO[] RemoteAggregationLevelFullServiceBase.handleGetAggregationLevelByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteAggregationLevelFullServiceBase.getAggregationLevelByIds(java.lang.Integer[])
protected  RemoteAggregationLevelFullVO RemoteAggregationLevelFullServiceImpl.handleGetAggregationLevelByNaturalId(RemoteAggregationLevelNaturalId aggregationLevelNaturalId)
           
protected abstract  RemoteAggregationLevelFullVO RemoteAggregationLevelFullServiceBase.handleGetAggregationLevelByNaturalId(RemoteAggregationLevelNaturalId aggregationLevelNaturalId)
          Performs the core logic for RemoteAggregationLevelFullServiceBase.getAggregationLevelByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelNaturalId)
protected  RemoteAggregationLevelFullVO[] RemoteAggregationLevelFullServiceImpl.handleGetAllAggregationLevel()
           
protected abstract  RemoteAggregationLevelFullVO[] RemoteAggregationLevelFullServiceBase.handleGetAllAggregationLevel()
          Performs the core logic for RemoteAggregationLevelFullServiceBase.getAllAggregationLevel()
 

Methods in fr.ifremer.allegro.referential.pmfm.generic.service with parameters of type RemoteAggregationLevelFullVO
 RemoteAggregationLevelFullVO RemoteAggregationLevelFullService.addAggregationLevel(RemoteAggregationLevelFullVO aggregationLevel)
           
 RemoteAggregationLevelFullVO RemoteAggregationLevelFullServiceWSDelegator.addAggregationLevel(RemoteAggregationLevelFullVO aggregationLevel)
           
 RemoteAggregationLevelFullVO RemoteAggregationLevelFullServiceBase.addAggregationLevel(RemoteAggregationLevelFullVO aggregationLevel)
           
protected  RemoteAggregationLevelFullVO RemoteAggregationLevelFullServiceImpl.handleAddAggregationLevel(RemoteAggregationLevelFullVO aggregationLevel)
           
protected abstract  RemoteAggregationLevelFullVO RemoteAggregationLevelFullServiceBase.handleAddAggregationLevel(RemoteAggregationLevelFullVO aggregationLevel)
          Performs the core logic for RemoteAggregationLevelFullServiceBase.addAggregationLevel(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelFullVO)
protected  boolean RemoteAggregationLevelFullServiceImpl.handleRemoteAggregationLevelFullVOsAreEqual(RemoteAggregationLevelFullVO remoteAggregationLevelFullVOFirst, RemoteAggregationLevelFullVO remoteAggregationLevelFullVOSecond)
           
protected abstract  boolean RemoteAggregationLevelFullServiceBase.handleRemoteAggregationLevelFullVOsAreEqual(RemoteAggregationLevelFullVO remoteAggregationLevelFullVOFirst, RemoteAggregationLevelFullVO remoteAggregationLevelFullVOSecond)
          Performs the core logic for RemoteAggregationLevelFullServiceBase.remoteAggregationLevelFullVOsAreEqual(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelFullVO)
protected  boolean RemoteAggregationLevelFullServiceImpl.handleRemoteAggregationLevelFullVOsAreEqualOnIdentifiers(RemoteAggregationLevelFullVO remoteAggregationLevelFullVOFirst, RemoteAggregationLevelFullVO remoteAggregationLevelFullVOSecond)
           
protected abstract  boolean RemoteAggregationLevelFullServiceBase.handleRemoteAggregationLevelFullVOsAreEqualOnIdentifiers(RemoteAggregationLevelFullVO remoteAggregationLevelFullVOFirst, RemoteAggregationLevelFullVO remoteAggregationLevelFullVOSecond)
          Performs the core logic for RemoteAggregationLevelFullServiceBase.remoteAggregationLevelFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelFullVO)
protected  void RemoteAggregationLevelFullServiceImpl.handleRemoveAggregationLevel(RemoteAggregationLevelFullVO aggregationLevel)
           
protected abstract  void RemoteAggregationLevelFullServiceBase.handleRemoveAggregationLevel(RemoteAggregationLevelFullVO aggregationLevel)
          Performs the core logic for RemoteAggregationLevelFullServiceBase.removeAggregationLevel(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelFullVO)
protected  void RemoteAggregationLevelFullServiceImpl.handleUpdateAggregationLevel(RemoteAggregationLevelFullVO aggregationLevel)
           
protected abstract  void RemoteAggregationLevelFullServiceBase.handleUpdateAggregationLevel(RemoteAggregationLevelFullVO aggregationLevel)
          Performs the core logic for RemoteAggregationLevelFullServiceBase.updateAggregationLevel(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelFullVO)
 boolean RemoteAggregationLevelFullService.remoteAggregationLevelFullVOsAreEqual(RemoteAggregationLevelFullVO remoteAggregationLevelFullVOFirst, RemoteAggregationLevelFullVO remoteAggregationLevelFullVOSecond)
           
 boolean RemoteAggregationLevelFullServiceWSDelegator.remoteAggregationLevelFullVOsAreEqual(RemoteAggregationLevelFullVO remoteAggregationLevelFullVOFirst, RemoteAggregationLevelFullVO remoteAggregationLevelFullVOSecond)
           
 boolean RemoteAggregationLevelFullServiceBase.remoteAggregationLevelFullVOsAreEqual(RemoteAggregationLevelFullVO remoteAggregationLevelFullVOFirst, RemoteAggregationLevelFullVO remoteAggregationLevelFullVOSecond)
           
 boolean RemoteAggregationLevelFullService.remoteAggregationLevelFullVOsAreEqualOnIdentifiers(RemoteAggregationLevelFullVO remoteAggregationLevelFullVOFirst, RemoteAggregationLevelFullVO remoteAggregationLevelFullVOSecond)
           
 boolean RemoteAggregationLevelFullServiceWSDelegator.remoteAggregationLevelFullVOsAreEqualOnIdentifiers(RemoteAggregationLevelFullVO remoteAggregationLevelFullVOFirst, RemoteAggregationLevelFullVO remoteAggregationLevelFullVOSecond)
           
 boolean RemoteAggregationLevelFullServiceBase.remoteAggregationLevelFullVOsAreEqualOnIdentifiers(RemoteAggregationLevelFullVO remoteAggregationLevelFullVOFirst, RemoteAggregationLevelFullVO remoteAggregationLevelFullVOSecond)
           
 void RemoteAggregationLevelFullService.removeAggregationLevel(RemoteAggregationLevelFullVO aggregationLevel)
           
 void RemoteAggregationLevelFullServiceWSDelegator.removeAggregationLevel(RemoteAggregationLevelFullVO aggregationLevel)
           
 void RemoteAggregationLevelFullServiceBase.removeAggregationLevel(RemoteAggregationLevelFullVO aggregationLevel)
           
 void RemoteAggregationLevelFullService.updateAggregationLevel(RemoteAggregationLevelFullVO aggregationLevel)
           
 void RemoteAggregationLevelFullServiceWSDelegator.updateAggregationLevel(RemoteAggregationLevelFullVO aggregationLevel)
           
 void RemoteAggregationLevelFullServiceBase.updateAggregationLevel(RemoteAggregationLevelFullVO aggregationLevel)
           
 

Uses of RemoteAggregationLevelFullVO in fr.ifremer.allegro.referential.pmfm.generic.vo
 

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

Constructors in fr.ifremer.allegro.referential.pmfm.generic.vo with parameters of type RemoteAggregationLevelFullVO
RemoteAggregationLevelFullVO(RemoteAggregationLevelFullVO otherBean)
          Copies constructor from other RemoteAggregationLevelFullVO
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.