Uses of Class
fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemFullVO

Packages that use RemoteTranscribingSystemFullVO
fr.ifremer.allegro.referential.transcribing   
fr.ifremer.allegro.referential.transcribing.generic.service   
fr.ifremer.allegro.referential.transcribing.generic.vo   
 

Uses of RemoteTranscribingSystemFullVO in fr.ifremer.allegro.referential.transcribing
 

Methods in fr.ifremer.allegro.referential.transcribing that return RemoteTranscribingSystemFullVO
protected  RemoteTranscribingSystemFullVO TranscribingSystemDaoBase.toRemoteTranscribingSystemFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteTranscribingSystemFullVO TranscribingSystemDaoImpl.toRemoteTranscribingSystemFullVO(TranscribingSystem entity)
           
 RemoteTranscribingSystemFullVO TranscribingSystemDao.toRemoteTranscribingSystemFullVO(TranscribingSystem entity)
          Converts this DAO's entity to an object of type RemoteTranscribingSystemFullVO.
 RemoteTranscribingSystemFullVO TranscribingSystemDaoBase.toRemoteTranscribingSystemFullVO(TranscribingSystem entity)
           
 RemoteTranscribingSystemFullVO[] TranscribingSystemDao.toRemoteTranscribingSystemFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteTranscribingSystemFullVO.
 RemoteTranscribingSystemFullVO[] TranscribingSystemDaoBase.toRemoteTranscribingSystemFullVOArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.transcribing with parameters of type RemoteTranscribingSystemFullVO
 TranscribingSystem TranscribingSystemDaoImpl.remoteTranscribingSystemFullVOToEntity(RemoteTranscribingSystemFullVO remoteTranscribingSystemFullVO)
           
 TranscribingSystem TranscribingSystemDao.remoteTranscribingSystemFullVOToEntity(RemoteTranscribingSystemFullVO remoteTranscribingSystemFullVO)
          Converts an instance of type RemoteTranscribingSystemFullVO to this DAO's entity.
 void TranscribingSystemDaoImpl.remoteTranscribingSystemFullVOToEntity(RemoteTranscribingSystemFullVO source, TranscribingSystem target, boolean copyIfNull)
           
 void TranscribingSystemDao.remoteTranscribingSystemFullVOToEntity(RemoteTranscribingSystemFullVO source, TranscribingSystem target, boolean copyIfNull)
          Copies the fields of RemoteTranscribingSystemFullVO to the specified entity.
 void TranscribingSystemDaoBase.remoteTranscribingSystemFullVOToEntity(RemoteTranscribingSystemFullVO source, TranscribingSystem target, boolean copyIfNull)
           
 void TranscribingSystemDaoImpl.toRemoteTranscribingSystemFullVO(TranscribingSystem source, RemoteTranscribingSystemFullVO target)
           
 void TranscribingSystemDao.toRemoteTranscribingSystemFullVO(TranscribingSystem source, RemoteTranscribingSystemFullVO target)
          Copies the fields of the specified entity to the target value object.
 void TranscribingSystemDaoBase.toRemoteTranscribingSystemFullVO(TranscribingSystem source, RemoteTranscribingSystemFullVO target)
           
 

Uses of RemoteTranscribingSystemFullVO in fr.ifremer.allegro.referential.transcribing.generic.service
 

