Uses of Class
fr.ifremer.allegro.administration.user.generic.vo.RemoteVesselManagePeriodNaturalId

Packages that use RemoteVesselManagePeriodNaturalId
fr.ifremer.allegro.administration.user   
fr.ifremer.allegro.administration.user.generic.service   
fr.ifremer.allegro.administration.user.generic.vo   
 

Uses of RemoteVesselManagePeriodNaturalId in fr.ifremer.allegro.administration.user
 

Methods in fr.ifremer.allegro.administration.user that return RemoteVesselManagePeriodNaturalId
protected  RemoteVesselManagePeriodNaturalId VesselManagePeriodDaoBase.toRemoteVesselManagePeriodNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteVesselManagePeriodNaturalId VesselManagePeriodDaoImpl.toRemoteVesselManagePeriodNaturalId(VesselManagePeriod entity)
           
 RemoteVesselManagePeriodNaturalId VesselManagePeriodDao.toRemoteVesselManagePeriodNaturalId(VesselManagePeriod entity)
          Converts this DAO's entity to an object of type RemoteVesselManagePeriodNaturalId.
 RemoteVesselManagePeriodNaturalId VesselManagePeriodDaoBase.toRemoteVesselManagePeriodNaturalId(VesselManagePeriod entity)
           
 RemoteVesselManagePeriodNaturalId[] VesselManagePeriodDao.toRemoteVesselManagePeriodNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteVesselManagePeriodNaturalId.
 RemoteVesselManagePeriodNaturalId[] VesselManagePeriodDaoBase.toRemoteVesselManagePeriodNaturalIdArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.administration.user with parameters of type RemoteVesselManagePeriodNaturalId
 VesselManagePeriod VesselManagePeriodDaoImpl.remoteVesselManagePeriodNaturalIdToEntity(RemoteVesselManagePeriodNaturalId remoteVesselManagePeriodNaturalId)
           
 VesselManagePeriod VesselManagePeriodDao.remoteVesselManagePeriodNaturalIdToEntity(RemoteVesselManagePeriodNaturalId remoteVesselManagePeriodNaturalId)
          Converts an instance of type RemoteVesselManagePeriodNaturalId to this DAO's entity.
 void VesselManagePeriodDaoImpl.remoteVesselManagePeriodNaturalIdToEntity(RemoteVesselManagePeriodNaturalId source, VesselManagePeriod target, boolean copyIfNull)
           
 void VesselManagePeriodDao.remoteVesselManagePeriodNaturalIdToEntity(RemoteVesselManagePeriodNaturalId source, VesselManagePeriod target, boolean copyIfNull)
          Copies the fields of RemoteVesselManagePeriodNaturalId to the specified entity.
 void VesselManagePeriodDaoBase.remoteVesselManagePeriodNaturalIdToEntity(RemoteVesselManagePeriodNaturalId source, VesselManagePeriod target, boolean copyIfNull)
           
 void VesselManagePeriodDaoImpl.toRemoteVesselManagePeriodNaturalId(VesselManagePeriod source, RemoteVesselManagePeriodNaturalId target)
           
 void VesselManagePeriodDao.toRemoteVesselManagePeriodNaturalId(VesselManagePeriod source, RemoteVesselManagePeriodNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void VesselManagePeriodDaoBase.toRemoteVesselManagePeriodNaturalId(VesselManagePeriod source, RemoteVesselManagePeriodNaturalId target)
           
 

Uses of RemoteVesselManagePeriodNaturalId in fr.ifremer.allegro.administration.user.generic.service
 

Methods in fr.ifremer.allegro.administration.user.generic.service that return RemoteVesselManagePeriodNaturalId
 RemoteVesselManagePeriodNaturalId[] RemoteVesselManagePeriodFullService.getVesselManagePeriodNaturalIds()
           
 RemoteVesselManagePeriodNaturalId[] RemoteVesselManagePeriodFullServiceWSDelegator.getVesselManagePeriodNaturalIds()
           
 RemoteVesselManagePeriodNaturalId[] RemoteVesselManagePeriodFullServiceBase.getVesselManagePeriodNaturalIds()
           
protected  RemoteVesselManagePeriodNaturalId[] RemoteVesselManagePeriodFullServiceImpl.handleGetVesselManagePeriodNaturalIds()
           
protected abstract  RemoteVesselManagePeriodNaturalId[] RemoteVesselManagePeriodFullServiceBase.handleGetVesselManagePeriodNaturalIds()
          Performs the core logic for RemoteVesselManagePeriodFullServiceBase.getVesselManagePeriodNaturalIds()
 

Methods in fr.ifremer.allegro.administration.user.generic.service with parameters of type RemoteVesselManagePeriodNaturalId
 RemoteVesselManagePeriodFullVO RemoteVesselManagePeriodFullService.getVesselManagePeriodByNaturalId(RemoteVesselManagePeriodNaturalId vesselManagePeriodNaturalId)
           
 RemoteVesselManagePeriodFullVO RemoteVesselManagePeriodFullServiceWSDelegator.getVesselManagePeriodByNaturalId(RemoteVesselManagePeriodNaturalId vesselManagePeriodNaturalId)
           
 RemoteVesselManagePeriodFullVO RemoteVesselManagePeriodFullServiceBase.getVesselManagePeriodByNaturalId(RemoteVesselManagePeriodNaturalId vesselManagePeriodNaturalId)
           
protected  RemoteVesselManagePeriodFullVO RemoteVesselManagePeriodFullServiceImpl.handleGetVesselManagePeriodByNaturalId(RemoteVesselManagePeriodNaturalId vesselManagePeriodNaturalId)
           
protected abstract  RemoteVesselManagePeriodFullVO RemoteVesselManagePeriodFullServiceBase.handleGetVesselManagePeriodByNaturalId(RemoteVesselManagePeriodNaturalId vesselManagePeriodNaturalId)
          Performs the core logic for RemoteVesselManagePeriodFullServiceBase.getVesselManagePeriodByNaturalId(fr.ifremer.allegro.administration.user.generic.vo.RemoteVesselManagePeriodNaturalId)
 

Uses of RemoteVesselManagePeriodNaturalId in fr.ifremer.allegro.administration.user.generic.vo
 

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

Constructors in fr.ifremer.allegro.administration.user.generic.vo with parameters of type RemoteVesselManagePeriodNaturalId
RemoteVesselManagePeriodNaturalId(RemoteVesselManagePeriodNaturalId otherBean)
          Copies constructor from other RemoteVesselManagePeriodNaturalId
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.