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

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

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

Methods in fr.ifremer.allegro.referential.transcribing that return RemoteTranscribingLocationFullVO
protected  RemoteTranscribingLocationFullVO TranscribingLocationDaoBase.toRemoteTranscribingLocationFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteTranscribingLocationFullVO TranscribingLocationDaoImpl.toRemoteTranscribingLocationFullVO(TranscribingLocation entity)
           
 RemoteTranscribingLocationFullVO TranscribingLocationDao.toRemoteTranscribingLocationFullVO(TranscribingLocation entity)
          Converts this DAO's entity to an object of type RemoteTranscribingLocationFullVO.
 RemoteTranscribingLocationFullVO TranscribingLocationDaoBase.toRemoteTranscribingLocationFullVO(TranscribingLocation entity)
           
 RemoteTranscribingLocationFullVO[] TranscribingLocationDao.toRemoteTranscribingLocationFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteTranscribingLocationFullVO.
 RemoteTranscribingLocationFullVO[] TranscribingLocationDaoBase.toRemoteTranscribingLocationFullVOArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.transcribing with parameters of type RemoteTranscribingLocationFullVO
 TranscribingLocation TranscribingLocationDaoImpl.remoteTranscribingLocationFullVOToEntity(RemoteTranscribingLocationFullVO remoteTranscribingLocationFullVO)
           
 TranscribingLocation TranscribingLocationDao.remoteTranscribingLocationFullVOToEntity(RemoteTranscribingLocationFullVO remoteTranscribingLocationFullVO)
          Converts an instance of type RemoteTranscribingLocationFullVO to this DAO's entity.
 void TranscribingLocationDaoImpl.remoteTranscribingLocationFullVOToEntity(RemoteTranscribingLocationFullVO source, TranscribingLocation target, boolean copyIfNull)
           
 void TranscribingLocationDao.remoteTranscribingLocationFullVOToEntity(RemoteTranscribingLocationFullVO source, TranscribingLocation target, boolean copyIfNull)
          Copies the fields of RemoteTranscribingLocationFullVO to the specified entity.
 void TranscribingLocationDaoBase.remoteTranscribingLocationFullVOToEntity(RemoteTranscribingLocationFullVO source, TranscribingLocation target, boolean copyIfNull)
           
 void TranscribingLocationDaoImpl.toRemoteTranscribingLocationFullVO(TranscribingLocation source, RemoteTranscribingLocationFullVO target)
           
 void TranscribingLocationDao.toRemoteTranscribingLocationFullVO(TranscribingLocation source, RemoteTranscribingLocationFullVO target)
          Copies the fields of the specified entity to the target value object.
 void TranscribingLocationDaoBase.toRemoteTranscribingLocationFullVO(TranscribingLocation source, RemoteTranscribingLocationFullVO target)
           
 

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

