fr.ifremer.allegro.referential.taxon.generic.service
Class RemoteVirtualComponentFullServiceImpl

java.lang.Object
  extended by fr.ifremer.allegro.referential.taxon.generic.service.RemoteVirtualComponentFullServiceBase
      extended by fr.ifremer.allegro.referential.taxon.generic.service.RemoteVirtualComponentFullServiceImpl
All Implemented Interfaces:
RemoteVirtualComponentFullService

public class RemoteVirtualComponentFullServiceImpl
extends RemoteVirtualComponentFullServiceBase

See Also:
RemoteVirtualComponentFullService

Constructor Summary
RemoteVirtualComponentFullServiceImpl()
           
 
Method Summary
protected  ClusterVirtualComponent handleAddOrUpdateClusterVirtualComponent(ClusterVirtualComponent clusterVirtualComponent)
          Performs the core logic for RemoteVirtualComponentFullServiceBase.addOrUpdateClusterVirtualComponent(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterVirtualComponent)
protected  RemoteVirtualComponentFullVO handleAddVirtualComponent(RemoteVirtualComponentFullVO virtualComponent)
          Performs the core logic for RemoteVirtualComponentFullServiceBase.addVirtualComponent(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteVirtualComponentFullVO)
protected  ClusterVirtualComponent[] handleGetAllClusterVirtualComponentSinceDateSynchro(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 RemoteVirtualComponentFullServiceBase.getAllClusterVirtualComponentSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  RemoteVirtualComponentFullVO[] handleGetAllVirtualComponent()
          Performs the core logic for RemoteVirtualComponentFullServiceBase.getAllVirtualComponent()
protected  ClusterVirtualComponent handleGetClusterVirtualComponentByIdentifiers(java.lang.Integer taxonNameId, java.lang.Integer referenceTaxonId)
          Performs the core logic for RemoteVirtualComponentFullServiceBase.getClusterVirtualComponentByIdentifiers(java.lang.Integer, java.lang.Integer)
protected  RemoteVirtualComponentFullVO handleGetVirtualComponentByIdentifiers(java.lang.Integer taxonNameId, java.lang.Integer referenceTaxonId)
          Performs the core logic for RemoteVirtualComponentFullServiceBase.getVirtualComponentByIdentifiers(java.lang.Integer, java.lang.Integer)
protected  RemoteVirtualComponentFullVO handleGetVirtualComponentByNaturalId(RemoteVirtualComponentNaturalId virtualComponentNaturalId)
          Performs the core logic for RemoteVirtualComponentFullServiceBase.getVirtualComponentByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteVirtualComponentNaturalId)
protected  RemoteVirtualComponentFullVO[] handleGetVirtualComponentByReferenceTaxonId(java.lang.Integer id)
          Performs the core logic for RemoteVirtualComponentFullServiceBase.getVirtualComponentByReferenceTaxonId(java.lang.Integer)
protected  RemoteVirtualComponentFullVO[] handleGetVirtualComponentByTaxonNameId(java.lang.Integer id)
          Performs the core logic for RemoteVirtualComponentFullServiceBase.getVirtualComponentByTaxonNameId(java.lang.Integer)
protected  RemoteVirtualComponentNaturalId[] handleGetVirtualComponentNaturalIds()
          Performs the core logic for RemoteVirtualComponentFullServiceBase.getVirtualComponentNaturalIds()
protected  boolean handleRemoteVirtualComponentFullVOsAreEqual(RemoteVirtualComponentFullVO remoteVirtualComponentFullVOFirst, RemoteVirtualComponentFullVO remoteVirtualComponentFullVOSecond)
          Performs the core logic for RemoteVirtualComponentFullServiceBase.remoteVirtualComponentFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteVirtualComponentFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteVirtualComponentFullVO)
protected  boolean handleRemoteVirtualComponentFullVOsAreEqualOnIdentifiers(RemoteVirtualComponentFullVO remoteVirtualComponentFullVOFirst, RemoteVirtualComponentFullVO remoteVirtualComponentFullVOSecond)
          Performs the core logic for RemoteVirtualComponentFullServiceBase.remoteVirtualComponentFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteVirtualComponentFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteVirtualComponentFullVO)
protected  void handleRemoveVirtualComponent(RemoteVirtualComponentFullVO virtualComponent)
          Performs the core logic for RemoteVirtualComponentFullServiceBase.removeVirtualComponent(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteVirtualComponentFullVO)
protected  void handleUpdateVirtualComponent(RemoteVirtualComponentFullVO virtualComponent)
          Performs the core logic for RemoteVirtualComponentFullServiceBase.updateVirtualComponent(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteVirtualComponentFullVO)
 
