Uses of Class
fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupFullVO

Packages that use RemoteParameterGroupFullVO
fr.ifremer.allegro.referential.pmfm   
fr.ifremer.allegro.referential.pmfm.generic.service   
fr.ifremer.allegro.referential.pmfm.generic.vo   
 

Uses of RemoteParameterGroupFullVO in fr.ifremer.allegro.referential.pmfm
 

Methods in fr.ifremer.allegro.referential.pmfm that return RemoteParameterGroupFullVO
protected  RemoteParameterGroupFullVO ParameterGroupDaoBase.toRemoteParameterGroupFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteParameterGroupFullVO ParameterGroupDaoImpl.toRemoteParameterGroupFullVO(ParameterGroup entity)
           
 RemoteParameterGroupFullVO ParameterGroupDao.toRemoteParameterGroupFullVO(ParameterGroup entity)
          Converts this DAO's entity to an object of type RemoteParameterGroupFullVO.
 RemoteParameterGroupFullVO ParameterGroupDaoBase.toRemoteParameterGroupFullVO(ParameterGroup entity)
           
 RemoteParameterGroupFullVO[] ParameterGroupDao.toRemoteParameterGroupFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteParameterGroupFullVO.
 RemoteParameterGroupFullVO[] ParameterGroupDaoBase.toRemoteParameterGroupFullVOArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.pmfm with parameters of type RemoteParameterGroupFullVO
 ParameterGroup ParameterGroupDaoImpl.remoteParameterGroupFullVOToEntity(RemoteParameterGroupFullVO remoteParameterGroupFullVO)
           
 ParameterGroup ParameterGroupDao.remoteParameterGroupFullVOToEntity(RemoteParameterGroupFullVO remoteParameterGroupFullVO)
          Converts an instance of type RemoteParameterGroupFullVO to this DAO's entity.
 void ParameterGroupDaoImpl.remoteParameterGroupFullVOToEntity(RemoteParameterGroupFullVO source, ParameterGroup target, boolean copyIfNull)
           
 void ParameterGroupDao.remoteParameterGroupFullVOToEntity(RemoteParameterGroupFullVO source, ParameterGroup target, boolean copyIfNull)
          Copies the fields of RemoteParameterGroupFullVO to the specified entity.
 void ParameterGroupDaoBase.remoteParameterGroupFullVOToEntity(RemoteParameterGroupFullVO source, ParameterGroup target, boolean copyIfNull)
           
 void ParameterGroupDaoImpl.toRemoteParameterGroupFullVO(ParameterGroup source, RemoteParameterGroupFullVO target)
           
 void ParameterGroupDao.toRemoteParameterGroupFullVO(ParameterGroup source, RemoteParameterGroupFullVO target)
          Copies the fields of the specified entity to the target value object.
 void ParameterGroupDaoBase.toRemoteParameterGroupFullVO(ParameterGroup source, RemoteParameterGroupFullVO target)
           
 

Uses of RemoteParameterGroupFullVO in fr.ifremer.allegro.referential.pmfm.generic.service
 