Methods in fr.ifremer.allegro.referential.transcribing.generic.service that return RemoteTranscribingLocationFullVO
 RemoteTranscribingLocationFullVO RemoteTranscribingLocationFullService.addTranscribingLocation(RemoteTranscribingLocationFullVO transcribingLocation)
           
 RemoteTranscribingLocationFullVO RemoteTranscribingLocationFullServiceWSDelegator.addTranscribingLocation(RemoteTranscribingLocationFullVO transcribingLocation)
           
 RemoteTranscribingLocationFullVO RemoteTranscribingLocationFullServiceBase.addTranscribingLocation(RemoteTranscribingLocationFullVO transcribingLocation)
           
 RemoteTranscribingLocationFullVO[] RemoteTranscribingLocationFullService.getAllTranscribingLocation()
           
 RemoteTranscribingLocationFullVO[] RemoteTranscribingLocationFullServiceWSDelegator.getAllTranscribingLocation()
           
 RemoteTranscribingLocationFullVO[] RemoteTranscribingLocationFullServiceBase.getAllTranscribingLocation()
           
 RemoteTranscribingLocationFullVO RemoteTranscribingLocationFullService.getTranscribingLocationByIdentifiers(java.lang.Integer transcribingSystemId, java.lang.Integer locationId)
           
 RemoteTranscribingLocationFullVO RemoteTranscribingLocationFullServiceWSDelegator.getTranscribingLocationByIdentifiers(java.lang.Integer transcribingSystemId, java.lang.Integer locationId)
           
 RemoteTranscribingLocationFullVO RemoteTranscribingLocationFullServiceBase.getTranscribingLocationByIdentifiers(java.lang.Integer transcribingSystemId, java.lang.Integer locationId)
           
 RemoteTranscribingLocationFullVO[] RemoteTranscribingLocationFullService.getTranscribingLocationByLocationId(java.lang.Integer id)
           
 RemoteTranscribingLocationFullVO[] RemoteTranscribingLocationFullServiceWSDelegator.getTranscribingLocationByLocationId(java.lang.Integer id)
           
 RemoteTranscribingLocationFullVO[] RemoteTranscribingLocationFullServiceBase.getTranscribingLocationByLocationId(java.lang.Integer id)
           
 RemoteTranscribingLocationFullVO RemoteTranscribingLocationFullService.getTranscribingLocationByNaturalId(RemoteTranscribingLocationNaturalId transcribingLocationNaturalId)
           
 RemoteTranscribingLocationFullVO RemoteTranscribingLocationFullServiceWSDelegator.getTranscribingLocationByNaturalId(RemoteTranscribingLocationNaturalId transcribingLocationNaturalId)
           
 RemoteTranscribingLocationFullVO RemoteTranscribingLocationFullServiceBase.getTranscribingLocationByNaturalId(RemoteTranscribingLocationNaturalId transcribingLocationNaturalId)
           
 RemoteTranscribingLocationFullVO[] RemoteTranscribingLocationFullService.getTranscribingLocationByTranscribingSideId(java.lang.Integer id)
           
 RemoteTranscribingLocationFullVO[] RemoteTranscribingLocationFullServiceWSDelegator.getTranscribingLocationByTranscribingSideId(java.lang.Integer id)
           
 RemoteTranscribingLocationFullVO[] RemoteTranscribingLocationFullServiceBase.getTranscribingLocationByTranscribingSideId(java.lang.Integer id)
           
 RemoteTranscribingLocationFullVO[] RemoteTranscribingLocationFullService.getTranscribingLocationByTranscribingSystemId(java.lang.Integer id)
           
 RemoteTranscribingLocationFullVO[] RemoteTranscribingLocationFullServiceWSDelegator.getTranscribingLocationByTranscribingSystemId(java.lang.Integer id)
           
 RemoteTranscribingLocationFullVO[] RemoteTranscribingLocationFullServiceBase.getTranscribingLocationByTranscribingSystemId(java.lang.Integer id)
           
protected  RemoteTranscribingLocationFullVO RemoteTranscribingLocationFullServiceImpl.handleAddTranscribingLocation(RemoteTranscribingLocationFullVO transcribingLocation)
           
protected abstract  RemoteTranscribingLocationFullVO RemoteTranscribingLocationFullServiceBase.handleAddTranscribingLocation(RemoteTranscribingLocationFullVO transcribingLocation)
          Performs the core logic for RemoteTranscribingLocationFullServiceBase.addTranscribingLocation(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationFullVO)
protected  RemoteTranscribingLocationFullVO[] RemoteTranscribingLocationFullServiceImpl.handleGetAllTranscribingLocation()
           
protected abstract  RemoteTranscribingLocationFullVO[] RemoteTranscribingLocationFullServiceBase.handleGetAllTranscribingLocation()
          Performs the core logic for RemoteTranscribingLocationFullServiceBase.getAllTranscribingLocation()
protected  RemoteTranscribingLocationFullVO RemoteTranscribingLocationFullServiceImpl.handleGetTranscribingLocationByIdentifiers(java.lang.Integer transcribingSystemId, java.lang.Integer locationId)
           
protected abstract  RemoteTranscribingLocationFullVO RemoteTranscribingLocationFullServiceBase.handleGetTranscribingLocationByIdentifiers(java.lang.Integer transcribingSystemId, java.lang.Integer locationId)
          Performs the core logic for RemoteTranscribingLocationFullServiceBase.getTranscribingLocationByIdentifiers(java.lang.Integer, java.lang.Integer)
protected  RemoteTranscribingLocationFullVO[] RemoteTranscribingLocationFullServiceImpl.handleGetTranscribingLocationByLocationId(java.lang.Integer id)
           
protected abstract  RemoteTranscribingLocationFullVO[] RemoteTranscribingLocationFullServiceBase.handleGetTranscribingLocationByLocationId(java.lang.Integer id)
          Performs the core logic for RemoteTranscribingLocationFullServiceBase.getTranscribingLocationByLocationId(java.lang.Integer)
