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

java.lang.Object
  extended by fr.ifremer.allegro.data.batch.generic.service.RemoteBatchFullServiceBase
      extended by fr.ifremer.allegro.data.batch.generic.service.RemoteBatchFullServiceImpl
All Implemented Interfaces:
RemoteBatchFullService

public class RemoteBatchFullServiceImpl
extends RemoteBatchFullServiceBase

See Also:
RemoteBatchFullService

Constructor Summary
RemoteBatchFullServiceImpl()
           
 
Method Summary
protected  RemoteBatchFullVO[] handleGetAllBatch()
          Performs the core logic for RemoteBatchFullServiceBase.getAllBatch()
protected  RemoteBatchFullVO handleGetBatchById(java.lang.Integer id)
          Performs the core logic for RemoteBatchFullServiceBase.getBatchById(java.lang.Integer)
protected  RemoteBatchFullVO[] handleGetBatchByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteBatchFullServiceBase.getBatchByIds(java.lang.Integer[])
protected  RemoteBatchFullVO handleGetBatchByNaturalId(RemoteBatchNaturalId batchNaturalId)
          Performs the core logic for RemoteBatchFullServiceBase.getBatchByNaturalId(fr.ifremer.allegro.data.batch.generic.vo.RemoteBatchNaturalId)
protected  RemoteBatchFullVO[] handleGetBatchByParentBatchId(java.lang.Integer id)
          Performs the core logic for RemoteBatchFullServiceBase.getBatchByParentBatchId(java.lang.Integer)
protected  RemoteBatchNaturalId handleGetBatchNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteBatchFullServiceBase.getBatchNaturalIdById(java.lang.Integer)
protected  RemoteBatchNaturalId[] handleGetBatchNaturalIds()
          Performs the core logic for RemoteBatchFullServiceBase.getBatchNaturalIds()
protected  ClusterBatch handleGetClusterBatchByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteBatchFullServiceBase.getClusterBatchByIdentifiers(java.lang.Integer)
protected  boolean handleRemoteBatchFullVOsAreEqual(RemoteBatchFullVO remoteBatchFullVOFirst, RemoteBatchFullVO remoteBatchFullVOSecond)
          Performs the core logic for RemoteBatchFullServiceBase.remoteBatchFullVOsAreEqual(fr.ifremer.allegro.data.batch.generic.vo.RemoteBatchFullVO, fr.ifremer.allegro.data.batch.generic.vo.RemoteBatchFullVO)
protected  boolean handleRemoteBatchFullVOsAreEqualOnIdentifiers(RemoteBatchFullVO remoteBatchFullVOFirst, RemoteBatchFullVO remoteBatchFullVOSecond)
          Performs the core logic for RemoteBatchFullServiceBase.remoteBatchFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.batch.generic.vo.RemoteBatchFullVO, fr.ifremer.allegro.data.batch.generic.vo.RemoteBatchFullVO)
protected  void handleRemoveBatch(RemoteBatchFullVO batch)
          Performs the core logic for RemoteBatchFullServiceBase.removeBatch(fr.ifremer.allegro.data.batch.generic.vo.RemoteBatchFullVO)
 
Methods inherited from class fr.ifremer.allegro.data.batch.generic.service.RemoteBatchFullServiceBase
getAllBatch, getBatchById, getBatchByIds, getBatchByNaturalId, getBatchByParentBatchId, getBatchDao, getBatchNaturalIdById, getBatchNaturalIds, getClusterBatchByIdentifiers, getMessage, getMessage, getMessage, getMessages, getPrincipal, getProduceDao, getQuantificationMeasurementDao, remoteBatchFullVOsAreEqual, remoteBatchFullVOsAreEqualOnIdentifiers, removeBatch, setBatchDao, setProduceDao, setQuantificationMeasurementDao
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteBatchFullServiceImpl

public RemoteBatchFullServiceImpl()
Method Detail

handleRemoveBatch

protected void handleRemoveBatch(RemoteBatchFullVO batch)
                          throws java.lang.Exception
Description copied from class: RemoteBatchFullServiceBase
Performs the core logic for RemoteBatchFullServiceBase.removeBatch(fr.ifremer.allegro.data.batch.generic.vo.RemoteBatchFullVO)

Specified by:
handleRemoveBatch in class RemoteBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteBatchFullService.removeBatch(fr.ifremer.allegro.data.batch.generic.vo.RemoteBatchFullVO)

handleGetAllBatch

protected RemoteBatchFullVO[] handleGetAllBatch()
                                         throws java.lang.Exception
Description copied from class: RemoteBatchFullServiceBase
Performs the core logic for RemoteBatchFullServiceBase.getAllBatch()

Specified by:
handleGetAllBatch in class RemoteBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteBatchFullService.getAllBatch()

handleGetBatchById

protected RemoteBatchFullVO handleGetBatchById(java.lang.Integer id)
                                        throws java.lang.Exception
