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

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

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

Methods in fr.ifremer.allegro.referential.vessel that return RemoteVesselGroupFullVO
protected  RemoteVesselGroupFullVO VesselGroupDaoBase.toRemoteVesselGroupFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteVesselGroupFullVO VesselGroupDaoImpl.toRemoteVesselGroupFullVO(VesselGroup entity)
           
 RemoteVesselGroupFullVO VesselGroupDao.toRemoteVesselGroupFullVO(VesselGroup entity)
          Converts this DAO's entity to an object of type RemoteVesselGroupFullVO.
 RemoteVesselGroupFullVO VesselGroupDaoBase.toRemoteVesselGroupFullVO(VesselGroup entity)
           
 RemoteVesselGroupFullVO[] VesselGroupDao.toRemoteVesselGroupFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteVesselGroupFullVO.
 RemoteVesselGroupFullVO[] VesselGroupDaoBase.toRemoteVesselGroupFullVOArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.vessel with parameters of type RemoteVesselGroupFullVO
 VesselGroup VesselGroupDaoImpl.remoteVesselGroupFullVOToEntity(RemoteVesselGroupFullVO remoteVesselGroupFullVO)
           
 VesselGroup VesselGroupDao.remoteVesselGroupFullVOToEntity(RemoteVesselGroupFullVO remoteVesselGroupFullVO)
          Converts an instance of type RemoteVesselGroupFullVO to this DAO's entity.
 void VesselGroupDaoImpl.remoteVesselGroupFullVOToEntity(RemoteVesselGroupFullVO source, VesselGroup target, boolean copyIfNull)
           
 void VesselGroupDao.remoteVesselGroupFullVOToEntity(RemoteVesselGroupFullVO source, VesselGroup target, boolean copyIfNull)
          Copies the fields of RemoteVesselGroupFullVO to the specified entity.
 void VesselGroupDaoBase.remoteVesselGroupFullVOToEntity(RemoteVesselGroupFullVO source, VesselGroup target, boolean copyIfNull)
           
 void VesselGroupDaoImpl.toRemoteVesselGroupFullVO(VesselGroup source, RemoteVesselGroupFullVO target)
           
 void VesselGroupDao.toRemoteVesselGroupFullVO(VesselGroup source, RemoteVesselGroupFullVO target)
          Copies the fields of the specified entity to the target value object.
 void VesselGroupDaoBase.toRemoteVesselGroupFullVO(VesselGroup source, RemoteVesselGroupFullVO target)
           
 

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

Methods in fr.ifremer.allegro.referential.vessel.generic.service that return RemoteVesselGroupFullVO
 RemoteVesselGroupFullVO RemoteVesselGroupFullService.addVesselGroup(RemoteVesselGroupFullVO vesselGroup)
           
 RemoteVesselGroupFullVO RemoteVesselGroupFullServiceWSDelegator.addVesselGroup(RemoteVesselGroupFullVO vesselGroup)
           
 RemoteVesselGroupFullVO RemoteVesselGroupFullServiceBase.addVesselGroup(RemoteVesselGroupFullVO vesselGroup)
           
 RemoteVesselGroupFullVO[] RemoteVesselGroupFullService.getAllVesselGroup()
           
 RemoteVesselGroupFullVO[] RemoteVesselGroupFullServiceWSDelegator.getAllVesselGroup()
           
 RemoteVesselGroupFullVO[] RemoteVesselGroupFullServiceBase.getAllVesselGroup()
           
 RemoteVesselGroupFullVO RemoteVesselGroupFullService.getVesselGroupByCode(java.lang.String code)
           
 RemoteVesselGroupFullVO RemoteVesselGroupFullServiceWSDelegator.getVesselGroupByCode(java.lang.String code)
           
 RemoteVesselGroupFullVO RemoteVesselGroupFullServiceBase.getVesselGroupByCode(java.lang.String code)
           
 RemoteVesselGroupFullVO[] RemoteVesselGroupFullService.getVesselGroupByCodes(java.lang.String[] code)
           
 RemoteVesselGroupFullVO[] RemoteVesselGroupFullServiceWSDelegator.getVesselGroupByCodes(java.lang.String[] code)
           
 RemoteVesselGroupFullVO[] RemoteVesselGroupFullServiceBase.getVesselGroupByCodes(java.lang.String[] code)
           
 RemoteVesselGroupFullVO RemoteVesselGroupFullService.getVesselGroupByNaturalId(RemoteVesselGroupNaturalId vesselGroupNaturalId)
           
 RemoteVesselGroupFullVO RemoteVesselGroupFullServiceWSDelegator.getVesselGroupByNaturalId(RemoteVesselGroupNaturalId vesselGroupNaturalId)
           
 RemoteVesselGroupFullVO RemoteVesselGroupFullServiceBase.getVesselGroupByNaturalId(RemoteVesselGroupNaturalId vesselGroupNaturalId)
           
 RemoteVesselGroupFullVO[] RemoteVesselGroupFullService.getVesselGroupByStatusCode(java.lang.String code)
           
 RemoteVesselGroupFullVO[] RemoteVesselGroupFullServiceWSDelegator.getVesselGroupByStatusCode(java.lang.String code)
           
 RemoteVesselGroupFullVO[] RemoteVesselGroupFullServiceBase.getVesselGroupByStatusCode(java.lang.String code)
           
 RemoteVesselGroupFullVO[] RemoteVesselGroupFullService.getVesselGroupByVesselTypeId(java.lang.Integer id)
           
 RemoteVesselGroupFullVO[] RemoteVesselGroupFullServiceWSDelegator.getVesselGroupByVesselTypeId(java.lang.Integer id)
           
 RemoteVesselGroupFullVO[] RemoteVesselGroupFullServiceBase.getVesselGroupByVesselTypeId(java.lang.Integer id)
           
