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

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

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

Methods in fr.ifremer.allegro.referential.pmfm that return RemoteFractionFullVO
 RemoteFractionFullVO FractionDaoImpl.toRemoteFractionFullVO(Fraction entity)
           
 RemoteFractionFullVO FractionDao.toRemoteFractionFullVO(Fraction entity)
          Converts this DAO's entity to an object of type RemoteFractionFullVO.
 RemoteFractionFullVO FractionDaoBase.toRemoteFractionFullVO(Fraction entity)
           
protected  RemoteFractionFullVO FractionDaoBase.toRemoteFractionFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteFractionFullVO[] FractionDao.toRemoteFractionFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteFractionFullVO.
 RemoteFractionFullVO[] FractionDaoBase.toRemoteFractionFullVOArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.pmfm with parameters of type RemoteFractionFullVO
 Fraction FractionDaoImpl.remoteFractionFullVOToEntity(RemoteFractionFullVO remoteFractionFullVO)
           
 Fraction FractionDao.remoteFractionFullVOToEntity(RemoteFractionFullVO remoteFractionFullVO)
          Converts an instance of type RemoteFractionFullVO to this DAO's entity.
 void FractionDaoImpl.remoteFractionFullVOToEntity(RemoteFractionFullVO source, Fraction target, boolean copyIfNull)
           
 void FractionDao.remoteFractionFullVOToEntity(RemoteFractionFullVO source, Fraction target, boolean copyIfNull)
          Copies the fields of RemoteFractionFullVO to the specified entity.
 void FractionDaoBase.remoteFractionFullVOToEntity(RemoteFractionFullVO source, Fraction target, boolean copyIfNull)
           
 void FractionDaoImpl.toRemoteFractionFullVO(Fraction source, RemoteFractionFullVO target)
           
 void FractionDao.toRemoteFractionFullVO(Fraction source, RemoteFractionFullVO target)
          Copies the fields of the specified entity to the target value object.
 void FractionDaoBase.toRemoteFractionFullVO(Fraction source, RemoteFractionFullVO target)
           
 

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

Methods in fr.ifremer.allegro.referential.pmfm.generic.service that return RemoteFractionFullVO
 RemoteFractionFullVO RemoteFractionFullService.addFraction(RemoteFractionFullVO fraction)
           
 RemoteFractionFullVO RemoteFractionFullServiceWSDelegator.addFraction(RemoteFractionFullVO fraction)
           
 RemoteFractionFullVO RemoteFractionFullServiceBase.addFraction(RemoteFractionFullVO fraction)
           
 RemoteFractionFullVO[] RemoteFractionFullService.getAllFraction()
           
 RemoteFractionFullVO[] RemoteFractionFullServiceWSDelegator.getAllFraction()
           
 RemoteFractionFullVO[] RemoteFractionFullServiceBase.getAllFraction()
           
 RemoteFractionFullVO RemoteFractionFullService.getFractionById(java.lang.Integer id)
           
 RemoteFractionFullVO RemoteFractionFullServiceWSDelegator.getFractionById(java.lang.Integer id)
           
 RemoteFractionFullVO RemoteFractionFullServiceBase.getFractionById(java.lang.Integer id)
           
 RemoteFractionFullVO[] RemoteFractionFullService.getFractionByIds(java.lang.Integer[] id)
           
 RemoteFractionFullVO[] RemoteFractionFullServiceWSDelegator.getFractionByIds(java.lang.Integer[] id)
           
 RemoteFractionFullVO[] RemoteFractionFullServiceBase.getFractionByIds(java.lang.Integer[] id)
           
 RemoteFractionFullVO RemoteFractionFullService.getFractionByNaturalId(RemoteFractionNaturalId fractionNaturalId)
           
 RemoteFractionFullVO RemoteFractionFullServiceWSDelegator.getFractionByNaturalId(RemoteFractionNaturalId fractionNaturalId)
           
 RemoteFractionFullVO RemoteFractionFullServiceBase.getFractionByNaturalId(RemoteFractionNaturalId fractionNaturalId)
           
 RemoteFractionFullVO[] RemoteFractionFullService.getFractionByStatusCode(java.lang.String code)
           
 RemoteFractionFullVO[] RemoteFractionFullServiceWSDelegator.getFractionByStatusCode(java.lang.String code)
           
 RemoteFractionFullVO[] RemoteFractionFullServiceBase.getFractionByStatusCode(java.lang.String code)
           
protected  RemoteFractionFullVO RemoteFractionFullServiceImpl.handleAddFraction(RemoteFractionFullVO fraction)
           
protected abstract  RemoteFractionFullVO RemoteFractionFullServiceBase.handleAddFraction(RemoteFractionFullVO fraction)
          Performs the core logic for RemoteFractionFullServiceBase.addFraction(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionFullVO)
protected  RemoteFractionFullVO[] RemoteFractionFullServiceImpl.handleGetAllFraction()
           
protected abstract  RemoteFractionFullVO[] RemoteFractionFullServiceBase.handleGetAllFraction()
          Performs the core logic for RemoteFractionFullServiceBase.getAllFraction()
protected  RemoteFractionFullVO RemoteFractionFullServiceImpl.handleGetFractionById(java.lang.Integer id)
           
protected abstract  RemoteFractionFullVO RemoteFractionFullServiceBase.handleGetFractionById(java.lang.Integer id)
          Performs the core logic for RemoteFractionFullServiceBase.getFractionById(java.lang.Integer)
protected  RemoteFractionFullVO[] RemoteFractionFullServiceImpl.handleGetFractionByIds(java.lang.Integer[] id)
           