Description copied from class: RemoteBatchFullServiceBase
Performs the core logic for RemoteBatchFullServiceBase.getBatchById(java.lang.Integer)

Specified by:
handleGetBatchById in class RemoteBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteBatchFullService.getBatchById(java.lang.Integer)

handleGetBatchByIds

protected RemoteBatchFullVO[] handleGetBatchByIds(java.lang.Integer[] id)
                                           throws java.lang.Exception
Description copied from class: RemoteBatchFullServiceBase
Performs the core logic for RemoteBatchFullServiceBase.getBatchByIds(java.lang.Integer[])

Specified by:
handleGetBatchByIds in class RemoteBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteBatchFullService.getBatchByIds(java.lang.Integer[])

handleGetBatchByParentBatchId

protected RemoteBatchFullVO[] handleGetBatchByParentBatchId(java.lang.Integer id)
                                                     throws java.lang.Exception
Description copied from class: RemoteBatchFullServiceBase
Performs the core logic for RemoteBatchFullServiceBase.getBatchByParentBatchId(java.lang.Integer)

Specified by:
handleGetBatchByParentBatchId in class RemoteBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteBatchFullService.getBatchByParentBatchId(java.lang.Integer)

handleRemoteBatchFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteBatchFullVOsAreEqualOnIdentifiers(RemoteBatchFullVO remoteBatchFullVOFirst,
                                                                RemoteBatchFullVO remoteBatchFullVOSecond)
                                                         throws java.lang.Exception
Description copied from class: RemoteBatchFullServiceBase
Performs the core logic for RemoteBatchFullServiceBase.remoteBatchFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.batch.generic.vo.RemoteBatchFullVO, fr.ifremer.allegro.data.batch.generic.vo.RemoteBatchFullVO)

Specified by:
handleRemoteBatchFullVOsAreEqualOnIdentifiers in class RemoteBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteBatchFullService.remoteBatchFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.batch.generic.vo.RemoteBatchFullVO, fr.ifremer.allegro.data.batch.generic.vo.RemoteBatchFullVO)

handleRemoteBatchFullVOsAreEqual

protected boolean handleRemoteBatchFullVOsAreEqual(RemoteBatchFullVO remoteBatchFullVOFirst,
                                                   RemoteBatchFullVO remoteBatchFullVOSecond)
                                            throws java.lang.Exception
Description copied from class: RemoteBatchFullServiceBase
Performs the core logic for RemoteBatchFullServiceBase.remoteBatchFullVOsAreEqual(fr.ifremer.allegro.data.batch.generic.vo.RemoteBatchFullVO, fr.ifremer.allegro.data.batch.generic.vo.RemoteBatchFullVO)

Specified by:
handleRemoteBatchFullVOsAreEqual in class RemoteBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteBatchFullService.remoteBatchFullVOsAreEqual(fr.ifremer.allegro.data.batch.generic.vo.RemoteBatchFullVO, fr.ifremer.allegro.data.batch.generic.vo.RemoteBatchFullVO)

handleGetBatchNaturalIds

protected RemoteBatchNaturalId[] handleGetBatchNaturalIds()
                                                   throws java.lang.Exception
Description copied from class: RemoteBatchFullServiceBase
Performs the core logic for RemoteBatchFullServiceBase.getBatchNaturalIds()

Specified by:
handleGetBatchNaturalIds in class RemoteBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteBatchFullService.getBatchNaturalIds()

handleGetBatchByNaturalId

protected RemoteBatchFullVO handleGetBatchByNaturalId(RemoteBatchNaturalId batchNaturalId)
                                               throws java.lang.Exception
Description copied from class: RemoteBatchFullServiceBase
Performs the core logic for RemoteBatchFullServiceBase.getBatchByNaturalId(fr.ifremer.allegro.data.batch.generic.vo.RemoteBatchNaturalId)

Specified by:
handleGetBatchByNaturalId in class RemoteBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteBatchFullService.getBatchByNaturalId(fr.ifremer.allegro.data.batch.generic.vo.RemoteBatchNaturalId)

handleGetBatchNaturalIdById

protected RemoteBatchNaturalId handleGetBatchNaturalIdById(java.lang.Integer id)
                                                    throws java.lang.Exception
Description copied from class: RemoteBatchFullServiceBase
Performs the core logic for RemoteBatchFullServiceBase.getBatchNaturalIdById(java.lang.Integer)

Specified by:
handleGetBatchNaturalIdById in class RemoteBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteBatchFullService.getBatchNaturalIdById(java.lang.Integer)

handleGetClusterBatchByIdentifiers

protected ClusterBatch handleGetClusterBatchByIdentifiers(java.lang.Integer id)
                                                   throws java.lang.Exception
Description copied from class: RemoteBatchFullServiceBase
Performs the core logic for RemoteBatchFullServiceBase.getClusterBatchByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterBatchByIdentifiers in class RemoteBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteBatchFullService.getClusterBatchByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.