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

java.lang.Object
  extended by fr.ifremer.allegro.data.batch.generic.service.RemoteSortingBatchFullServiceBase
      extended by fr.ifremer.allegro.data.batch.generic.service.RemoteSortingBatchFullServiceImpl
All Implemented Interfaces:
RemoteSortingBatchFullService

public class RemoteSortingBatchFullServiceImpl
extends RemoteSortingBatchFullServiceBase

See Also:
RemoteSortingBatchFullService

Constructor Summary
RemoteSortingBatchFullServiceImpl()
           
 
Method Summary
protected  ClusterSortingBatch handleAddOrUpdateClusterSortingBatch(ClusterSortingBatch clusterSortingBatch)
          Performs the core logic for RemoteSortingBatchFullServiceBase.addOrUpdateClusterSortingBatch(fr.ifremer.allegro.data.batch.generic.cluster.ClusterSortingBatch)
protected  RemoteSortingBatchFullVO handleAddSortingBatch(RemoteSortingBatchFullVO sortingBatch)
          Performs the core logic for RemoteSortingBatchFullServiceBase.addSortingBatch(fr.ifremer.allegro.data.batch.generic.vo.RemoteSortingBatchFullVO)
protected  ClusterSortingBatch[] handleGetAllClusterSortingBatch(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
          Performs the core logic for RemoteSortingBatchFullServiceBase.getAllClusterSortingBatch(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  RemoteSortingBatchFullVO[] handleGetAllSortingBatch()
          Performs the core logic for RemoteSortingBatchFullServiceBase.getAllSortingBatch()
protected  ClusterSortingBatch handleGetClusterSortingBatchByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteSortingBatchFullServiceBase.getClusterSortingBatchByIdentifiers(java.lang.Integer)
protected  RemoteSortingBatchFullVO handleGetSortingBatchById(java.lang.Integer id)
          Performs the core logic for RemoteSortingBatchFullServiceBase.getSortingBatchById(java.lang.Integer)
protected  RemoteSortingBatchFullVO[] handleGetSortingBatchByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteSortingBatchFullServiceBase.getSortingBatchByIds(java.lang.Integer[])
protected  RemoteSortingBatchFullVO handleGetSortingBatchByNaturalId(RemoteSortingBatchNaturalId sortingBatchNaturalId)
          Performs the core logic for RemoteSortingBatchFullServiceBase.getSortingBatchByNaturalId(fr.ifremer.allegro.data.batch.generic.vo.RemoteSortingBatchNaturalId)
protected  RemoteSortingBatchFullVO[] handleGetSortingBatchByParentBatchId(java.lang.Integer id)
          Performs the core logic for RemoteSortingBatchFullServiceBase.getSortingBatchByParentBatchId(java.lang.Integer)
protected  RemoteSortingBatchFullVO[] handleGetSortingBatchByReferenceTaxonId(java.lang.Integer id)
          Performs the core logic for RemoteSortingBatchFullServiceBase.getSortingBatchByReferenceTaxonId(java.lang.Integer)
protected  RemoteSortingBatchFullVO[] handleGetSortingBatchByTaxonGroupId(java.lang.Integer id)
          Performs the core logic for RemoteSortingBatchFullServiceBase.getSortingBatchByTaxonGroupId(java.lang.Integer)
protected  RemoteSortingBatchNaturalId handleGetSortingBatchNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteSortingBatchFullServiceBase.getSortingBatchNaturalIdById(java.lang.Integer)
protected  RemoteSortingBatchNaturalId[] handleGetSortingBatchNaturalIds()
          Performs the core logic for RemoteSortingBatchFullServiceBase.getSortingBatchNaturalIds()
protected  boolean handleRemoteSortingBatchFullVOsAreEqual(RemoteSortingBatchFullVO remoteSortingBatchFullVOFirst, RemoteSortingBatchFullVO remoteSortingBatchFullVOSecond)
          Performs the core logic for RemoteSortingBatchFullServiceBase.remoteSortingBatchFullVOsAreEqual(fr.ifremer.allegro.data.batch.generic.vo.RemoteSortingBatchFullVO, fr.ifremer.allegro.data.batch.generic.vo.RemoteSortingBatchFullVO)
protected  boolean handleRemoteSortingBatchFullVOsAreEqualOnIdentifiers(RemoteSortingBatchFullVO remoteSortingBatchFullVOFirst, RemoteSortingBatchFullVO remoteSortingBatchFullVOSecond)
          Performs the core logic for RemoteSortingBatchFullServiceBase.remoteSortingBatchFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.batch.generic.vo.RemoteSortingBatchFullVO, fr.ifremer.allegro.data.batch.generic.vo.RemoteSortingBatchFullVO)
protected  void handleRemoveSortingBatch(RemoteSortingBatchFullVO sortingBatch)
          Performs the core logic for RemoteSortingBatchFullServiceBase.removeSortingBatch(fr.ifremer.allegro.data.batch.generic.vo.RemoteSortingBatchFullVO)
protected  void handleUpdateSortingBatch(RemoteSortingBatchFullVO sortingBatch)
          Performs the core logic for RemoteSortingBatchFullServiceBase.updateSortingBatch(fr.ifremer.allegro.data.batch.generic.vo.RemoteSortingBatchFullVO)
 
Methods inherited from class fr.ifremer.allegro.data.batch.generic.service.RemoteSortingBatchFullServiceBase
addOrUpdateClusterSortingBatch, addSortingBatch, getAllClusterSortingBatch, getAllSortingBatch, getBatchDao, getClusterSortingBatchByIdentifiers, getMessage, getMessage, getMessage, getMessages, getPrincipal, getProduceDao, getQuantificationMeasurementDao, getReferenceTaxonDao, getSortingBatchById, getSortingBatchByIds, getSortingBatchByNaturalId, getSortingBatchByParentBatchId, getSortingBatchByReferenceTaxonId, getSortingBatchByTaxonGroupId, getSortingBatchDao, getSortingBatchNaturalIdById, getSortingBatchNaturalIds, getSortingMeasurementDao, getTaxonGroupDao, remoteSortingBatchFullVOsAreEqual, remoteSortingBatchFullVOsAreEqualOnIdentifiers, removeSortingBatch, setBatchDao, setProduceDao, setQuantificationMeasurementDao, setReferenceTaxonDao, setSortingBatchDao, setSortingMeasurementDao, setTaxonGroupDao, updateSortingBatch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteSortingBatchFullServiceImpl

public RemoteSortingBatchFullServiceImpl()
Method Detail

handleAddSortingBatch

protected RemoteSortingBatchFullVO handleAddSortingBatch(RemoteSortingBatchFullVO sortingBatch)
                                                  throws java.lang.Exception
Description copied from class: RemoteSortingBatchFullServiceBase
Performs the core logic for RemoteSortingBatchFullServiceBase.addSortingBatch(fr.ifremer.allegro.data.batch.generic.vo.RemoteSortingBatchFullVO)

Specified by:
handleAddSortingBatch in class RemoteSortingBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSortingBatchFullService.addSortingBatch(fr.ifremer.allegro.data.batch.generic.vo.RemoteSortingBatchFullVO)

handleUpdateSortingBatch

protected void handleUpdateSortingBatch(RemoteSortingBatchFullVO sortingBatch)
                                 throws java.lang.Exception
Description copied from class: RemoteSortingBatchFullServiceBase
Performs the core logic for RemoteSortingBatchFullServiceBase.updateSortingBatch(fr.ifremer.allegro.data.batch.generic.vo.RemoteSortingBatchFullVO)

Specified by:
handleUpdateSortingBatch in class RemoteSortingBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSortingBatchFullService.updateSortingBatch(fr.ifremer.allegro.data.batch.generic.vo.RemoteSortingBatchFullVO)

handleRemoveSortingBatch

protected void handleRemoveSortingBatch(RemoteSortingBatchFullVO sortingBatch)
                                 throws java.lang.Exception
Description copied from class: RemoteSortingBatchFullServiceBase
Performs the core logic for RemoteSortingBatchFullServiceBase.removeSortingBatch(fr.ifremer.allegro.data.batch.generic.vo.RemoteSortingBatchFullVO)

Specified by:
handleRemoveSortingBatch in class RemoteSortingBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSortingBatchFullService.removeSortingBatch(fr.ifremer.allegro.data.batch.generic.vo.RemoteSortingBatchFullVO)

handleGetAllSortingBatch

protected RemoteSortingBatchFullVO[] handleGetAllSortingBatch()
                                                       throws java.lang.Exception
Description copied from class: RemoteSortingBatchFullServiceBase
Performs the core logic for RemoteSortingBatchFullServiceBase.getAllSortingBatch()

Specified by:
handleGetAllSortingBatch in class RemoteSortingBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSortingBatchFullService.getAllSortingBatch()

handleGetSortingBatchById

protected RemoteSortingBatchFullVO handleGetSortingBatchById(java.lang.Integer id)
                                                      throws java.lang.Exception
Description copied from class: RemoteSortingBatchFullServiceBase
Performs the core logic for RemoteSortingBatchFullServiceBase.getSortingBatchById(java.lang.Integer)

Specified by:
handleGetSortingBatchById in class RemoteSortingBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSortingBatchFullService.getSortingBatchById(java.lang.Integer)

handleGetSortingBatchByIds

protected RemoteSortingBatchFullVO[] handleGetSortingBatchByIds(java.lang.Integer[] id)
                                                         throws java.lang.Exception
Description copied from class: RemoteSortingBatchFullServiceBase
Performs the core logic for RemoteSortingBatchFullServiceBase.getSortingBatchByIds(java.lang.Integer[])

Specified by:
handleGetSortingBatchByIds in class RemoteSortingBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSortingBatchFullService.getSortingBatchByIds(java.lang.Integer[])

handleGetSortingBatchByTaxonGroupId

protected RemoteSortingBatchFullVO[] handleGetSortingBatchByTaxonGroupId(java.lang.Integer id)
                                                                  throws java.lang.Exception
Description copied from class: RemoteSortingBatchFullServiceBase
Performs the core logic for RemoteSortingBatchFullServiceBase.getSortingBatchByTaxonGroupId(java.lang.Integer)

Specified by:
handleGetSortingBatchByTaxonGroupId in class RemoteSortingBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSortingBatchFullService.getSortingBatchByTaxonGroupId(java.lang.Integer)

handleGetSortingBatchByReferenceTaxonId

protected RemoteSortingBatchFullVO[] handleGetSortingBatchByReferenceTaxonId(java.lang.Integer id)
                                                                      throws java.lang.Exception
Description copied from class: RemoteSortingBatchFullServiceBase
Performs the core logic for RemoteSortingBatchFullServiceBase.getSortingBatchByReferenceTaxonId(java.lang.Integer)

Specified by:
handleGetSortingBatchByReferenceTaxonId in class RemoteSortingBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSortingBatchFullService.getSortingBatchByReferenceTaxonId(java.lang.Integer)

handleGetSortingBatchByParentBatchId

protected RemoteSortingBatchFullVO[] handleGetSortingBatchByParentBatchId(java.lang.Integer id)
                                                                   throws java.lang.Exception
Description copied from class: RemoteSortingBatchFullServiceBase
Performs the core logic for RemoteSortingBatchFullServiceBase.getSortingBatchByParentBatchId(java.lang.Integer)

Specified by:
handleGetSortingBatchByParentBatchId in class RemoteSortingBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSortingBatchFullService.getSortingBatchByParentBatchId(java.lang.Integer)

handleRemoteSortingBatchFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteSortingBatchFullVOsAreEqualOnIdentifiers(RemoteSortingBatchFullVO remoteSortingBatchFullVOFirst,
                                                                       RemoteSortingBatchFullVO remoteSortingBatchFullVOSecond)
                                                                throws java.lang.Exception
Description copied from class: RemoteSortingBatchFullServiceBase
Performs the core logic for RemoteSortingBatchFullServiceBase.remoteSortingBatchFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.batch.generic.vo.RemoteSortingBatchFullVO, fr.ifremer.allegro.data.batch.generic.vo.RemoteSortingBatchFullVO)