Methods in fr.ifremer.allegro.referential.transcribing.generic.service that return RemoteTranscribingSystemFullVO
 RemoteTranscribingSystemFullVO RemoteTranscribingSystemFullService.addTranscribingSystem(RemoteTranscribingSystemFullVO transcribingSystem)
           
 RemoteTranscribingSystemFullVO RemoteTranscribingSystemFullServiceWSDelegator.addTranscribingSystem(RemoteTranscribingSystemFullVO transcribingSystem)
           
 RemoteTranscribingSystemFullVO RemoteTranscribingSystemFullServiceBase.addTranscribingSystem(RemoteTranscribingSystemFullVO transcribingSystem)
           
 RemoteTranscribingSystemFullVO[] RemoteTranscribingSystemFullService.getAllTranscribingSystem()
           
 RemoteTranscribingSystemFullVO[] RemoteTranscribingSystemFullServiceWSDelegator.getAllTranscribingSystem()
           
 RemoteTranscribingSystemFullVO[] RemoteTranscribingSystemFullServiceBase.getAllTranscribingSystem()
           
 RemoteTranscribingSystemFullVO RemoteTranscribingSystemFullService.getTranscribingSystemById(java.lang.Integer id)
           
 RemoteTranscribingSystemFullVO RemoteTranscribingSystemFullServiceWSDelegator.getTranscribingSystemById(java.lang.Integer id)
           
 RemoteTranscribingSystemFullVO RemoteTranscribingSystemFullServiceBase.getTranscribingSystemById(java.lang.Integer id)
           
 RemoteTranscribingSystemFullVO[] RemoteTranscribingSystemFullService.getTranscribingSystemByIds(java.lang.Integer[] id)
           
 RemoteTranscribingSystemFullVO[] RemoteTranscribingSystemFullServiceWSDelegator.getTranscribingSystemByIds(java.lang.Integer[] id)
           
 RemoteTranscribingSystemFullVO[] RemoteTranscribingSystemFullServiceBase.getTranscribingSystemByIds(java.lang.Integer[] id)
           
 RemoteTranscribingSystemFullVO RemoteTranscribingSystemFullService.getTranscribingSystemByNaturalId(RemoteTranscribingSystemNaturalId transcribingSystemNaturalId)
           
 RemoteTranscribingSystemFullVO RemoteTranscribingSystemFullServiceWSDelegator.getTranscribingSystemByNaturalId(RemoteTranscribingSystemNaturalId transcribingSystemNaturalId)
           
 RemoteTranscribingSystemFullVO RemoteTranscribingSystemFullServiceBase.getTranscribingSystemByNaturalId(RemoteTranscribingSystemNaturalId transcribingSystemNaturalId)
           
 RemoteTranscribingSystemFullVO[] RemoteTranscribingSystemFullService.getTranscribingSystemByStatusCode(java.lang.String code)
           
 RemoteTranscribingSystemFullVO[] RemoteTranscribingSystemFullServiceWSDelegator.getTranscribingSystemByStatusCode(java.lang.String code)
           
 RemoteTranscribingSystemFullVO[] RemoteTranscribingSystemFullServiceBase.getTranscribingSystemByStatusCode(java.lang.String code)
           
protected  RemoteTranscribingSystemFullVO RemoteTranscribingSystemFullServiceImpl.handleAddTranscribingSystem(RemoteTranscribingSystemFullVO transcribingSystem)
           
protected abstract  RemoteTranscribingSystemFullVO RemoteTranscribingSystemFullServiceBase.handleAddTranscribingSystem(RemoteTranscribingSystemFullVO transcribingSystem)
          Performs the core logic for RemoteTranscribingSystemFullServiceBase.addTranscribingSystem(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemFullVO)
protected  RemoteTranscribingSystemFullVO[] RemoteTranscribingSystemFullServiceImpl.handleGetAllTranscribingSystem()
           
protected abstract  RemoteTranscribingSystemFullVO[] RemoteTranscribingSystemFullServiceBase.handleGetAllTranscribingSystem()
          Performs the core logic for RemoteTranscribingSystemFullServiceBase.getAllTranscribingSystem()
protected  RemoteTranscribingSystemFullVO RemoteTranscribingSystemFullServiceImpl.handleGetTranscribingSystemById(java.lang.Integer id)
           
protected abstract  RemoteTranscribingSystemFullVO RemoteTranscribingSystemFullServiceBase.handleGetTranscribingSystemById(java.lang.Integer id)
          Performs the core logic for RemoteTranscribingSystemFullServiceBase.getTranscribingSystemById(java.lang.Integer)
protected  RemoteTranscribingSystemFullVO[] RemoteTranscribingSystemFullServiceImpl.handleGetTranscribingSystemByIds(java.lang.Integer[] id)
           
