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

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

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

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

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

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

Methods in fr.ifremer.allegro.referential.vessel.generic.service that return RemoteVesselMasterPeriodFullVO
 RemoteVesselMasterPeriodFullVO RemoteVesselMasterPeriodFullService.addVesselMasterPeriod(RemoteVesselMasterPeriodFullVO vesselMasterPeriod)
           
 RemoteVesselMasterPeriodFullVO RemoteVesselMasterPeriodFullServiceWSDelegator.addVesselMasterPeriod(RemoteVesselMasterPeriodFullVO vesselMasterPeriod)
           
 RemoteVesselMasterPeriodFullVO RemoteVesselMasterPeriodFullServiceBase.addVesselMasterPeriod(RemoteVesselMasterPeriodFullVO vesselMasterPeriod)
           
 RemoteVesselMasterPeriodFullVO[] RemoteVesselMasterPeriodFullService.getAllVesselMasterPeriod()
           
 RemoteVesselMasterPeriodFullVO[] RemoteVesselMasterPeriodFullServiceWSDelegator.getAllVesselMasterPeriod()
           
 RemoteVesselMasterPeriodFullVO[] RemoteVesselMasterPeriodFullServiceBase.getAllVesselMasterPeriod()
           
 RemoteVesselMasterPeriodFullVO[] RemoteVesselMasterPeriodFullService.getVesselMasterPeriodByFishingVesselCode(java.lang.String code)
           
 RemoteVesselMasterPeriodFullVO[] RemoteVesselMasterPeriodFullServiceWSDelegator.getVesselMasterPeriodByFishingVesselCode(java.lang.String code)
           
 RemoteVesselMasterPeriodFullVO[] RemoteVesselMasterPeriodFullServiceBase.getVesselMasterPeriodByFishingVesselCode(java.lang.String code)
           
 RemoteVesselMasterPeriodFullVO RemoteVesselMasterPeriodFullService.getVesselMasterPeriodByIdentifiers(java.util.Date startDateTime, java.lang.Integer vesselMasterId, java.lang.String fishingVesselCode)
           
 RemoteVesselMasterPeriodFullVO RemoteVesselMasterPeriodFullServiceWSDelegator.getVesselMasterPeriodByIdentifiers(java.util.Date startDateTime, java.lang.Integer vesselMasterId, java.lang.String fishingVesselCode)
           
 RemoteVesselMasterPeriodFullVO RemoteVesselMasterPeriodFullServiceBase.getVesselMasterPeriodByIdentifiers(java.util.Date startDateTime, java.lang.Integer vesselMasterId, java.lang.String fishingVesselCode)
           
 RemoteVesselMasterPeriodFullVO RemoteVesselMasterPeriodFullService.getVesselMasterPeriodByNaturalId(RemoteVesselMasterPeriodNaturalId vesselMasterPeriodNaturalId)
           
 RemoteVesselMasterPeriodFullVO RemoteVesselMasterPeriodFullServiceWSDelegator.getVesselMasterPeriodByNaturalId(RemoteVesselMasterPeriodNaturalId vesselMasterPeriodNaturalId)
           
 RemoteVesselMasterPeriodFullVO RemoteVesselMasterPeriodFullServiceBase.getVesselMasterPeriodByNaturalId(RemoteVesselMasterPeriodNaturalId vesselMasterPeriodNaturalId)
           
 RemoteVesselMasterPeriodFullVO[] RemoteVesselMasterPeriodFullService.getVesselMasterPeriodByStartDateTime(java.util.Date startDateTime)
           
 RemoteVesselMasterPeriodFullVO[] RemoteVesselMasterPeriodFullServiceWSDelegator.getVesselMasterPeriodByStartDateTime(java.util.Date startDateTime)
           
 RemoteVesselMasterPeriodFullVO[] RemoteVesselMasterPeriodFullServiceBase.getVesselMasterPeriodByStartDateTime(java.util.Date startDateTime)
           
 RemoteVesselMasterPeriodFullVO[] RemoteVesselMasterPeriodFullService.getVesselMasterPeriodByStartDateTimes(java.util.Date[] startDateTime)
           
 RemoteVesselMasterPeriodFullVO[] RemoteVesselMasterPeriodFullServiceWSDelegator.getVesselMasterPeriodByStartDateTimes(java.util.Date[] startDateTime)
           
 RemoteVesselMasterPeriodFullVO[] RemoteVesselMasterPeriodFullServiceBase.getVesselMasterPeriodByStartDateTimes(java.util.Date[] startDateTime)
           
 RemoteVesselMasterPeriodFullVO[] RemoteVesselMasterPeriodFullService.getVesselMasterPeriodByVesselMasterId(java.lang.Integer id)
           
 RemoteVesselMasterPeriodFullVO[] RemoteVesselMasterPeriodFullServiceWSDelegator.getVesselMasterPeriodByVesselMasterId(java.lang.Integer id)
           
 RemoteVesselMasterPeriodFullVO[] RemoteVesselMasterPeriodFullServiceBase.getVesselMasterPeriodByVesselMasterId(java.lang.Integer id)
           