Methods inherited from class fr.ifremer.allegro.referential.taxon.generic.service.RemoteVirtualComponentFullServiceBase
addOrUpdateClusterVirtualComponent, addVirtualComponent, getAllClusterVirtualComponentSinceDateSynchro, getAllVirtualComponent, getClusterVirtualComponentByIdentifiers, getMessage, getMessage, getMessage, getMessages, getPrincipal, getReferenceTaxonDao, getTaxonNameDao, getVirtualComponentByIdentifiers, getVirtualComponentByNaturalId, getVirtualComponentByReferenceTaxonId, getVirtualComponentByTaxonNameId, getVirtualComponentDao, getVirtualComponentNaturalIds, remoteVirtualComponentFullVOsAreEqual, remoteVirtualComponentFullVOsAreEqualOnIdentifiers, removeVirtualComponent, setReferenceTaxonDao, setTaxonNameDao, setVirtualComponentDao, updateVirtualComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteVirtualComponentFullServiceImpl

public RemoteVirtualComponentFullServiceImpl()
Method Detail

handleAddVirtualComponent

protected RemoteVirtualComponentFullVO handleAddVirtualComponent(RemoteVirtualComponentFullVO virtualComponent)
                                                          throws java.lang.Exception
Description copied from class: RemoteVirtualComponentFullServiceBase
Performs the core logic for RemoteVirtualComponentFullServiceBase.addVirtualComponent(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteVirtualComponentFullVO)

Specified by:
handleAddVirtualComponent in class RemoteVirtualComponentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVirtualComponentFullService.addVirtualComponent(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteVirtualComponentFullVO)

handleUpdateVirtualComponent

protected void handleUpdateVirtualComponent(RemoteVirtualComponentFullVO virtualComponent)
                                     throws java.lang.Exception
Description copied from class: RemoteVirtualComponentFullServiceBase
Performs the core logic for RemoteVirtualComponentFullServiceBase.updateVirtualComponent(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteVirtualComponentFullVO)

Specified by:
handleUpdateVirtualComponent in class RemoteVirtualComponentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVirtualComponentFullService.updateVirtualComponent(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteVirtualComponentFullVO)

handleRemoveVirtualComponent

protected void handleRemoveVirtualComponent(RemoteVirtualComponentFullVO virtualComponent)
                                     throws java.lang.Exception
Description copied from class: RemoteVirtualComponentFullServiceBase
Performs the core logic for RemoteVirtualComponentFullServiceBase.removeVirtualComponent(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteVirtualComponentFullVO)

Specified by:
handleRemoveVirtualComponent in class RemoteVirtualComponentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVirtualComponentFullService.removeVirtualComponent(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteVirtualComponentFullVO)

handleGetAllVirtualComponent

protected RemoteVirtualComponentFullVO[] handleGetAllVirtualComponent()
                                                               throws java.lang.Exception
Description copied from class: RemoteVirtualComponentFullServiceBase
Performs the core logic for RemoteVirtualComponentFullServiceBase.getAllVirtualComponent()

Specified by:
handleGetAllVirtualComponent in class RemoteVirtualComponentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVirtualComponentFullService.getAllVirtualComponent()

handleGetVirtualComponentByTaxonNameId

protected RemoteVirtualComponentFullVO[] handleGetVirtualComponentByTaxonNameId(java.lang.Integer id)
                                                                         throws java.lang.Exception
Description copied from class: RemoteVirtualComponentFullServiceBase
Performs the core logic for RemoteVirtualComponentFullServiceBase.getVirtualComponentByTaxonNameId(java.lang.Integer)

Specified by:
handleGetVirtualComponentByTaxonNameId in class RemoteVirtualComponentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVirtualComponentFullService.getVirtualComponentByTaxonNameId(java.lang.Integer)

handleGetVirtualComponentByReferenceTaxonId

protected RemoteVirtualComponentFullVO[] handleGetVirtualComponentByReferenceTaxonId(java.lang.Integer id)
                                                                              throws java.lang.Exception
Description copied from class: RemoteVirtualComponentFullServiceBase
Performs the core logic for RemoteVirtualComponentFullServiceBase.getVirtualComponentByReferenceTaxonId(java.lang.Integer)

Specified by:
handleGetVirtualComponentByReferenceTaxonId in class RemoteVirtualComponentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVirtualComponentFullService.getVirtualComponentByReferenceTaxonId(java.lang.Integer)

handleGetVirtualComponentByIdentifiers

protected RemoteVirtualComponentFullVO handleGetVirtualComponentByIdentifiers(java.lang.Integer taxonNameId,
                                                                              java.lang.Integer referenceTaxonId)
                                                                       throws java.lang.Exception
Description copied from class: RemoteVirtualComponentFullServiceBase
Performs the core logic for RemoteVirtualComponentFullServiceBase.getVirtualComponentByIdentifiers(java.lang.Integer, java.lang.Integer)