protected abstract  RemoteTranscribingSystemFullVO[] RemoteTranscribingSystemFullServiceBase.handleGetTranscribingSystemByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteTranscribingSystemFullServiceBase.getTranscribingSystemByIds(java.lang.Integer[])
protected  RemoteTranscribingSystemFullVO RemoteTranscribingSystemFullServiceImpl.handleGetTranscribingSystemByNaturalId(RemoteTranscribingSystemNaturalId transcribingSystemNaturalId)
           
protected abstract  RemoteTranscribingSystemFullVO RemoteTranscribingSystemFullServiceBase.handleGetTranscribingSystemByNaturalId(RemoteTranscribingSystemNaturalId transcribingSystemNaturalId)
          Performs the core logic for RemoteTranscribingSystemFullServiceBase.getTranscribingSystemByNaturalId(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemNaturalId)
protected  RemoteTranscribingSystemFullVO[] RemoteTranscribingSystemFullServiceImpl.handleGetTranscribingSystemByStatusCode(java.lang.String code)
           
protected abstract  RemoteTranscribingSystemFullVO[] RemoteTranscribingSystemFullServiceBase.handleGetTranscribingSystemByStatusCode(java.lang.String code)
          Performs the core logic for RemoteTranscribingSystemFullServiceBase.getTranscribingSystemByStatusCode(java.lang.String)
 

Methods in fr.ifremer.allegro.referential.transcribing.generic.service with parameters of type RemoteTranscribingSystemFullVO
 RemoteTranscribingSystemFullVO RemoteTranscribingSystemFullService.addTranscribingSystem(RemoteTranscribingSystemFullVO transcribingSystem)
           
 RemoteTranscribingSystemFullVO RemoteTranscribingSystemFullServiceWSDelegator.addTranscribingSystem(RemoteTranscribingSystemFullVO transcribingSystem)
           
 RemoteTranscribingSystemFullVO RemoteTranscribingSystemFullServiceBase.addTranscribingSystem(RemoteTranscribingSystemFullVO transcribingSystem)
           
protected  RemoteTranscribingSystemFullVO RemoteTranscribingSystemFullServiceImpl.handleAddTranscribingSystem(RemoteTranscribingSystemFullVO transcribingSystem)
           
protected abstract  RemoteTranscribingSystemFullVO RemoteTranscribingSystemFullServiceBase.handleAddTranscribingSystem(RemoteTranscribingSystemFullVO transcribingSystem)
          Performs the core logic for RemoteTranscribingSystemFullServiceBase.addTranscribingSystem(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemFullVO)
protected  boolean RemoteTranscribingSystemFullServiceImpl.handleRemoteTranscribingSystemFullVOsAreEqual(RemoteTranscribingSystemFullVO remoteTranscribingSystemFullVOFirst, RemoteTranscribingSystemFullVO remoteTranscribingSystemFullVOSecond)
           
protected abstract  boolean RemoteTranscribingSystemFullServiceBase.handleRemoteTranscribingSystemFullVOsAreEqual(RemoteTranscribingSystemFullVO remoteTranscribingSystemFullVOFirst, RemoteTranscribingSystemFullVO remoteTranscribingSystemFullVOSecond)
          Performs the core logic for RemoteTranscribingSystemFullServiceBase.remoteTranscribingSystemFullVOsAreEqual(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemFullVO)
protected  boolean RemoteTranscribingSystemFullServiceImpl.handleRemoteTranscribingSystemFullVOsAreEqualOnIdentifiers(RemoteTranscribingSystemFullVO remoteTranscribingSystemFullVOFirst, RemoteTranscribingSystemFullVO remoteTranscribingSystemFullVOSecond)
           
protected abstract  boolean RemoteTranscribingSystemFullServiceBase.handleRemoteTranscribingSystemFullVOsAreEqualOnIdentifiers(RemoteTranscribingSystemFullVO remoteTranscribingSystemFullVOFirst, RemoteTranscribingSystemFullVO remoteTranscribingSystemFullVOSecond)
          Performs the core logic for RemoteTranscribingSystemFullServiceBase.remoteTranscribingSystemFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemFullVO)