protected  RemoteTranscribingLocationFullVO RemoteTranscribingLocationFullServiceImpl.handleGetTranscribingLocationByNaturalId(RemoteTranscribingLocationNaturalId transcribingLocationNaturalId)
           
protected abstract  RemoteTranscribingLocationFullVO RemoteTranscribingLocationFullServiceBase.handleGetTranscribingLocationByNaturalId(RemoteTranscribingLocationNaturalId transcribingLocationNaturalId)
          Performs the core logic for RemoteTranscribingLocationFullServiceBase.getTranscribingLocationByNaturalId(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationNaturalId)
protected  RemoteTranscribingLocationFullVO[] RemoteTranscribingLocationFullServiceImpl.handleGetTranscribingLocationByTranscribingSideId(java.lang.Integer id)
           
protected abstract  RemoteTranscribingLocationFullVO[] RemoteTranscribingLocationFullServiceBase.handleGetTranscribingLocationByTranscribingSideId(java.lang.Integer id)
          Performs the core logic for RemoteTranscribingLocationFullServiceBase.getTranscribingLocationByTranscribingSideId(java.lang.Integer)
protected  RemoteTranscribingLocationFullVO[] RemoteTranscribingLocationFullServiceImpl.handleGetTranscribingLocationByTranscribingSystemId(java.lang.Integer id)
           
protected abstract  RemoteTranscribingLocationFullVO[] RemoteTranscribingLocationFullServiceBase.handleGetTranscribingLocationByTranscribingSystemId(java.lang.Integer id)
          Performs the core logic for RemoteTranscribingLocationFullServiceBase.getTranscribingLocationByTranscribingSystemId(java.lang.Integer)
 

Methods in fr.ifremer.allegro.referential.transcribing.generic.service with parameters of type RemoteTranscribingLocationFullVO
 RemoteTranscribingLocationFullVO RemoteTranscribingLocationFullService.addTranscribingLocation(RemoteTranscribingLocationFullVO transcribingLocation)
           
 RemoteTranscribingLocationFullVO RemoteTranscribingLocationFullServiceWSDelegator.addTranscribingLocation(RemoteTranscribingLocationFullVO transcribingLocation)
           
 RemoteTranscribingLocationFullVO RemoteTranscribingLocationFullServiceBase.addTranscribingLocation(RemoteTranscribingLocationFullVO transcribingLocation)
           
protected  RemoteTranscribingLocationFullVO RemoteTranscribingLocationFullServiceImpl.handleAddTranscribingLocation(RemoteTranscribingLocationFullVO transcribingLocation)
           
protected abstract  RemoteTranscribingLocationFullVO RemoteTranscribingLocationFullServiceBase.handleAddTranscribingLocation(RemoteTranscribingLocationFullVO transcribingLocation)
          Performs the core logic for RemoteTranscribingLocationFullServiceBase.addTranscribingLocation(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationFullVO)
protected  boolean RemoteTranscribingLocationFullServiceImpl.handleRemoteTranscribingLocationFullVOsAreEqual(RemoteTranscribingLocationFullVO remoteTranscribingLocationFullVOFirst, RemoteTranscribingLocationFullVO remoteTranscribingLocationFullVOSecond)
           
protected abstract  boolean RemoteTranscribingLocationFullServiceBase.handleRemoteTranscribingLocationFullVOsAreEqual(RemoteTranscribingLocationFullVO remoteTranscribingLocationFullVOFirst, RemoteTranscribingLocationFullVO remoteTranscribingLocationFullVOSecond)
          Performs the core logic for RemoteTranscribingLocationFullServiceBase.remoteTranscribingLocationFullVOsAreEqual(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationFullVO)
protected  boolean RemoteTranscribingLocationFullServiceImpl.handleRemoteTranscribingLocationFullVOsAreEqualOnIdentifiers(RemoteTranscribingLocationFullVO remoteTranscribingLocationFullVOFirst, RemoteTranscribingLocationFullVO remoteTranscribingLocationFullVOSecond)
           
protected abstract  boolean RemoteTranscribingLocationFullServiceBase.handleRemoteTranscribingLocationFullVOsAreEqualOnIdentifiers(RemoteTranscribingLocationFullVO remoteTranscribingLocationFullVOFirst, RemoteTranscribingLocationFullVO remoteTranscribingLocationFullVOSecond)
          Performs the core logic for RemoteTranscribingLocationFullServiceBase.remoteTranscribingLocationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationFullVO)
