Uses of Class
fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAssociationFullVO

Packages that use RemoteLocationAssociationFullVO
fr.ifremer.allegro.referential.location   
fr.ifremer.allegro.referential.location.generic.service   
fr.ifremer.allegro.referential.location.generic.vo   
 

Uses of RemoteLocationAssociationFullVO in fr.ifremer.allegro.referential.location
 

Methods in fr.ifremer.allegro.referential.location that return RemoteLocationAssociationFullVO
 RemoteLocationAssociationFullVO LocationAssociationDaoImpl.toRemoteLocationAssociationFullVO(LocationAssociation entity)
           
 RemoteLocationAssociationFullVO LocationAssociationDao.toRemoteLocationAssociationFullVO(LocationAssociation entity)
          Converts this DAO's entity to an object of type RemoteLocationAssociationFullVO.
 RemoteLocationAssociationFullVO LocationAssociationDaoBase.toRemoteLocationAssociationFullVO(LocationAssociation entity)
           
protected  RemoteLocationAssociationFullVO LocationAssociationDaoBase.toRemoteLocationAssociationFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteLocationAssociationFullVO[] LocationAssociationDao.toRemoteLocationAssociationFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteLocationAssociationFullVO.
 RemoteLocationAssociationFullVO[] LocationAssociationDaoBase.toRemoteLocationAssociationFullVOArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.location with parameters of type RemoteLocationAssociationFullVO
 LocationAssociation LocationAssociationDaoImpl.remoteLocationAssociationFullVOToEntity(RemoteLocationAssociationFullVO remoteLocationAssociationFullVO)
           
 LocationAssociation LocationAssociationDao.remoteLocationAssociationFullVOToEntity(RemoteLocationAssociationFullVO remoteLocationAssociationFullVO)
          Converts an instance of type RemoteLocationAssociationFullVO to this DAO's entity.
 void LocationAssociationDaoImpl.remoteLocationAssociationFullVOToEntity(RemoteLocationAssociationFullVO source, LocationAssociation target, boolean copyIfNull)
           
 void LocationAssociationDao.remoteLocationAssociationFullVOToEntity(RemoteLocationAssociationFullVO source, LocationAssociation target, boolean copyIfNull)
          Copies the fields of RemoteLocationAssociationFullVO to the specified entity.
 void LocationAssociationDaoBase.remoteLocationAssociationFullVOToEntity(RemoteLocationAssociationFullVO source, LocationAssociation target, boolean copyIfNull)
           
 void LocationAssociationDaoImpl.toRemoteLocationAssociationFullVO(LocationAssociation source, RemoteLocationAssociationFullVO target)
           
 void LocationAssociationDao.toRemoteLocationAssociationFullVO(LocationAssociation source, RemoteLocationAssociationFullVO target)
          Copies the fields of the specified entity to the target value object.
 void LocationAssociationDaoBase.toRemoteLocationAssociationFullVO(LocationAssociation source, RemoteLocationAssociationFullVO target)
           
 

Uses of RemoteLocationAssociationFullVO in fr.ifremer.allegro.referential.location.generic.service
 

