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

java.lang.Object
  extended by fr.ifremer.allegro.referential.taxon.generic.service.RemoteTaxonGroupFullServiceBase
      extended by fr.ifremer.allegro.referential.taxon.generic.service.RemoteTaxonGroupFullServiceImpl
All Implemented Interfaces:
RemoteTaxonGroupFullService

public class RemoteTaxonGroupFullServiceImpl
extends RemoteTaxonGroupFullServiceBase

See Also:
RemoteTaxonGroupFullService

Constructor Summary
RemoteTaxonGroupFullServiceImpl()
           
 
Method Summary
protected  ClusterTaxonGroup handleAddOrUpdateClusterTaxonGroup(ClusterTaxonGroup clusterTaxonGroup)
          Performs the core logic for RemoteTaxonGroupFullServiceBase.addOrUpdateClusterTaxonGroup(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonGroup)
protected  RemoteTaxonGroupFullVO handleAddTaxonGroup(RemoteTaxonGroupFullVO taxonGroup)
          Performs the core logic for RemoteTaxonGroupFullServiceBase.addTaxonGroup(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupFullVO)
protected  ClusterTaxonGroup[] handleGetAllClusterTaxonGroupSinceDateSynchro(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 RemoteTaxonGroupFullServiceBase.getAllClusterTaxonGroupSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  RemoteTaxonGroupFullVO[] handleGetAllTaxonGroup()
          Performs the core logic for RemoteTaxonGroupFullServiceBase.getAllTaxonGroup()
protected  ClusterTaxonGroup handleGetClusterTaxonGroupByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteTaxonGroupFullServiceBase.getClusterTaxonGroupByIdentifiers(java.lang.Integer)
protected  RemoteTaxonGroupFullVO handleGetTaxonGroupById(java.lang.Integer id)
          Performs the core logic for RemoteTaxonGroupFullServiceBase.getTaxonGroupById(java.lang.Integer)
protected  RemoteTaxonGroupFullVO[] handleGetTaxonGroupByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteTaxonGroupFullServiceBase.getTaxonGroupByIds(java.lang.Integer[])
protected  RemoteTaxonGroupFullVO handleGetTaxonGroupByNaturalId(RemoteTaxonGroupNaturalId taxonGroupNaturalId)
          Performs the core logic for RemoteTaxonGroupFullServiceBase.getTaxonGroupByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupNaturalId)
protected  RemoteTaxonGroupFullVO[] handleGetTaxonGroupByParentTaxonGroupId(java.lang.Integer id)
          Performs the core logic for RemoteTaxonGroupFullServiceBase.getTaxonGroupByParentTaxonGroupId(java.lang.Integer)
protected  RemoteTaxonGroupFullVO[] handleGetTaxonGroupByStatusCode(java.lang.String code)
          Performs the core logic for RemoteTaxonGroupFullServiceBase.getTaxonGroupByStatusCode(java.lang.String)
protected  RemoteTaxonGroupFullVO[] handleGetTaxonGroupByTaxonGroupTypeCode(java.lang.String code)
          Performs the core logic for RemoteTaxonGroupFullServiceBase.getTaxonGroupByTaxonGroupTypeCode(java.lang.String)
protected  RemoteTaxonGroupNaturalId handleGetTaxonGroupNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteTaxonGroupFullServiceBase.getTaxonGroupNaturalIdById(java.lang.Integer)
protected  RemoteTaxonGroupNaturalId[] handleGetTaxonGroupNaturalIds()
          Performs the core logic for RemoteTaxonGroupFullServiceBase.getTaxonGroupNaturalIds()
protected  boolean handleRemoteTaxonGroupFullVOsAreEqual(RemoteTaxonGroupFullVO remoteTaxonGroupFullVOFirst, RemoteTaxonGroupFullVO remoteTaxonGroupFullVOSecond)
          Performs the core logic for RemoteTaxonGroupFullServiceBase.remoteTaxonGroupFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupFullVO)
