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

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

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

Methods in fr.ifremer.allegro.referential.gear that return RemoteGearClassificationFullVO
 RemoteGearClassificationFullVO GearClassificationDaoImpl.toRemoteGearClassificationFullVO(GearClassification entity)
           
 RemoteGearClassificationFullVO GearClassificationDao.toRemoteGearClassificationFullVO(GearClassification entity)
          Converts this DAO's entity to an object of type RemoteGearClassificationFullVO.
 RemoteGearClassificationFullVO GearClassificationDaoBase.toRemoteGearClassificationFullVO(GearClassification entity)
           
protected  RemoteGearClassificationFullVO GearClassificationDaoBase.toRemoteGearClassificationFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteGearClassificationFullVO[] GearClassificationDao.toRemoteGearClassificationFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteGearClassificationFullVO.
 RemoteGearClassificationFullVO[] GearClassificationDaoBase.toRemoteGearClassificationFullVOArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.gear with parameters of type RemoteGearClassificationFullVO
 GearClassification GearClassificationDaoImpl.remoteGearClassificationFullVOToEntity(RemoteGearClassificationFullVO remoteGearClassificationFullVO)
           
 GearClassification GearClassificationDao.remoteGearClassificationFullVOToEntity(RemoteGearClassificationFullVO remoteGearClassificationFullVO)
          Converts an instance of type RemoteGearClassificationFullVO to this DAO's entity.
 void GearClassificationDaoImpl.remoteGearClassificationFullVOToEntity(RemoteGearClassificationFullVO source, GearClassification target, boolean copyIfNull)
           
 void GearClassificationDao.remoteGearClassificationFullVOToEntity(RemoteGearClassificationFullVO source, GearClassification target, boolean copyIfNull)
          Copies the fields of RemoteGearClassificationFullVO to the specified entity.
 void GearClassificationDaoBase.remoteGearClassificationFullVOToEntity(RemoteGearClassificationFullVO source, GearClassification target, boolean copyIfNull)
           
 void GearClassificationDaoImpl.toRemoteGearClassificationFullVO(GearClassification source, RemoteGearClassificationFullVO target)
           
 void GearClassificationDao.toRemoteGearClassificationFullVO(GearClassification source, RemoteGearClassificationFullVO target)
          Copies the fields of the specified entity to the target value object.
 void GearClassificationDaoBase.toRemoteGearClassificationFullVO(GearClassification source, RemoteGearClassificationFullVO target)
           
 

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

Methods in fr.ifremer.allegro.referential.gear.generic.service that return RemoteGearClassificationFullVO
 RemoteGearClassificationFullVO RemoteGearClassificationFullService.addGearClassification(RemoteGearClassificationFullVO gearClassification)
           
 RemoteGearClassificationFullVO RemoteGearClassificationFullServiceWSDelegator.addGearClassification(RemoteGearClassificationFullVO gearClassification)
           
 RemoteGearClassificationFullVO RemoteGearClassificationFullServiceBase.addGearClassification(RemoteGearClassificationFullVO gearClassification)
           
 RemoteGearClassificationFullVO[] RemoteGearClassificationFullService.getAllGearClassification()
           
 RemoteGearClassificationFullVO[] RemoteGearClassificationFullServiceWSDelegator.getAllGearClassification()
           
 RemoteGearClassificationFullVO[] RemoteGearClassificationFullServiceBase.getAllGearClassification()
           
 RemoteGearClassificationFullVO RemoteGearClassificationFullService.getGearClassificationById(java.lang.Integer id)
           
 RemoteGearClassificationFullVO RemoteGearClassificationFullServiceWSDelegator.getGearClassificationById(java.lang.Integer id)
           
 RemoteGearClassificationFullVO RemoteGearClassificationFullServiceBase.getGearClassificationById(java.lang.Integer id)
           
 RemoteGearClassificationFullVO[] RemoteGearClassificationFullService.getGearClassificationByIds(java.lang.Integer[] id)
           
 RemoteGearClassificationFullVO[] RemoteGearClassificationFullServiceWSDelegator.getGearClassificationByIds(java.lang.Integer[] id)
           
 RemoteGearClassificationFullVO[] RemoteGearClassificationFullServiceBase.getGearClassificationByIds(java.lang.Integer[] id)
           
 RemoteGearClassificationFullVO RemoteGearClassificationFullService.getGearClassificationByNaturalId(RemoteGearClassificationNaturalId gearClassificationNaturalId)
           
 RemoteGearClassificationFullVO RemoteGearClassificationFullServiceWSDelegator.getGearClassificationByNaturalId(RemoteGearClassificationNaturalId gearClassificationNaturalId)
           
 RemoteGearClassificationFullVO RemoteGearClassificationFullServiceBase.getGearClassificationByNaturalId(RemoteGearClassificationNaturalId gearClassificationNaturalId)
           
