Uses of Class
fr.ifremer.allegro.data.sale.generic.vo.RemoteExpectedSaleFullVO

Packages that use RemoteExpectedSaleFullVO
fr.ifremer.allegro.data.sale   
fr.ifremer.allegro.data.sale.generic.service   
fr.ifremer.allegro.data.sale.generic.vo   
 

Uses of RemoteExpectedSaleFullVO in fr.ifremer.allegro.data.sale
 

Methods in fr.ifremer.allegro.data.sale that return RemoteExpectedSaleFullVO
 RemoteExpectedSaleFullVO ExpectedSaleDaoImpl.toRemoteExpectedSaleFullVO(ExpectedSale entity)
           
 RemoteExpectedSaleFullVO ExpectedSaleDao.toRemoteExpectedSaleFullVO(ExpectedSale entity)
          Converts this DAO's entity to an object of type RemoteExpectedSaleFullVO.
 RemoteExpectedSaleFullVO ExpectedSaleDaoBase.toRemoteExpectedSaleFullVO(ExpectedSale entity)
           
protected  RemoteExpectedSaleFullVO ExpectedSaleDaoBase.toRemoteExpectedSaleFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteExpectedSaleFullVO[] ExpectedSaleDao.toRemoteExpectedSaleFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteExpectedSaleFullVO.
 RemoteExpectedSaleFullVO[] ExpectedSaleDaoBase.toRemoteExpectedSaleFullVOArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.data.sale with parameters of type RemoteExpectedSaleFullVO
 ExpectedSale ExpectedSaleDaoImpl.remoteExpectedSaleFullVOToEntity(RemoteExpectedSaleFullVO remoteExpectedSaleFullVO)
           
 ExpectedSale ExpectedSaleDao.remoteExpectedSaleFullVOToEntity(RemoteExpectedSaleFullVO remoteExpectedSaleFullVO)
          Converts an instance of type RemoteExpectedSaleFullVO to this DAO's entity.
 void ExpectedSaleDaoImpl.remoteExpectedSaleFullVOToEntity(RemoteExpectedSaleFullVO source, ExpectedSale target, boolean copyIfNull)
           
 void ExpectedSaleDao.remoteExpectedSaleFullVOToEntity(RemoteExpectedSaleFullVO source, ExpectedSale target, boolean copyIfNull)
          Copies the fields of RemoteExpectedSaleFullVO to the specified entity.
 void ExpectedSaleDaoBase.remoteExpectedSaleFullVOToEntity(RemoteExpectedSaleFullVO source, ExpectedSale target, boolean copyIfNull)
           
 void ExpectedSaleDaoImpl.toRemoteExpectedSaleFullVO(ExpectedSale source, RemoteExpectedSaleFullVO target)
           
 void ExpectedSaleDao.toRemoteExpectedSaleFullVO(ExpectedSale source, RemoteExpectedSaleFullVO target)
          Copies the fields of the specified entity to the target value object.
 void ExpectedSaleDaoBase.toRemoteExpectedSaleFullVO(ExpectedSale source, RemoteExpectedSaleFullVO target)
           
 

Uses of RemoteExpectedSaleFullVO in fr.ifremer.allegro.data.sale.generic.service
 