protected  boolean handleRemoteTaxonGroupFullVOsAreEqualOnIdentifiers(RemoteTaxonGroupFullVO remoteTaxonGroupFullVOFirst, RemoteTaxonGroupFullVO remoteTaxonGroupFullVOSecond)
          Performs the core logic for RemoteTaxonGroupFullServiceBase.remoteTaxonGroupFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupFullVO)
protected  void handleRemoveTaxonGroup(RemoteTaxonGroupFullVO taxonGroup)
          Performs the core logic for RemoteTaxonGroupFullServiceBase.removeTaxonGroup(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupFullVO)
protected  void handleUpdateTaxonGroup(RemoteTaxonGroupFullVO taxonGroup)
          Performs the core logic for RemoteTaxonGroupFullServiceBase.updateTaxonGroup(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupFullVO)
 
Methods inherited from class fr.ifremer.allegro.referential.taxon.generic.service.RemoteTaxonGroupFullServiceBase
addOrUpdateClusterTaxonGroup, addTaxonGroup, getAllClusterTaxonGroupSinceDateSynchro, getAllTaxonGroup, getClusterTaxonGroupByIdentifiers, getMessage, getMessage, getMessage, getMessages, getPrincipal, getStatusDao, getTaxonGroupById, getTaxonGroupByIds, getTaxonGroupByNaturalId, getTaxonGroupByParentTaxonGroupId, getTaxonGroupByStatusCode, getTaxonGroupByTaxonGroupTypeCode, getTaxonGroupDao, getTaxonGroupHistoricalRecordDao, getTaxonGroupNaturalIdById, getTaxonGroupNaturalIds, getTaxonGroupTypeDao, remoteTaxonGroupFullVOsAreEqual, remoteTaxonGroupFullVOsAreEqualOnIdentifiers, removeTaxonGroup, setStatusDao, setTaxonGroupDao, setTaxonGroupHistoricalRecordDao, setTaxonGroupTypeDao, updateTaxonGroup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteTaxonGroupFullServiceImpl

public RemoteTaxonGroupFullServiceImpl()
Method Detail

handleAddTaxonGroup

protected RemoteTaxonGroupFullVO handleAddTaxonGroup(RemoteTaxonGroupFullVO taxonGroup)
                                              throws java.lang.Exception
Description copied from class: RemoteTaxonGroupFullServiceBase
Performs the core logic for RemoteTaxonGroupFullServiceBase.addTaxonGroup(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupFullVO)

Specified by:
handleAddTaxonGroup in class RemoteTaxonGroupFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonGroupFullService.addTaxonGroup(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupFullVO)

handleUpdateTaxonGroup

protected void handleUpdateTaxonGroup(RemoteTaxonGroupFullVO taxonGroup)
                               throws java.lang.Exception
Description copied from class: RemoteTaxonGroupFullServiceBase
Performs the core logic for RemoteTaxonGroupFullServiceBase.updateTaxonGroup(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupFullVO)

Specified by:
handleUpdateTaxonGroup in class RemoteTaxonGroupFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonGroupFullService.updateTaxonGroup(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupFullVO)

handleRemoveTaxonGroup

protected void handleRemoveTaxonGroup(RemoteTaxonGroupFullVO taxonGroup)
                               throws java.lang.Exception
Description copied from class: RemoteTaxonGroupFullServiceBase
Performs the core logic for RemoteTaxonGroupFullServiceBase.removeTaxonGroup(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupFullVO)

Specified by:
handleRemoveTaxonGroup in class RemoteTaxonGroupFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonGroupFullService.removeTaxonGroup(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupFullVO)

handleGetAllTaxonGroup

protected RemoteTaxonGroupFullVO[] handleGetAllTaxonGroup()
                                                   throws java.lang.Exception
Description copied from class: RemoteTaxonGroupFullServiceBase
Performs the core logic for RemoteTaxonGroupFullServiceBase.getAllTaxonGroup()