Methods in fr.ifremer.allegro.referential.location.generic.service that return RemoteLocationAssociationFullVO
 RemoteLocationAssociationFullVO RemoteLocationAssociationFullService.addLocationAssociation(RemoteLocationAssociationFullVO locationAssociation)
           
 RemoteLocationAssociationFullVO RemoteLocationAssociationFullServiceWSDelegator.addLocationAssociation(RemoteLocationAssociationFullVO locationAssociation)
           
 RemoteLocationAssociationFullVO RemoteLocationAssociationFullServiceBase.addLocationAssociation(RemoteLocationAssociationFullVO locationAssociation)
           
 RemoteLocationAssociationFullVO[] RemoteLocationAssociationFullService.getAllLocationAssociation()
           
 RemoteLocationAssociationFullVO[] RemoteLocationAssociationFullServiceWSDelegator.getAllLocationAssociation()
           
 RemoteLocationAssociationFullVO[] RemoteLocationAssociationFullServiceBase.getAllLocationAssociation()
           
 RemoteLocationAssociationFullVO[] RemoteLocationAssociationFullService.getLocationAssociationByChildLocationId(java.lang.Integer id)
           
 RemoteLocationAssociationFullVO[] RemoteLocationAssociationFullServiceWSDelegator.getLocationAssociationByChildLocationId(java.lang.Integer id)
           
 RemoteLocationAssociationFullVO[] RemoteLocationAssociationFullServiceBase.getLocationAssociationByChildLocationId(java.lang.Integer id)
           
 RemoteLocationAssociationFullVO RemoteLocationAssociationFullService.getLocationAssociationByIdentifiers(java.lang.Integer parentLocationId, java.lang.Integer childLocationId)
           
 RemoteLocationAssociationFullVO RemoteLocationAssociationFullServiceWSDelegator.getLocationAssociationByIdentifiers(java.lang.Integer parentLocationId, java.lang.Integer childLocationId)
           
 RemoteLocationAssociationFullVO RemoteLocationAssociationFullServiceBase.getLocationAssociationByIdentifiers(java.lang.Integer parentLocationId, java.lang.Integer childLocationId)
           
 RemoteLocationAssociationFullVO RemoteLocationAssociationFullService.getLocationAssociationByNaturalId(RemoteLocationAssociationNaturalId locationAssociationNaturalId)
           
 RemoteLocationAssociationFullVO RemoteLocationAssociationFullServiceWSDelegator.getLocationAssociationByNaturalId(RemoteLocationAssociationNaturalId locationAssociationNaturalId)
           
 RemoteLocationAssociationFullVO RemoteLocationAssociationFullServiceBase.getLocationAssociationByNaturalId(RemoteLocationAssociationNaturalId locationAssociationNaturalId)
           
 RemoteLocationAssociationFullVO[] RemoteLocationAssociationFullService.getLocationAssociationByParentLocationId(java.lang.Integer id)
           
 RemoteLocationAssociationFullVO[] RemoteLocationAssociationFullServiceWSDelegator.getLocationAssociationByParentLocationId(java.lang.Integer id)
           
 RemoteLocationAssociationFullVO[] RemoteLocationAssociationFullServiceBase.getLocationAssociationByParentLocationId(java.lang.Integer id)
           
protected  RemoteLocationAssociationFullVO RemoteLocationAssociationFullServiceImpl.handleAddLocationAssociation(RemoteLocationAssociationFullVO locationAssociation)
           
protected abstract  RemoteLocationAssociationFullVO RemoteLocationAssociationFullServiceBase.handleAddLocationAssociation(RemoteLocationAssociationFullVO locationAssociation)
          Performs the core logic for RemoteLocationAssociationFullServiceBase.addLocationAssociation(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAssociationFullVO)
protected  RemoteLocationAssociationFullVO[] RemoteLocationAssociationFullServiceImpl.handleGetAllLocationAssociation()
           
protected abstract  RemoteLocationAssociationFullVO[] RemoteLocationAssociationFullServiceBase.handleGetAllLocationAssociation()
          Performs the core logic for RemoteLocationAssociationFullServiceBase.getAllLocationAssociation()
protected  RemoteLocationAssociationFullVO[] RemoteLocationAssociationFullServiceImpl.handleGetLocationAssociationByChildLocationId(java.lang.Integer id)
           
protected abstract  RemoteLocationAssociationFullVO[] RemoteLocationAssociationFullServiceBase.handleGetLocationAssociationByChildLocationId(java.lang.Integer id)
          Performs the core logic for RemoteLocationAssociationFullServiceBase.getLocationAssociationByChildLocationId(java.lang.Integer)
protected  RemoteLocationAssociationFullVO RemoteLocationAssociationFullServiceImpl.handleGetLocationAssociationByIdentifiers(java.lang.Integer parentLocationId, java.lang.Integer childLocationId)
           
