Uses of Class
fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLevelNaturalId

Packages that use RemoteLocationLevelNaturalId
fr.ifremer.allegro.referential.location   
fr.ifremer.allegro.referential.location.generic.cluster   
fr.ifremer.allegro.referential.location.generic.service   
fr.ifremer.allegro.referential.location.generic.vo   
fr.ifremer.allegro.referential.transcribing.generic.cluster   
fr.ifremer.allegro.referential.transcribing.generic.vo   
 

Uses of RemoteLocationLevelNaturalId in fr.ifremer.allegro.referential.location
 

Methods in fr.ifremer.allegro.referential.location that return RemoteLocationLevelNaturalId
 RemoteLocationLevelNaturalId LocationLevelDaoImpl.toRemoteLocationLevelNaturalId(LocationLevel entity)
           
 RemoteLocationLevelNaturalId LocationLevelDao.toRemoteLocationLevelNaturalId(LocationLevel entity)
          Converts this DAO's entity to an object of type RemoteLocationLevelNaturalId.
 RemoteLocationLevelNaturalId LocationLevelDaoBase.toRemoteLocationLevelNaturalId(LocationLevel entity)
           
protected  RemoteLocationLevelNaturalId LocationLevelDaoBase.toRemoteLocationLevelNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteLocationLevelNaturalId[] LocationLevelDao.toRemoteLocationLevelNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteLocationLevelNaturalId.
 RemoteLocationLevelNaturalId[] LocationLevelDaoBase.toRemoteLocationLevelNaturalIdArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.location with parameters of type RemoteLocationLevelNaturalId
 LocationLevel LocationLevelDaoImpl.remoteLocationLevelNaturalIdToEntity(RemoteLocationLevelNaturalId remoteLocationLevelNaturalId)
           
 LocationLevel LocationLevelDao.remoteLocationLevelNaturalIdToEntity(RemoteLocationLevelNaturalId remoteLocationLevelNaturalId)
          Converts an instance of type RemoteLocationLevelNaturalId to this DAO's entity.
 void LocationLevelDaoImpl.remoteLocationLevelNaturalIdToEntity(RemoteLocationLevelNaturalId source, LocationLevel target, boolean copyIfNull)
           
 void LocationLevelDao.remoteLocationLevelNaturalIdToEntity(RemoteLocationLevelNaturalId source, LocationLevel target, boolean copyIfNull)
          Copies the fields of RemoteLocationLevelNaturalId to the specified entity.
 void LocationLevelDaoBase.remoteLocationLevelNaturalIdToEntity(RemoteLocationLevelNaturalId source, LocationLevel target, boolean copyIfNull)
           
 void LocationLevelDaoImpl.toRemoteLocationLevelNaturalId(LocationLevel source, RemoteLocationLevelNaturalId target)
           
 void LocationLevelDao.toRemoteLocationLevelNaturalId(LocationLevel source, RemoteLocationLevelNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void LocationLevelDaoBase.toRemoteLocationLevelNaturalId(LocationLevel source, RemoteLocationLevelNaturalId target)
           
 

Uses of RemoteLocationLevelNaturalId in fr.ifremer.allegro.referential.location.generic.cluster
 

Methods in fr.ifremer.allegro.referential.location.generic.cluster that return RemoteLocationLevelNaturalId
 RemoteLocationLevelNaturalId ClusterLocation.getLocationLevelNaturalId()
           
 RemoteLocationLevelNaturalId[] ClusterLocationLevel.getLocationLevelNaturalId()
           
 RemoteLocationLevelNaturalId ClusterLocationLevel.getParentLocationLevelNaturalId()
           
 

Methods in fr.ifremer.allegro.referential.location.generic.cluster with parameters of type RemoteLocationLevelNaturalId
 void ClusterLocation.setLocationLevelNaturalId(RemoteLocationLevelNaturalId locationLevelNaturalId)
           
 void ClusterLocationLevel.setLocationLevelNaturalId(RemoteLocationLevelNaturalId[] locationLevelNaturalId)
           
 void ClusterLocationLevel.setParentLocationLevelNaturalId(RemoteLocationLevelNaturalId parentLocationLevelNaturalId)
           
 

Constructors in fr.ifremer.allegro.referential.location.generic.cluster with parameters of type RemoteLocationLevelNaturalId
ClusterLocation(java.lang.Integer id, java.lang.Integer idLocal, java.lang.String label, java.lang.String name, java.sql.Timestamp updateDate, RemoteStatusNaturalId statusNaturalId, RemoteLocationClassificationNaturalId locationClassificationNaturalId, RemoteLocationLevelNaturalId locationLevelNaturalId, ClusterLocationArea[] clusterLocationAreas, ClusterLocationLine[] clusterLocationLines, ClusterLocationPoint[] clusterLocationPoints)
           
ClusterLocation(java.lang.String name, RemoteStatusNaturalId statusNaturalId, RemoteLocationClassificationNaturalId locationClassificationNaturalId, RemoteLocationLevelNaturalId locationLevelNaturalId, ClusterLocationArea[] clusterLocationAreas, ClusterLocationLine[] clusterLocationLines, ClusterLocationPoint[] clusterLocationPoints)
           
ClusterLocationLevel(java.lang.Integer id, java.lang.Integer idLocal, java.lang.String name, java.sql.Timestamp updateDate, RemoteLocationLevelNaturalId parentLocationLevelNaturalId, RemoteLocationClassificationNaturalId locationClassificationNaturalId, RemoteLocationLevelNaturalId[] locationLevelNaturalId)
           
ClusterLocationLevel(java.lang.Integer id, java.lang.Integer idLocal, java.lang.String name, java.sql.Timestamp updateDate, RemoteLocationLevelNaturalId parentLocationLevelNaturalId, RemoteLocationClassificationNaturalId locationClassificationNaturalId, RemoteLocationLevelNaturalId[] locationLevelNaturalId)
           
ClusterLocationLevel(java.lang.String name, RemoteLocationClassificationNaturalId locationClassificationNaturalId, RemoteLocationLevelNaturalId[] locationLevelNaturalId)
           
 

Uses of RemoteLocationLevelNaturalId in fr.ifremer.allegro.referential.location.generic.service
 

Methods in fr.ifremer.allegro.referential.location.generic.service that return RemoteLocationLevelNaturalId
 RemoteLocationLevelNaturalId RemoteLocationLevelFullService.getLocationLevelNaturalIdById(java.lang.Integer id)
           
 RemoteLocationLevelNaturalId RemoteLocationLevelFullServiceWSDelegator.getLocationLevelNaturalIdById(java.lang.Integer id)
           
 RemoteLocationLevelNaturalId RemoteLocationLevelFullServiceBase.getLocationLevelNaturalIdById(java.lang.Integer id)
           
 RemoteLocationLevelNaturalId[] RemoteLocationLevelFullService.getLocationLevelNaturalIds()
           
 RemoteLocationLevelNaturalId[] RemoteLocationLevelFullServiceWSDelegator.getLocationLevelNaturalIds()
           
 RemoteLocationLevelNaturalId[] RemoteLocationLevelFullServiceBase.getLocationLevelNaturalIds()
           
protected  RemoteLocationLevelNaturalId RemoteLocationLevelFullServiceImpl.handleGetLocationLevelNaturalIdById(java.lang.Integer id)
           
protected abstract  RemoteLocationLevelNaturalId RemoteLocationLevelFullServiceBase.handleGetLocationLevelNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteLocationLevelFullServiceBase.getLocationLevelNaturalIdById(java.lang.Integer)
protected  RemoteLocationLevelNaturalId[] RemoteLocationLevelFullServiceImpl.handleGetLocationLevelNaturalIds()
           
protected abstract  RemoteLocationLevelNaturalId[] RemoteLocationLevelFullServiceBase.handleGetLocationLevelNaturalIds()
          Performs the core logic for RemoteLocationLevelFullServiceBase.getLocationLevelNaturalIds()
 

Methods in fr.ifremer.allegro.referential.location.generic.service with parameters of type RemoteLocationLevelNaturalId
 RemoteLocationLevelFullVO RemoteLocationLevelFullService.getLocationLevelByNaturalId(RemoteLocationLevelNaturalId locationLevelNaturalId)
           
 RemoteLocationLevelFullVO RemoteLocationLevelFullServiceWSDelegator.getLocationLevelByNaturalId(RemoteLocationLevelNaturalId locationLevelNaturalId)
           
 RemoteLocationLevelFullVO RemoteLocationLevelFullServiceBase.getLocationLevelByNaturalId(RemoteLocationLevelNaturalId locationLevelNaturalId)
           
protected  RemoteLocationLevelFullVO RemoteLocationLevelFullServiceImpl.handleGetLocationLevelByNaturalId(RemoteLocationLevelNaturalId locationLevelNaturalId)
           
protected abstract  RemoteLocationLevelFullVO RemoteLocationLevelFullServiceBase.handleGetLocationLevelByNaturalId(RemoteLocationLevelNaturalId locationLevelNaturalId)
          Performs the core logic for RemoteLocationLevelFullServiceBase.getLocationLevelByNaturalId(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLevelNaturalId)
 

Uses of RemoteLocationLevelNaturalId in fr.ifremer.allegro.referential.location.generic.vo
 

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

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

Uses of RemoteLocationLevelNaturalId in fr.ifremer.allegro.referential.transcribing.generic.cluster
 

Methods in fr.ifremer.allegro.referential.transcribing.generic.cluster that return RemoteLocationLevelNaturalId
 RemoteLocationLevelNaturalId ClusterTranscribingLocationLevel.getLocationLevelNaturalId()
           
 

Methods in fr.ifremer.allegro.referential.transcribing.generic.cluster with parameters of type RemoteLocationLevelNaturalId
 void ClusterTranscribingLocationLevel.setLocationLevelNaturalId(RemoteLocationLevelNaturalId locationLevelNaturalId)
           
 

Constructors in fr.ifremer.allegro.referential.transcribing.generic.cluster with parameters of type RemoteLocationLevelNaturalId
ClusterTranscribingLocationLevel(java.lang.String externalCode, RemoteTranscribingSystemNaturalId transcribingSystemNaturalId, RemoteTranscribingSideNaturalId transcribingSideNaturalId, RemoteLocationLevelNaturalId locationLevelNaturalId)
           
ClusterTranscribingLocationLevel(java.lang.String externalCode, java.sql.Timestamp updateDate, RemoteTranscribingSystemNaturalId transcribingSystemNaturalId, RemoteTranscribingSideNaturalId transcribingSideNaturalId, RemoteLocationLevelNaturalId locationLevelNaturalId)
           
 

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

Methods in fr.ifremer.allegro.referential.transcribing.generic.vo that return RemoteLocationLevelNaturalId
 RemoteLocationLevelNaturalId RemoteTranscribingLocationLevelNaturalId.getLocationLevel()
           
 

Methods in fr.ifremer.allegro.referential.transcribing.generic.vo with parameters of type RemoteLocationLevelNaturalId
 void RemoteTranscribingLocationLevelNaturalId.setLocationLevel(RemoteLocationLevelNaturalId locationLevel)
           
 

Constructors in fr.ifremer.allegro.referential.transcribing.generic.vo with parameters of type RemoteLocationLevelNaturalId
RemoteTranscribingLocationLevelNaturalId(RemoteTranscribingSystemNaturalId transcribingSystem, RemoteLocationLevelNaturalId locationLevel)
           
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.