fr.ifremer.allegro.data.batch.denormalized.generic.service
Class RemoteDenormalizedBatchFullServiceImpl

java.lang.Object
  extended by fr.ifremer.allegro.data.batch.denormalized.generic.service.RemoteDenormalizedBatchFullServiceBase
      extended by fr.ifremer.allegro.data.batch.denormalized.generic.service.RemoteDenormalizedBatchFullServiceImpl
All Implemented Interfaces:
RemoteDenormalizedBatchFullService

public class RemoteDenormalizedBatchFullServiceImpl
extends RemoteDenormalizedBatchFullServiceBase

See Also:
RemoteDenormalizedBatchFullService

Constructor Summary
RemoteDenormalizedBatchFullServiceImpl()
           
 
Method Summary
protected  RemoteDenormalizedBatchFullVO handleAddDenormalizedBatch(RemoteDenormalizedBatchFullVO denormalizedBatch)
          Performs the core logic for RemoteDenormalizedBatchFullServiceBase.addDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.generic.vo.RemoteDenormalizedBatchFullVO)
protected  ClusterDenormalizedBatch handleAddOrUpdateClusterDenormalizedBatch(ClusterDenormalizedBatch clusterDenormalizedBatch)
          Performs the core logic for RemoteDenormalizedBatchFullServiceBase.addOrUpdateClusterDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.generic.cluster.ClusterDenormalizedBatch)
protected  ClusterDenormalizedBatch[] handleGetAllClusterDenormalizedBatch(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
          Performs the core logic for RemoteDenormalizedBatchFullServiceBase.getAllClusterDenormalizedBatch(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  RemoteDenormalizedBatchFullVO[] handleGetAllDenormalizedBatch()
          Performs the core logic for RemoteDenormalizedBatchFullServiceBase.getAllDenormalizedBatch()
protected  ClusterDenormalizedBatch handleGetClusterDenormalizedBatchByIdentifiers(java.lang.Long id)
          Performs the core logic for RemoteDenormalizedBatchFullServiceBase.getClusterDenormalizedBatchByIdentifiers(java.lang.Long)
protected  RemoteDenormalizedBatchFullVO handleGetDenormalizedBatchById(java.lang.Long id)
          Performs the core logic for RemoteDenormalizedBatchFullServiceBase.getDenormalizedBatchById(java.lang.Long)
protected  RemoteDenormalizedBatchFullVO[] handleGetDenormalizedBatchByIds(java.lang.Long[] id)
          Performs the core logic for RemoteDenormalizedBatchFullServiceBase.getDenormalizedBatchByIds(java.lang.Long[])
protected  RemoteDenormalizedBatchFullVO handleGetDenormalizedBatchByNaturalId(RemoteDenormalizedBatchNaturalId denormalizedBatchNaturalId)
          Performs the core logic for RemoteDenormalizedBatchFullServiceBase.getDenormalizedBatchByNaturalId(fr.ifremer.allegro.data.batch.denormalized.generic.vo.RemoteDenormalizedBatchNaturalId)
protected  RemoteDenormalizedBatchFullVO[] handleGetDenormalizedBatchByNumericalParameterCode(java.lang.String code)
          Performs the core logic for RemoteDenormalizedBatchFullServiceBase.getDenormalizedBatchByNumericalParameterCode(java.lang.String)
protected  RemoteDenormalizedBatchFullVO[] handleGetDenormalizedBatchByReferenceTaxonId(java.lang.Integer id)
          Performs the core logic for RemoteDenormalizedBatchFullServiceBase.getDenormalizedBatchByReferenceTaxonId(java.lang.Integer)
protected  RemoteDenormalizedBatchFullVO[] handleGetDenormalizedBatchByTaxonGroupId(java.lang.Integer id)
          Performs the core logic for RemoteDenormalizedBatchFullServiceBase.getDenormalizedBatchByTaxonGroupId(java.lang.Integer)
protected  RemoteDenormalizedBatchNaturalId handleGetDenormalizedBatchNaturalIdById(java.lang.Long id)
          Performs the core logic for RemoteDenormalizedBatchFullServiceBase.getDenormalizedBatchNaturalIdById(java.lang.Long)
protected  RemoteDenormalizedBatchNaturalId[] handleGetDenormalizedBatchNaturalIds()
          Performs the core logic for RemoteDenormalizedBatchFullServiceBase.getDenormalizedBatchNaturalIds()
protected  boolean handleRemoteDenormalizedBatchFullVOsAreEqual(RemoteDenormalizedBatchFullVO remoteDenormalizedBatchFullVOFirst, RemoteDenormalizedBatchFullVO remoteDenormalizedBatchFullVOSecond)
          Performs the core logic for RemoteDenormalizedBatchFullServiceBase.remoteDenormalizedBatchFullVOsAreEqual(fr.ifremer.allegro.data.batch.denormalized.generic.vo.RemoteDenormalizedBatchFullVO, fr.ifremer.allegro.data.batch.denormalized.generic.vo.RemoteDenormalizedBatchFullVO)
protected  boolean handleRemoteDenormalizedBatchFullVOsAreEqualOnIdentifiers(RemoteDenormalizedBatchFullVO remoteDenormalizedBatchFullVOFirst, RemoteDenormalizedBatchFullVO remoteDenormalizedBatchFullVOSecond)
          Performs the core logic for RemoteDenormalizedBatchFullServiceBase.remoteDenormalizedBatchFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.batch.denormalized.generic.vo.RemoteDenormalizedBatchFullVO, fr.ifremer.allegro.data.batch.denormalized.generic.vo.RemoteDenormalizedBatchFullVO)
protected  void handleRemoveDenormalizedBatch(RemoteDenormalizedBatchFullVO denormalizedBatch)
          Performs the core logic for RemoteDenormalizedBatchFullServiceBase.removeDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.generic.vo.RemoteDenormalizedBatchFullVO)
