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

java.lang.Object
  extended by fr.ifremer.allegro.referential.taxon.generic.service.RemoteTaxonGroupInformationFullServiceBase
      extended by fr.ifremer.allegro.referential.taxon.generic.service.RemoteTaxonGroupInformationFullServiceImpl
All Implemented Interfaces:
RemoteTaxonGroupInformationFullService

public class RemoteTaxonGroupInformationFullServiceImpl
extends RemoteTaxonGroupInformationFullServiceBase

See Also:
RemoteTaxonGroupInformationFullService

Constructor Summary
RemoteTaxonGroupInformationFullServiceImpl()
           
 
Method Summary
protected  RemoteTaxonGroupInformationFullVO handleAddTaxonGroupInformation(RemoteTaxonGroupInformationFullVO taxonGroupInformation)
          Performs the core logic for RemoteTaxonGroupInformationFullServiceBase.addTaxonGroupInformation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO)
protected  RemoteTaxonGroupInformationFullVO[] handleGetAllTaxonGroupInformation()
          Performs the core logic for RemoteTaxonGroupInformationFullServiceBase.getAllTaxonGroupInformation()
protected  ClusterTaxonGroupInformation handleGetClusterTaxonGroupInformationByIdentifiers(java.lang.Integer referenceDocumentId, java.lang.Integer taxonGroupId)
          Performs the core logic for RemoteTaxonGroupInformationFullServiceBase.getClusterTaxonGroupInformationByIdentifiers(java.lang.Integer, java.lang.Integer)
protected  RemoteTaxonGroupInformationFullVO handleGetTaxonGroupInformationByIdentifiers(java.lang.Integer referenceDocumentId, java.lang.Integer taxonGroupId)
          Performs the core logic for RemoteTaxonGroupInformationFullServiceBase.getTaxonGroupInformationByIdentifiers(java.lang.Integer, java.lang.Integer)
protected  RemoteTaxonGroupInformationFullVO handleGetTaxonGroupInformationByNaturalId(RemoteTaxonGroupInformationNaturalId taxonGroupInformationNaturalId)
          Performs the core logic for RemoteTaxonGroupInformationFullServiceBase.getTaxonGroupInformationByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationNaturalId)
protected  RemoteTaxonGroupInformationFullVO[] handleGetTaxonGroupInformationByReferenceDocumentId(java.lang.Integer id)
          Performs the core logic for RemoteTaxonGroupInformationFullServiceBase.getTaxonGroupInformationByReferenceDocumentId(java.lang.Integer)
protected  RemoteTaxonGroupInformationFullVO[] handleGetTaxonGroupInformationByTaxonGroupId(java.lang.Integer id)
          Performs the core logic for RemoteTaxonGroupInformationFullServiceBase.getTaxonGroupInformationByTaxonGroupId(java.lang.Integer)
protected  RemoteTaxonGroupInformationNaturalId[] handleGetTaxonGroupInformationNaturalIds()
          Performs the core logic for RemoteTaxonGroupInformationFullServiceBase.getTaxonGroupInformationNaturalIds()
protected  boolean handleRemoteTaxonGroupInformationFullVOsAreEqual(RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVOFirst, RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVOSecond)
          Performs the core logic for RemoteTaxonGroupInformationFullServiceBase.remoteTaxonGroupInformationFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO)
protected  boolean handleRemoteTaxonGroupInformationFullVOsAreEqualOnIdentifiers(RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVOFirst, RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVOSecond)
          Performs the core logic for RemoteTaxonGroupInformationFullServiceBase.remoteTaxonGroupInformationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO)
protected  void handleRemoveTaxonGroupInformation(RemoteTaxonGroupInformationFullVO taxonGroupInformation)
          Performs the core logic for RemoteTaxonGroupInformationFullServiceBase.removeTaxonGroupInformation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO)
protected  void handleUpdateTaxonGroupInformation(RemoteTaxonGroupInformationFullVO taxonGroupInformation)
          Performs the core logic for RemoteTaxonGroupInformationFullServiceBase.updateTaxonGroupInformation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO)
 
