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

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

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

Methods in fr.ifremer.allegro.referential.gear that return RemoteGearAssociationFullVO
 RemoteGearAssociationFullVO GearAssociationDaoImpl.toRemoteGearAssociationFullVO(GearAssociation entity)
           
 RemoteGearAssociationFullVO GearAssociationDao.toRemoteGearAssociationFullVO(GearAssociation entity)
          Converts this DAO's entity to an object of type RemoteGearAssociationFullVO.
 RemoteGearAssociationFullVO GearAssociationDaoBase.toRemoteGearAssociationFullVO(GearAssociation entity)
           
protected  RemoteGearAssociationFullVO GearAssociationDaoBase.toRemoteGearAssociationFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteGearAssociationFullVO[] GearAssociationDao.toRemoteGearAssociationFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteGearAssociationFullVO.
 RemoteGearAssociationFullVO[] GearAssociationDaoBase.toRemoteGearAssociationFullVOArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.gear with parameters of type RemoteGearAssociationFullVO
 GearAssociation GearAssociationDaoImpl.remoteGearAssociationFullVOToEntity(RemoteGearAssociationFullVO remoteGearAssociationFullVO)
           
 GearAssociation GearAssociationDao.remoteGearAssociationFullVOToEntity(RemoteGearAssociationFullVO remoteGearAssociationFullVO)
          Converts an instance of type RemoteGearAssociationFullVO to this DAO's entity.
 void GearAssociationDaoImpl.remoteGearAssociationFullVOToEntity(RemoteGearAssociationFullVO source, GearAssociation target, boolean copyIfNull)
           
 void GearAssociationDao.remoteGearAssociationFullVOToEntity(RemoteGearAssociationFullVO source, GearAssociation target, boolean copyIfNull)
          Copies the fields of RemoteGearAssociationFullVO to the specified entity.
 void GearAssociationDaoBase.remoteGearAssociationFullVOToEntity(RemoteGearAssociationFullVO source, GearAssociation target, boolean copyIfNull)
           
 void GearAssociationDaoImpl.toRemoteGearAssociationFullVO(GearAssociation source, RemoteGearAssociationFullVO target)
           
 void GearAssociationDao.toRemoteGearAssociationFullVO(GearAssociation source, RemoteGearAssociationFullVO target)
          Copies the fields of the specified entity to the target value object.
 void GearAssociationDaoBase.toRemoteGearAssociationFullVO(GearAssociation source, RemoteGearAssociationFullVO target)
           
 

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

Methods in fr.ifremer.allegro.referential.gear.generic.service that return RemoteGearAssociationFullVO
 RemoteGearAssociationFullVO RemoteGearAssociationFullService.addGearAssociation(RemoteGearAssociationFullVO gearAssociation)
           
 RemoteGearAssociationFullVO RemoteGearAssociationFullServiceWSDelegator.addGearAssociation(RemoteGearAssociationFullVO gearAssociation)
           
 RemoteGearAssociationFullVO RemoteGearAssociationFullServiceBase.addGearAssociation(RemoteGearAssociationFullVO gearAssociation)
           
 RemoteGearAssociationFullVO[] RemoteGearAssociationFullService.getAllGearAssociation()
           
 RemoteGearAssociationFullVO[] RemoteGearAssociationFullServiceWSDelegator.getAllGearAssociation()
           
 RemoteGearAssociationFullVO[] RemoteGearAssociationFullServiceBase.getAllGearAssociation()
           
 RemoteGearAssociationFullVO[] RemoteGearAssociationFullService.getGearAssociationByFromGearId(java.lang.Integer id)
           
 RemoteGearAssociationFullVO[] RemoteGearAssociationFullServiceWSDelegator.getGearAssociationByFromGearId(java.lang.Integer id)
           
 RemoteGearAssociationFullVO[] RemoteGearAssociationFullServiceBase.getGearAssociationByFromGearId(java.lang.Integer id)
           
 RemoteGearAssociationFullVO RemoteGearAssociationFullService.getGearAssociationByIdentifiers(java.lang.Integer toGearId, java.lang.Integer fromGearId)
           
 RemoteGearAssociationFullVO RemoteGearAssociationFullServiceWSDelegator.getGearAssociationByIdentifiers(java.lang.Integer toGearId, java.lang.Integer fromGearId)
           
 RemoteGearAssociationFullVO RemoteGearAssociationFullServiceBase.getGearAssociationByIdentifiers(java.lang.Integer toGearId, java.lang.Integer fromGearId)
           
 RemoteGearAssociationFullVO RemoteGearAssociationFullService.getGearAssociationByNaturalId(RemoteGearAssociationNaturalId gearAssociationNaturalId)
           
 RemoteGearAssociationFullVO RemoteGearAssociationFullServiceWSDelegator.getGearAssociationByNaturalId(RemoteGearAssociationNaturalId gearAssociationNaturalId)
           
 RemoteGearAssociationFullVO RemoteGearAssociationFullServiceBase.getGearAssociationByNaturalId(RemoteGearAssociationNaturalId gearAssociationNaturalId)
           
 RemoteGearAssociationFullVO[] RemoteGearAssociationFullService.getGearAssociationByToGearId(java.lang.Integer id)
           
 RemoteGearAssociationFullVO[] RemoteGearAssociationFullServiceWSDelegator.getGearAssociationByToGearId(java.lang.Integer id)
           
 RemoteGearAssociationFullVO[] RemoteGearAssociationFullServiceBase.getGearAssociationByToGearId(java.lang.Integer id)
           