Specified by:
handleRemoteSortingBatchFullVOsAreEqualOnIdentifiers in class RemoteSortingBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSortingBatchFullService.remoteSortingBatchFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.batch.generic.vo.RemoteSortingBatchFullVO, fr.ifremer.allegro.data.batch.generic.vo.RemoteSortingBatchFullVO)

handleRemoteSortingBatchFullVOsAreEqual

protected boolean handleRemoteSortingBatchFullVOsAreEqual(RemoteSortingBatchFullVO remoteSortingBatchFullVOFirst,
                                                          RemoteSortingBatchFullVO remoteSortingBatchFullVOSecond)
                                                   throws java.lang.Exception
Description copied from class: RemoteSortingBatchFullServiceBase
Performs the core logic for RemoteSortingBatchFullServiceBase.remoteSortingBatchFullVOsAreEqual(fr.ifremer.allegro.data.batch.generic.vo.RemoteSortingBatchFullVO, fr.ifremer.allegro.data.batch.generic.vo.RemoteSortingBatchFullVO)

Specified by:
handleRemoteSortingBatchFullVOsAreEqual in class RemoteSortingBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSortingBatchFullService.remoteSortingBatchFullVOsAreEqual(fr.ifremer.allegro.data.batch.generic.vo.RemoteSortingBatchFullVO, fr.ifremer.allegro.data.batch.generic.vo.RemoteSortingBatchFullVO)

