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

java.lang.Object
  extended by fr.ifremer.allegro.referential.taxon.generic.service.RemoteAuthorFullServiceBase
      extended by fr.ifremer.allegro.referential.taxon.generic.service.RemoteAuthorFullServiceImpl
All Implemented Interfaces:
RemoteAuthorFullService

public class RemoteAuthorFullServiceImpl
extends RemoteAuthorFullServiceBase

See Also:
RemoteAuthorFullService

Constructor Summary
RemoteAuthorFullServiceImpl()
           
 
Method Summary
protected  RemoteAuthorFullVO handleAddAuthor(RemoteAuthorFullVO author)
          Performs the core logic for RemoteAuthorFullServiceBase.addAuthor(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO)
protected  ClusterAuthor handleAddOrUpdateClusterAuthor(ClusterAuthor clusterAuthor)
          Performs the core logic for RemoteAuthorFullServiceBase.addOrUpdateClusterAuthor(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterAuthor)
protected  RemoteAuthorFullVO[] handleGetAllAuthor()
          Performs the core logic for RemoteAuthorFullServiceBase.getAllAuthor()
protected  ClusterAuthor[] handleGetAllClusterAuthorSinceDateSynchro(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 RemoteAuthorFullServiceBase.getAllClusterAuthorSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  RemoteAuthorFullVO handleGetAuthorById(java.lang.Integer id)
          Performs the core logic for RemoteAuthorFullServiceBase.getAuthorById(java.lang.Integer)
protected  RemoteAuthorFullVO[] handleGetAuthorByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteAuthorFullServiceBase.getAuthorByIds(java.lang.Integer[])
protected  RemoteAuthorFullVO handleGetAuthorByNaturalId(RemoteAuthorNaturalId authorNaturalId)
          Performs the core logic for RemoteAuthorFullServiceBase.getAuthorByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorNaturalId)
protected  RemoteAuthorFullVO[] handleGetAuthorByStatusCode(java.lang.String code)
          Performs the core logic for RemoteAuthorFullServiceBase.getAuthorByStatusCode(java.lang.String)
protected  RemoteAuthorNaturalId handleGetAuthorNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteAuthorFullServiceBase.getAuthorNaturalIdById(java.lang.Integer)
protected  RemoteAuthorNaturalId[] handleGetAuthorNaturalIds()
          Performs the core logic for RemoteAuthorFullServiceBase.getAuthorNaturalIds()
protected  ClusterAuthor handleGetClusterAuthorByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteAuthorFullServiceBase.getClusterAuthorByIdentifiers(java.lang.Integer)
protected  boolean handleRemoteAuthorFullVOsAreEqual(RemoteAuthorFullVO remoteAuthorFullVOFirst, RemoteAuthorFullVO remoteAuthorFullVOSecond)
          Performs the core logic for RemoteAuthorFullServiceBase.remoteAuthorFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO)
protected  boolean handleRemoteAuthorFullVOsAreEqualOnIdentifiers(RemoteAuthorFullVO remoteAuthorFullVOFirst, RemoteAuthorFullVO remoteAuthorFullVOSecond)
          Performs the core logic for RemoteAuthorFullServiceBase.remoteAuthorFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO)
protected  void handleRemoveAuthor(RemoteAuthorFullVO author)
          Performs the core logic for RemoteAuthorFullServiceBase.removeAuthor(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO)
protected  void handleUpdateAuthor(RemoteAuthorFullVO author)
          Performs the core logic for RemoteAuthorFullServiceBase.updateAuthor(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO)
 
Methods inherited from class fr.ifremer.allegro.referential.taxon.generic.service.RemoteAuthorFullServiceBase
addAuthor, addOrUpdateClusterAuthor, getAllAuthor, getAllClusterAuthorSinceDateSynchro, getAuthorById, getAuthorByIds, getAuthorByNaturalId, getAuthorByStatusCode, getAuthorDao, getAuthorNaturalIdById, getAuthorNaturalIds, getClusterAuthorByIdentifiers, getMessage, getMessage, getMessage, getMessages, getPrincipal, getReferenceDocumentDao, getStatusDao, remoteAuthorFullVOsAreEqual, remoteAuthorFullVOsAreEqualOnIdentifiers, removeAuthor, setAuthorDao, setReferenceDocumentDao, setStatusDao, updateAuthor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteAuthorFullServiceImpl

public RemoteAuthorFullServiceImpl()
Method Detail

handleAddAuthor

protected RemoteAuthorFullVO handleAddAuthor(RemoteAuthorFullVO author)
                                      throws java.lang.Exception
Description copied from class: RemoteAuthorFullServiceBase
Performs the core logic for RemoteAuthorFullServiceBase.addAuthor(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO)

Specified by:
handleAddAuthor in class RemoteAuthorFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAuthorFullService.addAuthor(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO)

handleUpdateAuthor

protected void handleUpdateAuthor(RemoteAuthorFullVO author)
                           throws java.lang.Exception
Description copied from class: RemoteAuthorFullServiceBase
Performs the core logic for RemoteAuthorFullServiceBase.updateAuthor(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO)

Specified by:
handleUpdateAuthor in class RemoteAuthorFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAuthorFullService.updateAuthor(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO)

handleRemoveAuthor

protected void handleRemoveAuthor(RemoteAuthorFullVO author)
                           throws java.lang.Exception
Description copied from class: RemoteAuthorFullServiceBase
Performs the core logic for RemoteAuthorFullServiceBase.removeAuthor(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO)

Specified by:
handleRemoveAuthor in class RemoteAuthorFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAuthorFullService.removeAuthor(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO)

handleGetAllAuthor

protected RemoteAuthorFullVO[] handleGetAllAuthor()
                                           throws java.lang.Exception