protected  void RemoteTranscribingSystemFullServiceImpl.handleRemoveTranscribingSystem(RemoteTranscribingSystemFullVO transcribingSystem)
           
protected abstract  void RemoteTranscribingSystemFullServiceBase.handleRemoveTranscribingSystem(RemoteTranscribingSystemFullVO transcribingSystem)
          Performs the core logic for RemoteTranscribingSystemFullServiceBase.removeTranscribingSystem(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemFullVO)
protected  void RemoteTranscribingSystemFullServiceImpl.handleUpdateTranscribingSystem(RemoteTranscribingSystemFullVO transcribingSystem)
           
protected abstract  void RemoteTranscribingSystemFullServiceBase.handleUpdateTranscribingSystem(RemoteTranscribingSystemFullVO transcribingSystem)
          Performs the core logic for RemoteTranscribingSystemFullServiceBase.updateTranscribingSystem(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemFullVO)
 boolean RemoteTranscribingSystemFullService.remoteTranscribingSystemFullVOsAreEqual(RemoteTranscribingSystemFullVO remoteTranscribingSystemFullVOFirst, RemoteTranscribingSystemFullVO remoteTranscribingSystemFullVOSecond)
           
 boolean RemoteTranscribingSystemFullServiceWSDelegator.remoteTranscribingSystemFullVOsAreEqual(RemoteTranscribingSystemFullVO remoteTranscribingSystemFullVOFirst, RemoteTranscribingSystemFullVO remoteTranscribingSystemFullVOSecond)
           
 boolean RemoteTranscribingSystemFullServiceBase.remoteTranscribingSystemFullVOsAreEqual(RemoteTranscribingSystemFullVO remoteTranscribingSystemFullVOFirst, RemoteTranscribingSystemFullVO remoteTranscribingSystemFullVOSecond)
           
 boolean RemoteTranscribingSystemFullService.remoteTranscribingSystemFullVOsAreEqualOnIdentifiers(RemoteTranscribingSystemFullVO remoteTranscribingSystemFullVOFirst, RemoteTranscribingSystemFullVO remoteTranscribingSystemFullVOSecond)
           
 boolean RemoteTranscribingSystemFullServiceWSDelegator.remoteTranscribingSystemFullVOsAreEqualOnIdentifiers(RemoteTranscribingSystemFullVO remoteTranscribingSystemFullVOFirst, RemoteTranscribingSystemFullVO remoteTranscribingSystemFullVOSecond)
           
 boolean RemoteTranscribingSystemFullServiceBase.remoteTranscribingSystemFullVOsAreEqualOnIdentifiers(RemoteTranscribingSystemFullVO remoteTranscribingSystemFullVOFirst, RemoteTranscribingSystemFullVO remoteTranscribingSystemFullVOSecond)
           
 void RemoteTranscribingSystemFullService.removeTranscribingSystem(RemoteTranscribingSystemFullVO transcribingSystem)
           
 void RemoteTranscribingSystemFullServiceWSDelegator.removeTranscribingSystem(RemoteTranscribingSystemFullVO transcribingSystem)
           
 void RemoteTranscribingSystemFullServiceBase.removeTranscribingSystem(RemoteTranscribingSystemFullVO transcribingSystem)
           
 void RemoteTranscribingSystemFullService.updateTranscribingSystem(RemoteTranscribingSystemFullVO transcribingSystem)
           
 void RemoteTranscribingSystemFullServiceWSDelegator.updateTranscribingSystem(RemoteTranscribingSystemFullVO transcribingSystem)
           
 void RemoteTranscribingSystemFullServiceBase.updateTranscribingSystem(RemoteTranscribingSystemFullVO transcribingSystem)
           
 

Uses of RemoteTranscribingSystemFullVO in fr.ifremer.allegro.referential.transcribing.generic.vo
 

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

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.