protected abstract  RemoteLocationAssociationFullVO RemoteLocationAssociationFullServiceBase.handleGetLocationAssociationByIdentifiers(java.lang.Integer parentLocationId, java.lang.Integer childLocationId)
          Performs the core logic for RemoteLocationAssociationFullServiceBase.getLocationAssociationByIdentifiers(java.lang.Integer, java.lang.Integer)
protected  RemoteLocationAssociationFullVO RemoteLocationAssociationFullServiceImpl.handleGetLocationAssociationByNaturalId(RemoteLocationAssociationNaturalId locationAssociationNaturalId)
           
protected abstract  RemoteLocationAssociationFullVO RemoteLocationAssociationFullServiceBase.handleGetLocationAssociationByNaturalId(RemoteLocationAssociationNaturalId locationAssociationNaturalId)
          Performs the core logic for RemoteLocationAssociationFullServiceBase.getLocationAssociationByNaturalId(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAssociationNaturalId)
protected  RemoteLocationAssociationFullVO[] RemoteLocationAssociationFullServiceImpl.handleGetLocationAssociationByParentLocationId(java.lang.Integer id)
           
protected abstract  RemoteLocationAssociationFullVO[] RemoteLocationAssociationFullServiceBase.handleGetLocationAssociationByParentLocationId(java.lang.Integer id)
          Performs the core logic for RemoteLocationAssociationFullServiceBase.getLocationAssociationByParentLocationId(java.lang.Integer)
 

Methods in fr.ifremer.allegro.referential.location.generic.service with parameters of type RemoteLocationAssociationFullVO
 RemoteLocationAssociationFullVO RemoteLocationAssociationFullService.addLocationAssociation(RemoteLocationAssociationFullVO locationAssociation)
           
 RemoteLocationAssociationFullVO RemoteLocationAssociationFullServiceWSDelegator.addLocationAssociation(RemoteLocationAssociationFullVO locationAssociation)
           
 RemoteLocationAssociationFullVO RemoteLocationAssociationFullServiceBase.addLocationAssociation(RemoteLocationAssociationFullVO locationAssociation)
           
protected  RemoteLocationAssociationFullVO RemoteLocationAssociationFullServiceImpl.handleAddLocationAssociation(RemoteLocationAssociationFullVO locationAssociation)
           
protected abstract  RemoteLocationAssociationFullVO RemoteLocationAssociationFullServiceBase.handleAddLocationAssociation(RemoteLocationAssociationFullVO locationAssociation)
          Performs the core logic for RemoteLocationAssociationFullServiceBase.addLocationAssociation(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAssociationFullVO)
protected  boolean RemoteLocationAssociationFullServiceImpl.handleRemoteLocationAssociationFullVOsAreEqual(RemoteLocationAssociationFullVO remoteLocationAssociationFullVOFirst, RemoteLocationAssociationFullVO remoteLocationAssociationFullVOSecond)
           
protected abstract  boolean RemoteLocationAssociationFullServiceBase.handleRemoteLocationAssociationFullVOsAreEqual(RemoteLocationAssociationFullVO remoteLocationAssociationFullVOFirst, RemoteLocationAssociationFullVO remoteLocationAssociationFullVOSecond)
          Performs the core logic for RemoteLocationAssociationFullServiceBase.remoteLocationAssociationFullVOsAreEqual(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAssociationFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAssociationFullVO)
protected  boolean RemoteLocationAssociationFullServiceImpl.handleRemoteLocationAssociationFullVOsAreEqualOnIdentifiers(RemoteLocationAssociationFullVO remoteLocationAssociationFullVOFirst, RemoteLocationAssociationFullVO remoteLocationAssociationFullVOSecond)
           