protected  RemoteGearAssociationFullVO RemoteGearAssociationFullServiceImpl.handleAddGearAssociation(RemoteGearAssociationFullVO gearAssociation)
           
protected abstract  RemoteGearAssociationFullVO RemoteGearAssociationFullServiceBase.handleAddGearAssociation(RemoteGearAssociationFullVO gearAssociation)
          Performs the core logic for RemoteGearAssociationFullServiceBase.addGearAssociation(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearAssociationFullVO)
protected  RemoteGearAssociationFullVO[] RemoteGearAssociationFullServiceImpl.handleGetAllGearAssociation()
           
protected abstract  RemoteGearAssociationFullVO[] RemoteGearAssociationFullServiceBase.handleGetAllGearAssociation()
          Performs the core logic for RemoteGearAssociationFullServiceBase.getAllGearAssociation()
protected  RemoteGearAssociationFullVO[] RemoteGearAssociationFullServiceImpl.handleGetGearAssociationByFromGearId(java.lang.Integer id)
           
protected abstract  RemoteGearAssociationFullVO[] RemoteGearAssociationFullServiceBase.handleGetGearAssociationByFromGearId(java.lang.Integer id)
          Performs the core logic for RemoteGearAssociationFullServiceBase.getGearAssociationByFromGearId(java.lang.Integer)
protected  RemoteGearAssociationFullVO RemoteGearAssociationFullServiceImpl.handleGetGearAssociationByIdentifiers(java.lang.Integer toGearId, java.lang.Integer fromGearId)
           
protected abstract  RemoteGearAssociationFullVO RemoteGearAssociationFullServiceBase.handleGetGearAssociationByIdentifiers(java.lang.Integer toGearId, java.lang.Integer fromGearId)
          Performs the core logic for RemoteGearAssociationFullServiceBase.getGearAssociationByIdentifiers(java.lang.Integer, java.lang.Integer)
protected  RemoteGearAssociationFullVO RemoteGearAssociationFullServiceImpl.handleGetGearAssociationByNaturalId(RemoteGearAssociationNaturalId gearAssociationNaturalId)
           
protected abstract  RemoteGearAssociationFullVO RemoteGearAssociationFullServiceBase.handleGetGearAssociationByNaturalId(RemoteGearAssociationNaturalId gearAssociationNaturalId)
          Performs the core logic for RemoteGearAssociationFullServiceBase.getGearAssociationByNaturalId(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearAssociationNaturalId)
protected  RemoteGearAssociationFullVO[] RemoteGearAssociationFullServiceImpl.handleGetGearAssociationByToGearId(java.lang.Integer id)
           
protected abstract  RemoteGearAssociationFullVO[] RemoteGearAssociationFullServiceBase.handleGetGearAssociationByToGearId(java.lang.Integer id)
          Performs the core logic for RemoteGearAssociationFullServiceBase.getGearAssociationByToGearId(java.lang.Integer)
 

Methods in fr.ifremer.allegro.referential.gear.generic.service with parameters of type RemoteGearAssociationFullVO
 RemoteGearAssociationFullVO RemoteGearAssociationFullService.addGearAssociation(RemoteGearAssociationFullVO gearAssociation)
           
 RemoteGearAssociationFullVO RemoteGearAssociationFullServiceWSDelegator.addGearAssociation(RemoteGearAssociationFullVO gearAssociation)
           
 RemoteGearAssociationFullVO RemoteGearAssociationFullServiceBase.addGearAssociation(RemoteGearAssociationFullVO gearAssociation)
           
protected  RemoteGearAssociationFullVO RemoteGearAssociationFullServiceImpl.handleAddGearAssociation(RemoteGearAssociationFullVO gearAssociation)
           
protected abstract  RemoteGearAssociationFullVO RemoteGearAssociationFullServiceBase.handleAddGearAssociation(RemoteGearAssociationFullVO gearAssociation)
          Performs the core logic for RemoteGearAssociationFullServiceBase.addGearAssociation(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearAssociationFullVO)
