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

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

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

Methods in fr.ifremer.allegro.referential.pmfm that return RemoteParameterFullVO
protected  RemoteParameterFullVO ParameterDaoBase.toRemoteParameterFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteParameterFullVO ParameterDaoImpl.toRemoteParameterFullVO(Parameter entity)
           
 RemoteParameterFullVO ParameterDao.toRemoteParameterFullVO(Parameter entity)
          Converts this DAO's entity to an object of type RemoteParameterFullVO.
 RemoteParameterFullVO ParameterDaoBase.toRemoteParameterFullVO(Parameter entity)
           
 RemoteParameterFullVO[] ParameterDao.toRemoteParameterFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteParameterFullVO.
 RemoteParameterFullVO[] ParameterDaoBase.toRemoteParameterFullVOArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.pmfm with parameters of type RemoteParameterFullVO
 Parameter ParameterDaoImpl.remoteParameterFullVOToEntity(RemoteParameterFullVO remoteParameterFullVO)
           
 Parameter ParameterDao.remoteParameterFullVOToEntity(RemoteParameterFullVO remoteParameterFullVO)
          Converts an instance of type RemoteParameterFullVO to this DAO's entity.
 void ParameterDaoImpl.remoteParameterFullVOToEntity(RemoteParameterFullVO source, Parameter target, boolean copyIfNull)
           
 void ParameterDao.remoteParameterFullVOToEntity(RemoteParameterFullVO source, Parameter target, boolean copyIfNull)
          Copies the fields of RemoteParameterFullVO to the specified entity.
 void ParameterDaoBase.remoteParameterFullVOToEntity(RemoteParameterFullVO source, Parameter target, boolean copyIfNull)
           
 void ParameterDaoImpl.toRemoteParameterFullVO(Parameter source, RemoteParameterFullVO target)
           
 void ParameterDao.toRemoteParameterFullVO(Parameter source, RemoteParameterFullVO target)
          Copies the fields of the specified entity to the target value object.
 void ParameterDaoBase.toRemoteParameterFullVO(Parameter source, RemoteParameterFullVO target)
           
 

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

Methods in fr.ifremer.allegro.referential.pmfm.generic.service that return RemoteParameterFullVO
 RemoteParameterFullVO RemoteParameterFullService.addParameter(RemoteParameterFullVO parameter)
           
 RemoteParameterFullVO RemoteParameterFullServiceWSDelegator.addParameter(RemoteParameterFullVO parameter)
           
 RemoteParameterFullVO RemoteParameterFullServiceBase.addParameter(RemoteParameterFullVO parameter)
           
 RemoteParameterFullVO[] RemoteParameterFullService.getAllParameter()
           
 RemoteParameterFullVO[] RemoteParameterFullServiceWSDelegator.getAllParameter()
           
 RemoteParameterFullVO[] RemoteParameterFullServiceBase.getAllParameter()
           
 RemoteParameterFullVO RemoteParameterFullService.getParameterByCode(java.lang.String code)
           
 RemoteParameterFullVO RemoteParameterFullServiceWSDelegator.getParameterByCode(java.lang.String code)
           
 RemoteParameterFullVO RemoteParameterFullServiceBase.getParameterByCode(java.lang.String code)
           
 RemoteParameterFullVO[] RemoteParameterFullService.getParameterByCodes(java.lang.String[] code)
           
 RemoteParameterFullVO[] RemoteParameterFullServiceWSDelegator.getParameterByCodes(java.lang.String[] code)
           
 RemoteParameterFullVO[] RemoteParameterFullServiceBase.getParameterByCodes(java.lang.String[] code)
           
 RemoteParameterFullVO RemoteParameterFullService.getParameterByNaturalId(RemoteParameterNaturalId parameterNaturalId)
           
 RemoteParameterFullVO RemoteParameterFullServiceWSDelegator.getParameterByNaturalId(RemoteParameterNaturalId parameterNaturalId)
           
 RemoteParameterFullVO RemoteParameterFullServiceBase.getParameterByNaturalId(RemoteParameterNaturalId parameterNaturalId)
           
 RemoteParameterFullVO[] RemoteParameterFullService.getParameterByParameterGroupId(java.lang.Integer id)
           
 RemoteParameterFullVO[] RemoteParameterFullServiceWSDelegator.getParameterByParameterGroupId(java.lang.Integer id)
           
 RemoteParameterFullVO[] RemoteParameterFullServiceBase.getParameterByParameterGroupId(java.lang.Integer id)
           
 RemoteParameterFullVO[] RemoteParameterFullService.getParameterByStatusCode(java.lang.String code)
           
 RemoteParameterFullVO[] RemoteParameterFullServiceWSDelegator.getParameterByStatusCode(java.lang.String code)
           
 RemoteParameterFullVO[] RemoteParameterFullServiceBase.getParameterByStatusCode(java.lang.String code)
           
