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

java.lang.Object
  extended by fr.ifremer.allegro.referential.taxon.generic.service.RemoteReferenceDocumentFullServiceBase
      extended by fr.ifremer.allegro.referential.taxon.generic.service.RemoteReferenceDocumentFullServiceImpl
All Implemented Interfaces:
RemoteReferenceDocumentFullService

public class RemoteReferenceDocumentFullServiceImpl
extends RemoteReferenceDocumentFullServiceBase

See Also:
RemoteReferenceDocumentFullService

Constructor Summary
RemoteReferenceDocumentFullServiceImpl()
           
 
Method Summary
protected  ClusterReferenceDocument handleAddOrUpdateClusterReferenceDocument(ClusterReferenceDocument clusterReferenceDocument)
          Performs the core logic for RemoteReferenceDocumentFullServiceBase.addOrUpdateClusterReferenceDocument(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterReferenceDocument)
protected  RemoteReferenceDocumentFullVO handleAddReferenceDocument(RemoteReferenceDocumentFullVO referenceDocument)
          Performs the core logic for RemoteReferenceDocumentFullServiceBase.addReferenceDocument(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceDocumentFullVO)
protected  ClusterReferenceDocument[] handleGetAllClusterReferenceDocumentSinceDateSynchro(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 RemoteReferenceDocumentFullServiceBase.getAllClusterReferenceDocumentSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  RemoteReferenceDocumentFullVO[] handleGetAllReferenceDocument()
          Performs the core logic for RemoteReferenceDocumentFullServiceBase.getAllReferenceDocument()
protected  ClusterReferenceDocument handleGetClusterReferenceDocumentByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteReferenceDocumentFullServiceBase.getClusterReferenceDocumentByIdentifiers(java.lang.Integer)
protected  RemoteReferenceDocumentFullVO handleGetReferenceDocumentById(java.lang.Integer id)
          Performs the core logic for RemoteReferenceDocumentFullServiceBase.getReferenceDocumentById(java.lang.Integer)
protected  RemoteReferenceDocumentFullVO[] handleGetReferenceDocumentByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteReferenceDocumentFullServiceBase.getReferenceDocumentByIds(java.lang.Integer[])
protected  RemoteReferenceDocumentFullVO handleGetReferenceDocumentByNaturalId(RemoteReferenceDocumentNaturalId referenceDocumentNaturalId)
          Performs the core logic for RemoteReferenceDocumentFullServiceBase.getReferenceDocumentByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceDocumentNaturalId)
protected  RemoteReferenceDocumentFullVO[] handleGetReferenceDocumentByStatusCode(java.lang.String code)
          Performs the core logic for RemoteReferenceDocumentFullServiceBase.getReferenceDocumentByStatusCode(java.lang.String)
protected  RemoteReferenceDocumentNaturalId handleGetReferenceDocumentNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteReferenceDocumentFullServiceBase.getReferenceDocumentNaturalIdById(java.lang.Integer)
protected  RemoteReferenceDocumentNaturalId[] handleGetReferenceDocumentNaturalIds()
          Performs the core logic for RemoteReferenceDocumentFullServiceBase.getReferenceDocumentNaturalIds()
protected  boolean handleRemoteReferenceDocumentFullVOsAreEqual(RemoteReferenceDocumentFullVO remoteReferenceDocumentFullVOFirst, RemoteReferenceDocumentFullVO remoteReferenceDocumentFullVOSecond)
          Performs the core logic for RemoteReferenceDocumentFullServiceBase.remoteReferenceDocumentFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceDocumentFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceDocumentFullVO)
protected  boolean handleRemoteReferenceDocumentFullVOsAreEqualOnIdentifiers(RemoteReferenceDocumentFullVO remoteReferenceDocumentFullVOFirst, RemoteReferenceDocumentFullVO remoteReferenceDocumentFullVOSecond)
          Performs the core logic for RemoteReferenceDocumentFullServiceBase.remoteReferenceDocumentFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceDocumentFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceDocumentFullVO)
protected  void handleRemoveReferenceDocument(RemoteReferenceDocumentFullVO referenceDocument)
          Performs the core logic for RemoteReferenceDocumentFullServiceBase.removeReferenceDocument(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceDocumentFullVO)
protected  void handleUpdateReferenceDocument(RemoteReferenceDocumentFullVO referenceDocument)
          Performs the core logic for RemoteReferenceDocumentFullServiceBase.updateReferenceDocument(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceDocumentFullVO)
 
