fr.ifremer.allegro.data.batch.generic.service
Class RemoteCatchBatchFullServiceImpl

java.lang.Object
  extended by fr.ifremer.allegro.data.batch.generic.service.RemoteCatchBatchFullServiceBase
      extended by fr.ifremer.allegro.data.batch.generic.service.RemoteCatchBatchFullServiceImpl
All Implemented Interfaces:
RemoteCatchBatchFullService

public class RemoteCatchBatchFullServiceImpl
extends RemoteCatchBatchFullServiceBase

See Also:
RemoteCatchBatchFullService

Constructor Summary
RemoteCatchBatchFullServiceImpl()
           
 
Method Summary
protected  RemoteCatchBatchFullVO handleAddCatchBatch(RemoteCatchBatchFullVO catchBatch)
          Performs the core logic for RemoteCatchBatchFullServiceBase.addCatchBatch(fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchFullVO)
protected  ClusterCatchBatch handleAddOrUpdateClusterCatchBatch(ClusterCatchBatch clusterCatchBatch)
          Performs the core logic for RemoteCatchBatchFullServiceBase.addOrUpdateClusterCatchBatch(fr.ifremer.allegro.data.batch.generic.cluster.ClusterCatchBatch)
protected  RemoteCatchBatchFullVO[] handleGetAllCatchBatch()
          Performs the core logic for RemoteCatchBatchFullServiceBase.getAllCatchBatch()
protected  ClusterCatchBatch[] handleGetAllClusterCatchBatchSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
          Performs the core logic for RemoteCatchBatchFullServiceBase.getAllClusterCatchBatchSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  RemoteCatchBatchFullVO handleGetCatchBatchByFishingOperationId(java.lang.Integer id)
          Performs the core logic for RemoteCatchBatchFullServiceBase.getCatchBatchByFishingOperationId(java.lang.Integer)
protected  RemoteCatchBatchFullVO handleGetCatchBatchById(java.lang.Integer id)
          Performs the core logic for RemoteCatchBatchFullServiceBase.getCatchBatchById(java.lang.Integer)
protected  RemoteCatchBatchFullVO[] handleGetCatchBatchByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteCatchBatchFullServiceBase.getCatchBatchByIds(java.lang.Integer[])
protected  RemoteCatchBatchFullVO handleGetCatchBatchByLandingId(java.lang.Integer id)
          Performs the core logic for RemoteCatchBatchFullServiceBase.getCatchBatchByLandingId(java.lang.Integer)
protected  RemoteCatchBatchFullVO handleGetCatchBatchByNaturalId(RemoteCatchBatchNaturalId catchBatchNaturalId)
          Performs the core logic for RemoteCatchBatchFullServiceBase.getCatchBatchByNaturalId(fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchNaturalId)
protected  RemoteCatchBatchFullVO[] handleGetCatchBatchByParentBatchId(java.lang.Integer id)
          Performs the core logic for RemoteCatchBatchFullServiceBase.getCatchBatchByParentBatchId(java.lang.Integer)
protected  RemoteCatchBatchFullVO[] handleGetCatchBatchByQualityFlagCode(java.lang.String code)
          Performs the core logic for RemoteCatchBatchFullServiceBase.getCatchBatchByQualityFlagCode(java.lang.String)
protected  RemoteCatchBatchFullVO handleGetCatchBatchBySaleId(java.lang.Integer id)
          Performs the core logic for RemoteCatchBatchFullServiceBase.getCatchBatchBySaleId(java.lang.Integer)
protected  RemoteCatchBatchNaturalId handleGetCatchBatchNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteCatchBatchFullServiceBase.getCatchBatchNaturalIdById(java.lang.Integer)
protected  RemoteCatchBatchNaturalId[] handleGetCatchBatchNaturalIds()
          Performs the core logic for RemoteCatchBatchFullServiceBase.getCatchBatchNaturalIds()
protected  ClusterCatchBatch handleGetClusterCatchBatchByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteCatchBatchFullServiceBase.getClusterCatchBatchByIdentifiers(java.lang.Integer)
protected  boolean handleRemoteCatchBatchFullVOsAreEqual(RemoteCatchBatchFullVO remoteCatchBatchFullVOFirst, RemoteCatchBatchFullVO remoteCatchBatchFullVOSecond)
          Performs the core logic for RemoteCatchBatchFullServiceBase.remoteCatchBatchFullVOsAreEqual(fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchFullVO, fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchFullVO)