protected  void handleUpdateDenormalizedBatch(RemoteDenormalizedBatchFullVO denormalizedBatch)
          Performs the core logic for RemoteDenormalizedBatchFullServiceBase.updateDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.generic.vo.RemoteDenormalizedBatchFullVO)
 
Methods inherited from class fr.ifremer.allegro.data.batch.denormalized.generic.service.RemoteDenormalizedBatchFullServiceBase
addDenormalizedBatch, addOrUpdateClusterDenormalizedBatch, getAllClusterDenormalizedBatch, getAllDenormalizedBatch, getClusterDenormalizedBatchByIdentifiers, getDenormalisedBatchSortingValueDao, getDenormalizedBatchById, getDenormalizedBatchByIds, getDenormalizedBatchByNaturalId, getDenormalizedBatchByNumericalParameterCode, getDenormalizedBatchByReferenceTaxonId, getDenormalizedBatchByTaxonGroupId, getDenormalizedBatchDao, getDenormalizedBatchNaturalIdById, getDenormalizedBatchNaturalIds, getMessage, getMessage, getMessage, getMessages, getParameterDao, getPrincipal, getReferenceTaxonDao, getTaxonGroupDao, remoteDenormalizedBatchFullVOsAreEqual, remoteDenormalizedBatchFullVOsAreEqualOnIdentifiers, removeDenormalizedBatch, setDenormalisedBatchSortingValueDao, setDenormalizedBatchDao, setParameterDao, setReferenceTaxonDao, setTaxonGroupDao, updateDenormalizedBatch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteDenormalizedBatchFullServiceImpl

public RemoteDenormalizedBatchFullServiceImpl()
Method Detail

handleAddDenormalizedBatch

protected RemoteDenormalizedBatchFullVO handleAddDenormalizedBatch(RemoteDenormalizedBatchFullVO denormalizedBatch)
                                                            throws java.lang.Exception
