Uses of Class
fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearFullVO

Packages that use RemoteGearFullVO
fr.ifremer.allegro.referential.gear   
fr.ifremer.allegro.referential.gear.generic.service   
fr.ifremer.allegro.referential.gear.generic.vo   
 

Uses of RemoteGearFullVO in fr.ifremer.allegro.referential.gear
 

Methods in fr.ifremer.allegro.referential.gear that return RemoteGearFullVO
 RemoteGearFullVO GearDaoImpl.toRemoteGearFullVO(Gear entity)
           
 RemoteGearFullVO GearDao.toRemoteGearFullVO(Gear entity)
          Converts this DAO's entity to an object of type RemoteGearFullVO.
 RemoteGearFullVO GearDaoBase.toRemoteGearFullVO(Gear entity)
           
protected  RemoteGearFullVO GearDaoBase.toRemoteGearFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteGearFullVO[] GearDao.toRemoteGearFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteGearFullVO.
 RemoteGearFullVO[] GearDaoBase.toRemoteGearFullVOArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.gear with parameters of type RemoteGearFullVO
 Gear GearDaoImpl.remoteGearFullVOToEntity(RemoteGearFullVO remoteGearFullVO)
           
 Gear GearDao.remoteGearFullVOToEntity(RemoteGearFullVO remoteGearFullVO)
          Converts an instance of type RemoteGearFullVO to this DAO's entity.
 void GearDaoImpl.remoteGearFullVOToEntity(RemoteGearFullVO source, Gear target, boolean copyIfNull)
           
 void GearDao.remoteGearFullVOToEntity(RemoteGearFullVO source, Gear target, boolean copyIfNull)
          Copies the fields of RemoteGearFullVO to the specified entity.
 void GearDaoBase.remoteGearFullVOToEntity(RemoteGearFullVO source, Gear target, boolean copyIfNull)
           
 void GearDaoImpl.toRemoteGearFullVO(Gear source, RemoteGearFullVO target)
           
 void GearDao.toRemoteGearFullVO(Gear source, RemoteGearFullVO target)
          Copies the fields of the specified entity to the target value object.
 void GearDaoBase.toRemoteGearFullVO(Gear source, RemoteGearFullVO target)
           
 

Uses of RemoteGearFullVO in fr.ifremer.allegro.referential.gear.generic.service
 

Methods in fr.ifremer.allegro.referential.gear.generic.service that return RemoteGearFullVO
 RemoteGearFullVO RemoteGearFullService.addGear(RemoteGearFullVO gear)
           
 RemoteGearFullVO RemoteGearFullServiceWSDelegator.addGear(RemoteGearFullVO gear)
           
 RemoteGearFullVO RemoteGearFullServiceBase.addGear(RemoteGearFullVO gear)
           
 RemoteGearFullVO[] RemoteGearFullService.getAllGear()
           
 RemoteGearFullVO[] RemoteGearFullServiceWSDelegator.getAllGear()
           
 RemoteGearFullVO[] RemoteGearFullServiceBase.getAllGear()
           
 RemoteGearFullVO[] RemoteGearFullService.getGearByGearClassificationId(java.lang.Integer id)
           
 RemoteGearFullVO[] RemoteGearFullServiceWSDelegator.getGearByGearClassificationId(java.lang.Integer id)
           
 RemoteGearFullVO[] RemoteGearFullServiceBase.getGearByGearClassificationId(java.lang.Integer id)
           
 RemoteGearFullVO RemoteGearFullService.getGearById(java.lang.Integer id)
           
 RemoteGearFullVO RemoteGearFullServiceWSDelegator.getGearById(java.lang.Integer id)
           
 RemoteGearFullVO RemoteGearFullServiceBase.getGearById(java.lang.Integer id)
           
 RemoteGearFullVO[] RemoteGearFullService.getGearByIds(java.lang.Integer[] id)
           
 RemoteGearFullVO[] RemoteGearFullServiceWSDelegator.getGearByIds(java.lang.Integer[] id)
           
 RemoteGearFullVO[] RemoteGearFullServiceBase.getGearByIds(java.lang.Integer[] id)
           
 RemoteGearFullVO RemoteGearFullService.getGearByNaturalId(RemoteGearNaturalId gearNaturalId)
           
 RemoteGearFullVO RemoteGearFullServiceWSDelegator.getGearByNaturalId(RemoteGearNaturalId gearNaturalId)
           
 RemoteGearFullVO RemoteGearFullServiceBase.getGearByNaturalId(RemoteGearNaturalId gearNaturalId)
           
 RemoteGearFullVO[] RemoteGearFullService.getGearByParentGearId(java.lang.Integer id)
           
 RemoteGearFullVO[] RemoteGearFullServiceWSDelegator.getGearByParentGearId(java.lang.Integer id)
           
 RemoteGearFullVO[] RemoteGearFullServiceBase.getGearByParentGearId(java.lang.Integer id)
           
 RemoteGearFullVO[] RemoteGearFullService.getGearByStatusCode(java.lang.String code)
           
 RemoteGearFullVO[] RemoteGearFullServiceWSDelegator.getGearByStatusCode(java.lang.String code)
           
 RemoteGearFullVO[] RemoteGearFullServiceBase.getGearByStatusCode(java.lang.String code)
           