Methods inherited from class fr.ifremer.allegro.referential.taxon.generic.service.RemoteTaxonGroupInformationFullServiceBase
addTaxonGroupInformation, getAllTaxonGroupInformation, getClusterTaxonGroupInformationByIdentifiers, getMessage, getMessage, getMessage, getMessages, getPrincipal, getReferenceDocumentDao, getTaxonGroupDao, getTaxonGroupInformationByIdentifiers, getTaxonGroupInformationByNaturalId, getTaxonGroupInformationByReferenceDocumentId, getTaxonGroupInformationByTaxonGroupId, getTaxonGroupInformationDao, getTaxonGroupInformationNaturalIds, remoteTaxonGroupInformationFullVOsAreEqual, remoteTaxonGroupInformationFullVOsAreEqualOnIdentifiers, removeTaxonGroupInformation, setReferenceDocumentDao, setTaxonGroupDao, setTaxonGroupInformationDao, updateTaxonGroupInformation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteTaxonGroupInformationFullServiceImpl

public RemoteTaxonGroupInformationFullServiceImpl()
Method Detail

handleAddTaxonGroupInformation

protected RemoteTaxonGroupInformationFullVO handleAddTaxonGroupInformation(RemoteTaxonGroupInformationFullVO taxonGroupInformation)
                                                                    throws java.lang.Exception
Description copied from class: RemoteTaxonGroupInformationFullServiceBase
Performs the core logic for RemoteTaxonGroupInformationFullServiceBase.addTaxonGroupInformation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO)

Specified by:
handleAddTaxonGroupInformation in class RemoteTaxonGroupInformationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonGroupInformationFullService.addTaxonGroupInformation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO)

handleUpdateTaxonGroupInformation

protected void handleUpdateTaxonGroupInformation(RemoteTaxonGroupInformationFullVO taxonGroupInformation)
                                          throws java.lang.Exception
Description copied from class: RemoteTaxonGroupInformationFullServiceBase
Performs the core logic for RemoteTaxonGroupInformationFullServiceBase.updateTaxonGroupInformation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO)

Specified by:
handleUpdateTaxonGroupInformation in class RemoteTaxonGroupInformationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonGroupInformationFullService.updateTaxonGroupInformation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO)

handleRemoveTaxonGroupInformation

protected void handleRemoveTaxonGroupInformation(RemoteTaxonGroupInformationFullVO taxonGroupInformation)
                                          throws java.lang.Exception
Description copied from class: RemoteTaxonGroupInformationFullServiceBase
Performs the core logic for RemoteTaxonGroupInformationFullServiceBase.removeTaxonGroupInformation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO)

Specified by:
handleRemoveTaxonGroupInformation in class RemoteTaxonGroupInformationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonGroupInformationFullService.removeTaxonGroupInformation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO)

handleGetAllTaxonGroupInformation

protected RemoteTaxonGroupInformationFullVO[] handleGetAllTaxonGroupInformation()
                                                                         throws java.lang.Exception
Description copied from class: RemoteTaxonGroupInformationFullServiceBase
Performs the core logic for RemoteTaxonGroupInformationFullServiceBase.getAllTaxonGroupInformation()

Specified by:
handleGetAllTaxonGroupInformation in class RemoteTaxonGroupInformationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonGroupInformationFullService.getAllTaxonGroupInformation()

handleGetTaxonGroupInformationByReferenceDocumentId

protected RemoteTaxonGroupInformationFullVO[] handleGetTaxonGroupInformationByReferenceDocumentId(java.lang.Integer id)
                                                                                           throws java.lang.Exception
Description copied from class: RemoteTaxonGroupInformationFullServiceBase
Performs the core logic for RemoteTaxonGroupInformationFullServiceBase.getTaxonGroupInformationByReferenceDocumentId(java.lang.Integer)

Specified by:
handleGetTaxonGroupInformationByReferenceDocumentId in class RemoteTaxonGroupInformationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonGroupInformationFullService.getTaxonGroupInformationByReferenceDocumentId(java.lang.Integer)

handleGetTaxonGroupInformationByTaxonGroupId

protected RemoteTaxonGroupInformationFullVO[] handleGetTaxonGroupInformationByTaxonGroupId(java.lang.Integer id)
                                                                                    throws java.lang.Exception
Description copied from class: RemoteTaxonGroupInformationFullServiceBase
Performs the core logic for RemoteTaxonGroupInformationFullServiceBase.getTaxonGroupInformationByTaxonGroupId(java.lang.Integer)