Description copied from class: RemoteDenormalizedBatchFullServiceBase
Performs the core logic for RemoteDenormalizedBatchFullServiceBase.addDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.generic.vo.RemoteDenormalizedBatchFullVO)

Specified by:
handleAddDenormalizedBatch in class RemoteDenormalizedBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteDenormalizedBatchFullService.addDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.generic.vo.RemoteDenormalizedBatchFullVO)

handleUpdateDenormalizedBatch

protected void handleUpdateDenormalizedBatch(RemoteDenormalizedBatchFullVO denormalizedBatch)
                                      throws java.lang.Exception
Description copied from class: RemoteDenormalizedBatchFullServiceBase
Performs the core logic for RemoteDenormalizedBatchFullServiceBase.updateDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.generic.vo.RemoteDenormalizedBatchFullVO)

Specified by:
handleUpdateDenormalizedBatch in class RemoteDenormalizedBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteDenormalizedBatchFullService.updateDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.generic.vo.RemoteDenormalizedBatchFullVO)

handleRemoveDenormalizedBatch

protected void handleRemoveDenormalizedBatch(RemoteDenormalizedBatchFullVO denormalizedBatch)
                                      throws java.lang.Exception
Description copied from class: RemoteDenormalizedBatchFullServiceBase
Performs the core logic for RemoteDenormalizedBatchFullServiceBase.removeDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.generic.vo.RemoteDenormalizedBatchFullVO)

Specified by:
handleRemoveDenormalizedBatch in class RemoteDenormalizedBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteDenormalizedBatchFullService.removeDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.generic.vo.RemoteDenormalizedBatchFullVO)

handleGetAllDenormalizedBatch

protected RemoteDenormalizedBatchFullVO[] handleGetAllDenormalizedBatch()
                                                                 throws java.lang.Exception
Description copied from class: RemoteDenormalizedBatchFullServiceBase
Performs the core logic for RemoteDenormalizedBatchFullServiceBase.getAllDenormalizedBatch()

Specified by:
handleGetAllDenormalizedBatch in class RemoteDenormalizedBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteDenormalizedBatchFullService.getAllDenormalizedBatch()

handleGetDenormalizedBatchById

protected RemoteDenormalizedBatchFullVO handleGetDenormalizedBatchById(java.lang.Long id)
                                                                throws java.lang.Exception
Description copied from class: RemoteDenormalizedBatchFullServiceBase
Performs the core logic for RemoteDenormalizedBatchFullServiceBase.getDenormalizedBatchById(java.lang.Long)

Specified by:
handleGetDenormalizedBatchById in class RemoteDenormalizedBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteDenormalizedBatchFullService.getDenormalizedBatchById(java.lang.Long)

handleGetDenormalizedBatchByIds

protected RemoteDenormalizedBatchFullVO[] handleGetDenormalizedBatchByIds(java.lang.Long[] id)
                                                                   throws java.lang.Exception
Description copied from class: RemoteDenormalizedBatchFullServiceBase
Performs the core logic for RemoteDenormalizedBatchFullServiceBase.getDenormalizedBatchByIds(java.lang.Long[])

Specified by:
handleGetDenormalizedBatchByIds in class RemoteDenormalizedBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteDenormalizedBatchFullService.getDenormalizedBatchByIds(java.lang.Long[])

handleGetDenormalizedBatchByNumericalParameterCode

protected RemoteDenormalizedBatchFullVO[] handleGetDenormalizedBatchByNumericalParameterCode(java.lang.String code)
                                                                                      throws java.lang.Exception
Description copied from class: RemoteDenormalizedBatchFullServiceBase
Performs the core logic for RemoteDenormalizedBatchFullServiceBase.getDenormalizedBatchByNumericalParameterCode(java.lang.String)

Specified by:
handleGetDenormalizedBatchByNumericalParameterCode in class RemoteDenormalizedBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteDenormalizedBatchFullService.getDenormalizedBatchByNumericalParameterCode(java.lang.String)

handleGetDenormalizedBatchByTaxonGroupId

