fr.ifremer.allegro.data.sale.generic.service
Class RemoteExpectedSaleFullServiceImpl

java.lang.Object
  extended by fr.ifremer.allegro.data.sale.generic.service.RemoteExpectedSaleFullServiceBase
      extended by fr.ifremer.allegro.data.sale.generic.service.RemoteExpectedSaleFullServiceImpl
All Implemented Interfaces:
RemoteExpectedSaleFullService

public class RemoteExpectedSaleFullServiceImpl
extends RemoteExpectedSaleFullServiceBase

See Also:
RemoteExpectedSaleFullService

Constructor Summary
RemoteExpectedSaleFullServiceImpl()
           
 
Method Summary
protected  RemoteExpectedSaleFullVO handleAddExpectedSale(RemoteExpectedSaleFullVO expectedSale)
          Performs the core logic for RemoteExpectedSaleFullServiceBase.addExpectedSale(fr.ifremer.allegro.data.sale.generic.vo.RemoteExpectedSaleFullVO)
protected  ClusterExpectedSale handleAddOrUpdateClusterExpectedSale(ClusterExpectedSale clusterExpectedSale)
          Performs the core logic for RemoteExpectedSaleFullServiceBase.addOrUpdateClusterExpectedSale(fr.ifremer.allegro.data.sale.generic.cluster.ClusterExpectedSale)
