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

java.lang.Object
  extended by fr.ifremer.allegro.referential.taxon.generic.service.RemoteTaxonomicLevelFullServiceBase
      extended by fr.ifremer.allegro.referential.taxon.generic.service.RemoteTaxonomicLevelFullServiceImpl
All Implemented Interfaces:
RemoteTaxonomicLevelFullService

public class RemoteTaxonomicLevelFullServiceImpl
extends RemoteTaxonomicLevelFullServiceBase

See Also:
RemoteTaxonomicLevelFullService

Constructor Summary
RemoteTaxonomicLevelFullServiceImpl()
           
 
Method Summary
protected  ClusterTaxonomicLevel handleAddOrUpdateClusterTaxonomicLevel(ClusterTaxonomicLevel clusterTaxonomicLevel)
          Performs the core logic for RemoteTaxonomicLevelFullServiceBase.addOrUpdateClusterTaxonomicLevel(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonomicLevel)
protected  RemoteTaxonomicLevelFullVO handleAddTaxonomicLevel(RemoteTaxonomicLevelFullVO taxonomicLevel)
          Performs the core logic for RemoteTaxonomicLevelFullServiceBase.addTaxonomicLevel(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonomicLevelFullVO)
protected  ClusterTaxonomicLevel[] handleGetAllClusterTaxonomicLevelSinceDateSynchro(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 RemoteTaxonomicLevelFullServiceBase.getAllClusterTaxonomicLevelSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  RemoteTaxonomicLevelFullVO[] handleGetAllTaxonomicLevel()
          Performs the core logic for RemoteTaxonomicLevelFullServiceBase.getAllTaxonomicLevel()
protected  ClusterTaxonomicLevel handleGetClusterTaxonomicLevelByIdentifiers(java.lang.String code)
          Performs the core logic for RemoteTaxonomicLevelFullServiceBase.getClusterTaxonomicLevelByIdentifiers(java.lang.String)
protected  RemoteTaxonomicLevelFullVO handleGetTaxonomicLevelByCode(java.lang.String code)
          Performs the core logic for RemoteTaxonomicLevelFullServiceBase.getTaxonomicLevelByCode(java.lang.String)
protected  RemoteTaxonomicLevelFullVO[] handleGetTaxonomicLevelByCodes(java.lang.String[] code)
          Performs the core logic for RemoteTaxonomicLevelFullServiceBase.getTaxonomicLevelByCodes(java.lang.String[])
protected  RemoteTaxonomicLevelFullVO handleGetTaxonomicLevelByNaturalId(RemoteTaxonomicLevelNaturalId taxonomicLevelNaturalId)
          Performs the core logic for RemoteTaxonomicLevelFullServiceBase.getTaxonomicLevelByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonomicLevelNaturalId)
protected  RemoteTaxonomicLevelFullVO[] handleGetTaxonomicLevelByStatusCode(java.lang.String code)
          Performs the core logic for RemoteTaxonomicLevelFullServiceBase.getTaxonomicLevelByStatusCode(java.lang.String)
protected  RemoteTaxonomicLevelNaturalId handleGetTaxonomicLevelNaturalIdByCode(java.lang.String code)
          Performs the core logic for RemoteTaxonomicLevelFullServiceBase.getTaxonomicLevelNaturalIdByCode(java.lang.String)
protected  RemoteTaxonomicLevelNaturalId[] handleGetTaxonomicLevelNaturalIds()
          Performs the core logic for RemoteTaxonomicLevelFullServiceBase.getTaxonomicLevelNaturalIds()
protected  boolean handleRemoteTaxonomicLevelFullVOsAreEqual(RemoteTaxonomicLevelFullVO remoteTaxonomicLevelFullVOFirst, RemoteTaxonomicLevelFullVO remoteTaxonomicLevelFullVOSecond)
          Performs the core logic for RemoteTaxonomicLevelFullServiceBase.remoteTaxonomicLevelFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonomicLevelFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonomicLevelFullVO)