Methods in fr.ifremer.allegro.referential.pmfm.generic.service that return RemoteParameterGroupFullVO
 RemoteParameterGroupFullVO RemoteParameterGroupFullService.addParameterGroup(RemoteParameterGroupFullVO parameterGroup)
           
 RemoteParameterGroupFullVO RemoteParameterGroupFullServiceWSDelegator.addParameterGroup(RemoteParameterGroupFullVO parameterGroup)
           
 RemoteParameterGroupFullVO RemoteParameterGroupFullServiceBase.addParameterGroup(RemoteParameterGroupFullVO parameterGroup)
           
 RemoteParameterGroupFullVO[] RemoteParameterGroupFullService.getAllParameterGroup()
           
 RemoteParameterGroupFullVO[] RemoteParameterGroupFullServiceWSDelegator.getAllParameterGroup()
           
 RemoteParameterGroupFullVO[] RemoteParameterGroupFullServiceBase.getAllParameterGroup()
           
 RemoteParameterGroupFullVO RemoteParameterGroupFullService.getParameterGroupById(java.lang.Integer id)
           
 RemoteParameterGroupFullVO RemoteParameterGroupFullServiceWSDelegator.getParameterGroupById(java.lang.Integer id)
           
 RemoteParameterGroupFullVO RemoteParameterGroupFullServiceBase.getParameterGroupById(java.lang.Integer id)
           
 RemoteParameterGroupFullVO[] RemoteParameterGroupFullService.getParameterGroupByIds(java.lang.Integer[] id)
           
 RemoteParameterGroupFullVO[] RemoteParameterGroupFullServiceWSDelegator.getParameterGroupByIds(java.lang.Integer[] id)
           
 RemoteParameterGroupFullVO[] RemoteParameterGroupFullServiceBase.getParameterGroupByIds(java.lang.Integer[] id)
           
 RemoteParameterGroupFullVO RemoteParameterGroupFullService.getParameterGroupByNaturalId(RemoteParameterGroupNaturalId parameterGroupNaturalId)
           
 RemoteParameterGroupFullVO RemoteParameterGroupFullServiceWSDelegator.getParameterGroupByNaturalId(RemoteParameterGroupNaturalId parameterGroupNaturalId)
           
 RemoteParameterGroupFullVO RemoteParameterGroupFullServiceBase.getParameterGroupByNaturalId(RemoteParameterGroupNaturalId parameterGroupNaturalId)
           
 RemoteParameterGroupFullVO[] RemoteParameterGroupFullService.getParameterGroupByParentParameterGroupId(java.lang.Integer id)
           
 RemoteParameterGroupFullVO[] RemoteParameterGroupFullServiceWSDelegator.getParameterGroupByParentParameterGroupId(java.lang.Integer id)
           
 RemoteParameterGroupFullVO[] RemoteParameterGroupFullServiceBase.getParameterGroupByParentParameterGroupId(java.lang.Integer id)
           
 RemoteParameterGroupFullVO[] RemoteParameterGroupFullService.getParameterGroupByStatusCode(java.lang.String code)
           
 RemoteParameterGroupFullVO[] RemoteParameterGroupFullServiceWSDelegator.getParameterGroupByStatusCode(java.lang.String code)
           
 RemoteParameterGroupFullVO[] RemoteParameterGroupFullServiceBase.getParameterGroupByStatusCode(java.lang.String code)
           
protected  RemoteParameterGroupFullVO RemoteParameterGroupFullServiceImpl.handleAddParameterGroup(RemoteParameterGroupFullVO parameterGroup)
           
protected abstract  RemoteParameterGroupFullVO RemoteParameterGroupFullServiceBase.handleAddParameterGroup(RemoteParameterGroupFullVO parameterGroup)
          Performs the core logic for RemoteParameterGroupFullServiceBase.addParameterGroup(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupFullVO)
protected  RemoteParameterGroupFullVO[] RemoteParameterGroupFullServiceImpl.handleGetAllParameterGroup()
           
protected abstract  RemoteParameterGroupFullVO[] RemoteParameterGroupFullServiceBase.handleGetAllParameterGroup()
          Performs the core logic for RemoteParameterGroupFullServiceBase.getAllParameterGroup()
protected  RemoteParameterGroupFullVO RemoteParameterGroupFullServiceImpl.handleGetParameterGroupById(java.lang.Integer id)
           
protected abstract  RemoteParameterGroupFullVO RemoteParameterGroupFullServiceBase.handleGetParameterGroupById(java.lang.Integer id)
          Performs the core logic for RemoteParameterGroupFullServiceBase.getParameterGroupById(java.lang.Integer)
