Uses of Class
fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO

Packages that use RemotePlaygroundVesselMasterFullVO
fr.ifremer.allegro.playground   
fr.ifremer.allegro.playground.generic.service   
fr.ifremer.allegro.playground.generic.vo   
 

Uses of RemotePlaygroundVesselMasterFullVO in fr.ifremer.allegro.playground
 

Methods in fr.ifremer.allegro.playground that return RemotePlaygroundVesselMasterFullVO
protected  RemotePlaygroundVesselMasterFullVO PlaygroundVesselMasterDaoBase.toRemotePlaygroundVesselMasterFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemotePlaygroundVesselMasterFullVO PlaygroundVesselMasterDaoImpl.toRemotePlaygroundVesselMasterFullVO(PlaygroundVesselMaster entity)
           
 RemotePlaygroundVesselMasterFullVO PlaygroundVesselMasterDao.toRemotePlaygroundVesselMasterFullVO(PlaygroundVesselMaster entity)
          Converts this DAO's entity to an object of type RemotePlaygroundVesselMasterFullVO.
 RemotePlaygroundVesselMasterFullVO PlaygroundVesselMasterDaoBase.toRemotePlaygroundVesselMasterFullVO(PlaygroundVesselMaster entity)
           
 RemotePlaygroundVesselMasterFullVO[] PlaygroundVesselMasterDao.toRemotePlaygroundVesselMasterFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemotePlaygroundVesselMasterFullVO.
 RemotePlaygroundVesselMasterFullVO[] PlaygroundVesselMasterDaoBase.toRemotePlaygroundVesselMasterFullVOArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.playground with parameters of type RemotePlaygroundVesselMasterFullVO
 PlaygroundVesselMaster PlaygroundVesselMasterDaoImpl.remotePlaygroundVesselMasterFullVOToEntity(RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVO)
           
 PlaygroundVesselMaster PlaygroundVesselMasterDao.remotePlaygroundVesselMasterFullVOToEntity(RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVO)
          Converts an instance of type RemotePlaygroundVesselMasterFullVO to this DAO's entity.
 void PlaygroundVesselMasterDaoImpl.remotePlaygroundVesselMasterFullVOToEntity(RemotePlaygroundVesselMasterFullVO source, PlaygroundVesselMaster target, boolean copyIfNull)
           
 void PlaygroundVesselMasterDao.remotePlaygroundVesselMasterFullVOToEntity(RemotePlaygroundVesselMasterFullVO source, PlaygroundVesselMaster target, boolean copyIfNull)
          Copies the fields of RemotePlaygroundVesselMasterFullVO to the specified entity.
 void PlaygroundVesselMasterDaoBase.remotePlaygroundVesselMasterFullVOToEntity(RemotePlaygroundVesselMasterFullVO source, PlaygroundVesselMaster target, boolean copyIfNull)
           
 void PlaygroundVesselMasterDaoImpl.toRemotePlaygroundVesselMasterFullVO(PlaygroundVesselMaster source, RemotePlaygroundVesselMasterFullVO target)
           
 void PlaygroundVesselMasterDao.toRemotePlaygroundVesselMasterFullVO(PlaygroundVesselMaster source, RemotePlaygroundVesselMasterFullVO target)
          Copies the fields of the specified entity to the target value object.
 void PlaygroundVesselMasterDaoBase.toRemotePlaygroundVesselMasterFullVO(PlaygroundVesselMaster source, RemotePlaygroundVesselMasterFullVO target)
           
 

Uses of RemotePlaygroundVesselMasterFullVO in fr.ifremer.allegro.playground.generic.service
 