protected  RemoteGearClassificationFullVO RemoteGearClassificationFullServiceImpl.handleAddGearClassification(RemoteGearClassificationFullVO gearClassification)
           
protected abstract  RemoteGearClassificationFullVO RemoteGearClassificationFullServiceBase.handleAddGearClassification(RemoteGearClassificationFullVO gearClassification)
          Performs the core logic for RemoteGearClassificationFullServiceBase.addGearClassification(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationFullVO)
protected  RemoteGearClassificationFullVO[] RemoteGearClassificationFullServiceImpl.handleGetAllGearClassification()
           
protected abstract  RemoteGearClassificationFullVO[] RemoteGearClassificationFullServiceBase.handleGetAllGearClassification()
          Performs the core logic for RemoteGearClassificationFullServiceBase.getAllGearClassification()
protected  RemoteGearClassificationFullVO RemoteGearClassificationFullServiceImpl.handleGetGearClassificationById(java.lang.Integer id)
           
protected abstract  RemoteGearClassificationFullVO RemoteGearClassificationFullServiceBase.handleGetGearClassificationById(java.lang.Integer id)
          Performs the core logic for RemoteGearClassificationFullServiceBase.getGearClassificationById(java.lang.Integer)
protected  RemoteGearClassificationFullVO[] RemoteGearClassificationFullServiceImpl.handleGetGearClassificationByIds(java.lang.Integer[] id)
           
protected abstract  RemoteGearClassificationFullVO[] RemoteGearClassificationFullServiceBase.handleGetGearClassificationByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteGearClassificationFullServiceBase.getGearClassificationByIds(java.lang.Integer[])
protected  RemoteGearClassificationFullVO RemoteGearClassificationFullServiceImpl.handleGetGearClassificationByNaturalId(RemoteGearClassificationNaturalId gearClassificationNaturalId)
           
protected abstract  RemoteGearClassificationFullVO RemoteGearClassificationFullServiceBase.handleGetGearClassificationByNaturalId(RemoteGearClassificationNaturalId gearClassificationNaturalId)
          Performs the core logic for RemoteGearClassificationFullServiceBase.getGearClassificationByNaturalId(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationNaturalId)
 

Methods in fr.ifremer.allegro.referential.gear.generic.service with parameters of type RemoteGearClassificationFullVO
 RemoteGearClassificationFullVO RemoteGearClassificationFullService.addGearClassification(RemoteGearClassificationFullVO gearClassification)
           
 RemoteGearClassificationFullVO RemoteGearClassificationFullServiceWSDelegator.addGearClassification(RemoteGearClassificationFullVO gearClassification)
           
 RemoteGearClassificationFullVO RemoteGearClassificationFullServiceBase.addGearClassification(RemoteGearClassificationFullVO gearClassification)
           
protected  RemoteGearClassificationFullVO RemoteGearClassificationFullServiceImpl.handleAddGearClassification(RemoteGearClassificationFullVO gearClassification)
           
protected abstract  RemoteGearClassificationFullVO RemoteGearClassificationFullServiceBase.handleAddGearClassification(RemoteGearClassificationFullVO gearClassification)
          Performs the core logic for RemoteGearClassificationFullServiceBase.addGearClassification(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationFullVO)
protected  boolean RemoteGearClassificationFullServiceImpl.handleRemoteGearClassificationFullVOsAreEqual(RemoteGearClassificationFullVO remoteGearClassificationFullVOFirst, RemoteGearClassificationFullVO remoteGearClassificationFullVOSecond)
           