Description copied from class: RemoteAuthorFullServiceBase
Performs the core logic for RemoteAuthorFullServiceBase.getAllAuthor()

Specified by:
handleGetAllAuthor in class RemoteAuthorFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAuthorFullService.getAllAuthor()

handleGetAuthorById

protected RemoteAuthorFullVO handleGetAuthorById(java.lang.Integer id)
                                          throws java.lang.Exception
Description copied from class: RemoteAuthorFullServiceBase
Performs the core logic for RemoteAuthorFullServiceBase.getAuthorById(java.lang.Integer)

Specified by:
handleGetAuthorById in class RemoteAuthorFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAuthorFullService.getAuthorById(java.lang.Integer)

handleGetAuthorByIds

protected RemoteAuthorFullVO[] handleGetAuthorByIds(java.lang.Integer[] id)
                                             throws java.lang.Exception
Description copied from class: RemoteAuthorFullServiceBase
Performs the core logic for RemoteAuthorFullServiceBase.getAuthorByIds(java.lang.Integer[])

Specified by:
handleGetAuthorByIds in class RemoteAuthorFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAuthorFullService.getAuthorByIds(java.lang.Integer[])

handleGetAuthorByStatusCode

protected RemoteAuthorFullVO[] handleGetAuthorByStatusCode(java.lang.String code)
                                                    throws java.lang.Exception
Description copied from class: RemoteAuthorFullServiceBase
Performs the core logic for RemoteAuthorFullServiceBase.getAuthorByStatusCode(java.lang.String)

Specified by:
handleGetAuthorByStatusCode in class RemoteAuthorFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAuthorFullService.getAuthorByStatusCode(java.lang.String)

handleRemoteAuthorFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteAuthorFullVOsAreEqualOnIdentifiers(RemoteAuthorFullVO remoteAuthorFullVOFirst,
                                                                 RemoteAuthorFullVO remoteAuthorFullVOSecond)
                                                          throws java.lang.Exception
Description copied from class: RemoteAuthorFullServiceBase
Performs the core logic for RemoteAuthorFullServiceBase.remoteAuthorFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO)

Specified by:
handleRemoteAuthorFullVOsAreEqualOnIdentifiers in class RemoteAuthorFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAuthorFullService.remoteAuthorFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO)

handleRemoteAuthorFullVOsAreEqual

protected boolean handleRemoteAuthorFullVOsAreEqual(RemoteAuthorFullVO remoteAuthorFullVOFirst,
                                                    RemoteAuthorFullVO remoteAuthorFullVOSecond)
                                             throws java.lang.Exception
Description copied from class: RemoteAuthorFullServiceBase
Performs the core logic for RemoteAuthorFullServiceBase.remoteAuthorFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO)

Specified by:
handleRemoteAuthorFullVOsAreEqual in class RemoteAuthorFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAuthorFullService.remoteAuthorFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO)

handleGetAuthorNaturalIds

protected RemoteAuthorNaturalId[] handleGetAuthorNaturalIds()
                                                     throws java.lang.Exception
Description copied from class: RemoteAuthorFullServiceBase
Performs the core logic for RemoteAuthorFullServiceBase.getAuthorNaturalIds()

Specified by:
handleGetAuthorNaturalIds in class RemoteAuthorFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAuthorFullService.getAuthorNaturalIds()

handleGetAuthorByNaturalId

protected RemoteAuthorFullVO handleGetAuthorByNaturalId(RemoteAuthorNaturalId authorNaturalId)
                                                 throws java.lang.Exception
Description copied from class: RemoteAuthorFullServiceBase
Performs the core logic for RemoteAuthorFullServiceBase.getAuthorByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorNaturalId)

Specified by:
handleGetAuthorByNaturalId in class RemoteAuthorFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAuthorFullService.getAuthorByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorNaturalId)

handleGetAuthorNaturalIdById

protected RemoteAuthorNaturalId handleGetAuthorNaturalIdById(java.lang.Integer id)
                                                      throws java.lang.Exception
Description copied from class: RemoteAuthorFullServiceBase
Performs the core logic for RemoteAuthorFullServiceBase.getAuthorNaturalIdById(java.lang.Integer)

Specified by:
handleGetAuthorNaturalIdById in class RemoteAuthorFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAuthorFullService.getAuthorNaturalIdById(java.lang.Integer)

handleAddOrUpdateClusterAuthor

protected ClusterAuthor handleAddOrUpdateClusterAuthor(ClusterAuthor clusterAuthor)
                                                throws java.lang.Exception
Description copied from class: RemoteAuthorFullServiceBase
Performs the core logic for RemoteAuthorFullServiceBase.addOrUpdateClusterAuthor(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterAuthor)

Specified by:
handleAddOrUpdateClusterAuthor in class RemoteAuthorFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAuthorFullService.addOrUpdateClusterAuthor(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterAuthor)

handleGetAllClusterAuthorSinceDateSynchro

protected ClusterAuthor[] handleGetAllClusterAuthorSinceDateSynchro(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: RemoteAuthorFullServiceBase
Performs the core logic for RemoteAuthorFullServiceBase.getAllClusterAuthorSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterAuthorSinceDateSynchro in class RemoteAuthorFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAuthorFullService.getAllClusterAuthorSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterAuthorByIdentifiers

protected ClusterAuthor handleGetClusterAuthorByIdentifiers(java.lang.Integer id)
                                                     throws java.lang.Exception
Description copied from class: RemoteAuthorFullServiceBase
Performs the core logic for RemoteAuthorFullServiceBase.getClusterAuthorByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterAuthorByIdentifiers in class RemoteAuthorFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAuthorFullService.getClusterAuthorByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.