Methods in fr.ifremer.allegro.playground.generic.service that return RemotePlaygroundVesselMasterFullVO
 RemotePlaygroundVesselMasterFullVO RemotePlaygroundVesselMasterFullService.addPlaygroundVesselMaster(RemotePlaygroundVesselMasterFullVO playgroundVesselMaster)
           
 RemotePlaygroundVesselMasterFullVO RemotePlaygroundVesselMasterFullServiceWSDelegator.addPlaygroundVesselMaster(RemotePlaygroundVesselMasterFullVO playgroundVesselMaster)
           
 RemotePlaygroundVesselMasterFullVO RemotePlaygroundVesselMasterFullServiceBase.addPlaygroundVesselMaster(RemotePlaygroundVesselMasterFullVO playgroundVesselMaster)
           
 RemotePlaygroundVesselMasterFullVO[] RemotePlaygroundVesselMasterFullService.getAllPlaygroundVesselMaster()
           
 RemotePlaygroundVesselMasterFullVO[] RemotePlaygroundVesselMasterFullServiceWSDelegator.getAllPlaygroundVesselMaster()
           
 RemotePlaygroundVesselMasterFullVO[] RemotePlaygroundVesselMasterFullServiceBase.getAllPlaygroundVesselMaster()
           
 RemotePlaygroundVesselMasterFullVO RemotePlaygroundVesselMasterFullService.getPlaygroundVesselMasterById(java.lang.Integer id)
           
 RemotePlaygroundVesselMasterFullVO RemotePlaygroundVesselMasterFullServiceWSDelegator.getPlaygroundVesselMasterById(java.lang.Integer id)
           
 RemotePlaygroundVesselMasterFullVO RemotePlaygroundVesselMasterFullServiceBase.getPlaygroundVesselMasterById(java.lang.Integer id)
           
 RemotePlaygroundVesselMasterFullVO[] RemotePlaygroundVesselMasterFullService.getPlaygroundVesselMasterByIds(java.lang.Integer[] id)
           
 RemotePlaygroundVesselMasterFullVO[] RemotePlaygroundVesselMasterFullServiceWSDelegator.getPlaygroundVesselMasterByIds(java.lang.Integer[] id)
           
 RemotePlaygroundVesselMasterFullVO[] RemotePlaygroundVesselMasterFullServiceBase.getPlaygroundVesselMasterByIds(java.lang.Integer[] id)
           
 RemotePlaygroundVesselMasterFullVO RemotePlaygroundVesselMasterFullService.getPlaygroundVesselMasterByNaturalId(RemotePlaygroundVesselMasterNaturalId playgroundVesselMasterNaturalId)
           
 RemotePlaygroundVesselMasterFullVO RemotePlaygroundVesselMasterFullServiceWSDelegator.getPlaygroundVesselMasterByNaturalId(RemotePlaygroundVesselMasterNaturalId playgroundVesselMasterNaturalId)
           
 RemotePlaygroundVesselMasterFullVO RemotePlaygroundVesselMasterFullServiceBase.getPlaygroundVesselMasterByNaturalId(RemotePlaygroundVesselMasterNaturalId playgroundVesselMasterNaturalId)
           
protected  RemotePlaygroundVesselMasterFullVO RemotePlaygroundVesselMasterFullServiceImpl.handleAddPlaygroundVesselMaster(RemotePlaygroundVesselMasterFullVO playgroundVesselMaster)
           
protected abstract  RemotePlaygroundVesselMasterFullVO RemotePlaygroundVesselMasterFullServiceBase.handleAddPlaygroundVesselMaster(RemotePlaygroundVesselMasterFullVO playgroundVesselMaster)
          Performs the core logic for RemotePlaygroundVesselMasterFullServiceBase.addPlaygroundVesselMaster(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO)
protected  RemotePlaygroundVesselMasterFullVO[] RemotePlaygroundVesselMasterFullServiceImpl.handleGetAllPlaygroundVesselMaster()
           
protected abstract  RemotePlaygroundVesselMasterFullVO[] RemotePlaygroundVesselMasterFullServiceBase.handleGetAllPlaygroundVesselMaster()
          Performs the core logic for RemotePlaygroundVesselMasterFullServiceBase.getAllPlaygroundVesselMaster()