Specified by:
handleGetAllTaxonGroup in class RemoteTaxonGroupFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonGroupFullService.getAllTaxonGroup()

handleGetTaxonGroupById

protected RemoteTaxonGroupFullVO handleGetTaxonGroupById(java.lang.Integer id)
                                                  throws java.lang.Exception
Description copied from class: RemoteTaxonGroupFullServiceBase
Performs the core logic for RemoteTaxonGroupFullServiceBase.getTaxonGroupById(java.lang.Integer)

Specified by:
handleGetTaxonGroupById in class RemoteTaxonGroupFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonGroupFullService.getTaxonGroupById(java.lang.Integer)

handleGetTaxonGroupByIds

protected RemoteTaxonGroupFullVO[] handleGetTaxonGroupByIds(java.lang.Integer[] id)
                                                     throws java.lang.Exception
Description copied from class: RemoteTaxonGroupFullServiceBase
Performs the core logic for RemoteTaxonGroupFullServiceBase.getTaxonGroupByIds(java.lang.Integer[])

Specified by:
handleGetTaxonGroupByIds in class RemoteTaxonGroupFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonGroupFullService.getTaxonGroupByIds(java.lang.Integer[])

handleGetTaxonGroupByTaxonGroupTypeCode

protected RemoteTaxonGroupFullVO[] handleGetTaxonGroupByTaxonGroupTypeCode(java.lang.String code)
                                                                    throws java.lang.Exception
Description copied from class: RemoteTaxonGroupFullServiceBase
Performs the core logic for RemoteTaxonGroupFullServiceBase.getTaxonGroupByTaxonGroupTypeCode(java.lang.String)

Specified by:
handleGetTaxonGroupByTaxonGroupTypeCode in class RemoteTaxonGroupFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonGroupFullService.getTaxonGroupByTaxonGroupTypeCode(java.lang.String)

handleGetTaxonGroupByParentTaxonGroupId

protected RemoteTaxonGroupFullVO[] handleGetTaxonGroupByParentTaxonGroupId(java.lang.Integer id)
                                                                    throws java.lang.Exception
Description copied from class: RemoteTaxonGroupFullServiceBase
Performs the core logic for RemoteTaxonGroupFullServiceBase.getTaxonGroupByParentTaxonGroupId(java.lang.Integer)

Specified by:
handleGetTaxonGroupByParentTaxonGroupId in class RemoteTaxonGroupFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonGroupFullService.getTaxonGroupByParentTaxonGroupId(java.lang.Integer)

handleGetTaxonGroupByStatusCode

protected RemoteTaxonGroupFullVO[] handleGetTaxonGroupByStatusCode(java.lang.String code)
                                                            throws java.lang.Exception
Description copied from class: RemoteTaxonGroupFullServiceBase
Performs the core logic for RemoteTaxonGroupFullServiceBase.getTaxonGroupByStatusCode(java.lang.String)

Specified by:
handleGetTaxonGroupByStatusCode in class RemoteTaxonGroupFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonGroupFullService.getTaxonGroupByStatusCode(java.lang.String)

handleRemoteTaxonGroupFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteTaxonGroupFullVOsAreEqualOnIdentifiers(RemoteTaxonGroupFullVO remoteTaxonGroupFullVOFirst,
                                                                     RemoteTaxonGroupFullVO remoteTaxonGroupFullVOSecond)
                                                              throws java.lang.Exception
Description copied from class: RemoteTaxonGroupFullServiceBase
Performs the core logic for RemoteTaxonGroupFullServiceBase.remoteTaxonGroupFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupFullVO)

Specified by:
handleRemoteTaxonGroupFullVOsAreEqualOnIdentifiers in class RemoteTaxonGroupFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonGroupFullService.remoteTaxonGroupFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupFullVO)

handleRemoteTaxonGroupFullVOsAreEqual