protected  RemoteParameterGroupFullVO[] RemoteParameterGroupFullServiceImpl.handleGetParameterGroupByIds(java.lang.Integer[] id)
           
protected abstract  RemoteParameterGroupFullVO[] RemoteParameterGroupFullServiceBase.handleGetParameterGroupByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteParameterGroupFullServiceBase.getParameterGroupByIds(java.lang.Integer[])
protected  RemoteParameterGroupFullVO RemoteParameterGroupFullServiceImpl.handleGetParameterGroupByNaturalId(RemoteParameterGroupNaturalId parameterGroupNaturalId)
           
protected abstract  RemoteParameterGroupFullVO RemoteParameterGroupFullServiceBase.handleGetParameterGroupByNaturalId(RemoteParameterGroupNaturalId parameterGroupNaturalId)
          Performs the core logic for RemoteParameterGroupFullServiceBase.getParameterGroupByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupNaturalId)
protected  RemoteParameterGroupFullVO[] RemoteParameterGroupFullServiceImpl.handleGetParameterGroupByParentParameterGroupId(java.lang.Integer id)
           
protected abstract  RemoteParameterGroupFullVO[] RemoteParameterGroupFullServiceBase.handleGetParameterGroupByParentParameterGroupId(java.lang.Integer id)
          Performs the core logic for RemoteParameterGroupFullServiceBase.getParameterGroupByParentParameterGroupId(java.lang.Integer)
protected  RemoteParameterGroupFullVO[] RemoteParameterGroupFullServiceImpl.handleGetParameterGroupByStatusCode(java.lang.String code)
           
protected abstract  RemoteParameterGroupFullVO[] RemoteParameterGroupFullServiceBase.handleGetParameterGroupByStatusCode(java.lang.String code)
          Performs the core logic for RemoteParameterGroupFullServiceBase.getParameterGroupByStatusCode(java.lang.String)
 

Methods in fr.ifremer.allegro.referential.pmfm.generic.service with parameters of type RemoteParameterGroupFullVO
 RemoteParameterGroupFullVO RemoteParameterGroupFullService.addParameterGroup(RemoteParameterGroupFullVO parameterGroup)
           
 RemoteParameterGroupFullVO RemoteParameterGroupFullServiceWSDelegator.addParameterGroup(RemoteParameterGroupFullVO parameterGroup)
           
 RemoteParameterGroupFullVO RemoteParameterGroupFullServiceBase.addParameterGroup(RemoteParameterGroupFullVO parameterGroup)
           
protected  RemoteParameterGroupFullVO RemoteParameterGroupFullServiceImpl.handleAddParameterGroup(RemoteParameterGroupFullVO parameterGroup)
           
protected abstract  RemoteParameterGroupFullVO RemoteParameterGroupFullServiceBase.handleAddParameterGroup(RemoteParameterGroupFullVO parameterGroup)
          Performs the core logic for RemoteParameterGroupFullServiceBase.addParameterGroup(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupFullVO)
protected  boolean RemoteParameterGroupFullServiceImpl.handleRemoteParameterGroupFullVOsAreEqual(RemoteParameterGroupFullVO remoteParameterGroupFullVOFirst, RemoteParameterGroupFullVO remoteParameterGroupFullVOSecond)
           
protected abstract  boolean RemoteParameterGroupFullServiceBase.handleRemoteParameterGroupFullVOsAreEqual(RemoteParameterGroupFullVO remoteParameterGroupFullVOFirst, RemoteParameterGroupFullVO remoteParameterGroupFullVOSecond)
          Performs the core logic for RemoteParameterGroupFullServiceBase.remoteParameterGroupFullVOsAreEqual(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupFullVO)
protected  boolean RemoteParameterGroupFullServiceImpl.handleRemoteParameterGroupFullVOsAreEqualOnIdentifiers(RemoteParameterGroupFullVO remoteParameterGroupFullVOFirst, RemoteParameterGroupFullVO remoteParameterGroupFullVOSecond)
           