protected abstract  RemoteFractionFullVO[] RemoteFractionFullServiceBase.handleGetFractionByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteFractionFullServiceBase.getFractionByIds(java.lang.Integer[])
protected  RemoteFractionFullVO RemoteFractionFullServiceImpl.handleGetFractionByNaturalId(RemoteFractionNaturalId fractionNaturalId)
           
protected abstract  RemoteFractionFullVO RemoteFractionFullServiceBase.handleGetFractionByNaturalId(RemoteFractionNaturalId fractionNaturalId)
          Performs the core logic for RemoteFractionFullServiceBase.getFractionByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionNaturalId)
protected  RemoteFractionFullVO[] RemoteFractionFullServiceImpl.handleGetFractionByStatusCode(java.lang.String code)
           
protected abstract  RemoteFractionFullVO[] RemoteFractionFullServiceBase.handleGetFractionByStatusCode(java.lang.String code)
          Performs the core logic for RemoteFractionFullServiceBase.getFractionByStatusCode(java.lang.String)
 

Methods in fr.ifremer.allegro.referential.pmfm.generic.service with parameters of type RemoteFractionFullVO
 RemoteFractionFullVO RemoteFractionFullService.addFraction(RemoteFractionFullVO fraction)
           
 RemoteFractionFullVO RemoteFractionFullServiceWSDelegator.addFraction(RemoteFractionFullVO fraction)
           
 RemoteFractionFullVO RemoteFractionFullServiceBase.addFraction(RemoteFractionFullVO fraction)
           
protected  RemoteFractionFullVO RemoteFractionFullServiceImpl.handleAddFraction(RemoteFractionFullVO fraction)
           
protected abstract  RemoteFractionFullVO RemoteFractionFullServiceBase.handleAddFraction(RemoteFractionFullVO fraction)
          Performs the core logic for RemoteFractionFullServiceBase.addFraction(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionFullVO)
protected  boolean RemoteFractionFullServiceImpl.handleRemoteFractionFullVOsAreEqual(RemoteFractionFullVO remoteFractionFullVOFirst, RemoteFractionFullVO remoteFractionFullVOSecond)
           
protected abstract  boolean RemoteFractionFullServiceBase.handleRemoteFractionFullVOsAreEqual(RemoteFractionFullVO remoteFractionFullVOFirst, RemoteFractionFullVO remoteFractionFullVOSecond)
          Performs the core logic for RemoteFractionFullServiceBase.remoteFractionFullVOsAreEqual(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionFullVO)
protected  boolean RemoteFractionFullServiceImpl.handleRemoteFractionFullVOsAreEqualOnIdentifiers(RemoteFractionFullVO remoteFractionFullVOFirst, RemoteFractionFullVO remoteFractionFullVOSecond)
           
protected abstract  boolean RemoteFractionFullServiceBase.handleRemoteFractionFullVOsAreEqualOnIdentifiers(RemoteFractionFullVO remoteFractionFullVOFirst, RemoteFractionFullVO remoteFractionFullVOSecond)
          Performs the core logic for RemoteFractionFullServiceBase.remoteFractionFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionFullVO)
protected  void RemoteFractionFullServiceImpl.handleRemoveFraction(RemoteFractionFullVO fraction)
           
protected abstract  void RemoteFractionFullServiceBase.handleRemoveFraction(RemoteFractionFullVO fraction)
          Performs the core logic for RemoteFractionFullServiceBase.removeFraction(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionFullVO)
protected  void RemoteFractionFullServiceImpl.handleUpdateFraction(RemoteFractionFullVO fraction)
           
protected abstract  void RemoteFractionFullServiceBase.handleUpdateFraction(RemoteFractionFullVO fraction)
          Performs the core logic for RemoteFractionFullServiceBase.updateFraction(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionFullVO)
 boolean RemoteFractionFullService.remoteFractionFullVOsAreEqual(RemoteFractionFullVO remoteFractionFullVOFirst, RemoteFractionFullVO remoteFractionFullVOSecond)
           
 boolean RemoteFractionFullServiceWSDelegator.remoteFractionFullVOsAreEqual(RemoteFractionFullVO remoteFractionFullVOFirst, RemoteFractionFullVO remoteFractionFullVOSecond)
           
 boolean RemoteFractionFullServiceBase.remoteFractionFullVOsAreEqual(RemoteFractionFullVO remoteFractionFullVOFirst, RemoteFractionFullVO remoteFractionFullVOSecond)
           
 boolean RemoteFractionFullService.remoteFractionFullVOsAreEqualOnIdentifiers(RemoteFractionFullVO remoteFractionFullVOFirst, RemoteFractionFullVO remoteFractionFullVOSecond)
           
 boolean RemoteFractionFullServiceWSDelegator.remoteFractionFullVOsAreEqualOnIdentifiers(RemoteFractionFullVO remoteFractionFullVOFirst, RemoteFractionFullVO remoteFractionFullVOSecond)
           
 boolean RemoteFractionFullServiceBase.remoteFractionFullVOsAreEqualOnIdentifiers(RemoteFractionFullVO remoteFractionFullVOFirst, RemoteFractionFullVO remoteFractionFullVOSecond)
           
 void RemoteFractionFullService.removeFraction(RemoteFractionFullVO fraction)
           
 void RemoteFractionFullServiceWSDelegator.removeFraction(RemoteFractionFullVO fraction)
           
 void RemoteFractionFullServiceBase.removeFraction(RemoteFractionFullVO fraction)
           
 void RemoteFractionFullService.updateFraction(RemoteFractionFullVO fraction)
           
 void RemoteFractionFullServiceWSDelegator.updateFraction(RemoteFractionFullVO fraction)
           
 void RemoteFractionFullServiceBase.updateFraction(RemoteFractionFullVO fraction)
           
 

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

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.