protected boolean handleRemoteTaxonGroupFullVOsAreEqual(RemoteTaxonGroupFullVO remoteTaxonGroupFullVOFirst,
                                                        RemoteTaxonGroupFullVO remoteTaxonGroupFullVOSecond)
                                                 throws java.lang.Exception
Description copied from class: RemoteTaxonGroupFullServiceBase
Performs the core logic for RemoteTaxonGroupFullServiceBase.remoteTaxonGroupFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupFullVO)

Specified by:
handleRemoteTaxonGroupFullVOsAreEqual in class RemoteTaxonGroupFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonGroupFullService.remoteTaxonGroupFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupFullVO)

handleGetTaxonGroupNaturalIds

protected RemoteTaxonGroupNaturalId[] handleGetTaxonGroupNaturalIds()
                                                             throws java.lang.Exception
Description copied from class: RemoteTaxonGroupFullServiceBase
Performs the core logic for RemoteTaxonGroupFullServiceBase.getTaxonGroupNaturalIds()

Specified by:
handleGetTaxonGroupNaturalIds in class RemoteTaxonGroupFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonGroupFullService.getTaxonGroupNaturalIds()

handleGetTaxonGroupByNaturalId

protected RemoteTaxonGroupFullVO handleGetTaxonGroupByNaturalId(RemoteTaxonGroupNaturalId taxonGroupNaturalId)
                                                         throws java.lang.Exception
Description copied from class: RemoteTaxonGroupFullServiceBase
Performs the core logic for RemoteTaxonGroupFullServiceBase.getTaxonGroupByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupNaturalId)

Specified by:
handleGetTaxonGroupByNaturalId in class RemoteTaxonGroupFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonGroupFullService.getTaxonGroupByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupNaturalId)

handleGetTaxonGroupNaturalIdById

protected RemoteTaxonGroupNaturalId handleGetTaxonGroupNaturalIdById(java.lang.Integer id)
                                                              throws java.lang.Exception
Description copied from class: RemoteTaxonGroupFullServiceBase
Performs the core logic for RemoteTaxonGroupFullServiceBase.getTaxonGroupNaturalIdById(java.lang.Integer)

Specified by:
handleGetTaxonGroupNaturalIdById in class RemoteTaxonGroupFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonGroupFullService.getTaxonGroupNaturalIdById(java.lang.Integer)

handleAddOrUpdateClusterTaxonGroup

protected ClusterTaxonGroup handleAddOrUpdateClusterTaxonGroup(ClusterTaxonGroup clusterTaxonGroup)
                                                        throws java.lang.Exception
Description copied from class: RemoteTaxonGroupFullServiceBase
Performs the core logic for RemoteTaxonGroupFullServiceBase.addOrUpdateClusterTaxonGroup(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonGroup)

Specified by:
handleAddOrUpdateClusterTaxonGroup in class RemoteTaxonGroupFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonGroupFullService.addOrUpdateClusterTaxonGroup(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonGroup)

handleGetAllClusterTaxonGroupSinceDateSynchro

protected ClusterTaxonGroup[] handleGetAllClusterTaxonGroupSinceDateSynchro(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: RemoteTaxonGroupFullServiceBase
Performs the core logic for RemoteTaxonGroupFullServiceBase.getAllClusterTaxonGroupSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterTaxonGroupSinceDateSynchro in class RemoteTaxonGroupFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonGroupFullService.getAllClusterTaxonGroupSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterTaxonGroupByIdentifiers

protected ClusterTaxonGroup handleGetClusterTaxonGroupByIdentifiers(java.lang.Integer id)
                                                             throws java.lang.Exception
Description copied from class: RemoteTaxonGroupFullServiceBase
Performs the core logic for RemoteTaxonGroupFullServiceBase.getClusterTaxonGroupByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterTaxonGroupByIdentifiers in class RemoteTaxonGroupFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonGroupFullService.getClusterTaxonGroupByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.