protected  boolean handleRemoteCatchBatchFullVOsAreEqualOnIdentifiers(RemoteCatchBatchFullVO remoteCatchBatchFullVOFirst, RemoteCatchBatchFullVO remoteCatchBatchFullVOSecond)
          Performs the core logic for RemoteCatchBatchFullServiceBase.remoteCatchBatchFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchFullVO, fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchFullVO)
protected  void handleRemoveCatchBatch(RemoteCatchBatchFullVO catchBatch)
          Performs the core logic for RemoteCatchBatchFullServiceBase.removeCatchBatch(fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchFullVO)
protected  void handleUpdateCatchBatch(RemoteCatchBatchFullVO catchBatch)
          Performs the core logic for RemoteCatchBatchFullServiceBase.updateCatchBatch(fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchFullVO)
 
Methods inherited from class fr.ifremer.allegro.data.batch.generic.service.RemoteCatchBatchFullServiceBase
addCatchBatch, addOrUpdateClusterCatchBatch, getAllCatchBatch, getAllClusterCatchBatchSinceDateSynchro, getBatchDao, getCatchBatchByFishingOperationId, getCatchBatchById, getCatchBatchByIds, getCatchBatchByLandingId, getCatchBatchByNaturalId, getCatchBatchByParentBatchId, getCatchBatchByQualityFlagCode, getCatchBatchBySaleId, getCatchBatchDao, getCatchBatchNaturalIdById, getCatchBatchNaturalIds, getClusterCatchBatchByIdentifiers, getFishingOperationDao, getLandingDao, getMessage, getMessage, getMessage, getMessages, getPrincipal, getProduceDao, getQualityFlagDao, getQuantificationMeasurementDao, getSaleDao, remoteCatchBatchFullVOsAreEqual, remoteCatchBatchFullVOsAreEqualOnIdentifiers, removeCatchBatch, setBatchDao, setCatchBatchDao, setFishingOperationDao, setLandingDao, setProduceDao, setQualityFlagDao, setQuantificationMeasurementDao, setSaleDao, updateCatchBatch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteCatchBatchFullServiceImpl

public RemoteCatchBatchFullServiceImpl()
Method Detail

handleAddCatchBatch

protected RemoteCatchBatchFullVO handleAddCatchBatch(RemoteCatchBatchFullVO catchBatch)
                                              throws java.lang.Exception
Description copied from class: RemoteCatchBatchFullServiceBase
Performs the core logic for RemoteCatchBatchFullServiceBase.addCatchBatch(fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchFullVO)

Specified by:
handleAddCatchBatch in class RemoteCatchBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteCatchBatchFullService.addCatchBatch(fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchFullVO)

handleUpdateCatchBatch

protected void handleUpdateCatchBatch(RemoteCatchBatchFullVO catchBatch)
                               throws java.lang.Exception
Description copied from class: RemoteCatchBatchFullServiceBase
Performs the core logic for RemoteCatchBatchFullServiceBase.updateCatchBatch(fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchFullVO)

Specified by:
handleUpdateCatchBatch in class RemoteCatchBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteCatchBatchFullService.updateCatchBatch(fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchFullVO)

handleRemoveCatchBatch

protected void handleRemoveCatchBatch(RemoteCatchBatchFullVO catchBatch)
                               throws java.lang.Exception
Description copied from class: RemoteCatchBatchFullServiceBase
Performs the core logic for RemoteCatchBatchFullServiceBase.removeCatchBatch(fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchFullVO)

Specified by:
handleRemoveCatchBatch in class RemoteCatchBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteCatchBatchFullService.removeCatchBatch(fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchFullVO)

handleGetAllCatchBatch

protected RemoteCatchBatchFullVO[] handleGetAllCatchBatch()
                                                   throws java.lang.Exception
Description copied from class: RemoteCatchBatchFullServiceBase
Performs the core logic for RemoteCatchBatchFullServiceBase.getAllCatchBatch()

Specified by:
handleGetAllCatchBatch in class RemoteCatchBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteCatchBatchFullService.getAllCatchBatch()

handleGetCatchBatchById

protected RemoteCatchBatchFullVO handleGetCatchBatchById(java.lang.Integer id)
                                                  throws java.lang.Exception
Description copied from class: RemoteCatchBatchFullServiceBase
Performs the core logic for RemoteCatchBatchFullServiceBase.getCatchBatchById(java.lang.Integer)