handleGetSortingBatchNaturalIds

protected RemoteSortingBatchNaturalId[] handleGetSortingBatchNaturalIds()
                                                                 throws java.lang.Exception
Description copied from class: RemoteSortingBatchFullServiceBase
Performs the core logic for RemoteSortingBatchFullServiceBase.getSortingBatchNaturalIds()

Specified by:
handleGetSortingBatchNaturalIds in class RemoteSortingBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSortingBatchFullService.getSortingBatchNaturalIds()

handleGetSortingBatchByNaturalId

protected RemoteSortingBatchFullVO handleGetSortingBatchByNaturalId(RemoteSortingBatchNaturalId sortingBatchNaturalId)
                                                             throws java.lang.Exception
Description copied from class: RemoteSortingBatchFullServiceBase
Performs the core logic for RemoteSortingBatchFullServiceBase.getSortingBatchByNaturalId(fr.ifremer.allegro.data.batch.generic.vo.RemoteSortingBatchNaturalId)

Specified by:
handleGetSortingBatchByNaturalId in class RemoteSortingBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSortingBatchFullService.getSortingBatchByNaturalId(fr.ifremer.allegro.data.batch.generic.vo.RemoteSortingBatchNaturalId)

handleGetSortingBatchNaturalIdById

protected RemoteSortingBatchNaturalId handleGetSortingBatchNaturalIdById(java.lang.Integer id)
                                                                  throws java.lang.Exception