Specified by:
handleGetTaxonGroupInformationByTaxonGroupId in class RemoteTaxonGroupInformationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonGroupInformationFullService.getTaxonGroupInformationByTaxonGroupId(java.lang.Integer)

handleGetTaxonGroupInformationByIdentifiers

protected RemoteTaxonGroupInformationFullVO handleGetTaxonGroupInformationByIdentifiers(java.lang.Integer referenceDocumentId,
                                                                                        java.lang.Integer taxonGroupId)
                                                                                 throws java.lang.Exception
Description copied from class: RemoteTaxonGroupInformationFullServiceBase
Performs the core logic for RemoteTaxonGroupInformationFullServiceBase.getTaxonGroupInformationByIdentifiers(java.lang.Integer, java.lang.Integer)

Specified by:
handleGetTaxonGroupInformationByIdentifiers in class RemoteTaxonGroupInformationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonGroupInformationFullService.getTaxonGroupInformationByIdentifiers(java.lang.Integer, java.lang.Integer)

handleRemoteTaxonGroupInformationFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteTaxonGroupInformationFullVOsAreEqualOnIdentifiers(RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVOFirst,
                                                                                RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVOSecond)
                                                                         throws java.lang.Exception
Description copied from class: RemoteTaxonGroupInformationFullServiceBase
Performs the core logic for RemoteTaxonGroupInformationFullServiceBase.remoteTaxonGroupInformationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO)

Specified by:
handleRemoteTaxonGroupInformationFullVOsAreEqualOnIdentifiers in class RemoteTaxonGroupInformationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonGroupInformationFullService.remoteTaxonGroupInformationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO)

handleRemoteTaxonGroupInformationFullVOsAreEqual

protected boolean handleRemoteTaxonGroupInformationFullVOsAreEqual(RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVOFirst,
                                                                   RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVOSecond)
                                                            throws java.lang.Exception
Description copied from class: RemoteTaxonGroupInformationFullServiceBase
Performs the core logic for RemoteTaxonGroupInformationFullServiceBase.remoteTaxonGroupInformationFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO)

Specified by:
handleRemoteTaxonGroupInformationFullVOsAreEqual in class RemoteTaxonGroupInformationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonGroupInformationFullService.remoteTaxonGroupInformationFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO)

handleGetTaxonGroupInformationNaturalIds

protected RemoteTaxonGroupInformationNaturalId[] handleGetTaxonGroupInformationNaturalIds()
                                                                                   throws java.lang.Exception
Description copied from class: RemoteTaxonGroupInformationFullServiceBase
Performs the core logic for RemoteTaxonGroupInformationFullServiceBase.getTaxonGroupInformationNaturalIds()

Specified by:
handleGetTaxonGroupInformationNaturalIds in class RemoteTaxonGroupInformationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonGroupInformationFullService.getTaxonGroupInformationNaturalIds()

handleGetTaxonGroupInformationByNaturalId

protected RemoteTaxonGroupInformationFullVO handleGetTaxonGroupInformationByNaturalId(RemoteTaxonGroupInformationNaturalId taxonGroupInformationNaturalId)
                                                                               throws java.lang.Exception
Description copied from class: RemoteTaxonGroupInformationFullServiceBase
Performs the core logic for RemoteTaxonGroupInformationFullServiceBase.getTaxonGroupInformationByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationNaturalId)

Specified by:
handleGetTaxonGroupInformationByNaturalId in class RemoteTaxonGroupInformationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonGroupInformationFullService.getTaxonGroupInformationByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationNaturalId)

handleGetClusterTaxonGroupInformationByIdentifiers

protected ClusterTaxonGroupInformation handleGetClusterTaxonGroupInformationByIdentifiers(java.lang.Integer referenceDocumentId,
                                                                                          java.lang.Integer taxonGroupId)
                                                                                   throws java.lang.Exception
Description copied from class: RemoteTaxonGroupInformationFullServiceBase
Performs the core logic for RemoteTaxonGroupInformationFullServiceBase.getClusterTaxonGroupInformationByIdentifiers(java.lang.Integer, java.lang.Integer)

Specified by:
handleGetClusterTaxonGroupInformationByIdentifiers in class RemoteTaxonGroupInformationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonGroupInformationFullService.getClusterTaxonGroupInformationByIdentifiers(java.lang.Integer, java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.