Specified by:
handleGetCatchBatchById in class RemoteCatchBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteCatchBatchFullService.getCatchBatchById(java.lang.Integer)

handleGetCatchBatchByIds

protected RemoteCatchBatchFullVO[] handleGetCatchBatchByIds(java.lang.Integer[] id)
                                                     throws java.lang.Exception
Description copied from class: RemoteCatchBatchFullServiceBase
Performs the core logic for RemoteCatchBatchFullServiceBase.getCatchBatchByIds(java.lang.Integer[])

Specified by:
handleGetCatchBatchByIds in class RemoteCatchBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteCatchBatchFullService.getCatchBatchByIds(java.lang.Integer[])

handleGetCatchBatchByFishingOperationId

protected RemoteCatchBatchFullVO handleGetCatchBatchByFishingOperationId(java.lang.Integer id)
                                                                  throws java.lang.Exception
Description copied from class: RemoteCatchBatchFullServiceBase
Performs the core logic for RemoteCatchBatchFullServiceBase.getCatchBatchByFishingOperationId(java.lang.Integer)

Specified by:
handleGetCatchBatchByFishingOperationId in class RemoteCatchBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteCatchBatchFullService.getCatchBatchByFishingOperationId(java.lang.Integer)

handleGetCatchBatchByQualityFlagCode

protected RemoteCatchBatchFullVO[] handleGetCatchBatchByQualityFlagCode(java.lang.String code)
                                                                 throws java.lang.Exception
Description copied from class: RemoteCatchBatchFullServiceBase
Performs the core logic for RemoteCatchBatchFullServiceBase.getCatchBatchByQualityFlagCode(java.lang.String)

Specified by:
handleGetCatchBatchByQualityFlagCode in class RemoteCatchBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteCatchBatchFullService.getCatchBatchByQualityFlagCode(java.lang.String)

handleGetCatchBatchByLandingId

protected RemoteCatchBatchFullVO handleGetCatchBatchByLandingId(java.lang.Integer id)
                                                         throws java.lang.Exception
Description copied from class: RemoteCatchBatchFullServiceBase
Performs the core logic for RemoteCatchBatchFullServiceBase.getCatchBatchByLandingId(java.lang.Integer)

Specified by:
handleGetCatchBatchByLandingId in class RemoteCatchBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteCatchBatchFullService.getCatchBatchByLandingId(java.lang.Integer)

handleGetCatchBatchBySaleId

protected RemoteCatchBatchFullVO handleGetCatchBatchBySaleId(java.lang.Integer id)
                                                      throws java.lang.Exception
Description copied from class: RemoteCatchBatchFullServiceBase
Performs the core logic for RemoteCatchBatchFullServiceBase.getCatchBatchBySaleId(java.lang.Integer)

Specified by:
handleGetCatchBatchBySaleId in class RemoteCatchBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteCatchBatchFullService.getCatchBatchBySaleId(java.lang.Integer)

handleGetCatchBatchByParentBatchId

protected RemoteCatchBatchFullVO[] handleGetCatchBatchByParentBatchId(java.lang.Integer id)
                                                               throws java.lang.Exception
Description copied from class: RemoteCatchBatchFullServiceBase
Performs the core logic for RemoteCatchBatchFullServiceBase.getCatchBatchByParentBatchId(java.lang.Integer)

Specified by:
handleGetCatchBatchByParentBatchId in class RemoteCatchBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteCatchBatchFullService.getCatchBatchByParentBatchId(java.lang.Integer)

handleRemoteCatchBatchFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteCatchBatchFullVOsAreEqualOnIdentifiers(RemoteCatchBatchFullVO remoteCatchBatchFullVOFirst,
                                                                     RemoteCatchBatchFullVO remoteCatchBatchFullVOSecond)
                                                              throws java.lang.Exception
Description copied from class: RemoteCatchBatchFullServiceBase
Performs the core logic for RemoteCatchBatchFullServiceBase.remoteCatchBatchFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchFullVO, fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchFullVO)

Specified by:
handleRemoteCatchBatchFullVOsAreEqualOnIdentifiers in class RemoteCatchBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteCatchBatchFullService.remoteCatchBatchFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchFullVO, fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchFullVO)

handleRemoteCatchBatchFullVOsAreEqual