protected RemoteDenormalizedBatchFullVO[] handleGetDenormalizedBatchByTaxonGroupId(java.lang.Integer id)
                                                                            throws java.lang.Exception
Description copied from class: RemoteDenormalizedBatchFullServiceBase
Performs the core logic for RemoteDenormalizedBatchFullServiceBase.getDenormalizedBatchByTaxonGroupId(java.lang.Integer)

Specified by:
handleGetDenormalizedBatchByTaxonGroupId in class RemoteDenormalizedBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteDenormalizedBatchFullService.getDenormalizedBatchByTaxonGroupId(java.lang.Integer)

handleGetDenormalizedBatchByReferenceTaxonId

protected RemoteDenormalizedBatchFullVO[] handleGetDenormalizedBatchByReferenceTaxonId(java.lang.Integer id)
                                                                                throws java.lang.Exception
Description copied from class: RemoteDenormalizedBatchFullServiceBase
Performs the core logic for RemoteDenormalizedBatchFullServiceBase.getDenormalizedBatchByReferenceTaxonId(java.lang.Integer)

Specified by:
handleGetDenormalizedBatchByReferenceTaxonId in class RemoteDenormalizedBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteDenormalizedBatchFullService.getDenormalizedBatchByReferenceTaxonId(java.lang.Integer)

handleRemoteDenormalizedBatchFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteDenormalizedBatchFullVOsAreEqualOnIdentifiers(RemoteDenormalizedBatchFullVO remoteDenormalizedBatchFullVOFirst,
                                                                            RemoteDenormalizedBatchFullVO remoteDenormalizedBatchFullVOSecond)
                                                                     throws java.lang.Exception
Description copied from class: RemoteDenormalizedBatchFullServiceBase
Performs the core logic for RemoteDenormalizedBatchFullServiceBase.remoteDenormalizedBatchFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.batch.denormalized.generic.vo.RemoteDenormalizedBatchFullVO, fr.ifremer.allegro.data.batch.denormalized.generic.vo.RemoteDenormalizedBatchFullVO)

Specified by:
handleRemoteDenormalizedBatchFullVOsAreEqualOnIdentifiers in class RemoteDenormalizedBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteDenormalizedBatchFullService.remoteDenormalizedBatchFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.batch.denormalized.generic.vo.RemoteDenormalizedBatchFullVO, fr.ifremer.allegro.data.batch.denormalized.generic.vo.RemoteDenormalizedBatchFullVO)

handleRemoteDenormalizedBatchFullVOsAreEqual

protected boolean handleRemoteDenormalizedBatchFullVOsAreEqual(RemoteDenormalizedBatchFullVO remoteDenormalizedBatchFullVOFirst,
                                                               RemoteDenormalizedBatchFullVO remoteDenormalizedBatchFullVOSecond)
                                                        throws java.lang.Exception
Description copied from class: RemoteDenormalizedBatchFullServiceBase
Performs the core logic for RemoteDenormalizedBatchFullServiceBase.remoteDenormalizedBatchFullVOsAreEqual(fr.ifremer.allegro.data.batch.denormalized.generic.vo.RemoteDenormalizedBatchFullVO, fr.ifremer.allegro.data.batch.denormalized.generic.vo.RemoteDenormalizedBatchFullVO)

Specified by:
handleRemoteDenormalizedBatchFullVOsAreEqual in class RemoteDenormalizedBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteDenormalizedBatchFullService.remoteDenormalizedBatchFullVOsAreEqual(fr.ifremer.allegro.data.batch.denormalized.generic.vo.RemoteDenormalizedBatchFullVO, fr.ifremer.allegro.data.batch.denormalized.generic.vo.RemoteDenormalizedBatchFullVO)

handleGetDenormalizedBatchNaturalIds

protected RemoteDenormalizedBatchNaturalId[] handleGetDenormalizedBatchNaturalIds()
                                                                           throws java.lang.Exception