protected  RemoteGearFullVO RemoteGearFullServiceImpl.handleAddGear(RemoteGearFullVO gear)
           
protected abstract  RemoteGearFullVO RemoteGearFullServiceBase.handleAddGear(RemoteGearFullVO gear)
          Performs the core logic for RemoteGearFullServiceBase.addGear(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearFullVO)
protected  RemoteGearFullVO[] RemoteGearFullServiceImpl.handleGetAllGear()
           
protected abstract  RemoteGearFullVO[] RemoteGearFullServiceBase.handleGetAllGear()
          Performs the core logic for RemoteGearFullServiceBase.getAllGear()
protected  RemoteGearFullVO[] RemoteGearFullServiceImpl.handleGetGearByGearClassificationId(java.lang.Integer id)
           
protected abstract  RemoteGearFullVO[] RemoteGearFullServiceBase.handleGetGearByGearClassificationId(java.lang.Integer id)
          Performs the core logic for RemoteGearFullServiceBase.getGearByGearClassificationId(java.lang.Integer)
protected  RemoteGearFullVO RemoteGearFullServiceImpl.handleGetGearById(java.lang.Integer id)
           
protected abstract  RemoteGearFullVO RemoteGearFullServiceBase.handleGetGearById(java.lang.Integer id)
          Performs the core logic for RemoteGearFullServiceBase.getGearById(java.lang.Integer)
protected  RemoteGearFullVO[] RemoteGearFullServiceImpl.handleGetGearByIds(java.lang.Integer[] id)
           
protected abstract  RemoteGearFullVO[] RemoteGearFullServiceBase.handleGetGearByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteGearFullServiceBase.getGearByIds(java.lang.Integer[])
protected  RemoteGearFullVO RemoteGearFullServiceImpl.handleGetGearByNaturalId(RemoteGearNaturalId gearNaturalId)
           
protected abstract  RemoteGearFullVO RemoteGearFullServiceBase.handleGetGearByNaturalId(RemoteGearNaturalId gearNaturalId)
          Performs the core logic for RemoteGearFullServiceBase.getGearByNaturalId(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearNaturalId)
protected  RemoteGearFullVO[] RemoteGearFullServiceImpl.handleGetGearByParentGearId(java.lang.Integer id)
           
protected abstract  RemoteGearFullVO[] RemoteGearFullServiceBase.handleGetGearByParentGearId(java.lang.Integer id)
          Performs the core logic for RemoteGearFullServiceBase.getGearByParentGearId(java.lang.Integer)
protected  RemoteGearFullVO[] RemoteGearFullServiceImpl.handleGetGearByStatusCode(java.lang.String code)
           
protected abstract  RemoteGearFullVO[] RemoteGearFullServiceBase.handleGetGearByStatusCode(java.lang.String code)
          Performs the core logic for RemoteGearFullServiceBase.getGearByStatusCode(java.lang.String)
 

Methods in fr.ifremer.allegro.referential.gear.generic.service with parameters of type RemoteGearFullVO
 RemoteGearFullVO RemoteGearFullService.addGear(RemoteGearFullVO gear)
           
 RemoteGearFullVO RemoteGearFullServiceWSDelegator.addGear(RemoteGearFullVO gear)
           
 RemoteGearFullVO RemoteGearFullServiceBase.addGear(RemoteGearFullVO gear)
           