protected abstract  boolean RemoteParameterGroupFullServiceBase.handleRemoteParameterGroupFullVOsAreEqualOnIdentifiers(RemoteParameterGroupFullVO remoteParameterGroupFullVOFirst, RemoteParameterGroupFullVO remoteParameterGroupFullVOSecond)
          Performs the core logic for RemoteParameterGroupFullServiceBase.remoteParameterGroupFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupFullVO)
protected  void RemoteParameterGroupFullServiceImpl.handleRemoveParameterGroup(RemoteParameterGroupFullVO parameterGroup)
           
protected abstract  void RemoteParameterGroupFullServiceBase.handleRemoveParameterGroup(RemoteParameterGroupFullVO parameterGroup)
          Performs the core logic for RemoteParameterGroupFullServiceBase.removeParameterGroup(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupFullVO)
protected  void RemoteParameterGroupFullServiceImpl.handleUpdateParameterGroup(RemoteParameterGroupFullVO parameterGroup)
           
protected abstract  void RemoteParameterGroupFullServiceBase.handleUpdateParameterGroup(RemoteParameterGroupFullVO parameterGroup)
          Performs the core logic for RemoteParameterGroupFullServiceBase.updateParameterGroup(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupFullVO)
 boolean RemoteParameterGroupFullService.remoteParameterGroupFullVOsAreEqual(RemoteParameterGroupFullVO remoteParameterGroupFullVOFirst, RemoteParameterGroupFullVO remoteParameterGroupFullVOSecond)
           
 boolean RemoteParameterGroupFullServiceWSDelegator.remoteParameterGroupFullVOsAreEqual(RemoteParameterGroupFullVO remoteParameterGroupFullVOFirst, RemoteParameterGroupFullVO remoteParameterGroupFullVOSecond)
           
 boolean RemoteParameterGroupFullServiceBase.remoteParameterGroupFullVOsAreEqual(RemoteParameterGroupFullVO remoteParameterGroupFullVOFirst, RemoteParameterGroupFullVO remoteParameterGroupFullVOSecond)
           
 boolean RemoteParameterGroupFullService.remoteParameterGroupFullVOsAreEqualOnIdentifiers(RemoteParameterGroupFullVO remoteParameterGroupFullVOFirst, RemoteParameterGroupFullVO remoteParameterGroupFullVOSecond)
           
 boolean RemoteParameterGroupFullServiceWSDelegator.remoteParameterGroupFullVOsAreEqualOnIdentifiers(RemoteParameterGroupFullVO remoteParameterGroupFullVOFirst, RemoteParameterGroupFullVO remoteParameterGroupFullVOSecond)
           
 boolean RemoteParameterGroupFullServiceBase.remoteParameterGroupFullVOsAreEqualOnIdentifiers(RemoteParameterGroupFullVO remoteParameterGroupFullVOFirst, RemoteParameterGroupFullVO remoteParameterGroupFullVOSecond)
           
 void RemoteParameterGroupFullService.removeParameterGroup(RemoteParameterGroupFullVO parameterGroup)
           
 void RemoteParameterGroupFullServiceWSDelegator.removeParameterGroup(RemoteParameterGroupFullVO parameterGroup)
           
 void RemoteParameterGroupFullServiceBase.removeParameterGroup(RemoteParameterGroupFullVO parameterGroup)
           
 void RemoteParameterGroupFullService.updateParameterGroup(RemoteParameterGroupFullVO parameterGroup)
           
 void RemoteParameterGroupFullServiceWSDelegator.updateParameterGroup(RemoteParameterGroupFullVO parameterGroup)
           
 void RemoteParameterGroupFullServiceBase.updateParameterGroup(RemoteParameterGroupFullVO parameterGroup)
           
 

Uses of RemoteParameterGroupFullVO in fr.ifremer.allegro.referential.pmfm.generic.vo
 

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

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.