protected  RemotePlaygroundVesselMasterFullVO RemotePlaygroundVesselMasterFullServiceImpl.handleGetPlaygroundVesselMasterById(java.lang.Integer id)
           
protected abstract  RemotePlaygroundVesselMasterFullVO RemotePlaygroundVesselMasterFullServiceBase.handleGetPlaygroundVesselMasterById(java.lang.Integer id)
          Performs the core logic for RemotePlaygroundVesselMasterFullServiceBase.getPlaygroundVesselMasterById(java.lang.Integer)
protected  RemotePlaygroundVesselMasterFullVO[] RemotePlaygroundVesselMasterFullServiceImpl.handleGetPlaygroundVesselMasterByIds(java.lang.Integer[] id)
           
protected abstract  RemotePlaygroundVesselMasterFullVO[] RemotePlaygroundVesselMasterFullServiceBase.handleGetPlaygroundVesselMasterByIds(java.lang.Integer[] id)
          Performs the core logic for RemotePlaygroundVesselMasterFullServiceBase.getPlaygroundVesselMasterByIds(java.lang.Integer[])
protected  RemotePlaygroundVesselMasterFullVO RemotePlaygroundVesselMasterFullServiceImpl.handleGetPlaygroundVesselMasterByNaturalId(RemotePlaygroundVesselMasterNaturalId playgroundVesselMasterNaturalId)
           
protected abstract  RemotePlaygroundVesselMasterFullVO RemotePlaygroundVesselMasterFullServiceBase.handleGetPlaygroundVesselMasterByNaturalId(RemotePlaygroundVesselMasterNaturalId playgroundVesselMasterNaturalId)
          Performs the core logic for RemotePlaygroundVesselMasterFullServiceBase.getPlaygroundVesselMasterByNaturalId(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterNaturalId)
 

Methods in fr.ifremer.allegro.playground.generic.service with parameters of type RemotePlaygroundVesselMasterFullVO
 RemotePlaygroundVesselMasterFullVO RemotePlaygroundVesselMasterFullService.addPlaygroundVesselMaster(RemotePlaygroundVesselMasterFullVO playgroundVesselMaster)
           
 RemotePlaygroundVesselMasterFullVO RemotePlaygroundVesselMasterFullServiceWSDelegator.addPlaygroundVesselMaster(RemotePlaygroundVesselMasterFullVO playgroundVesselMaster)
           
 RemotePlaygroundVesselMasterFullVO RemotePlaygroundVesselMasterFullServiceBase.addPlaygroundVesselMaster(RemotePlaygroundVesselMasterFullVO playgroundVesselMaster)
           
protected  RemotePlaygroundVesselMasterFullVO RemotePlaygroundVesselMasterFullServiceImpl.handleAddPlaygroundVesselMaster(RemotePlaygroundVesselMasterFullVO playgroundVesselMaster)
           
protected abstract  RemotePlaygroundVesselMasterFullVO RemotePlaygroundVesselMasterFullServiceBase.handleAddPlaygroundVesselMaster(RemotePlaygroundVesselMasterFullVO playgroundVesselMaster)
          Performs the core logic for RemotePlaygroundVesselMasterFullServiceBase.addPlaygroundVesselMaster(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO)
protected  boolean RemotePlaygroundVesselMasterFullServiceImpl.handleRemotePlaygroundVesselMasterFullVOsAreEqual(RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOFirst, RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOSecond)
           
protected abstract  boolean RemotePlaygroundVesselMasterFullServiceBase.handleRemotePlaygroundVesselMasterFullVOsAreEqual(RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOFirst, RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOSecond)
          Performs the core logic for RemotePlaygroundVesselMasterFullServiceBase.remotePlaygroundVesselMasterFullVOsAreEqual(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO, fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO)
protected  boolean RemotePlaygroundVesselMasterFullServiceImpl.handleRemotePlaygroundVesselMasterFullVOsAreEqualOnIdentifiers(RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOFirst, RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOSecond)
           