Methods in fr.ifremer.allegro.data.sale.generic.service that return RemoteExpectedSaleFullVO
 RemoteExpectedSaleFullVO RemoteExpectedSaleFullService.addExpectedSale(RemoteExpectedSaleFullVO expectedSale)
           
 RemoteExpectedSaleFullVO RemoteExpectedSaleFullServiceWSDelegator.addExpectedSale(RemoteExpectedSaleFullVO expectedSale)
           
 RemoteExpectedSaleFullVO RemoteExpectedSaleFullServiceBase.addExpectedSale(RemoteExpectedSaleFullVO expectedSale)
           
 RemoteExpectedSaleFullVO[] RemoteExpectedSaleFullService.getAllExpectedSale()
           
 RemoteExpectedSaleFullVO[] RemoteExpectedSaleFullServiceWSDelegator.getAllExpectedSale()
           
 RemoteExpectedSaleFullVO[] RemoteExpectedSaleFullServiceBase.getAllExpectedSale()
           
 RemoteExpectedSaleFullVO RemoteExpectedSaleFullService.getExpectedSaleById(java.lang.Integer id)
           
 RemoteExpectedSaleFullVO RemoteExpectedSaleFullServiceWSDelegator.getExpectedSaleById(java.lang.Integer id)
           
 RemoteExpectedSaleFullVO RemoteExpectedSaleFullServiceBase.getExpectedSaleById(java.lang.Integer id)
           
 RemoteExpectedSaleFullVO[] RemoteExpectedSaleFullService.getExpectedSaleByIds(java.lang.Integer[] id)
           
 RemoteExpectedSaleFullVO[] RemoteExpectedSaleFullServiceWSDelegator.getExpectedSaleByIds(java.lang.Integer[] id)
           
 RemoteExpectedSaleFullVO[] RemoteExpectedSaleFullServiceBase.getExpectedSaleByIds(java.lang.Integer[] id)
           
 RemoteExpectedSaleFullVO RemoteExpectedSaleFullService.getExpectedSaleByNaturalId(RemoteExpectedSaleNaturalId expectedSaleNaturalId)
           
 RemoteExpectedSaleFullVO RemoteExpectedSaleFullServiceWSDelegator.getExpectedSaleByNaturalId(RemoteExpectedSaleNaturalId expectedSaleNaturalId)
           
 RemoteExpectedSaleFullVO RemoteExpectedSaleFullServiceBase.getExpectedSaleByNaturalId(RemoteExpectedSaleNaturalId expectedSaleNaturalId)
           
 RemoteExpectedSaleFullVO[] RemoteExpectedSaleFullService.getExpectedSaleByObservedFishingTripId(java.lang.Integer id)
           
 RemoteExpectedSaleFullVO[] RemoteExpectedSaleFullServiceWSDelegator.getExpectedSaleByObservedFishingTripId(java.lang.Integer id)
           
 RemoteExpectedSaleFullVO[] RemoteExpectedSaleFullServiceBase.getExpectedSaleByObservedFishingTripId(java.lang.Integer id)
           
 RemoteExpectedSaleFullVO[] RemoteExpectedSaleFullService.getExpectedSaleByObservedLandingId(java.lang.Integer id)
           
 RemoteExpectedSaleFullVO[] RemoteExpectedSaleFullServiceWSDelegator.getExpectedSaleByObservedLandingId(java.lang.Integer id)
           
 RemoteExpectedSaleFullVO[] RemoteExpectedSaleFullServiceBase.getExpectedSaleByObservedLandingId(java.lang.Integer id)
           
 RemoteExpectedSaleFullVO[] RemoteExpectedSaleFullService.getExpectedSaleBySaleLocationId(java.lang.Integer id)
           
 RemoteExpectedSaleFullVO[] RemoteExpectedSaleFullServiceWSDelegator.getExpectedSaleBySaleLocationId(java.lang.Integer id)
           
 RemoteExpectedSaleFullVO[] RemoteExpectedSaleFullServiceBase.getExpectedSaleBySaleLocationId(java.lang.Integer id)
           
 RemoteExpectedSaleFullVO[] RemoteExpectedSaleFullService.getExpectedSaleBySaleTypeId(java.lang.Integer id)
           
 RemoteExpectedSaleFullVO[] RemoteExpectedSaleFullServiceWSDelegator.getExpectedSaleBySaleTypeId(java.lang.Integer id)
           
 RemoteExpectedSaleFullVO[] RemoteExpectedSaleFullServiceBase.getExpectedSaleBySaleTypeId(java.lang.Integer id)
           
protected  RemoteExpectedSaleFullVO RemoteExpectedSaleFullServiceImpl.handleAddExpectedSale(RemoteExpectedSaleFullVO expectedSale)
           
protected abstract  RemoteExpectedSaleFullVO RemoteExpectedSaleFullServiceBase.handleAddExpectedSale(RemoteExpectedSaleFullVO expectedSale)
          Performs the core logic for RemoteExpectedSaleFullServiceBase.addExpectedSale(fr.ifremer.allegro.data.sale.generic.vo.RemoteExpectedSaleFullVO)
protected  RemoteExpectedSaleFullVO[] RemoteExpectedSaleFullServiceImpl.handleGetAllExpectedSale()
           
protected abstract  RemoteExpectedSaleFullVO[] RemoteExpectedSaleFullServiceBase.handleGetAllExpectedSale()
          Performs the core logic for RemoteExpectedSaleFullServiceBase.getAllExpectedSale()
protected  RemoteExpectedSaleFullVO RemoteExpectedSaleFullServiceImpl.handleGetExpectedSaleById(java.lang.Integer id)
           
protected abstract  RemoteExpectedSaleFullVO RemoteExpectedSaleFullServiceBase.handleGetExpectedSaleById(java.lang.Integer id)
          Performs the core logic for RemoteExpectedSaleFullServiceBase.getExpectedSaleById(java.lang.Integer)
protected  RemoteExpectedSaleFullVO[] RemoteExpectedSaleFullServiceImpl.handleGetExpectedSaleByIds(java.lang.Integer[] id)
           
protected abstract  RemoteExpectedSaleFullVO[] RemoteExpectedSaleFullServiceBase.handleGetExpectedSaleByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteExpectedSaleFullServiceBase.getExpectedSaleByIds(java.lang.Integer[])
protected  RemoteExpectedSaleFullVO RemoteExpectedSaleFullServiceImpl.handleGetExpectedSaleByNaturalId(RemoteExpectedSaleNaturalId expectedSaleNaturalId)
           
