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

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

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

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

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

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

Methods in fr.ifremer.allegro.referential.gear.generic.service that return RemoteGearAssociationNaturalId
 RemoteGearAssociationNaturalId[] RemoteGearAssociationFullService.getGearAssociationNaturalIds()
           
 RemoteGearAssociationNaturalId[] RemoteGearAssociationFullServiceWSDelegator.getGearAssociationNaturalIds()
           
 RemoteGearAssociationNaturalId[] RemoteGearAssociationFullServiceBase.getGearAssociationNaturalIds()
           
protected  RemoteGearAssociationNaturalId[] RemoteGearAssociationFullServiceImpl.handleGetGearAssociationNaturalIds()
           
protected abstract  RemoteGearAssociationNaturalId[] RemoteGearAssociationFullServiceBase.handleGetGearAssociationNaturalIds()
          Performs the core logic for RemoteGearAssociationFullServiceBase.getGearAssociationNaturalIds()
 

Methods in fr.ifremer.allegro.referential.gear.generic.service with parameters of type RemoteGearAssociationNaturalId
 RemoteGearAssociationFullVO RemoteGearAssociationFullService.getGearAssociationByNaturalId(RemoteGearAssociationNaturalId gearAssociationNaturalId)
           
 RemoteGearAssociationFullVO RemoteGearAssociationFullServiceWSDelegator.getGearAssociationByNaturalId(RemoteGearAssociationNaturalId gearAssociationNaturalId)
           
 RemoteGearAssociationFullVO RemoteGearAssociationFullServiceBase.getGearAssociationByNaturalId(RemoteGearAssociationNaturalId gearAssociationNaturalId)
           
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)
 

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

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.