protected  boolean RemoteGearAssociationFullServiceImpl.handleRemoteGearAssociationFullVOsAreEqual(RemoteGearAssociationFullVO remoteGearAssociationFullVOFirst, RemoteGearAssociationFullVO remoteGearAssociationFullVOSecond)
           
protected abstract  boolean RemoteGearAssociationFullServiceBase.handleRemoteGearAssociationFullVOsAreEqual(RemoteGearAssociationFullVO remoteGearAssociationFullVOFirst, RemoteGearAssociationFullVO remoteGearAssociationFullVOSecond)
          Performs the core logic for RemoteGearAssociationFullServiceBase.remoteGearAssociationFullVOsAreEqual(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearAssociationFullVO, fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearAssociationFullVO)
protected  boolean RemoteGearAssociationFullServiceImpl.handleRemoteGearAssociationFullVOsAreEqualOnIdentifiers(RemoteGearAssociationFullVO remoteGearAssociationFullVOFirst, RemoteGearAssociationFullVO remoteGearAssociationFullVOSecond)
           
protected abstract  boolean RemoteGearAssociationFullServiceBase.handleRemoteGearAssociationFullVOsAreEqualOnIdentifiers(RemoteGearAssociationFullVO remoteGearAssociationFullVOFirst, RemoteGearAssociationFullVO remoteGearAssociationFullVOSecond)
          Performs the core logic for RemoteGearAssociationFullServiceBase.remoteGearAssociationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearAssociationFullVO, fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearAssociationFullVO)
protected  void RemoteGearAssociationFullServiceImpl.handleRemoveGearAssociation(RemoteGearAssociationFullVO gearAssociation)
           
protected abstract  void RemoteGearAssociationFullServiceBase.handleRemoveGearAssociation(RemoteGearAssociationFullVO gearAssociation)
          Performs the core logic for RemoteGearAssociationFullServiceBase.removeGearAssociation(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearAssociationFullVO)
protected  void RemoteGearAssociationFullServiceImpl.handleUpdateGearAssociation(RemoteGearAssociationFullVO gearAssociation)
           
protected abstract  void RemoteGearAssociationFullServiceBase.handleUpdateGearAssociation(RemoteGearAssociationFullVO gearAssociation)
          Performs the core logic for RemoteGearAssociationFullServiceBase.updateGearAssociation(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearAssociationFullVO)
 boolean RemoteGearAssociationFullService.remoteGearAssociationFullVOsAreEqual(RemoteGearAssociationFullVO remoteGearAssociationFullVOFirst, RemoteGearAssociationFullVO remoteGearAssociationFullVOSecond)
           
 boolean RemoteGearAssociationFullServiceWSDelegator.remoteGearAssociationFullVOsAreEqual(RemoteGearAssociationFullVO remoteGearAssociationFullVOFirst, RemoteGearAssociationFullVO remoteGearAssociationFullVOSecond)
           
 boolean RemoteGearAssociationFullServiceBase.remoteGearAssociationFullVOsAreEqual(RemoteGearAssociationFullVO remoteGearAssociationFullVOFirst, RemoteGearAssociationFullVO remoteGearAssociationFullVOSecond)
           
 boolean RemoteGearAssociationFullService.remoteGearAssociationFullVOsAreEqualOnIdentifiers(RemoteGearAssociationFullVO remoteGearAssociationFullVOFirst, RemoteGearAssociationFullVO remoteGearAssociationFullVOSecond)
           
 boolean RemoteGearAssociationFullServiceWSDelegator.remoteGearAssociationFullVOsAreEqualOnIdentifiers(RemoteGearAssociationFullVO remoteGearAssociationFullVOFirst, RemoteGearAssociationFullVO remoteGearAssociationFullVOSecond)
           
 boolean RemoteGearAssociationFullServiceBase.remoteGearAssociationFullVOsAreEqualOnIdentifiers(RemoteGearAssociationFullVO remoteGearAssociationFullVOFirst, RemoteGearAssociationFullVO remoteGearAssociationFullVOSecond)
           
 void RemoteGearAssociationFullService.removeGearAssociation(RemoteGearAssociationFullVO gearAssociation)
           
 void RemoteGearAssociationFullServiceWSDelegator.removeGearAssociation(RemoteGearAssociationFullVO gearAssociation)
           
 void RemoteGearAssociationFullServiceBase.removeGearAssociation(RemoteGearAssociationFullVO gearAssociation)
           
 void RemoteGearAssociationFullService.updateGearAssociation(RemoteGearAssociationFullVO gearAssociation)
           
 void RemoteGearAssociationFullServiceWSDelegator.updateGearAssociation(RemoteGearAssociationFullVO gearAssociation)
           
 void RemoteGearAssociationFullServiceBase.updateGearAssociation(RemoteGearAssociationFullVO gearAssociation)
           
 

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

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.