protected  ClusterExpectedSale[] handleGetAllClusterExpectedSale(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
          Performs the core logic for RemoteExpectedSaleFullServiceBase.getAllClusterExpectedSale(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  RemoteExpectedSaleFullVO[] handleGetAllExpectedSale()
          Performs the core logic for RemoteExpectedSaleFullServiceBase.getAllExpectedSale()
protected  ClusterExpectedSale handleGetClusterExpectedSaleByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteExpectedSaleFullServiceBase.getClusterExpectedSaleByIdentifiers(java.lang.Integer)
protected  RemoteExpectedSaleFullVO handleGetExpectedSaleById(java.lang.Integer id)
          Performs the core logic for RemoteExpectedSaleFullServiceBase.getExpectedSaleById(java.lang.Integer)
protected  RemoteExpectedSaleFullVO[] handleGetExpectedSaleByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteExpectedSaleFullServiceBase.getExpectedSaleByIds(java.lang.Integer[])
protected  RemoteExpectedSaleFullVO handleGetExpectedSaleByNaturalId(RemoteExpectedSaleNaturalId expectedSaleNaturalId)
          Performs the core logic for RemoteExpectedSaleFullServiceBase.getExpectedSaleByNaturalId(fr.ifremer.allegro.data.sale.generic.vo.RemoteExpectedSaleNaturalId)
protected  RemoteExpectedSaleFullVO[] handleGetExpectedSaleByObservedFishingTripId(java.lang.Integer id)
          Performs the core logic for RemoteExpectedSaleFullServiceBase.getExpectedSaleByObservedFishingTripId(java.lang.Integer)
protected  RemoteExpectedSaleFullVO[] handleGetExpectedSaleByObservedLandingId(java.lang.Integer id)
          Performs the core logic for RemoteExpectedSaleFullServiceBase.getExpectedSaleByObservedLandingId(java.lang.Integer)
protected  RemoteExpectedSaleFullVO[] handleGetExpectedSaleBySaleLocationId(java.lang.Integer id)
          Performs the core logic for RemoteExpectedSaleFullServiceBase.getExpectedSaleBySaleLocationId(java.lang.Integer)
protected  RemoteExpectedSaleFullVO[] handleGetExpectedSaleBySaleTypeId(java.lang.Integer id)
          Performs the core logic for RemoteExpectedSaleFullServiceBase.getExpectedSaleBySaleTypeId(java.lang.Integer)
protected  RemoteExpectedSaleNaturalId handleGetExpectedSaleNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteExpectedSaleFullServiceBase.getExpectedSaleNaturalIdById(java.lang.Integer)
protected  RemoteExpectedSaleNaturalId[] handleGetExpectedSaleNaturalIds()
          Performs the core logic for RemoteExpectedSaleFullServiceBase.getExpectedSaleNaturalIds()
protected  boolean 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 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 handleRemoveExpectedSale(RemoteExpectedSaleFullVO expectedSale)
          Performs the core logic for RemoteExpectedSaleFullServiceBase.removeExpectedSale(fr.ifremer.allegro.data.sale.generic.vo.RemoteExpectedSaleFullVO)
protected  void handleUpdateExpectedSale(RemoteExpectedSaleFullVO expectedSale)
          Performs the core logic for RemoteExpectedSaleFullServiceBase.updateExpectedSale(fr.ifremer.allegro.data.sale.generic.vo.RemoteExpectedSaleFullVO)
 
Methods inherited from class fr.ifremer.allegro.data.sale.generic.service.RemoteExpectedSaleFullServiceBase
addExpectedSale, addOrUpdateClusterExpectedSale, getAllClusterExpectedSale, getAllExpectedSale, getClusterExpectedSaleByIdentifiers, getExpectedSaleById, getExpectedSaleByIds, getExpectedSaleByNaturalId, getExpectedSaleByObservedFishingTripId, getExpectedSaleByObservedLandingId, getExpectedSaleBySaleLocationId, getExpectedSaleBySaleTypeId, getExpectedSaleDao, getExpectedSaleNaturalIdById, getExpectedSaleNaturalIds, getLocationDao, getMessage, getMessage, getMessage, getMessages, getObservedFishingTripDao, getObservedLandingDao, getPrincipal, getSaleMeasurementDao, getSaleProduceDao, getSaleTypeDao, remoteExpectedSaleFullVOsAreEqual, remoteExpectedSaleFullVOsAreEqualOnIdentifiers, removeExpectedSale, setExpectedSaleDao, setLocationDao, setObservedFishingTripDao, setObservedLandingDao, setSaleMeasurementDao, setSaleProduceDao, setSaleTypeDao, updateExpectedSale
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteExpectedSaleFullServiceImpl

public RemoteExpectedSaleFullServiceImpl()
Method Detail

handleAddExpectedSale

protected RemoteExpectedSaleFullVO handleAddExpectedSale(RemoteExpectedSaleFullVO expectedSale)
                                                  throws java.lang.Exception
Description copied from class: RemoteExpectedSaleFullServiceBase
Performs the core logic for RemoteExpectedSaleFullServiceBase.addExpectedSale(fr.ifremer.allegro.data.sale.generic.vo.RemoteExpectedSaleFullVO)

Specified by:
handleAddExpectedSale in class RemoteExpectedSaleFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteExpectedSaleFullService.addExpectedSale(fr.ifremer.allegro.data.sale.generic.vo.RemoteExpectedSaleFullVO)

handleUpdateExpectedSale

protected void handleUpdateExpectedSale(RemoteExpectedSaleFullVO expectedSale)
                                 throws java.lang.Exception
Description copied from class: RemoteExpectedSaleFullServiceBase
Performs the core logic for RemoteExpectedSaleFullServiceBase.updateExpectedSale(fr.ifremer.allegro.data.sale.generic.vo.RemoteExpectedSaleFullVO)

Specified by:
handleUpdateExpectedSale in class RemoteExpectedSaleFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteExpectedSaleFullService.updateExpectedSale(fr.ifremer.allegro.data.sale.generic.vo.RemoteExpectedSaleFullVO)

handleRemoveExpectedSale

protected void handleRemoveExpectedSale(RemoteExpectedSaleFullVO expectedSale)
                                 throws java.lang.Exception
Description copied from class: RemoteExpectedSaleFullServiceBase
Performs the core logic for RemoteExpectedSaleFullServiceBase.removeExpectedSale(fr.ifremer.allegro.data.sale.generic.vo.RemoteExpectedSaleFullVO)

Specified by:
handleRemoveExpectedSale in class RemoteExpectedSaleFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteExpectedSaleFullService.removeExpectedSale(fr.ifremer.allegro.data.sale.generic.vo.RemoteExpectedSaleFullVO)

handleGetAllExpectedSale

protected RemoteExpectedSaleFullVO[] handleGetAllExpectedSale()
                                                       throws java.lang.Exception
Description copied from class: RemoteExpectedSaleFullServiceBase
Performs the core logic for RemoteExpectedSaleFullServiceBase.getAllExpectedSale()

Specified by:
handleGetAllExpectedSale in class RemoteExpectedSaleFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteExpectedSaleFullService.getAllExpectedSale()

handleGetExpectedSaleById

protected RemoteExpectedSaleFullVO handleGetExpectedSaleById(java.lang.Integer id)
                                                      throws java.lang.Exception
Description copied from class: RemoteExpectedSaleFullServiceBase
Performs the core logic for RemoteExpectedSaleFullServiceBase.getExpectedSaleById(java.lang.Integer)

Specified by:
handleGetExpectedSaleById in class RemoteExpectedSaleFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteExpectedSaleFullService.getExpectedSaleById(java.lang.Integer)

handleGetExpectedSaleByIds

protected RemoteExpectedSaleFullVO[] handleGetExpectedSaleByIds(java.lang.Integer[] id)
                                                         throws java.lang.Exception
Description copied from class: RemoteExpectedSaleFullServiceBase
Performs the core logic for RemoteExpectedSaleFullServiceBase.getExpectedSaleByIds(java.lang.Integer[])

Specified by:
handleGetExpectedSaleByIds in class RemoteExpectedSaleFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteExpectedSaleFullService.getExpectedSaleByIds(java.lang.Integer[])

handleGetExpectedSaleBySaleTypeId

protected RemoteExpectedSaleFullVO[] handleGetExpectedSaleBySaleTypeId(java.lang.Integer id)
                                                                throws java.lang.Exception
Description copied from class: RemoteExpectedSaleFullServiceBase
Performs the core logic for RemoteExpectedSaleFullServiceBase.getExpectedSaleBySaleTypeId(java.lang.Integer)

Specified by:
handleGetExpectedSaleBySaleTypeId in class RemoteExpectedSaleFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteExpectedSaleFullService.getExpectedSaleBySaleTypeId(java.lang.Integer)

handleGetExpectedSaleBySaleLocationId

protected RemoteExpectedSaleFullVO[] handleGetExpectedSaleBySaleLocationId(java.lang.Integer id)
                                                                    throws java.lang.Exception
Description copied from class: RemoteExpectedSaleFullServiceBase
Performs the core logic for RemoteExpectedSaleFullServiceBase.getExpectedSaleBySaleLocationId(java.lang.Integer)

Specified by:
handleGetExpectedSaleBySaleLocationId in class RemoteExpectedSaleFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteExpectedSaleFullService.getExpectedSaleBySaleLocationId(java.lang.Integer)

handleGetExpectedSaleByObservedFishingTripId

protected RemoteExpectedSaleFullVO[] handleGetExpectedSaleByObservedFishingTripId(java.lang.Integer id)
                                                                           throws java.lang.Exception
Description copied from class: RemoteExpectedSaleFullServiceBase
Performs the core logic for RemoteExpectedSaleFullServiceBase.getExpectedSaleByObservedFishingTripId(java.lang.Integer)

Specified by:
handleGetExpectedSaleByObservedFishingTripId in class RemoteExpectedSaleFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteExpectedSaleFullService.getExpectedSaleByObservedFishingTripId(java.lang.Integer)

handleGetExpectedSaleByObservedLandingId

protected RemoteExpectedSaleFullVO[] handleGetExpectedSaleByObservedLandingId(java.lang.Integer id)
                                                                       throws java.lang.Exception
Description copied from class: RemoteExpectedSaleFullServiceBase
Performs the core logic for RemoteExpectedSaleFullServiceBase.getExpectedSaleByObservedLandingId(java.lang.Integer)

Specified by:
handleGetExpectedSaleByObservedLandingId in class RemoteExpectedSaleFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteExpectedSaleFullService.getExpectedSaleByObservedLandingId(java.lang.Integer)

handleRemoteExpectedSaleFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteExpectedSaleFullVOsAreEqualOnIdentifiers(RemoteExpectedSaleFullVO remoteExpectedSaleFullVOFirst,
                                                                       RemoteExpectedSaleFullVO remoteExpectedSaleFullVOSecond)
                                                                throws java.lang.Exception
Description copied from class: RemoteExpectedSaleFullServiceBase
Performs the core logic for RemoteExpectedSaleFullServiceBase.remoteExpectedSaleFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.sale.generic.vo.RemoteExpectedSaleFullVO, fr.ifremer.allegro.data.sale.generic.vo.RemoteExpectedSaleFullVO)

Specified by:
handleRemoteExpectedSaleFullVOsAreEqualOnIdentifiers in class RemoteExpectedSaleFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteExpectedSaleFullService.remoteExpectedSaleFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.sale.generic.vo.RemoteExpectedSaleFullVO, fr.ifremer.allegro.data.sale.generic.vo.RemoteExpectedSaleFullVO)