Description copied from class: RemoteDenormalizedBatchFullServiceBase
Performs the core logic for RemoteDenormalizedBatchFullServiceBase.getDenormalizedBatchNaturalIds()

Specified by:
handleGetDenormalizedBatchNaturalIds in class RemoteDenormalizedBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteDenormalizedBatchFullService.getDenormalizedBatchNaturalIds()

handleGetDenormalizedBatchByNaturalId

protected RemoteDenormalizedBatchFullVO handleGetDenormalizedBatchByNaturalId(RemoteDenormalizedBatchNaturalId denormalizedBatchNaturalId)
                                                                       throws java.lang.Exception
Description copied from class: RemoteDenormalizedBatchFullServiceBase
Performs the core logic for RemoteDenormalizedBatchFullServiceBase.getDenormalizedBatchByNaturalId(fr.ifremer.allegro.data.batch.denormalized.generic.vo.RemoteDenormalizedBatchNaturalId)

Specified by:
handleGetDenormalizedBatchByNaturalId in class RemoteDenormalizedBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteDenormalizedBatchFullService.getDenormalizedBatchByNaturalId(fr.ifremer.allegro.data.batch.denormalized.generic.vo.RemoteDenormalizedBatchNaturalId)

handleGetDenormalizedBatchNaturalIdById

protected RemoteDenormalizedBatchNaturalId handleGetDenormalizedBatchNaturalIdById(java.lang.Long id)
                                                                            throws java.lang.Exception
Description copied from class: RemoteDenormalizedBatchFullServiceBase
Performs the core logic for RemoteDenormalizedBatchFullServiceBase.getDenormalizedBatchNaturalIdById(java.lang.Long)

Specified by:
handleGetDenormalizedBatchNaturalIdById in class RemoteDenormalizedBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteDenormalizedBatchFullService.getDenormalizedBatchNaturalIdById(java.lang.Long)

handleAddOrUpdateClusterDenormalizedBatch

protected ClusterDenormalizedBatch handleAddOrUpdateClusterDenormalizedBatch(ClusterDenormalizedBatch clusterDenormalizedBatch)
                                                                      throws java.lang.Exception
Description copied from class: RemoteDenormalizedBatchFullServiceBase
Performs the core logic for RemoteDenormalizedBatchFullServiceBase.addOrUpdateClusterDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.generic.cluster.ClusterDenormalizedBatch)

Specified by:
handleAddOrUpdateClusterDenormalizedBatch in class RemoteDenormalizedBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteDenormalizedBatchFullService.addOrUpdateClusterDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.generic.cluster.ClusterDenormalizedBatch)

handleGetAllClusterDenormalizedBatch

protected ClusterDenormalizedBatch[] handleGetAllClusterDenormalizedBatch(java.lang.Integer userId,
                                                                          java.lang.Integer[] registrationLocationIds,
                                                                          java.lang.Integer pageNumber,
                                                                          java.lang.Integer pageSize)
                                                                   throws java.lang.Exception
Description copied from class: RemoteDenormalizedBatchFullServiceBase
Performs the core logic for RemoteDenormalizedBatchFullServiceBase.getAllClusterDenormalizedBatch(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterDenormalizedBatch in class RemoteDenormalizedBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteDenormalizedBatchFullService.getAllClusterDenormalizedBatch(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterDenormalizedBatchByIdentifiers

protected ClusterDenormalizedBatch handleGetClusterDenormalizedBatchByIdentifiers(java.lang.Long id)
                                                                           throws java.lang.Exception
Description copied from class: RemoteDenormalizedBatchFullServiceBase
Performs the core logic for RemoteDenormalizedBatchFullServiceBase.getClusterDenormalizedBatchByIdentifiers(java.lang.Long)

Specified by:
handleGetClusterDenormalizedBatchByIdentifiers in class RemoteDenormalizedBatchFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteDenormalizedBatchFullService.getClusterDenormalizedBatchByIdentifiers(java.lang.Long)


Copyright © 2008-2010 IFREMER. All Rights Reserved.