protected  boolean handleRemoteTaxonomicLevelFullVOsAreEqualOnIdentifiers(RemoteTaxonomicLevelFullVO remoteTaxonomicLevelFullVOFirst, RemoteTaxonomicLevelFullVO remoteTaxonomicLevelFullVOSecond)
          Performs the core logic for RemoteTaxonomicLevelFullServiceBase.remoteTaxonomicLevelFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonomicLevelFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonomicLevelFullVO)
protected  void handleRemoveTaxonomicLevel(RemoteTaxonomicLevelFullVO taxonomicLevel)
          Performs the core logic for RemoteTaxonomicLevelFullServiceBase.removeTaxonomicLevel(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonomicLevelFullVO)
protected  void handleUpdateTaxonomicLevel(RemoteTaxonomicLevelFullVO taxonomicLevel)
          Performs the core logic for RemoteTaxonomicLevelFullServiceBase.updateTaxonomicLevel(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonomicLevelFullVO)
 
Methods inherited from class fr.ifremer.allegro.referential.taxon.generic.service.RemoteTaxonomicLevelFullServiceBase
addOrUpdateClusterTaxonomicLevel, addTaxonomicLevel, getAllClusterTaxonomicLevelSinceDateSynchro, getAllTaxonomicLevel, getClusterTaxonomicLevelByIdentifiers, getMessage, getMessage, getMessage, getMessages, getPrincipal, getStatusDao, getTaxonNameDao, getTaxonomicLevelByCode, getTaxonomicLevelByCodes, getTaxonomicLevelByNaturalId, getTaxonomicLevelByStatusCode, getTaxonomicLevelDao, getTaxonomicLevelNaturalIdByCode, getTaxonomicLevelNaturalIds, remoteTaxonomicLevelFullVOsAreEqual, remoteTaxonomicLevelFullVOsAreEqualOnIdentifiers, removeTaxonomicLevel, setStatusDao, setTaxonNameDao, setTaxonomicLevelDao, updateTaxonomicLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteTaxonomicLevelFullServiceImpl

public RemoteTaxonomicLevelFullServiceImpl()
Method Detail

handleAddTaxonomicLevel

protected RemoteTaxonomicLevelFullVO handleAddTaxonomicLevel(RemoteTaxonomicLevelFullVO taxonomicLevel)
                                                      throws java.lang.Exception
Description copied from class: RemoteTaxonomicLevelFullServiceBase
Performs the core logic for RemoteTaxonomicLevelFullServiceBase.addTaxonomicLevel(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonomicLevelFullVO)

Specified by:
handleAddTaxonomicLevel in class RemoteTaxonomicLevelFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonomicLevelFullService.addTaxonomicLevel(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonomicLevelFullVO)

handleUpdateTaxonomicLevel

protected void handleUpdateTaxonomicLevel(RemoteTaxonomicLevelFullVO taxonomicLevel)
                                   throws java.lang.Exception
Description copied from class: RemoteTaxonomicLevelFullServiceBase
Performs the core logic for RemoteTaxonomicLevelFullServiceBase.updateTaxonomicLevel(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonomicLevelFullVO)

Specified by:
handleUpdateTaxonomicLevel in class RemoteTaxonomicLevelFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonomicLevelFullService.updateTaxonomicLevel(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonomicLevelFullVO)

handleRemoveTaxonomicLevel

protected void handleRemoveTaxonomicLevel(RemoteTaxonomicLevelFullVO taxonomicLevel)
                                   throws java.lang.Exception
Description copied from class: RemoteTaxonomicLevelFullServiceBase
Performs the core logic for RemoteTaxonomicLevelFullServiceBase.removeTaxonomicLevel(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonomicLevelFullVO)

Specified by:
handleRemoveTaxonomicLevel in class RemoteTaxonomicLevelFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonomicLevelFullService.removeTaxonomicLevel(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonomicLevelFullVO)