protected abstract  boolean RemotePlaygroundVesselMasterFullServiceBase.handleRemotePlaygroundVesselMasterFullVOsAreEqualOnIdentifiers(RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOFirst, RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOSecond)
          Performs the core logic for RemotePlaygroundVesselMasterFullServiceBase.remotePlaygroundVesselMasterFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO, fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO)
protected  void RemotePlaygroundVesselMasterFullServiceImpl.handleRemovePlaygroundVesselMaster(RemotePlaygroundVesselMasterFullVO playgroundVesselMaster)
           
protected abstract  void RemotePlaygroundVesselMasterFullServiceBase.handleRemovePlaygroundVesselMaster(RemotePlaygroundVesselMasterFullVO playgroundVesselMaster)
          Performs the core logic for RemotePlaygroundVesselMasterFullServiceBase.removePlaygroundVesselMaster(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO)
protected  void RemotePlaygroundVesselMasterFullServiceImpl.handleUpdatePlaygroundVesselMaster(RemotePlaygroundVesselMasterFullVO playgroundVesselMaster)
           
protected abstract  void RemotePlaygroundVesselMasterFullServiceBase.handleUpdatePlaygroundVesselMaster(RemotePlaygroundVesselMasterFullVO playgroundVesselMaster)
          Performs the core logic for RemotePlaygroundVesselMasterFullServiceBase.updatePlaygroundVesselMaster(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO)
 boolean RemotePlaygroundVesselMasterFullService.remotePlaygroundVesselMasterFullVOsAreEqual(RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOFirst, RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOSecond)
           
 boolean RemotePlaygroundVesselMasterFullServiceWSDelegator.remotePlaygroundVesselMasterFullVOsAreEqual(RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOFirst, RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOSecond)
           
 boolean RemotePlaygroundVesselMasterFullServiceBase.remotePlaygroundVesselMasterFullVOsAreEqual(RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOFirst, RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOSecond)
           
 boolean RemotePlaygroundVesselMasterFullService.remotePlaygroundVesselMasterFullVOsAreEqualOnIdentifiers(RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOFirst, RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOSecond)
           
 boolean RemotePlaygroundVesselMasterFullServiceWSDelegator.remotePlaygroundVesselMasterFullVOsAreEqualOnIdentifiers(RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOFirst, RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOSecond)
           
 boolean RemotePlaygroundVesselMasterFullServiceBase.remotePlaygroundVesselMasterFullVOsAreEqualOnIdentifiers(RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOFirst, RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOSecond)
           
 void RemotePlaygroundVesselMasterFullService.removePlaygroundVesselMaster(RemotePlaygroundVesselMasterFullVO playgroundVesselMaster)
           
 void RemotePlaygroundVesselMasterFullServiceWSDelegator.removePlaygroundVesselMaster(RemotePlaygroundVesselMasterFullVO playgroundVesselMaster)
           
 void RemotePlaygroundVesselMasterFullServiceBase.removePlaygroundVesselMaster(RemotePlaygroundVesselMasterFullVO playgroundVesselMaster)
           
 void RemotePlaygroundVesselMasterFullService.updatePlaygroundVesselMaster(RemotePlaygroundVesselMasterFullVO playgroundVesselMaster)
           
 void RemotePlaygroundVesselMasterFullServiceWSDelegator.updatePlaygroundVesselMaster(RemotePlaygroundVesselMasterFullVO playgroundVesselMaster)
           
 void RemotePlaygroundVesselMasterFullServiceBase.updatePlaygroundVesselMaster(RemotePlaygroundVesselMasterFullVO playgroundVesselMaster)
           
 

Uses of RemotePlaygroundVesselMasterFullVO in fr.ifremer.allegro.playground.generic.vo
 

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

Constructors in fr.ifremer.allegro.playground.generic.vo with parameters of type RemotePlaygroundVesselMasterFullVO
RemotePlaygroundVesselMasterFullVO(RemotePlaygroundVesselMasterFullVO otherBean)
          Copies constructor from other RemotePlaygroundVesselMasterFullVO
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.