handleRemoteExpectedSaleFullVOsAreEqual

protected boolean handleRemoteExpectedSaleFullVOsAreEqual(RemoteExpectedSaleFullVO remoteExpectedSaleFullVOFirst,
                                                          RemoteExpectedSaleFullVO remoteExpectedSaleFullVOSecond)
                                                   throws java.lang.Exception
Description copied from class: RemoteExpectedSaleFullServiceBase
Performs the core logic for RemoteExpectedSaleFullServiceBase.remoteExpectedSaleFullVOsAreEqual(fr.ifremer.allegro.data.sale.generic.vo.RemoteExpectedSaleFullVO, fr.ifremer.allegro.data.sale.generic.vo.RemoteExpectedSaleFullVO)

Specified by:
handleRemoteExpectedSaleFullVOsAreEqual in class RemoteExpectedSaleFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteExpectedSaleFullService.remoteExpectedSaleFullVOsAreEqual(fr.ifremer.allegro.data.sale.generic.vo.RemoteExpectedSaleFullVO, fr.ifremer.allegro.data.sale.generic.vo.RemoteExpectedSaleFullVO)

handleGetExpectedSaleNaturalIds

protected RemoteExpectedSaleNaturalId[] handleGetExpectedSaleNaturalIds()
                                                                 throws java.lang.Exception