protected abstract  RemoteExpectedSaleFullVO RemoteExpectedSaleFullServiceBase.handleGetExpectedSaleByNaturalId(RemoteExpectedSaleNaturalId expectedSaleNaturalId)
          Performs the core logic for RemoteExpectedSaleFullServiceBase.getExpectedSaleByNaturalId(fr.ifremer.allegro.data.sale.generic.vo.RemoteExpectedSaleNaturalId)
protected  RemoteExpectedSaleFullVO[] RemoteExpectedSaleFullServiceImpl.handleGetExpectedSaleByObservedFishingTripId(java.lang.Integer id)
           
protected abstract  RemoteExpectedSaleFullVO[] RemoteExpectedSaleFullServiceBase.handleGetExpectedSaleByObservedFishingTripId(java.lang.Integer id)
          Performs the core logic for RemoteExpectedSaleFullServiceBase.getExpectedSaleByObservedFishingTripId(java.lang.Integer)
protected  RemoteExpectedSaleFullVO[] RemoteExpectedSaleFullServiceImpl.handleGetExpectedSaleByObservedLandingId(java.lang.Integer id)
           
protected abstract  RemoteExpectedSaleFullVO[] RemoteExpectedSaleFullServiceBase.handleGetExpectedSaleByObservedLandingId(java.lang.Integer id)
          Performs the core logic for RemoteExpectedSaleFullServiceBase.getExpectedSaleByObservedLandingId(java.lang.Integer)
protected  RemoteExpectedSaleFullVO[] RemoteExpectedSaleFullServiceImpl.handleGetExpectedSaleBySaleLocationId(java.lang.Integer id)
           
protected abstract  RemoteExpectedSaleFullVO[] RemoteExpectedSaleFullServiceBase.handleGetExpectedSaleBySaleLocationId(java.lang.Integer id)
          Performs the core logic for RemoteExpectedSaleFullServiceBase.getExpectedSaleBySaleLocationId(java.lang.Integer)
protected  RemoteExpectedSaleFullVO[] RemoteExpectedSaleFullServiceImpl.handleGetExpectedSaleBySaleTypeId(java.lang.Integer id)
           
protected abstract  RemoteExpectedSaleFullVO[] RemoteExpectedSaleFullServiceBase.handleGetExpectedSaleBySaleTypeId(java.lang.Integer id)
          Performs the core logic for RemoteExpectedSaleFullServiceBase.getExpectedSaleBySaleTypeId(java.lang.Integer)
 

Methods in fr.ifremer.allegro.data.sale.generic.service with parameters of type RemoteExpectedSaleFullVO
 RemoteExpectedSaleFullVO RemoteExpectedSaleFullService.addExpectedSale(RemoteExpectedSaleFullVO expectedSale)
           
 RemoteExpectedSaleFullVO RemoteExpectedSaleFullServiceWSDelegator.addExpectedSale(RemoteExpectedSaleFullVO expectedSale)
           
 RemoteExpectedSaleFullVO RemoteExpectedSaleFullServiceBase.addExpectedSale(RemoteExpectedSaleFullVO expectedSale)
           
protected  RemoteExpectedSaleFullVO RemoteExpectedSaleFullServiceImpl.handleAddExpectedSale(RemoteExpectedSaleFullVO expectedSale)
           
protected abstract  RemoteExpectedSaleFullVO RemoteExpectedSaleFullServiceBase.handleAddExpectedSale(RemoteExpectedSaleFullVO expectedSale)
          Performs the core logic for RemoteExpectedSaleFullServiceBase.addExpectedSale(fr.ifremer.allegro.data.sale.generic.vo.RemoteExpectedSaleFullVO)
protected  boolean RemoteExpectedSaleFullServiceImpl.handleRemoteExpectedSaleFullVOsAreEqual(RemoteExpectedSaleFullVO remoteExpectedSaleFullVOFirst, RemoteExpectedSaleFullVO remoteExpectedSaleFullVOSecond)
           
protected abstract  boolean RemoteExpectedSaleFullServiceBase.handleRemoteExpectedSaleFullVOsAreEqual(RemoteExpectedSaleFullVO remoteExpectedSaleFullVOFirst, RemoteExpectedSaleFullVO remoteExpectedSaleFullVOSecond)
          Performs the core logic for RemoteExpectedSaleFullServiceBase.remoteExpectedSaleFullVOsAreEqual(fr.ifremer.allegro.data.sale.generic.vo.RemoteExpectedSaleFullVO, fr.ifremer.allegro.data.sale.generic.vo.RemoteExpectedSaleFullVO)