protected  RemoteParameterFullVO RemoteParameterFullServiceImpl.handleAddParameter(RemoteParameterFullVO parameter)
           
protected abstract  RemoteParameterFullVO RemoteParameterFullServiceBase.handleAddParameter(RemoteParameterFullVO parameter)
          Performs the core logic for RemoteParameterFullServiceBase.addParameter(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterFullVO)
protected  RemoteParameterFullVO[] RemoteParameterFullServiceImpl.handleGetAllParameter()
           
protected abstract  RemoteParameterFullVO[] RemoteParameterFullServiceBase.handleGetAllParameter()
          Performs the core logic for RemoteParameterFullServiceBase.getAllParameter()
protected  RemoteParameterFullVO RemoteParameterFullServiceImpl.handleGetParameterByCode(java.lang.String code)
           
protected abstract  RemoteParameterFullVO RemoteParameterFullServiceBase.handleGetParameterByCode(java.lang.String code)
          Performs the core logic for RemoteParameterFullServiceBase.getParameterByCode(java.lang.String)
protected  RemoteParameterFullVO[] RemoteParameterFullServiceImpl.handleGetParameterByCodes(java.lang.String[] code)
           
protected abstract  RemoteParameterFullVO[] RemoteParameterFullServiceBase.handleGetParameterByCodes(java.lang.String[] code)
          Performs the core logic for RemoteParameterFullServiceBase.getParameterByCodes(java.lang.String[])
protected  RemoteParameterFullVO RemoteParameterFullServiceImpl.handleGetParameterByNaturalId(RemoteParameterNaturalId parameterNaturalId)
           
protected abstract  RemoteParameterFullVO RemoteParameterFullServiceBase.handleGetParameterByNaturalId(RemoteParameterNaturalId parameterNaturalId)
          Performs the core logic for RemoteParameterFullServiceBase.getParameterByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterNaturalId)
protected  RemoteParameterFullVO[] RemoteParameterFullServiceImpl.handleGetParameterByParameterGroupId(java.lang.Integer id)
           
protected abstract  RemoteParameterFullVO[] RemoteParameterFullServiceBase.handleGetParameterByParameterGroupId(java.lang.Integer id)
          Performs the core logic for RemoteParameterFullServiceBase.getParameterByParameterGroupId(java.lang.Integer)
protected  RemoteParameterFullVO[] RemoteParameterFullServiceImpl.handleGetParameterByStatusCode(java.lang.String code)
           
protected abstract  RemoteParameterFullVO[] RemoteParameterFullServiceBase.handleGetParameterByStatusCode(java.lang.String code)
          Performs the core logic for RemoteParameterFullServiceBase.getParameterByStatusCode(java.lang.String)
 

Methods in fr.ifremer.allegro.referential.pmfm.generic.service with parameters of type RemoteParameterFullVO
 RemoteParameterFullVO RemoteParameterFullService.addParameter(RemoteParameterFullVO parameter)
           
 RemoteParameterFullVO RemoteParameterFullServiceWSDelegator.addParameter(RemoteParameterFullVO parameter)
           
 RemoteParameterFullVO RemoteParameterFullServiceBase.addParameter(RemoteParameterFullVO parameter)
           
protected  RemoteParameterFullVO RemoteParameterFullServiceImpl.handleAddParameter(RemoteParameterFullVO parameter)
           