Description copied from class: RemoteSortingBatchFullServiceBase
Performs the core logic for RemoteSortingBatchFullServiceBase.getSortingBatchNaturalIdById(java.lang.Integer)

Specified by:
handleGetSortingBatchNaturalIdById in class RemoteSortingBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSortingBatchFullService.getSortingBatchNaturalIdById(java.lang.Integer)

handleGetAllClusterSortingBatch

protected ClusterSortingBatch[] handleGetAllClusterSortingBatch(java.lang.Integer userId,
                                                                java.lang.Integer[] registrationLocationIds,
                                                                java.lang.Integer pageNumber,
                                                                java.lang.Integer pageSize)
                                                         throws java.lang.Exception
Description copied from class: RemoteSortingBatchFullServiceBase
Performs the core logic for RemoteSortingBatchFullServiceBase.getAllClusterSortingBatch(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterSortingBatch in class RemoteSortingBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSortingBatchFullService.getAllClusterSortingBatch(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterSortingBatchByIdentifiers

protected ClusterSortingBatch handleGetClusterSortingBatchByIdentifiers(java.lang.Integer id)
                                                                 throws java.lang.Exception
Description copied from class: RemoteSortingBatchFullServiceBase
Performs the core logic for RemoteSortingBatchFullServiceBase.getClusterSortingBatchByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterSortingBatchByIdentifiers in class RemoteSortingBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSortingBatchFullService.getClusterSortingBatchByIdentifiers(java.lang.Integer)

handleAddOrUpdateClusterSortingBatch

protected ClusterSortingBatch handleAddOrUpdateClusterSortingBatch(ClusterSortingBatch clusterSortingBatch)
                                                            throws java.lang.Exception
Description copied from class: RemoteSortingBatchFullServiceBase
Performs the core logic for RemoteSortingBatchFullServiceBase.addOrUpdateClusterSortingBatch(fr.ifremer.allegro.data.batch.generic.cluster.ClusterSortingBatch)

Specified by:
handleAddOrUpdateClusterSortingBatch in class RemoteSortingBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSortingBatchFullService.addOrUpdateClusterSortingBatch(fr.ifremer.allegro.data.batch.generic.cluster.ClusterSortingBatch)


Copyright © 2008-2010 IFREMER. All Rights Reserved.