protected boolean handleRemoteCatchBatchFullVOsAreEqual(RemoteCatchBatchFullVO remoteCatchBatchFullVOFirst,
                                                        RemoteCatchBatchFullVO remoteCatchBatchFullVOSecond)
                                                 throws java.lang.Exception
Description copied from class: RemoteCatchBatchFullServiceBase
Performs the core logic for RemoteCatchBatchFullServiceBase.remoteCatchBatchFullVOsAreEqual(fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchFullVO, fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchFullVO)

Specified by:
handleRemoteCatchBatchFullVOsAreEqual in class RemoteCatchBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteCatchBatchFullService.remoteCatchBatchFullVOsAreEqual(fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchFullVO, fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchFullVO)

handleGetCatchBatchNaturalIds

protected RemoteCatchBatchNaturalId[] handleGetCatchBatchNaturalIds()
                                                             throws java.lang.Exception
Description copied from class: RemoteCatchBatchFullServiceBase
Performs the core logic for RemoteCatchBatchFullServiceBase.getCatchBatchNaturalIds()

Specified by:
handleGetCatchBatchNaturalIds in class RemoteCatchBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteCatchBatchFullService.getCatchBatchNaturalIds()

handleGetCatchBatchByNaturalId

protected RemoteCatchBatchFullVO handleGetCatchBatchByNaturalId(RemoteCatchBatchNaturalId catchBatchNaturalId)
                                                         throws java.lang.Exception
Description copied from class: RemoteCatchBatchFullServiceBase
Performs the core logic for RemoteCatchBatchFullServiceBase.getCatchBatchByNaturalId(fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchNaturalId)

Specified by:
handleGetCatchBatchByNaturalId in class RemoteCatchBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteCatchBatchFullService.getCatchBatchByNaturalId(fr.ifremer.allegro.data.batch.generic.vo.RemoteCatchBatchNaturalId)

handleGetCatchBatchNaturalIdById

protected RemoteCatchBatchNaturalId handleGetCatchBatchNaturalIdById(java.lang.Integer id)
                                                              throws java.lang.Exception
Description copied from class: RemoteCatchBatchFullServiceBase
Performs the core logic for RemoteCatchBatchFullServiceBase.getCatchBatchNaturalIdById(java.lang.Integer)

Specified by:
handleGetCatchBatchNaturalIdById in class RemoteCatchBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteCatchBatchFullService.getCatchBatchNaturalIdById(java.lang.Integer)

handleGetAllClusterCatchBatchSinceDateSynchro

protected ClusterCatchBatch[] handleGetAllClusterCatchBatchSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                            java.lang.Integer userId,
                                                                            java.lang.Integer[] registrationLocationIds,
                                                                            java.lang.Integer pageNumber,
                                                                            java.lang.Integer pageSize)
                                                                     throws java.lang.Exception
Description copied from class: RemoteCatchBatchFullServiceBase
Performs the core logic for RemoteCatchBatchFullServiceBase.getAllClusterCatchBatchSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterCatchBatchSinceDateSynchro in class RemoteCatchBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteCatchBatchFullService.getAllClusterCatchBatchSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterCatchBatchByIdentifiers

protected ClusterCatchBatch handleGetClusterCatchBatchByIdentifiers(java.lang.Integer id)
                                                             throws java.lang.Exception
Description copied from class: RemoteCatchBatchFullServiceBase
Performs the core logic for RemoteCatchBatchFullServiceBase.getClusterCatchBatchByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterCatchBatchByIdentifiers in class RemoteCatchBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteCatchBatchFullService.getClusterCatchBatchByIdentifiers(java.lang.Integer)

handleAddOrUpdateClusterCatchBatch

protected ClusterCatchBatch handleAddOrUpdateClusterCatchBatch(ClusterCatchBatch clusterCatchBatch)
                                                        throws java.lang.Exception
Description copied from class: RemoteCatchBatchFullServiceBase
Performs the core logic for RemoteCatchBatchFullServiceBase.addOrUpdateClusterCatchBatch(fr.ifremer.allegro.data.batch.generic.cluster.ClusterCatchBatch)

Specified by:
handleAddOrUpdateClusterCatchBatch in class RemoteCatchBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteCatchBatchFullService.addOrUpdateClusterCatchBatch(fr.ifremer.allegro.data.batch.generic.cluster.ClusterCatchBatch)


Copyright © 2008-2010 IFREMER. All Rights Reserved.