fr.ifremer.allegro.referential.regulation.generic.service
Class RemoteCorpusFullServiceImpl

java.lang.Object
  extended by fr.ifremer.allegro.referential.regulation.generic.service.RemoteCorpusFullServiceBase
      extended by fr.ifremer.allegro.referential.regulation.generic.service.RemoteCorpusFullServiceImpl
All Implemented Interfaces:
RemoteCorpusFullService

public class RemoteCorpusFullServiceImpl
extends RemoteCorpusFullServiceBase

See Also:
RemoteCorpusFullService

Constructor Summary
RemoteCorpusFullServiceImpl()
           
 
Method Summary
protected  RemoteCorpusFullVO handleAddCorpus(RemoteCorpusFullVO corpus)
          Performs the core logic for RemoteCorpusFullServiceBase.addCorpus(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteCorpusFullVO)
protected  ClusterCorpus handleAddOrUpdateClusterCorpus(ClusterCorpus clusterCorpus)
          Performs the core logic for RemoteCorpusFullServiceBase.addOrUpdateClusterCorpus(fr.ifremer.allegro.referential.regulation.generic.cluster.ClusterCorpus)
protected  ClusterCorpus[] handleGetAllClusterCorpusSinceDateSynchro(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 RemoteCorpusFullServiceBase.getAllClusterCorpusSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  RemoteCorpusFullVO[] handleGetAllCorpus()
          Performs the core logic for RemoteCorpusFullServiceBase.getAllCorpus()
protected  ClusterCorpus handleGetClusterCorpusByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteCorpusFullServiceBase.getClusterCorpusByIdentifiers(java.lang.Integer)
protected  RemoteCorpusFullVO[] handleGetCorpusByCorpusTypeId(java.lang.Integer id)
          Performs the core logic for RemoteCorpusFullServiceBase.getCorpusByCorpusTypeId(java.lang.Integer)
protected  RemoteCorpusFullVO handleGetCorpusById(java.lang.Integer id)
          Performs the core logic for RemoteCorpusFullServiceBase.getCorpusById(java.lang.Integer)
protected  RemoteCorpusFullVO[] handleGetCorpusByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteCorpusFullServiceBase.getCorpusByIds(java.lang.Integer[])
protected  RemoteCorpusFullVO handleGetCorpusByNaturalId(RemoteCorpusNaturalId corpusNaturalId)
          Performs the core logic for RemoteCorpusFullServiceBase.getCorpusByNaturalId(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteCorpusNaturalId)
protected  RemoteCorpusFullVO handleGetCorpusByRightToProduceId(java.lang.Integer id)
          Performs the core logic for RemoteCorpusFullServiceBase.getCorpusByRightToProduceId(java.lang.Integer)
protected  RemoteCorpusNaturalId handleGetCorpusNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteCorpusFullServiceBase.getCorpusNaturalIdById(java.lang.Integer)
protected  RemoteCorpusNaturalId[] handleGetCorpusNaturalIds()
          Performs the core logic for RemoteCorpusFullServiceBase.getCorpusNaturalIds()
protected  boolean handleRemoteCorpusFullVOsAreEqual(RemoteCorpusFullVO remoteCorpusFullVOFirst, RemoteCorpusFullVO remoteCorpusFullVOSecond)
          Performs the core logic for RemoteCorpusFullServiceBase.remoteCorpusFullVOsAreEqual(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteCorpusFullVO, fr.ifremer.allegro.referential.regulation.generic.vo.RemoteCorpusFullVO)
protected  boolean handleRemoteCorpusFullVOsAreEqualOnIdentifiers(RemoteCorpusFullVO remoteCorpusFullVOFirst, RemoteCorpusFullVO remoteCorpusFullVOSecond)
          Performs the core logic for RemoteCorpusFullServiceBase.remoteCorpusFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteCorpusFullVO, fr.ifremer.allegro.referential.regulation.generic.vo.RemoteCorpusFullVO)
protected  void handleRemoveCorpus(RemoteCorpusFullVO corpus)
          Performs the core logic for RemoteCorpusFullServiceBase.removeCorpus(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteCorpusFullVO)
protected  void handleUpdateCorpus(RemoteCorpusFullVO corpus)
          Performs the core logic for RemoteCorpusFullServiceBase.updateCorpus(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteCorpusFullVO)
 