protected  RemoteVesselMasterPeriodFullVO RemoteVesselMasterPeriodFullServiceImpl.handleAddVesselMasterPeriod(RemoteVesselMasterPeriodFullVO vesselMasterPeriod)
           
protected abstract  RemoteVesselMasterPeriodFullVO RemoteVesselMasterPeriodFullServiceBase.handleAddVesselMasterPeriod(RemoteVesselMasterPeriodFullVO vesselMasterPeriod)
          Performs the core logic for RemoteVesselMasterPeriodFullServiceBase.addVesselMasterPeriod(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO)
protected  RemoteVesselMasterPeriodFullVO[] RemoteVesselMasterPeriodFullServiceImpl.handleGetAllVesselMasterPeriod()
           
protected abstract  RemoteVesselMasterPeriodFullVO[] RemoteVesselMasterPeriodFullServiceBase.handleGetAllVesselMasterPeriod()
          Performs the core logic for RemoteVesselMasterPeriodFullServiceBase.getAllVesselMasterPeriod()
protected  RemoteVesselMasterPeriodFullVO[] RemoteVesselMasterPeriodFullServiceImpl.handleGetVesselMasterPeriodByFishingVesselCode(java.lang.String code)
           
protected abstract  RemoteVesselMasterPeriodFullVO[] RemoteVesselMasterPeriodFullServiceBase.handleGetVesselMasterPeriodByFishingVesselCode(java.lang.String code)
          Performs the core logic for RemoteVesselMasterPeriodFullServiceBase.getVesselMasterPeriodByFishingVesselCode(java.lang.String)
protected  RemoteVesselMasterPeriodFullVO RemoteVesselMasterPeriodFullServiceImpl.handleGetVesselMasterPeriodByIdentifiers(java.util.Date startDateTime, java.lang.Integer vesselMasterId, java.lang.String fishingVesselCode)
           
protected abstract  RemoteVesselMasterPeriodFullVO RemoteVesselMasterPeriodFullServiceBase.handleGetVesselMasterPeriodByIdentifiers(java.util.Date startDateTime, java.lang.Integer vesselMasterId, java.lang.String fishingVesselCode)
          Performs the core logic for RemoteVesselMasterPeriodFullServiceBase.getVesselMasterPeriodByIdentifiers(java.util.Date, java.lang.Integer, java.lang.String)
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)
protected  RemoteVesselMasterPeriodFullVO[] RemoteVesselMasterPeriodFullServiceImpl.handleGetVesselMasterPeriodByStartDateTime(java.util.Date startDateTime)
           
protected abstract  RemoteVesselMasterPeriodFullVO[] RemoteVesselMasterPeriodFullServiceBase.handleGetVesselMasterPeriodByStartDateTime(java.util.Date startDateTime)
          Performs the core logic for RemoteVesselMasterPeriodFullServiceBase.getVesselMasterPeriodByStartDateTime(java.util.Date)
protected  RemoteVesselMasterPeriodFullVO[] RemoteVesselMasterPeriodFullServiceImpl.handleGetVesselMasterPeriodByStartDateTimes(java.util.Date[] startDateTime)
           
protected abstract  RemoteVesselMasterPeriodFullVO[] RemoteVesselMasterPeriodFullServiceBase.handleGetVesselMasterPeriodByStartDateTimes(java.util.Date[] startDateTime)
          Performs the core logic for RemoteVesselMasterPeriodFullServiceBase.getVesselMasterPeriodByStartDateTimes(java.util.Date[])
protected  RemoteVesselMasterPeriodFullVO[] RemoteVesselMasterPeriodFullServiceImpl.handleGetVesselMasterPeriodByVesselMasterId(java.lang.Integer id)
           
protected abstract  RemoteVesselMasterPeriodFullVO[] RemoteVesselMasterPeriodFullServiceBase.handleGetVesselMasterPeriodByVesselMasterId(java.lang.Integer id)
          Performs the core logic for RemoteVesselMasterPeriodFullServiceBase.getVesselMasterPeriodByVesselMasterId(java.lang.Integer)
 

Methods in fr.ifremer.allegro.referential.vessel.generic.service with parameters of type RemoteVesselMasterPeriodFullVO
 RemoteVesselMasterPeriodFullVO RemoteVesselMasterPeriodFullService.addVesselMasterPeriod(RemoteVesselMasterPeriodFullVO vesselMasterPeriod)
           
 RemoteVesselMasterPeriodFullVO RemoteVesselMasterPeriodFullServiceWSDelegator.addVesselMasterPeriod(RemoteVesselMasterPeriodFullVO vesselMasterPeriod)
           
 RemoteVesselMasterPeriodFullVO RemoteVesselMasterPeriodFullServiceBase.addVesselMasterPeriod(RemoteVesselMasterPeriodFullVO vesselMasterPeriod)
           