Methods inherited from class fr.ifremer.allegro.referential.taxon.generic.service.RemoteReferenceDocumentFullServiceBase
addOrUpdateClusterReferenceDocument, addReferenceDocument, getAllClusterReferenceDocumentSinceDateSynchro, getAllReferenceDocument, getAuthorDao, getClusterReferenceDocumentByIdentifiers, getMessage, getMessage, getMessage, getMessages, getPrincipal, getReferenceDocumentById, getReferenceDocumentByIds, getReferenceDocumentByNaturalId, getReferenceDocumentByStatusCode, getReferenceDocumentDao, getReferenceDocumentNaturalIdById, getReferenceDocumentNaturalIds, getStatusDao, remoteReferenceDocumentFullVOsAreEqual, remoteReferenceDocumentFullVOsAreEqualOnIdentifiers, removeReferenceDocument, setAuthorDao, setReferenceDocumentDao, setStatusDao, updateReferenceDocument
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteReferenceDocumentFullServiceImpl

public RemoteReferenceDocumentFullServiceImpl()
Method Detail

handleAddReferenceDocument

protected RemoteReferenceDocumentFullVO handleAddReferenceDocument(RemoteReferenceDocumentFullVO referenceDocument)
                                                            throws java.lang.Exception
Description copied from class: RemoteReferenceDocumentFullServiceBase
Performs the core logic for RemoteReferenceDocumentFullServiceBase.addReferenceDocument(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceDocumentFullVO)

Specified by:
handleAddReferenceDocument in class RemoteReferenceDocumentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteReferenceDocumentFullService.addReferenceDocument(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceDocumentFullVO)

handleUpdateReferenceDocument

protected void handleUpdateReferenceDocument(RemoteReferenceDocumentFullVO referenceDocument)
                                      throws java.lang.Exception
Description copied from class: RemoteReferenceDocumentFullServiceBase
Performs the core logic for RemoteReferenceDocumentFullServiceBase.updateReferenceDocument(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceDocumentFullVO)

Specified by:
handleUpdateReferenceDocument in class RemoteReferenceDocumentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteReferenceDocumentFullService.updateReferenceDocument(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceDocumentFullVO)

handleRemoveReferenceDocument

protected void handleRemoveReferenceDocument(RemoteReferenceDocumentFullVO referenceDocument)
                                      throws java.lang.Exception
Description copied from class: RemoteReferenceDocumentFullServiceBase
Performs the core logic for RemoteReferenceDocumentFullServiceBase.removeReferenceDocument(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceDocumentFullVO)

Specified by:
handleRemoveReferenceDocument in class RemoteReferenceDocumentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteReferenceDocumentFullService.removeReferenceDocument(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceDocumentFullVO)

handleGetAllReferenceDocument

protected RemoteReferenceDocumentFullVO[] handleGetAllReferenceDocument()
                                                                 throws java.lang.Exception
Description copied from class: RemoteReferenceDocumentFullServiceBase
Performs the core logic for RemoteReferenceDocumentFullServiceBase.getAllReferenceDocument()

Specified by:
handleGetAllReferenceDocument in class RemoteReferenceDocumentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteReferenceDocumentFullService.getAllReferenceDocument()

handleGetReferenceDocumentById

protected RemoteReferenceDocumentFullVO handleGetReferenceDocumentById(java.lang.Integer id)
                                                                throws java.lang.Exception
Description copied from class: RemoteReferenceDocumentFullServiceBase
Performs the core logic for RemoteReferenceDocumentFullServiceBase.getReferenceDocumentById(java.lang.Integer)

Specified by:
handleGetReferenceDocumentById in class RemoteReferenceDocumentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteReferenceDocumentFullService.getReferenceDocumentById(java.lang.Integer)

handleGetReferenceDocumentByIds

protected RemoteReferenceDocumentFullVO[] handleGetReferenceDocumentByIds(java.lang.Integer[] id)
                                                                   throws java.lang.Exception
Description copied from class: RemoteReferenceDocumentFullServiceBase
Performs the core logic for RemoteReferenceDocumentFullServiceBase.getReferenceDocumentByIds(java.lang.Integer[])

Specified by:
handleGetReferenceDocumentByIds in class RemoteReferenceDocumentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteReferenceDocumentFullService.getReferenceDocumentByIds(java.lang.Integer[])

handleGetReferenceDocumentByStatusCode

protected RemoteReferenceDocumentFullVO[] handleGetReferenceDocumentByStatusCode(java.lang.String code)
                                                                          throws java.lang.Exception
Description copied from class: RemoteReferenceDocumentFullServiceBase
Performs the core logic for RemoteReferenceDocumentFullServiceBase.getReferenceDocumentByStatusCode(java.lang.String)

Specified by:
handleGetReferenceDocumentByStatusCode in class RemoteReferenceDocumentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteReferenceDocumentFullService.getReferenceDocumentByStatusCode(java.lang.String)

handleRemoteReferenceDocumentFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteReferenceDocumentFullVOsAreEqualOnIdentifiers(RemoteReferenceDocumentFullVO remoteReferenceDocumentFullVOFirst,
                                                                            RemoteReferenceDocumentFullVO remoteReferenceDocumentFullVOSecond)
                                                                     throws java.lang.Exception