Methods inherited from class fr.ifremer.allegro.referential.regulation.generic.service.RemoteCorpusFullServiceBase
addCorpus, addOrUpdateClusterCorpus, getAllClusterCorpusSinceDateSynchro, getAllCorpus, getClusterCorpusByIdentifiers, getCorpusByCorpusTypeId, getCorpusById, getCorpusByIds, getCorpusByNaturalId, getCorpusByRightToProduceId, getCorpusDao, getCorpusNaturalIdById, getCorpusNaturalIds, getCorpusTypeDao, getFisheryDao, getMessage, getMessage, getMessage, getMessages, getMinimumSizeAllowedDao, getPrincipal, getRightToProduceDao, remoteCorpusFullVOsAreEqual, remoteCorpusFullVOsAreEqualOnIdentifiers, removeCorpus, setCorpusDao, setCorpusTypeDao, setFisheryDao, setMinimumSizeAllowedDao, setRightToProduceDao, updateCorpus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteCorpusFullServiceImpl

public RemoteCorpusFullServiceImpl()
Method Detail

handleAddCorpus

protected RemoteCorpusFullVO handleAddCorpus(RemoteCorpusFullVO corpus)
                                      throws java.lang.Exception
Description copied from class: RemoteCorpusFullServiceBase
Performs the core logic for RemoteCorpusFullServiceBase.addCorpus(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteCorpusFullVO)

Specified by:
handleAddCorpus in class RemoteCorpusFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteCorpusFullService.addCorpus(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteCorpusFullVO)

handleUpdateCorpus

protected void handleUpdateCorpus(RemoteCorpusFullVO corpus)
                           throws java.lang.Exception
Description copied from class: RemoteCorpusFullServiceBase
Performs the core logic for RemoteCorpusFullServiceBase.updateCorpus(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteCorpusFullVO)

Specified by:
handleUpdateCorpus in class RemoteCorpusFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteCorpusFullService.updateCorpus(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteCorpusFullVO)

handleRemoveCorpus

protected void handleRemoveCorpus(RemoteCorpusFullVO corpus)
                           throws java.lang.Exception
Description copied from class: RemoteCorpusFullServiceBase
Performs the core logic for RemoteCorpusFullServiceBase.removeCorpus(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteCorpusFullVO)

Specified by:
handleRemoveCorpus in class RemoteCorpusFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteCorpusFullService.removeCorpus(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteCorpusFullVO)

handleGetAllCorpus

protected RemoteCorpusFullVO[] handleGetAllCorpus()
                                           throws java.lang.Exception
Description copied from class: RemoteCorpusFullServiceBase
Performs the core logic for RemoteCorpusFullServiceBase.getAllCorpus()

Specified by:
handleGetAllCorpus in class RemoteCorpusFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteCorpusFullService.getAllCorpus()

handleGetCorpusById

protected RemoteCorpusFullVO handleGetCorpusById(java.lang.Integer id)
                                          throws java.lang.Exception
Description copied from class: RemoteCorpusFullServiceBase
Performs the core logic for RemoteCorpusFullServiceBase.getCorpusById(java.lang.Integer)

Specified by:
handleGetCorpusById in class RemoteCorpusFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteCorpusFullService.getCorpusById(java.lang.Integer)

handleGetCorpusByIds

protected RemoteCorpusFullVO[] handleGetCorpusByIds(java.lang.Integer[] id)
                                             throws java.lang.Exception
Description copied from class: RemoteCorpusFullServiceBase
Performs the core logic for RemoteCorpusFullServiceBase.getCorpusByIds(java.lang.Integer[])

Specified by:
handleGetCorpusByIds in class RemoteCorpusFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteCorpusFullService.getCorpusByIds(java.lang.Integer[])

handleGetCorpusByRightToProduceId

protected RemoteCorpusFullVO handleGetCorpusByRightToProduceId(java.lang.Integer id)
                                                        throws java.lang.Exception
Description copied from class: RemoteCorpusFullServiceBase
Performs the core logic for RemoteCorpusFullServiceBase.getCorpusByRightToProduceId(java.lang.Integer)

Specified by:
handleGetCorpusByRightToProduceId in class RemoteCorpusFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteCorpusFullService.getCorpusByRightToProduceId(java.lang.Integer)

handleGetCorpusByCorpusTypeId

protected RemoteCorpusFullVO[] handleGetCorpusByCorpusTypeId(java.lang.Integer id)
                                                      throws java.lang.Exception
Description copied from class: RemoteCorpusFullServiceBase
Performs the core logic for RemoteCorpusFullServiceBase.getCorpusByCorpusTypeId(java.lang.Integer)

Specified by:
handleGetCorpusByCorpusTypeId in class RemoteCorpusFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteCorpusFullService.getCorpusByCorpusTypeId(java.lang.Integer)

handleRemoteCorpusFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteCorpusFullVOsAreEqualOnIdentifiers(RemoteCorpusFullVO remoteCorpusFullVOFirst,
                                                                 RemoteCorpusFullVO remoteCorpusFullVOSecond)
                                                          throws java.lang.Exception
Description copied from class: RemoteCorpusFullServiceBase
Performs the core logic for RemoteCorpusFullServiceBase.remoteCorpusFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteCorpusFullVO, fr.ifremer.allegro.referential.regulation.generic.vo.RemoteCorpusFullVO)

Specified by:
handleRemoteCorpusFullVOsAreEqualOnIdentifiers in class RemoteCorpusFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteCorpusFullService.remoteCorpusFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteCorpusFullVO, fr.ifremer.allegro.referential.regulation.generic.vo.RemoteCorpusFullVO)

handleRemoteCorpusFullVOsAreEqual

protected boolean handleRemoteCorpusFullVOsAreEqual(RemoteCorpusFullVO remoteCorpusFullVOFirst,
                                                    RemoteCorpusFullVO remoteCorpusFullVOSecond)
                                             throws java.lang.Exception
Description copied from class: RemoteCorpusFullServiceBase
Performs the core logic for RemoteCorpusFullServiceBase.remoteCorpusFullVOsAreEqual(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteCorpusFullVO, fr.ifremer.allegro.referential.regulation.generic.vo.RemoteCorpusFullVO)

Specified by:
handleRemoteCorpusFullVOsAreEqual in class RemoteCorpusFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteCorpusFullService.remoteCorpusFullVOsAreEqual(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteCorpusFullVO, fr.ifremer.allegro.referential.regulation.generic.vo.RemoteCorpusFullVO)

handleGetCorpusNaturalIds

protected RemoteCorpusNaturalId[] handleGetCorpusNaturalIds()
                                                     throws java.lang.Exception
Description copied from class: RemoteCorpusFullServiceBase
Performs the core logic for RemoteCorpusFullServiceBase.getCorpusNaturalIds()

Specified by:
handleGetCorpusNaturalIds in class RemoteCorpusFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteCorpusFullService.getCorpusNaturalIds()

handleGetCorpusByNaturalId

protected RemoteCorpusFullVO handleGetCorpusByNaturalId(RemoteCorpusNaturalId corpusNaturalId)
                                                 throws java.lang.Exception
Description copied from class: RemoteCorpusFullServiceBase
Performs the core logic for RemoteCorpusFullServiceBase.getCorpusByNaturalId(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteCorpusNaturalId)

Specified by:
handleGetCorpusByNaturalId in class RemoteCorpusFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteCorpusFullService.getCorpusByNaturalId(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteCorpusNaturalId)

handleGetCorpusNaturalIdById

protected RemoteCorpusNaturalId handleGetCorpusNaturalIdById(java.lang.Integer id)
                                                      throws java.lang.Exception
Description copied from class: RemoteCorpusFullServiceBase
Performs the core logic for RemoteCorpusFullServiceBase.getCorpusNaturalIdById(java.lang.Integer)

Specified by:
handleGetCorpusNaturalIdById in class RemoteCorpusFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteCorpusFullService.getCorpusNaturalIdById(java.lang.Integer)

handleAddOrUpdateClusterCorpus

protected ClusterCorpus handleAddOrUpdateClusterCorpus(ClusterCorpus clusterCorpus)
                                                throws java.lang.Exception
Description copied from class: RemoteCorpusFullServiceBase
Performs the core logic for RemoteCorpusFullServiceBase.addOrUpdateClusterCorpus(fr.ifremer.allegro.referential.regulation.generic.cluster.ClusterCorpus)

Specified by:
handleAddOrUpdateClusterCorpus in class RemoteCorpusFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteCorpusFullService.addOrUpdateClusterCorpus(fr.ifremer.allegro.referential.regulation.generic.cluster.ClusterCorpus)

handleGetAllClusterCorpusSinceDateSynchro

protected ClusterCorpus[] handleGetAllClusterCorpusSinceDateSynchro(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: RemoteCorpusFullServiceBase
Performs the core logic for RemoteCorpusFullServiceBase.getAllClusterCorpusSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterCorpusSinceDateSynchro in class RemoteCorpusFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteCorpusFullService.getAllClusterCorpusSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterCorpusByIdentifiers

protected ClusterCorpus handleGetClusterCorpusByIdentifiers(java.lang.Integer id)
                                                     throws java.lang.Exception
Description copied from class: RemoteCorpusFullServiceBase
Performs the core logic for RemoteCorpusFullServiceBase.getClusterCorpusByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterCorpusByIdentifiers in class RemoteCorpusFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteCorpusFullService.getClusterCorpusByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.