protected  boolean RemoteExpectedSaleFullServiceImpl.handleRemoteExpectedSaleFullVOsAreEqualOnIdentifiers(RemoteExpectedSaleFullVO remoteExpectedSaleFullVOFirst, RemoteExpectedSaleFullVO remoteExpectedSaleFullVOSecond)
           
protected abstract  boolean RemoteExpectedSaleFullServiceBase.handleRemoteExpectedSaleFullVOsAreEqualOnIdentifiers(RemoteExpectedSaleFullVO remoteExpectedSaleFullVOFirst, RemoteExpectedSaleFullVO remoteExpectedSaleFullVOSecond)
          Performs the core logic for RemoteExpectedSaleFullServiceBase.remoteExpectedSaleFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.sale.generic.vo.RemoteExpectedSaleFullVO, fr.ifremer.allegro.data.sale.generic.vo.RemoteExpectedSaleFullVO)
protected  void RemoteExpectedSaleFullServiceImpl.handleRemoveExpectedSale(RemoteExpectedSaleFullVO expectedSale)
           
protected abstract  void RemoteExpectedSaleFullServiceBase.handleRemoveExpectedSale(RemoteExpectedSaleFullVO expectedSale)
          Performs the core logic for RemoteExpectedSaleFullServiceBase.removeExpectedSale(fr.ifremer.allegro.data.sale.generic.vo.RemoteExpectedSaleFullVO)
protected  void RemoteExpectedSaleFullServiceImpl.handleUpdateExpectedSale(RemoteExpectedSaleFullVO expectedSale)
           
protected abstract  void RemoteExpectedSaleFullServiceBase.handleUpdateExpectedSale(RemoteExpectedSaleFullVO expectedSale)
          Performs the core logic for RemoteExpectedSaleFullServiceBase.updateExpectedSale(fr.ifremer.allegro.data.sale.generic.vo.RemoteExpectedSaleFullVO)
 boolean RemoteExpectedSaleFullService.remoteExpectedSaleFullVOsAreEqual(RemoteExpectedSaleFullVO remoteExpectedSaleFullVOFirst, RemoteExpectedSaleFullVO remoteExpectedSaleFullVOSecond)
           
 boolean RemoteExpectedSaleFullServiceWSDelegator.remoteExpectedSaleFullVOsAreEqual(RemoteExpectedSaleFullVO remoteExpectedSaleFullVOFirst, RemoteExpectedSaleFullVO remoteExpectedSaleFullVOSecond)
           
 boolean RemoteExpectedSaleFullServiceBase.remoteExpectedSaleFullVOsAreEqual(RemoteExpectedSaleFullVO remoteExpectedSaleFullVOFirst, RemoteExpectedSaleFullVO remoteExpectedSaleFullVOSecond)
           
 boolean RemoteExpectedSaleFullService.remoteExpectedSaleFullVOsAreEqualOnIdentifiers(RemoteExpectedSaleFullVO remoteExpectedSaleFullVOFirst, RemoteExpectedSaleFullVO remoteExpectedSaleFullVOSecond)
           
 boolean RemoteExpectedSaleFullServiceWSDelegator.remoteExpectedSaleFullVOsAreEqualOnIdentifiers(RemoteExpectedSaleFullVO remoteExpectedSaleFullVOFirst, RemoteExpectedSaleFullVO remoteExpectedSaleFullVOSecond)
           
 boolean RemoteExpectedSaleFullServiceBase.remoteExpectedSaleFullVOsAreEqualOnIdentifiers(RemoteExpectedSaleFullVO remoteExpectedSaleFullVOFirst, RemoteExpectedSaleFullVO remoteExpectedSaleFullVOSecond)
           
 void RemoteExpectedSaleFullService.removeExpectedSale(RemoteExpectedSaleFullVO expectedSale)
           
 void RemoteExpectedSaleFullServiceWSDelegator.removeExpectedSale(RemoteExpectedSaleFullVO expectedSale)
           
 void RemoteExpectedSaleFullServiceBase.removeExpectedSale(RemoteExpectedSaleFullVO expectedSale)
           
 void RemoteExpectedSaleFullService.updateExpectedSale(RemoteExpectedSaleFullVO expectedSale)
           
 void RemoteExpectedSaleFullServiceWSDelegator.updateExpectedSale(RemoteExpectedSaleFullVO expectedSale)
           
 void RemoteExpectedSaleFullServiceBase.updateExpectedSale(RemoteExpectedSaleFullVO expectedSale)
           
 

Uses of RemoteExpectedSaleFullVO in fr.ifremer.allegro.data.sale.generic.vo
 

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

Constructors in fr.ifremer.allegro.data.sale.generic.vo with parameters of type RemoteExpectedSaleFullVO
RemoteExpectedSaleFullVO(RemoteExpectedSaleFullVO otherBean)
          Copies constructor from other RemoteExpectedSaleFullVO
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.