handleGetAllTaxonomicLevel

protected RemoteTaxonomicLevelFullVO[] handleGetAllTaxonomicLevel()
                                                           throws java.lang.Exception
Description copied from class: RemoteTaxonomicLevelFullServiceBase
Performs the core logic for RemoteTaxonomicLevelFullServiceBase.getAllTaxonomicLevel()

Specified by:
handleGetAllTaxonomicLevel in class RemoteTaxonomicLevelFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonomicLevelFullService.getAllTaxonomicLevel()

handleGetTaxonomicLevelByCode

protected RemoteTaxonomicLevelFullVO handleGetTaxonomicLevelByCode(java.lang.String code)
                                                            throws java.lang.Exception
Description copied from class: RemoteTaxonomicLevelFullServiceBase
Performs the core logic for RemoteTaxonomicLevelFullServiceBase.getTaxonomicLevelByCode(java.lang.String)

Specified by:
handleGetTaxonomicLevelByCode in class RemoteTaxonomicLevelFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonomicLevelFullService.getTaxonomicLevelByCode(java.lang.String)

handleGetTaxonomicLevelByCodes

protected RemoteTaxonomicLevelFullVO[] handleGetTaxonomicLevelByCodes(java.lang.String[] code)
                                                               throws java.lang.Exception
Description copied from class: RemoteTaxonomicLevelFullServiceBase
Performs the core logic for RemoteTaxonomicLevelFullServiceBase.getTaxonomicLevelByCodes(java.lang.String[])

Specified by:
handleGetTaxonomicLevelByCodes in class RemoteTaxonomicLevelFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonomicLevelFullService.getTaxonomicLevelByCodes(java.lang.String[])

handleGetTaxonomicLevelByStatusCode

protected RemoteTaxonomicLevelFullVO[] handleGetTaxonomicLevelByStatusCode(java.lang.String code)
                                                                    throws java.lang.Exception
Description copied from class: RemoteTaxonomicLevelFullServiceBase
Performs the core logic for RemoteTaxonomicLevelFullServiceBase.getTaxonomicLevelByStatusCode(java.lang.String)

Specified by:
handleGetTaxonomicLevelByStatusCode in class RemoteTaxonomicLevelFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonomicLevelFullService.getTaxonomicLevelByStatusCode(java.lang.String)

handleRemoteTaxonomicLevelFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteTaxonomicLevelFullVOsAreEqualOnIdentifiers(RemoteTaxonomicLevelFullVO remoteTaxonomicLevelFullVOFirst,
                                                                         RemoteTaxonomicLevelFullVO remoteTaxonomicLevelFullVOSecond)
                                                                  throws java.lang.Exception
Description copied from class: RemoteTaxonomicLevelFullServiceBase
Performs the core logic for RemoteTaxonomicLevelFullServiceBase.remoteTaxonomicLevelFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonomicLevelFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonomicLevelFullVO)

Specified by:
handleRemoteTaxonomicLevelFullVOsAreEqualOnIdentifiers in class RemoteTaxonomicLevelFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonomicLevelFullService.remoteTaxonomicLevelFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonomicLevelFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonomicLevelFullVO)

handleRemoteTaxonomicLevelFullVOsAreEqual

protected boolean handleRemoteTaxonomicLevelFullVOsAreEqual(RemoteTaxonomicLevelFullVO remoteTaxonomicLevelFullVOFirst,
                                                            RemoteTaxonomicLevelFullVO remoteTaxonomicLevelFullVOSecond)
                                                     throws java.lang.Exception
Description copied from class: RemoteTaxonomicLevelFullServiceBase
Performs the core logic for RemoteTaxonomicLevelFullServiceBase.remoteTaxonomicLevelFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonomicLevelFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonomicLevelFullVO)

Specified by:
handleRemoteTaxonomicLevelFullVOsAreEqual in class RemoteTaxonomicLevelFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonomicLevelFullService.remoteTaxonomicLevelFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonomicLevelFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonomicLevelFullVO)