protected  RemoteVesselGroupFullVO RemoteVesselGroupFullServiceImpl.handleAddVesselGroup(RemoteVesselGroupFullVO vesselGroup)
           
protected abstract  RemoteVesselGroupFullVO RemoteVesselGroupFullServiceBase.handleAddVesselGroup(RemoteVesselGroupFullVO vesselGroup)
          Performs the core logic for RemoteVesselGroupFullServiceBase.addVesselGroup(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)
protected  RemoteVesselGroupFullVO[] RemoteVesselGroupFullServiceImpl.handleGetAllVesselGroup()
           
protected abstract  RemoteVesselGroupFullVO[] RemoteVesselGroupFullServiceBase.handleGetAllVesselGroup()
          Performs the core logic for RemoteVesselGroupFullServiceBase.getAllVesselGroup()
protected  RemoteVesselGroupFullVO RemoteVesselGroupFullServiceImpl.handleGetVesselGroupByCode(java.lang.String code)
           
protected abstract  RemoteVesselGroupFullVO RemoteVesselGroupFullServiceBase.handleGetVesselGroupByCode(java.lang.String code)
          Performs the core logic for RemoteVesselGroupFullServiceBase.getVesselGroupByCode(java.lang.String)
protected  RemoteVesselGroupFullVO[] RemoteVesselGroupFullServiceImpl.handleGetVesselGroupByCodes(java.lang.String[] code)
           
protected abstract  RemoteVesselGroupFullVO[] RemoteVesselGroupFullServiceBase.handleGetVesselGroupByCodes(java.lang.String[] code)
          Performs the core logic for RemoteVesselGroupFullServiceBase.getVesselGroupByCodes(java.lang.String[])
protected  RemoteVesselGroupFullVO RemoteVesselGroupFullServiceImpl.handleGetVesselGroupByNaturalId(RemoteVesselGroupNaturalId vesselGroupNaturalId)
           
protected abstract  RemoteVesselGroupFullVO RemoteVesselGroupFullServiceBase.handleGetVesselGroupByNaturalId(RemoteVesselGroupNaturalId vesselGroupNaturalId)
          Performs the core logic for RemoteVesselGroupFullServiceBase.getVesselGroupByNaturalId(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupNaturalId)
protected  RemoteVesselGroupFullVO[] RemoteVesselGroupFullServiceImpl.handleGetVesselGroupByStatusCode(java.lang.String code)
           
protected abstract  RemoteVesselGroupFullVO[] RemoteVesselGroupFullServiceBase.handleGetVesselGroupByStatusCode(java.lang.String code)
          Performs the core logic for RemoteVesselGroupFullServiceBase.getVesselGroupByStatusCode(java.lang.String)
protected  RemoteVesselGroupFullVO[] RemoteVesselGroupFullServiceImpl.handleGetVesselGroupByVesselTypeId(java.lang.Integer id)
           
protected abstract  RemoteVesselGroupFullVO[] RemoteVesselGroupFullServiceBase.handleGetVesselGroupByVesselTypeId(java.lang.Integer id)
          Performs the core logic for RemoteVesselGroupFullServiceBase.getVesselGroupByVesselTypeId(java.lang.Integer)
 

Methods in fr.ifremer.allegro.referential.vessel.generic.service with parameters of type RemoteVesselGroupFullVO
 RemoteVesselGroupFullVO RemoteVesselGroupFullService.addVesselGroup(RemoteVesselGroupFullVO vesselGroup)
           
 RemoteVesselGroupFullVO RemoteVesselGroupFullServiceWSDelegator.addVesselGroup(RemoteVesselGroupFullVO vesselGroup)
           
 RemoteVesselGroupFullVO RemoteVesselGroupFullServiceBase.addVesselGroup(RemoteVesselGroupFullVO vesselGroup)
           
protected  RemoteVesselGroupFullVO RemoteVesselGroupFullServiceImpl.handleAddVesselGroup(RemoteVesselGroupFullVO vesselGroup)
           