protected abstract  RemoteParameterFullVO RemoteParameterFullServiceBase.handleAddParameter(RemoteParameterFullVO parameter)
          Performs the core logic for RemoteParameterFullServiceBase.addParameter(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterFullVO)
protected  boolean RemoteParameterFullServiceImpl.handleRemoteParameterFullVOsAreEqual(RemoteParameterFullVO remoteParameterFullVOFirst, RemoteParameterFullVO remoteParameterFullVOSecond)
           
protected abstract  boolean RemoteParameterFullServiceBase.handleRemoteParameterFullVOsAreEqual(RemoteParameterFullVO remoteParameterFullVOFirst, RemoteParameterFullVO remoteParameterFullVOSecond)
          Performs the core logic for RemoteParameterFullServiceBase.remoteParameterFullVOsAreEqual(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterFullVO)
protected  boolean RemoteParameterFullServiceImpl.handleRemoteParameterFullVOsAreEqualOnIdentifiers(RemoteParameterFullVO remoteParameterFullVOFirst, RemoteParameterFullVO remoteParameterFullVOSecond)
           
protected abstract  boolean RemoteParameterFullServiceBase.handleRemoteParameterFullVOsAreEqualOnIdentifiers(RemoteParameterFullVO remoteParameterFullVOFirst, RemoteParameterFullVO remoteParameterFullVOSecond)
          Performs the core logic for RemoteParameterFullServiceBase.remoteParameterFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterFullVO)
protected  void RemoteParameterFullServiceImpl.handleRemoveParameter(RemoteParameterFullVO parameter)
           
protected abstract  void RemoteParameterFullServiceBase.handleRemoveParameter(RemoteParameterFullVO parameter)
          Performs the core logic for RemoteParameterFullServiceBase.removeParameter(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterFullVO)
protected  void RemoteParameterFullServiceImpl.handleUpdateParameter(RemoteParameterFullVO parameter)
           
protected abstract  void RemoteParameterFullServiceBase.handleUpdateParameter(RemoteParameterFullVO parameter)
          Performs the core logic for RemoteParameterFullServiceBase.updateParameter(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterFullVO)
 boolean RemoteParameterFullService.remoteParameterFullVOsAreEqual(RemoteParameterFullVO remoteParameterFullVOFirst, RemoteParameterFullVO remoteParameterFullVOSecond)
           
 boolean RemoteParameterFullServiceWSDelegator.remoteParameterFullVOsAreEqual(RemoteParameterFullVO remoteParameterFullVOFirst, RemoteParameterFullVO remoteParameterFullVOSecond)
           
 boolean RemoteParameterFullServiceBase.remoteParameterFullVOsAreEqual(RemoteParameterFullVO remoteParameterFullVOFirst, RemoteParameterFullVO remoteParameterFullVOSecond)
           
 boolean RemoteParameterFullService.remoteParameterFullVOsAreEqualOnIdentifiers(RemoteParameterFullVO remoteParameterFullVOFirst, RemoteParameterFullVO remoteParameterFullVOSecond)
           
 boolean RemoteParameterFullServiceWSDelegator.remoteParameterFullVOsAreEqualOnIdentifiers(RemoteParameterFullVO remoteParameterFullVOFirst, RemoteParameterFullVO remoteParameterFullVOSecond)
           
 boolean RemoteParameterFullServiceBase.remoteParameterFullVOsAreEqualOnIdentifiers(RemoteParameterFullVO remoteParameterFullVOFirst, RemoteParameterFullVO remoteParameterFullVOSecond)
           
 void RemoteParameterFullService.removeParameter(RemoteParameterFullVO parameter)
           
 void RemoteParameterFullServiceWSDelegator.removeParameter(RemoteParameterFullVO parameter)
           
 void RemoteParameterFullServiceBase.removeParameter(RemoteParameterFullVO parameter)
           
 void RemoteParameterFullService.updateParameter(RemoteParameterFullVO parameter)
           
 void RemoteParameterFullServiceWSDelegator.updateParameter(RemoteParameterFullVO parameter)
           
 void RemoteParameterFullServiceBase.updateParameter(RemoteParameterFullVO parameter)
           
 

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

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.