handleGetTaxonomicLevelNaturalIds

protected RemoteTaxonomicLevelNaturalId[] handleGetTaxonomicLevelNaturalIds()
                                                                     throws java.lang.Exception
Description copied from class: RemoteTaxonomicLevelFullServiceBase
Performs the core logic for RemoteTaxonomicLevelFullServiceBase.getTaxonomicLevelNaturalIds()

Specified by:
handleGetTaxonomicLevelNaturalIds in class RemoteTaxonomicLevelFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonomicLevelFullService.getTaxonomicLevelNaturalIds()

handleGetTaxonomicLevelByNaturalId

protected RemoteTaxonomicLevelFullVO handleGetTaxonomicLevelByNaturalId(RemoteTaxonomicLevelNaturalId taxonomicLevelNaturalId)
                                                                 throws java.lang.Exception
Description copied from class: RemoteTaxonomicLevelFullServiceBase
Performs the core logic for RemoteTaxonomicLevelFullServiceBase.getTaxonomicLevelByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonomicLevelNaturalId)

Specified by:
handleGetTaxonomicLevelByNaturalId in class RemoteTaxonomicLevelFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonomicLevelFullService.getTaxonomicLevelByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonomicLevelNaturalId)

handleGetTaxonomicLevelNaturalIdByCode

protected RemoteTaxonomicLevelNaturalId handleGetTaxonomicLevelNaturalIdByCode(java.lang.String code)
                                                                        throws java.lang.Exception
Description copied from class: RemoteTaxonomicLevelFullServiceBase
Performs the core logic for RemoteTaxonomicLevelFullServiceBase.getTaxonomicLevelNaturalIdByCode(java.lang.String)

Specified by:
handleGetTaxonomicLevelNaturalIdByCode in class RemoteTaxonomicLevelFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonomicLevelFullService.getTaxonomicLevelNaturalIdByCode(java.lang.String)

handleAddOrUpdateClusterTaxonomicLevel

protected ClusterTaxonomicLevel handleAddOrUpdateClusterTaxonomicLevel(ClusterTaxonomicLevel clusterTaxonomicLevel)
                                                                throws java.lang.Exception
Description copied from class: RemoteTaxonomicLevelFullServiceBase
Performs the core logic for RemoteTaxonomicLevelFullServiceBase.addOrUpdateClusterTaxonomicLevel(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonomicLevel)

Specified by:
handleAddOrUpdateClusterTaxonomicLevel in class RemoteTaxonomicLevelFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonomicLevelFullService.addOrUpdateClusterTaxonomicLevel(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonomicLevel)

handleGetAllClusterTaxonomicLevelSinceDateSynchro

protected ClusterTaxonomicLevel[] handleGetAllClusterTaxonomicLevelSinceDateSynchro(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: RemoteTaxonomicLevelFullServiceBase
Performs the core logic for RemoteTaxonomicLevelFullServiceBase.getAllClusterTaxonomicLevelSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterTaxonomicLevelSinceDateSynchro in class RemoteTaxonomicLevelFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonomicLevelFullService.getAllClusterTaxonomicLevelSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterTaxonomicLevelByIdentifiers

protected ClusterTaxonomicLevel handleGetClusterTaxonomicLevelByIdentifiers(java.lang.String code)
                                                                     throws java.lang.Exception
Description copied from class: RemoteTaxonomicLevelFullServiceBase
Performs the core logic for RemoteTaxonomicLevelFullServiceBase.getClusterTaxonomicLevelByIdentifiers(java.lang.String)

Specified by:
handleGetClusterTaxonomicLevelByIdentifiers in class RemoteTaxonomicLevelFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonomicLevelFullService.getClusterTaxonomicLevelByIdentifiers(java.lang.String)


Copyright © 2008-2010 IFREMER. All Rights Reserved.