protected abstract  RemoteVesselGroupFullVO RemoteVesselGroupFullServiceBase.handleAddVesselGroup(RemoteVesselGroupFullVO vesselGroup)
          Performs the core logic for RemoteVesselGroupFullServiceBase.addVesselGroup(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)
protected  boolean RemoteVesselGroupFullServiceImpl.handleRemoteVesselGroupFullVOsAreEqual(RemoteVesselGroupFullVO remoteVesselGroupFullVOFirst, RemoteVesselGroupFullVO remoteVesselGroupFullVOSecond)
           
protected abstract  boolean RemoteVesselGroupFullServiceBase.handleRemoteVesselGroupFullVOsAreEqual(RemoteVesselGroupFullVO remoteVesselGroupFullVOFirst, RemoteVesselGroupFullVO remoteVesselGroupFullVOSecond)
          Performs the core logic for RemoteVesselGroupFullServiceBase.remoteVesselGroupFullVOsAreEqual(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)
protected  boolean RemoteVesselGroupFullServiceImpl.handleRemoteVesselGroupFullVOsAreEqualOnIdentifiers(RemoteVesselGroupFullVO remoteVesselGroupFullVOFirst, RemoteVesselGroupFullVO remoteVesselGroupFullVOSecond)
           
protected abstract  boolean RemoteVesselGroupFullServiceBase.handleRemoteVesselGroupFullVOsAreEqualOnIdentifiers(RemoteVesselGroupFullVO remoteVesselGroupFullVOFirst, RemoteVesselGroupFullVO remoteVesselGroupFullVOSecond)
          Performs the core logic for RemoteVesselGroupFullServiceBase.remoteVesselGroupFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)
protected  void RemoteVesselGroupFullServiceImpl.handleRemoveVesselGroup(RemoteVesselGroupFullVO vesselGroup)
           
protected abstract  void RemoteVesselGroupFullServiceBase.handleRemoveVesselGroup(RemoteVesselGroupFullVO vesselGroup)
          Performs the core logic for RemoteVesselGroupFullServiceBase.removeVesselGroup(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)
protected  void RemoteVesselGroupFullServiceImpl.handleUpdateVesselGroup(RemoteVesselGroupFullVO vesselGroup)
           
protected abstract  void RemoteVesselGroupFullServiceBase.handleUpdateVesselGroup(RemoteVesselGroupFullVO vesselGroup)
          Performs the core logic for RemoteVesselGroupFullServiceBase.updateVesselGroup(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)
 boolean RemoteVesselGroupFullService.remoteVesselGroupFullVOsAreEqual(RemoteVesselGroupFullVO remoteVesselGroupFullVOFirst, RemoteVesselGroupFullVO remoteVesselGroupFullVOSecond)
           
 boolean RemoteVesselGroupFullServiceWSDelegator.remoteVesselGroupFullVOsAreEqual(RemoteVesselGroupFullVO remoteVesselGroupFullVOFirst, RemoteVesselGroupFullVO remoteVesselGroupFullVOSecond)
           
 boolean RemoteVesselGroupFullServiceBase.remoteVesselGroupFullVOsAreEqual(RemoteVesselGroupFullVO remoteVesselGroupFullVOFirst, RemoteVesselGroupFullVO remoteVesselGroupFullVOSecond)
           
 boolean RemoteVesselGroupFullService.remoteVesselGroupFullVOsAreEqualOnIdentifiers(RemoteVesselGroupFullVO remoteVesselGroupFullVOFirst, RemoteVesselGroupFullVO remoteVesselGroupFullVOSecond)
           
 boolean RemoteVesselGroupFullServiceWSDelegator.remoteVesselGroupFullVOsAreEqualOnIdentifiers(RemoteVesselGroupFullVO remoteVesselGroupFullVOFirst, RemoteVesselGroupFullVO remoteVesselGroupFullVOSecond)
           
 boolean RemoteVesselGroupFullServiceBase.remoteVesselGroupFullVOsAreEqualOnIdentifiers(RemoteVesselGroupFullVO remoteVesselGroupFullVOFirst, RemoteVesselGroupFullVO remoteVesselGroupFullVOSecond)
           
 void RemoteVesselGroupFullService.removeVesselGroup(RemoteVesselGroupFullVO vesselGroup)
           
 void RemoteVesselGroupFullServiceWSDelegator.removeVesselGroup(RemoteVesselGroupFullVO vesselGroup)
           
 void RemoteVesselGroupFullServiceBase.removeVesselGroup(RemoteVesselGroupFullVO vesselGroup)
           
 void RemoteVesselGroupFullService.updateVesselGroup(RemoteVesselGroupFullVO vesselGroup)
           
 void RemoteVesselGroupFullServiceWSDelegator.updateVesselGroup(RemoteVesselGroupFullVO vesselGroup)
           
 void RemoteVesselGroupFullServiceBase.updateVesselGroup(RemoteVesselGroupFullVO vesselGroup)
           
 

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

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.