Description copied from class: RemoteReferenceDocumentFullServiceBase
Performs the core logic for RemoteReferenceDocumentFullServiceBase.remoteReferenceDocumentFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceDocumentFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceDocumentFullVO)

Specified by:
handleRemoteReferenceDocumentFullVOsAreEqualOnIdentifiers in class RemoteReferenceDocumentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteReferenceDocumentFullService.remoteReferenceDocumentFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceDocumentFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceDocumentFullVO)

handleRemoteReferenceDocumentFullVOsAreEqual

protected boolean handleRemoteReferenceDocumentFullVOsAreEqual(RemoteReferenceDocumentFullVO remoteReferenceDocumentFullVOFirst,
                                                               RemoteReferenceDocumentFullVO remoteReferenceDocumentFullVOSecond)
                                                        throws java.lang.Exception
Description copied from class: RemoteReferenceDocumentFullServiceBase
Performs the core logic for RemoteReferenceDocumentFullServiceBase.remoteReferenceDocumentFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceDocumentFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceDocumentFullVO)

Specified by:
handleRemoteReferenceDocumentFullVOsAreEqual in class RemoteReferenceDocumentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteReferenceDocumentFullService.remoteReferenceDocumentFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceDocumentFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceDocumentFullVO)

handleGetReferenceDocumentNaturalIds

protected RemoteReferenceDocumentNaturalId[] handleGetReferenceDocumentNaturalIds()
                                                                           throws java.lang.Exception
Description copied from class: RemoteReferenceDocumentFullServiceBase
Performs the core logic for RemoteReferenceDocumentFullServiceBase.getReferenceDocumentNaturalIds()

Specified by:
handleGetReferenceDocumentNaturalIds in class RemoteReferenceDocumentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteReferenceDocumentFullService.getReferenceDocumentNaturalIds()

handleGetReferenceDocumentByNaturalId

protected RemoteReferenceDocumentFullVO handleGetReferenceDocumentByNaturalId(RemoteReferenceDocumentNaturalId referenceDocumentNaturalId)
                                                                       throws java.lang.Exception
Description copied from class: RemoteReferenceDocumentFullServiceBase
Performs the core logic for RemoteReferenceDocumentFullServiceBase.getReferenceDocumentByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceDocumentNaturalId)

Specified by:
handleGetReferenceDocumentByNaturalId in class RemoteReferenceDocumentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteReferenceDocumentFullService.getReferenceDocumentByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceDocumentNaturalId)

handleGetReferenceDocumentNaturalIdById

protected RemoteReferenceDocumentNaturalId handleGetReferenceDocumentNaturalIdById(java.lang.Integer id)
                                                                            throws java.lang.Exception
Description copied from class: RemoteReferenceDocumentFullServiceBase
Performs the core logic for RemoteReferenceDocumentFullServiceBase.getReferenceDocumentNaturalIdById(java.lang.Integer)

Specified by:
handleGetReferenceDocumentNaturalIdById in class RemoteReferenceDocumentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteReferenceDocumentFullService.getReferenceDocumentNaturalIdById(java.lang.Integer)

handleAddOrUpdateClusterReferenceDocument

protected ClusterReferenceDocument handleAddOrUpdateClusterReferenceDocument(ClusterReferenceDocument clusterReferenceDocument)
                                                                      throws java.lang.Exception
Description copied from class: RemoteReferenceDocumentFullServiceBase
Performs the core logic for RemoteReferenceDocumentFullServiceBase.addOrUpdateClusterReferenceDocument(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterReferenceDocument)

Specified by:
handleAddOrUpdateClusterReferenceDocument in class RemoteReferenceDocumentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteReferenceDocumentFullService.addOrUpdateClusterReferenceDocument(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterReferenceDocument)

handleGetAllClusterReferenceDocumentSinceDateSynchro

protected ClusterReferenceDocument[] handleGetAllClusterReferenceDocumentSinceDateSynchro(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: RemoteReferenceDocumentFullServiceBase
Performs the core logic for RemoteReferenceDocumentFullServiceBase.getAllClusterReferenceDocumentSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterReferenceDocumentSinceDateSynchro in class RemoteReferenceDocumentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteReferenceDocumentFullService.getAllClusterReferenceDocumentSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterReferenceDocumentByIdentifiers

protected ClusterReferenceDocument handleGetClusterReferenceDocumentByIdentifiers(java.lang.Integer id)
                                                                           throws java.lang.Exception
Description copied from class: RemoteReferenceDocumentFullServiceBase
Performs the core logic for RemoteReferenceDocumentFullServiceBase.getClusterReferenceDocumentByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterReferenceDocumentByIdentifiers in class RemoteReferenceDocumentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteReferenceDocumentFullService.getClusterReferenceDocumentByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.