Description copied from class: RemoteExpectedSaleFullServiceBase
Performs the core logic for RemoteExpectedSaleFullServiceBase.getExpectedSaleNaturalIds()

Specified by:
handleGetExpectedSaleNaturalIds in class RemoteExpectedSaleFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteExpectedSaleFullService.getExpectedSaleNaturalIds()

handleGetExpectedSaleByNaturalId

protected RemoteExpectedSaleFullVO handleGetExpectedSaleByNaturalId(RemoteExpectedSaleNaturalId expectedSaleNaturalId)
                                                             throws java.lang.Exception
Description copied from class: RemoteExpectedSaleFullServiceBase
Performs the core logic for RemoteExpectedSaleFullServiceBase.getExpectedSaleByNaturalId(fr.ifremer.allegro.data.sale.generic.vo.RemoteExpectedSaleNaturalId)

Specified by:
handleGetExpectedSaleByNaturalId in class RemoteExpectedSaleFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteExpectedSaleFullService.getExpectedSaleByNaturalId(fr.ifremer.allegro.data.sale.generic.vo.RemoteExpectedSaleNaturalId)

handleGetExpectedSaleNaturalIdById

protected RemoteExpectedSaleNaturalId handleGetExpectedSaleNaturalIdById(java.lang.Integer id)
                                                                  throws java.lang.Exception
Description copied from class: RemoteExpectedSaleFullServiceBase
Performs the core logic for RemoteExpectedSaleFullServiceBase.getExpectedSaleNaturalIdById(java.lang.Integer)

Specified by:
handleGetExpectedSaleNaturalIdById in class RemoteExpectedSaleFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteExpectedSaleFullService.getExpectedSaleNaturalIdById(java.lang.Integer)

handleGetAllClusterExpectedSale

protected ClusterExpectedSale[] handleGetAllClusterExpectedSale(java.lang.Integer userId,
                                                                java.lang.Integer[] registrationLocationIds,
                                                                java.lang.Integer pageNumber,
                                                                java.lang.Integer pageSize)
                                                         throws java.lang.Exception
Description copied from class: RemoteExpectedSaleFullServiceBase
Performs the core logic for RemoteExpectedSaleFullServiceBase.getAllClusterExpectedSale(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterExpectedSale in class RemoteExpectedSaleFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteExpectedSaleFullService.getAllClusterExpectedSale(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterExpectedSaleByIdentifiers

protected ClusterExpectedSale handleGetClusterExpectedSaleByIdentifiers(java.lang.Integer id)
                                                                 throws java.lang.Exception
Description copied from class: RemoteExpectedSaleFullServiceBase
Performs the core logic for RemoteExpectedSaleFullServiceBase.getClusterExpectedSaleByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterExpectedSaleByIdentifiers in class RemoteExpectedSaleFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteExpectedSaleFullService.getClusterExpectedSaleByIdentifiers(java.lang.Integer)

handleAddOrUpdateClusterExpectedSale

protected ClusterExpectedSale handleAddOrUpdateClusterExpectedSale(ClusterExpectedSale clusterExpectedSale)
                                                            throws java.lang.Exception
Description copied from class: RemoteExpectedSaleFullServiceBase
Performs the core logic for RemoteExpectedSaleFullServiceBase.addOrUpdateClusterExpectedSale(fr.ifremer.allegro.data.sale.generic.cluster.ClusterExpectedSale)

Specified by:
handleAddOrUpdateClusterExpectedSale in class RemoteExpectedSaleFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteExpectedSaleFullService.addOrUpdateClusterExpectedSale(fr.ifremer.allegro.data.sale.generic.cluster.ClusterExpectedSale)


Copyright © 2008-2010 IFREMER. All Rights Reserved.