Specified by:
handleGetVirtualComponentByIdentifiers in class RemoteVirtualComponentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVirtualComponentFullService.getVirtualComponentByIdentifiers(java.lang.Integer, java.lang.Integer)

handleRemoteVirtualComponentFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteVirtualComponentFullVOsAreEqualOnIdentifiers(RemoteVirtualComponentFullVO remoteVirtualComponentFullVOFirst,
                                                                           RemoteVirtualComponentFullVO remoteVirtualComponentFullVOSecond)
                                                                    throws java.lang.Exception
Description copied from class: RemoteVirtualComponentFullServiceBase
Performs the core logic for RemoteVirtualComponentFullServiceBase.remoteVirtualComponentFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteVirtualComponentFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteVirtualComponentFullVO)

Specified by:
handleRemoteVirtualComponentFullVOsAreEqualOnIdentifiers in class RemoteVirtualComponentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVirtualComponentFullService.remoteVirtualComponentFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteVirtualComponentFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteVirtualComponentFullVO)

handleRemoteVirtualComponentFullVOsAreEqual

protected boolean handleRemoteVirtualComponentFullVOsAreEqual(RemoteVirtualComponentFullVO remoteVirtualComponentFullVOFirst,
                                                              RemoteVirtualComponentFullVO remoteVirtualComponentFullVOSecond)
                                                       throws java.lang.Exception
Description copied from class: RemoteVirtualComponentFullServiceBase
Performs the core logic for RemoteVirtualComponentFullServiceBase.remoteVirtualComponentFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteVirtualComponentFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteVirtualComponentFullVO)

Specified by:
handleRemoteVirtualComponentFullVOsAreEqual in class RemoteVirtualComponentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVirtualComponentFullService.remoteVirtualComponentFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteVirtualComponentFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteVirtualComponentFullVO)

handleGetVirtualComponentNaturalIds

protected RemoteVirtualComponentNaturalId[] handleGetVirtualComponentNaturalIds()
                                                                         throws java.lang.Exception
Description copied from class: RemoteVirtualComponentFullServiceBase
Performs the core logic for RemoteVirtualComponentFullServiceBase.getVirtualComponentNaturalIds()

Specified by:
handleGetVirtualComponentNaturalIds in class RemoteVirtualComponentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVirtualComponentFullService.getVirtualComponentNaturalIds()

handleGetVirtualComponentByNaturalId

protected RemoteVirtualComponentFullVO handleGetVirtualComponentByNaturalId(RemoteVirtualComponentNaturalId virtualComponentNaturalId)
                                                                     throws java.lang.Exception
Description copied from class: RemoteVirtualComponentFullServiceBase
Performs the core logic for RemoteVirtualComponentFullServiceBase.getVirtualComponentByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteVirtualComponentNaturalId)

Specified by:
handleGetVirtualComponentByNaturalId in class RemoteVirtualComponentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVirtualComponentFullService.getVirtualComponentByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteVirtualComponentNaturalId)

handleAddOrUpdateClusterVirtualComponent

protected ClusterVirtualComponent handleAddOrUpdateClusterVirtualComponent(ClusterVirtualComponent clusterVirtualComponent)
                                                                    throws java.lang.Exception
Description copied from class: RemoteVirtualComponentFullServiceBase
Performs the core logic for RemoteVirtualComponentFullServiceBase.addOrUpdateClusterVirtualComponent(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterVirtualComponent)

Specified by:
handleAddOrUpdateClusterVirtualComponent in class RemoteVirtualComponentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVirtualComponentFullService.addOrUpdateClusterVirtualComponent(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterVirtualComponent)

handleGetAllClusterVirtualComponentSinceDateSynchro

protected ClusterVirtualComponent[] handleGetAllClusterVirtualComponentSinceDateSynchro(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: RemoteVirtualComponentFullServiceBase
Performs the core logic for RemoteVirtualComponentFullServiceBase.getAllClusterVirtualComponentSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterVirtualComponentSinceDateSynchro in class RemoteVirtualComponentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVirtualComponentFullService.getAllClusterVirtualComponentSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterVirtualComponentByIdentifiers

protected ClusterVirtualComponent handleGetClusterVirtualComponentByIdentifiers(java.lang.Integer taxonNameId,
                                                                                java.lang.Integer referenceTaxonId)
                                                                         throws java.lang.Exception
Description copied from class: RemoteVirtualComponentFullServiceBase
Performs the core logic for RemoteVirtualComponentFullServiceBase.getClusterVirtualComponentByIdentifiers(java.lang.Integer, java.lang.Integer)

Specified by:
handleGetClusterVirtualComponentByIdentifiers in class RemoteVirtualComponentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVirtualComponentFullService.getClusterVirtualComponentByIdentifiers(java.lang.Integer, java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.