protected abstract  boolean RemoteGearClassificationFullServiceBase.handleRemoteGearClassificationFullVOsAreEqual(RemoteGearClassificationFullVO remoteGearClassificationFullVOFirst, RemoteGearClassificationFullVO remoteGearClassificationFullVOSecond)
          Performs the core logic for RemoteGearClassificationFullServiceBase.remoteGearClassificationFullVOsAreEqual(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationFullVO, fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationFullVO)
protected  boolean RemoteGearClassificationFullServiceImpl.handleRemoteGearClassificationFullVOsAreEqualOnIdentifiers(RemoteGearClassificationFullVO remoteGearClassificationFullVOFirst, RemoteGearClassificationFullVO remoteGearClassificationFullVOSecond)
           
protected abstract  boolean RemoteGearClassificationFullServiceBase.handleRemoteGearClassificationFullVOsAreEqualOnIdentifiers(RemoteGearClassificationFullVO remoteGearClassificationFullVOFirst, RemoteGearClassificationFullVO remoteGearClassificationFullVOSecond)
          Performs the core logic for RemoteGearClassificationFullServiceBase.remoteGearClassificationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationFullVO, fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationFullVO)
protected  void RemoteGearClassificationFullServiceImpl.handleRemoveGearClassification(RemoteGearClassificationFullVO gearClassification)
           
protected abstract  void RemoteGearClassificationFullServiceBase.handleRemoveGearClassification(RemoteGearClassificationFullVO gearClassification)
          Performs the core logic for RemoteGearClassificationFullServiceBase.removeGearClassification(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationFullVO)
protected  void RemoteGearClassificationFullServiceImpl.handleUpdateGearClassification(RemoteGearClassificationFullVO gearClassification)
           
protected abstract  void RemoteGearClassificationFullServiceBase.handleUpdateGearClassification(RemoteGearClassificationFullVO gearClassification)
          Performs the core logic for RemoteGearClassificationFullServiceBase.updateGearClassification(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationFullVO)
 boolean RemoteGearClassificationFullService.remoteGearClassificationFullVOsAreEqual(RemoteGearClassificationFullVO remoteGearClassificationFullVOFirst, RemoteGearClassificationFullVO remoteGearClassificationFullVOSecond)
           
 boolean RemoteGearClassificationFullServiceWSDelegator.remoteGearClassificationFullVOsAreEqual(RemoteGearClassificationFullVO remoteGearClassificationFullVOFirst, RemoteGearClassificationFullVO remoteGearClassificationFullVOSecond)
           
 boolean RemoteGearClassificationFullServiceBase.remoteGearClassificationFullVOsAreEqual(RemoteGearClassificationFullVO remoteGearClassificationFullVOFirst, RemoteGearClassificationFullVO remoteGearClassificationFullVOSecond)
           
 boolean RemoteGearClassificationFullService.remoteGearClassificationFullVOsAreEqualOnIdentifiers(RemoteGearClassificationFullVO remoteGearClassificationFullVOFirst, RemoteGearClassificationFullVO remoteGearClassificationFullVOSecond)
           
 boolean RemoteGearClassificationFullServiceWSDelegator.remoteGearClassificationFullVOsAreEqualOnIdentifiers(RemoteGearClassificationFullVO remoteGearClassificationFullVOFirst, RemoteGearClassificationFullVO remoteGearClassificationFullVOSecond)
           
 boolean RemoteGearClassificationFullServiceBase.remoteGearClassificationFullVOsAreEqualOnIdentifiers(RemoteGearClassificationFullVO remoteGearClassificationFullVOFirst, RemoteGearClassificationFullVO remoteGearClassificationFullVOSecond)
           
 void RemoteGearClassificationFullService.removeGearClassification(RemoteGearClassificationFullVO gearClassification)
           
 void RemoteGearClassificationFullServiceWSDelegator.removeGearClassification(RemoteGearClassificationFullVO gearClassification)
           
 void RemoteGearClassificationFullServiceBase.removeGearClassification(RemoteGearClassificationFullVO gearClassification)
           
 void RemoteGearClassificationFullService.updateGearClassification(RemoteGearClassificationFullVO gearClassification)
           
 void RemoteGearClassificationFullServiceWSDelegator.updateGearClassification(RemoteGearClassificationFullVO gearClassification)
           
 void RemoteGearClassificationFullServiceBase.updateGearClassification(RemoteGearClassificationFullVO gearClassification)
           
 

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

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.