protected  RemoteGearFullVO RemoteGearFullServiceImpl.handleAddGear(RemoteGearFullVO gear)
           
protected abstract  RemoteGearFullVO RemoteGearFullServiceBase.handleAddGear(RemoteGearFullVO gear)
          Performs the core logic for RemoteGearFullServiceBase.addGear(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearFullVO)
protected  boolean RemoteGearFullServiceImpl.handleRemoteGearFullVOsAreEqual(RemoteGearFullVO remoteGearFullVOFirst, RemoteGearFullVO remoteGearFullVOSecond)
           
protected abstract  boolean RemoteGearFullServiceBase.handleRemoteGearFullVOsAreEqual(RemoteGearFullVO remoteGearFullVOFirst, RemoteGearFullVO remoteGearFullVOSecond)
          Performs the core logic for RemoteGearFullServiceBase.remoteGearFullVOsAreEqual(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearFullVO, fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearFullVO)
protected  boolean RemoteGearFullServiceImpl.handleRemoteGearFullVOsAreEqualOnIdentifiers(RemoteGearFullVO remoteGearFullVOFirst, RemoteGearFullVO remoteGearFullVOSecond)
           
protected abstract  boolean RemoteGearFullServiceBase.handleRemoteGearFullVOsAreEqualOnIdentifiers(RemoteGearFullVO remoteGearFullVOFirst, RemoteGearFullVO remoteGearFullVOSecond)
          Performs the core logic for RemoteGearFullServiceBase.remoteGearFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearFullVO, fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearFullVO)
protected  void RemoteGearFullServiceImpl.handleRemoveGear(RemoteGearFullVO gear)
           
protected abstract  void RemoteGearFullServiceBase.handleRemoveGear(RemoteGearFullVO gear)
          Performs the core logic for RemoteGearFullServiceBase.removeGear(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearFullVO)
protected  void RemoteGearFullServiceImpl.handleUpdateGear(RemoteGearFullVO gear)
           
protected abstract  void RemoteGearFullServiceBase.handleUpdateGear(RemoteGearFullVO gear)
          Performs the core logic for RemoteGearFullServiceBase.updateGear(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearFullVO)
 boolean RemoteGearFullService.remoteGearFullVOsAreEqual(RemoteGearFullVO remoteGearFullVOFirst, RemoteGearFullVO remoteGearFullVOSecond)
           
 boolean RemoteGearFullServiceWSDelegator.remoteGearFullVOsAreEqual(RemoteGearFullVO remoteGearFullVOFirst, RemoteGearFullVO remoteGearFullVOSecond)
           
 boolean RemoteGearFullServiceBase.remoteGearFullVOsAreEqual(RemoteGearFullVO remoteGearFullVOFirst, RemoteGearFullVO remoteGearFullVOSecond)
           
 boolean RemoteGearFullService.remoteGearFullVOsAreEqualOnIdentifiers(RemoteGearFullVO remoteGearFullVOFirst, RemoteGearFullVO remoteGearFullVOSecond)
           
 boolean RemoteGearFullServiceWSDelegator.remoteGearFullVOsAreEqualOnIdentifiers(RemoteGearFullVO remoteGearFullVOFirst, RemoteGearFullVO remoteGearFullVOSecond)
           
 boolean RemoteGearFullServiceBase.remoteGearFullVOsAreEqualOnIdentifiers(RemoteGearFullVO remoteGearFullVOFirst, RemoteGearFullVO remoteGearFullVOSecond)
           
 void RemoteGearFullService.removeGear(RemoteGearFullVO gear)
           
 void RemoteGearFullServiceWSDelegator.removeGear(RemoteGearFullVO gear)
           
 void RemoteGearFullServiceBase.removeGear(RemoteGearFullVO gear)
           
 void RemoteGearFullService.updateGear(RemoteGearFullVO gear)
           
 void RemoteGearFullServiceWSDelegator.updateGear(RemoteGearFullVO gear)
           
 void RemoteGearFullServiceBase.updateGear(RemoteGearFullVO gear)
           
 

Uses of RemoteGearFullVO in fr.ifremer.allegro.referential.gear.generic.vo
 

Subclasses of RemoteGearFullVO in fr.ifremer.allegro.referential.gear.generic.vo
 class RemoteFishingGearFullVO
           
 

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

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.