protected  RemoteVesselMasterPeriodFullVO RemoteVesselMasterPeriodFullServiceImpl.handleAddVesselMasterPeriod(RemoteVesselMasterPeriodFullVO vesselMasterPeriod)
           
protected abstract  RemoteVesselMasterPeriodFullVO RemoteVesselMasterPeriodFullServiceBase.handleAddVesselMasterPeriod(RemoteVesselMasterPeriodFullVO vesselMasterPeriod)
          Performs the core logic for RemoteVesselMasterPeriodFullServiceBase.addVesselMasterPeriod(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO)
protected  boolean RemoteVesselMasterPeriodFullServiceImpl.handleRemoteVesselMasterPeriodFullVOsAreEqual(RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOFirst, RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOSecond)
           
protected abstract  boolean RemoteVesselMasterPeriodFullServiceBase.handleRemoteVesselMasterPeriodFullVOsAreEqual(RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOFirst, RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOSecond)
          Performs the core logic for RemoteVesselMasterPeriodFullServiceBase.remoteVesselMasterPeriodFullVOsAreEqual(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO)
protected  boolean RemoteVesselMasterPeriodFullServiceImpl.handleRemoteVesselMasterPeriodFullVOsAreEqualOnIdentifiers(RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOFirst, RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOSecond)
           
protected abstract  boolean RemoteVesselMasterPeriodFullServiceBase.handleRemoteVesselMasterPeriodFullVOsAreEqualOnIdentifiers(RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOFirst, RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOSecond)
          Performs the core logic for RemoteVesselMasterPeriodFullServiceBase.remoteVesselMasterPeriodFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO)
protected  void RemoteVesselMasterPeriodFullServiceImpl.handleRemoveVesselMasterPeriod(RemoteVesselMasterPeriodFullVO vesselMasterPeriod)
           
protected abstract  void RemoteVesselMasterPeriodFullServiceBase.handleRemoveVesselMasterPeriod(RemoteVesselMasterPeriodFullVO vesselMasterPeriod)
          Performs the core logic for RemoteVesselMasterPeriodFullServiceBase.removeVesselMasterPeriod(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO)
protected  void RemoteVesselMasterPeriodFullServiceImpl.handleUpdateVesselMasterPeriod(RemoteVesselMasterPeriodFullVO vesselMasterPeriod)
           
protected abstract  void RemoteVesselMasterPeriodFullServiceBase.handleUpdateVesselMasterPeriod(RemoteVesselMasterPeriodFullVO vesselMasterPeriod)
          Performs the core logic for RemoteVesselMasterPeriodFullServiceBase.updateVesselMasterPeriod(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO)
 boolean RemoteVesselMasterPeriodFullService.remoteVesselMasterPeriodFullVOsAreEqual(RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOFirst, RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOSecond)
           
 boolean RemoteVesselMasterPeriodFullServiceWSDelegator.remoteVesselMasterPeriodFullVOsAreEqual(RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOFirst, RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOSecond)
           
 boolean RemoteVesselMasterPeriodFullServiceBase.remoteVesselMasterPeriodFullVOsAreEqual(RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOFirst, RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOSecond)
           
 boolean RemoteVesselMasterPeriodFullService.remoteVesselMasterPeriodFullVOsAreEqualOnIdentifiers(RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOFirst, RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOSecond)
           
 boolean RemoteVesselMasterPeriodFullServiceWSDelegator.remoteVesselMasterPeriodFullVOsAreEqualOnIdentifiers(RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOFirst, RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOSecond)
           
 boolean RemoteVesselMasterPeriodFullServiceBase.remoteVesselMasterPeriodFullVOsAreEqualOnIdentifiers(RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOFirst, RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOSecond)
           
 void RemoteVesselMasterPeriodFullService.removeVesselMasterPeriod(RemoteVesselMasterPeriodFullVO vesselMasterPeriod)
           
 void RemoteVesselMasterPeriodFullServiceWSDelegator.removeVesselMasterPeriod(RemoteVesselMasterPeriodFullVO vesselMasterPeriod)
           
 void RemoteVesselMasterPeriodFullServiceBase.removeVesselMasterPeriod(RemoteVesselMasterPeriodFullVO vesselMasterPeriod)
           
 void RemoteVesselMasterPeriodFullService.updateVesselMasterPeriod(RemoteVesselMasterPeriodFullVO vesselMasterPeriod)
           
 void RemoteVesselMasterPeriodFullServiceWSDelegator.updateVesselMasterPeriod(RemoteVesselMasterPeriodFullVO vesselMasterPeriod)
           
 void RemoteVesselMasterPeriodFullServiceBase.updateVesselMasterPeriod(RemoteVesselMasterPeriodFullVO vesselMasterPeriod)
           
 

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

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.