protected abstract  boolean RemoteLocationAssociationFullServiceBase.handleRemoteLocationAssociationFullVOsAreEqualOnIdentifiers(RemoteLocationAssociationFullVO remoteLocationAssociationFullVOFirst, RemoteLocationAssociationFullVO remoteLocationAssociationFullVOSecond)
          Performs the core logic for RemoteLocationAssociationFullServiceBase.remoteLocationAssociationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAssociationFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAssociationFullVO)
protected  void RemoteLocationAssociationFullServiceImpl.handleRemoveLocationAssociation(RemoteLocationAssociationFullVO locationAssociation)
           
protected abstract  void RemoteLocationAssociationFullServiceBase.handleRemoveLocationAssociation(RemoteLocationAssociationFullVO locationAssociation)
          Performs the core logic for RemoteLocationAssociationFullServiceBase.removeLocationAssociation(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAssociationFullVO)
protected  void RemoteLocationAssociationFullServiceImpl.handleUpdateLocationAssociation(RemoteLocationAssociationFullVO locationAssociation)
           
protected abstract  void RemoteLocationAssociationFullServiceBase.handleUpdateLocationAssociation(RemoteLocationAssociationFullVO locationAssociation)
          Performs the core logic for RemoteLocationAssociationFullServiceBase.updateLocationAssociation(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAssociationFullVO)
 boolean RemoteLocationAssociationFullService.remoteLocationAssociationFullVOsAreEqual(RemoteLocationAssociationFullVO remoteLocationAssociationFullVOFirst, RemoteLocationAssociationFullVO remoteLocationAssociationFullVOSecond)
           
 boolean RemoteLocationAssociationFullServiceWSDelegator.remoteLocationAssociationFullVOsAreEqual(RemoteLocationAssociationFullVO remoteLocationAssociationFullVOFirst, RemoteLocationAssociationFullVO remoteLocationAssociationFullVOSecond)
           
 boolean RemoteLocationAssociationFullServiceBase.remoteLocationAssociationFullVOsAreEqual(RemoteLocationAssociationFullVO remoteLocationAssociationFullVOFirst, RemoteLocationAssociationFullVO remoteLocationAssociationFullVOSecond)
           
 boolean RemoteLocationAssociationFullService.remoteLocationAssociationFullVOsAreEqualOnIdentifiers(RemoteLocationAssociationFullVO remoteLocationAssociationFullVOFirst, RemoteLocationAssociationFullVO remoteLocationAssociationFullVOSecond)
           
 boolean RemoteLocationAssociationFullServiceWSDelegator.remoteLocationAssociationFullVOsAreEqualOnIdentifiers(RemoteLocationAssociationFullVO remoteLocationAssociationFullVOFirst, RemoteLocationAssociationFullVO remoteLocationAssociationFullVOSecond)
           
 boolean RemoteLocationAssociationFullServiceBase.remoteLocationAssociationFullVOsAreEqualOnIdentifiers(RemoteLocationAssociationFullVO remoteLocationAssociationFullVOFirst, RemoteLocationAssociationFullVO remoteLocationAssociationFullVOSecond)
           
 void RemoteLocationAssociationFullService.removeLocationAssociation(RemoteLocationAssociationFullVO locationAssociation)
           
 void RemoteLocationAssociationFullServiceWSDelegator.removeLocationAssociation(RemoteLocationAssociationFullVO locationAssociation)
           
 void RemoteLocationAssociationFullServiceBase.removeLocationAssociation(RemoteLocationAssociationFullVO locationAssociation)
           
 void RemoteLocationAssociationFullService.updateLocationAssociation(RemoteLocationAssociationFullVO locationAssociation)
           
 void RemoteLocationAssociationFullServiceWSDelegator.updateLocationAssociation(RemoteLocationAssociationFullVO locationAssociation)
           
 void RemoteLocationAssociationFullServiceBase.updateLocationAssociation(RemoteLocationAssociationFullVO locationAssociation)
           
 

Uses of RemoteLocationAssociationFullVO in fr.ifremer.allegro.referential.location.generic.vo
 

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

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.