Uses of Class
fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodNaturalId

Packages that use RemoteVesselMasterPeriodNaturalId
fr.ifremer.allegro.referential.vessel   
fr.ifremer.allegro.referential.vessel.generic.service   
fr.ifremer.allegro.referential.vessel.generic.vo   
 

Uses of RemoteVesselMasterPeriodNaturalId in fr.ifremer.allegro.referential.vessel
 

Methods in fr.ifremer.allegro.referential.vessel that return RemoteVesselMasterPeriodNaturalId
protected  RemoteVesselMasterPeriodNaturalId VesselMasterPeriodDaoBase.toRemoteVesselMasterPeriodNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteVesselMasterPeriodNaturalId VesselMasterPeriodDaoImpl.toRemoteVesselMasterPeriodNaturalId(VesselMasterPeriod entity)
           
 RemoteVesselMasterPeriodNaturalId VesselMasterPeriodDao.toRemoteVesselMasterPeriodNaturalId(VesselMasterPeriod entity)
          Converts this DAO's entity to an object of type RemoteVesselMasterPeriodNaturalId.
 RemoteVesselMasterPeriodNaturalId VesselMasterPeriodDaoBase.toRemoteVesselMasterPeriodNaturalId(VesselMasterPeriod entity)
           
 RemoteVesselMasterPeriodNaturalId[] VesselMasterPeriodDao.toRemoteVesselMasterPeriodNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteVesselMasterPeriodNaturalId.
 RemoteVesselMasterPeriodNaturalId[] VesselMasterPeriodDaoBase.toRemoteVesselMasterPeriodNaturalIdArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.vessel with parameters of type RemoteVesselMasterPeriodNaturalId
 VesselMasterPeriod VesselMasterPeriodDaoImpl.remoteVesselMasterPeriodNaturalIdToEntity(RemoteVesselMasterPeriodNaturalId remoteVesselMasterPeriodNaturalId)
           
 VesselMasterPeriod VesselMasterPeriodDao.remoteVesselMasterPeriodNaturalIdToEntity(RemoteVesselMasterPeriodNaturalId remoteVesselMasterPeriodNaturalId)
          Converts an instance of type RemoteVesselMasterPeriodNaturalId to this DAO's entity.
 void VesselMasterPeriodDaoImpl.remoteVesselMasterPeriodNaturalIdToEntity(RemoteVesselMasterPeriodNaturalId source, VesselMasterPeriod target, boolean copyIfNull)
           
 void VesselMasterPeriodDao.remoteVesselMasterPeriodNaturalIdToEntity(RemoteVesselMasterPeriodNaturalId source, VesselMasterPeriod target, boolean copyIfNull)
          Copies the fields of RemoteVesselMasterPeriodNaturalId to the specified entity.
 void VesselMasterPeriodDaoBase.remoteVesselMasterPeriodNaturalIdToEntity(RemoteVesselMasterPeriodNaturalId source, VesselMasterPeriod target, boolean copyIfNull)
           
 void VesselMasterPeriodDaoImpl.toRemoteVesselMasterPeriodNaturalId(VesselMasterPeriod source, RemoteVesselMasterPeriodNaturalId target)
           
 void VesselMasterPeriodDao.toRemoteVesselMasterPeriodNaturalId(VesselMasterPeriod source, RemoteVesselMasterPeriodNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void VesselMasterPeriodDaoBase.toRemoteVesselMasterPeriodNaturalId(VesselMasterPeriod source, RemoteVesselMasterPeriodNaturalId target)
           
 

Uses of RemoteVesselMasterPeriodNaturalId in fr.ifremer.allegro.referential.vessel.generic.service
 

Methods in fr.ifremer.allegro.referential.vessel.generic.service that return RemoteVesselMasterPeriodNaturalId
 RemoteVesselMasterPeriodNaturalId[] RemoteVesselMasterPeriodFullService.getVesselMasterPeriodNaturalIds()
           
 RemoteVesselMasterPeriodNaturalId[] RemoteVesselMasterPeriodFullServiceWSDelegator.getVesselMasterPeriodNaturalIds()
           
 RemoteVesselMasterPeriodNaturalId[] RemoteVesselMasterPeriodFullServiceBase.getVesselMasterPeriodNaturalIds()
           
protected  RemoteVesselMasterPeriodNaturalId[] RemoteVesselMasterPeriodFullServiceImpl.handleGetVesselMasterPeriodNaturalIds()
           
protected abstract  RemoteVesselMasterPeriodNaturalId[] RemoteVesselMasterPeriodFullServiceBase.handleGetVesselMasterPeriodNaturalIds()
          Performs the core logic for RemoteVesselMasterPeriodFullServiceBase.getVesselMasterPeriodNaturalIds()
 

Methods in fr.ifremer.allegro.referential.vessel.generic.service with parameters of type RemoteVesselMasterPeriodNaturalId
 RemoteVesselMasterPeriodFullVO RemoteVesselMasterPeriodFullService.getVesselMasterPeriodByNaturalId(RemoteVesselMasterPeriodNaturalId vesselMasterPeriodNaturalId)
           
 RemoteVesselMasterPeriodFullVO RemoteVesselMasterPeriodFullServiceWSDelegator.getVesselMasterPeriodByNaturalId(RemoteVesselMasterPeriodNaturalId vesselMasterPeriodNaturalId)
           
 RemoteVesselMasterPeriodFullVO RemoteVesselMasterPeriodFullServiceBase.getVesselMasterPeriodByNaturalId(RemoteVesselMasterPeriodNaturalId vesselMasterPeriodNaturalId)
           
protected  RemoteVesselMasterPeriodFullVO RemoteVesselMasterPeriodFullServiceImpl.handleGetVesselMasterPeriodByNaturalId(RemoteVesselMasterPeriodNaturalId vesselMasterPeriodNaturalId)
           
protected abstract  RemoteVesselMasterPeriodFullVO RemoteVesselMasterPeriodFullServiceBase.handleGetVesselMasterPeriodByNaturalId(RemoteVesselMasterPeriodNaturalId vesselMasterPeriodNaturalId)
          Performs the core logic for RemoteVesselMasterPeriodFullServiceBase.getVesselMasterPeriodByNaturalId(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodNaturalId)
 

Uses of RemoteVesselMasterPeriodNaturalId in fr.ifremer.allegro.referential.vessel.generic.vo
 

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

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.