protected  void RemoteTranscribingLocationFullServiceImpl.handleRemoveTranscribingLocation(RemoteTranscribingLocationFullVO transcribingLocation)
           
protected abstract  void RemoteTranscribingLocationFullServiceBase.handleRemoveTranscribingLocation(RemoteTranscribingLocationFullVO transcribingLocation)
          Performs the core logic for RemoteTranscribingLocationFullServiceBase.removeTranscribingLocation(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationFullVO)
protected  void RemoteTranscribingLocationFullServiceImpl.handleUpdateTranscribingLocation(RemoteTranscribingLocationFullVO transcribingLocation)
           
protected abstract  void RemoteTranscribingLocationFullServiceBase.handleUpdateTranscribingLocation(RemoteTranscribingLocationFullVO transcribingLocation)
          Performs the core logic for RemoteTranscribingLocationFullServiceBase.updateTranscribingLocation(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationFullVO)
 boolean RemoteTranscribingLocationFullService.remoteTranscribingLocationFullVOsAreEqual(RemoteTranscribingLocationFullVO remoteTranscribingLocationFullVOFirst, RemoteTranscribingLocationFullVO remoteTranscribingLocationFullVOSecond)
           
 boolean RemoteTranscribingLocationFullServiceWSDelegator.remoteTranscribingLocationFullVOsAreEqual(RemoteTranscribingLocationFullVO remoteTranscribingLocationFullVOFirst, RemoteTranscribingLocationFullVO remoteTranscribingLocationFullVOSecond)
           
 boolean RemoteTranscribingLocationFullServiceBase.remoteTranscribingLocationFullVOsAreEqual(RemoteTranscribingLocationFullVO remoteTranscribingLocationFullVOFirst, RemoteTranscribingLocationFullVO remoteTranscribingLocationFullVOSecond)
           
 boolean RemoteTranscribingLocationFullService.remoteTranscribingLocationFullVOsAreEqualOnIdentifiers(RemoteTranscribingLocationFullVO remoteTranscribingLocationFullVOFirst, RemoteTranscribingLocationFullVO remoteTranscribingLocationFullVOSecond)
           
 boolean RemoteTranscribingLocationFullServiceWSDelegator.remoteTranscribingLocationFullVOsAreEqualOnIdentifiers(RemoteTranscribingLocationFullVO remoteTranscribingLocationFullVOFirst, RemoteTranscribingLocationFullVO remoteTranscribingLocationFullVOSecond)
           
 boolean RemoteTranscribingLocationFullServiceBase.remoteTranscribingLocationFullVOsAreEqualOnIdentifiers(RemoteTranscribingLocationFullVO remoteTranscribingLocationFullVOFirst, RemoteTranscribingLocationFullVO remoteTranscribingLocationFullVOSecond)
           
 void RemoteTranscribingLocationFullService.removeTranscribingLocation(RemoteTranscribingLocationFullVO transcribingLocation)
           
 void RemoteTranscribingLocationFullServiceWSDelegator.removeTranscribingLocation(RemoteTranscribingLocationFullVO transcribingLocation)
           
 void RemoteTranscribingLocationFullServiceBase.removeTranscribingLocation(RemoteTranscribingLocationFullVO transcribingLocation)
           
 void RemoteTranscribingLocationFullService.updateTranscribingLocation(RemoteTranscribingLocationFullVO transcribingLocation)
           
 void RemoteTranscribingLocationFullServiceWSDelegator.updateTranscribingLocation(RemoteTranscribingLocationFullVO transcribingLocation)
           
 void RemoteTranscribingLocationFullServiceBase.updateTranscribingLocation(RemoteTranscribingLocationFullVO transcribingLocation)
           
 

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

Methods in fr.ifremer.allegro.referential.transcribing.generic.vo with parameters of type RemoteTranscribingLocationFullVO
 void RemoteTranscribingLocationFullVO.copy(RemoteTranscribingLocationFullVO 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 RemoteTranscribingLocationFullVO
RemoteTranscribingLocationFullVO(RemoteTranscribingLocationFullVO otherBean)
          Copies constructor from other RemoteTranscribingLocationFullVO
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.