fr.ifremer.allegro.administration.user.generic.service
Class RemotePersonFullServiceImpl

java.lang.Object
  extended by fr.ifremer.allegro.administration.user.generic.service.RemotePersonFullServiceBase
      extended by fr.ifremer.allegro.administration.user.generic.service.RemotePersonFullServiceImpl
All Implemented Interfaces:
RemotePersonFullService

public class RemotePersonFullServiceImpl
extends RemotePersonFullServiceBase

See Also:
RemotePersonFullService

Constructor Summary
RemotePersonFullServiceImpl()
           
 
Method Summary
protected  ClusterPerson handleAddOrUpdateClusterPerson(ClusterPerson clusterPerson)
          Performs the core logic for RemotePersonFullServiceBase.addOrUpdateClusterPerson(fr.ifremer.allegro.administration.user.generic.cluster.ClusterPerson)
protected  RemotePersonFullVO handleAddPerson(RemotePersonFullVO person)
          Performs the core logic for RemotePersonFullServiceBase.addPerson(fr.ifremer.allegro.administration.user.generic.vo.RemotePersonFullVO)
protected  ClusterPerson[] handleGetAllClusterPersonSinceDateSynchro(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 RemotePersonFullServiceBase.getAllClusterPersonSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  RemotePersonFullVO[] handleGetAllPerson()
          Performs the core logic for RemotePersonFullServiceBase.getAllPerson()
protected  ClusterPerson handleGetClusterPersonByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemotePersonFullServiceBase.getClusterPersonByIdentifiers(java.lang.Integer)
protected  RemotePersonFullVO[] handleGetPersonByDepartmentId(java.lang.Integer id)
          Performs the core logic for RemotePersonFullServiceBase.getPersonByDepartmentId(java.lang.Integer)
protected  RemotePersonFullVO handleGetPersonById(java.lang.Integer id)
          Performs the core logic for RemotePersonFullServiceBase.getPersonById(java.lang.Integer)
protected  RemotePersonFullVO[] handleGetPersonByIds(java.lang.Integer[] id)
          Performs the core logic for RemotePersonFullServiceBase.getPersonByIds(java.lang.Integer[])
protected  RemotePersonFullVO handleGetPersonByNaturalId(RemotePersonNaturalId personNaturalId)
          Performs the core logic for RemotePersonFullServiceBase.getPersonByNaturalId(fr.ifremer.allegro.administration.user.generic.vo.RemotePersonNaturalId)
protected  RemotePersonFullVO[] handleGetPersonByStatusCode(java.lang.String code)
          Performs the core logic for RemotePersonFullServiceBase.getPersonByStatusCode(java.lang.String)
protected  RemotePersonNaturalId handleGetPersonNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemotePersonFullServiceBase.getPersonNaturalIdById(java.lang.Integer)
protected  RemotePersonNaturalId[] handleGetPersonNaturalIds()
          Performs the core logic for RemotePersonFullServiceBase.getPersonNaturalIds()
protected  boolean handleRemotePersonFullVOsAreEqual(RemotePersonFullVO remotePersonFullVOFirst, RemotePersonFullVO remotePersonFullVOSecond)
          Performs the core logic for RemotePersonFullServiceBase.remotePersonFullVOsAreEqual(fr.ifremer.allegro.administration.user.generic.vo.RemotePersonFullVO, fr.ifremer.allegro.administration.user.generic.vo.RemotePersonFullVO)
protected  boolean handleRemotePersonFullVOsAreEqualOnIdentifiers(RemotePersonFullVO remotePersonFullVOFirst, RemotePersonFullVO remotePersonFullVOSecond)
          Performs the core logic for RemotePersonFullServiceBase.remotePersonFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.administration.user.generic.vo.RemotePersonFullVO, fr.ifremer.allegro.administration.user.generic.vo.RemotePersonFullVO)
protected  void handleRemovePerson(RemotePersonFullVO person)
          Performs the core logic for RemotePersonFullServiceBase.removePerson(fr.ifremer.allegro.administration.user.generic.vo.RemotePersonFullVO)
protected  void handleUpdatePerson(RemotePersonFullVO person)
          Performs the core logic for RemotePersonFullServiceBase.updatePerson(fr.ifremer.allegro.administration.user.generic.vo.RemotePersonFullVO)
 
Methods inherited from class fr.ifremer.allegro.administration.user.generic.service.RemotePersonFullServiceBase
addOrUpdateClusterPerson, addPerson, getAgeReaderQualificationDao, getAllClusterPersonSinceDateSynchro, getAllPerson, getClusterPersonByIdentifiers, getDepartmentDao, getMessage, getMessage, getMessage, getMessages, getPersonByDepartmentId, getPersonById, getPersonByIds, getPersonByNaturalId, getPersonByStatusCode, getPersonDao, getPersonNaturalIdById, getPersonNaturalIds, getPrincipal, getProgram2PersonDao, getStatusDao, remotePersonFullVOsAreEqual, remotePersonFullVOsAreEqualOnIdentifiers, removePerson, setAgeReaderQualificationDao, setDepartmentDao, setPersonDao, setProgram2PersonDao, setStatusDao, updatePerson
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemotePersonFullServiceImpl

public RemotePersonFullServiceImpl()
Method Detail

handleAddPerson

protected RemotePersonFullVO handleAddPerson(RemotePersonFullVO person)
                                      throws java.lang.Exception
Description copied from class: RemotePersonFullServiceBase
Performs the core logic for RemotePersonFullServiceBase.addPerson(fr.ifremer.allegro.administration.user.generic.vo.RemotePersonFullVO)

Specified by:
handleAddPerson in class RemotePersonFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePersonFullService.addPerson(fr.ifremer.allegro.administration.user.generic.vo.RemotePersonFullVO)

handleUpdatePerson

protected void handleUpdatePerson(RemotePersonFullVO person)
                           throws java.lang.Exception
Description copied from class: RemotePersonFullServiceBase
Performs the core logic for RemotePersonFullServiceBase.updatePerson(fr.ifremer.allegro.administration.user.generic.vo.RemotePersonFullVO)

Specified by:
handleUpdatePerson in class RemotePersonFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePersonFullService.updatePerson(fr.ifremer.allegro.administration.user.generic.vo.RemotePersonFullVO)

handleRemovePerson

protected void handleRemovePerson(RemotePersonFullVO person)
                           throws java.lang.Exception
Description copied from class: RemotePersonFullServiceBase
Performs the core logic for RemotePersonFullServiceBase.removePerson(fr.ifremer.allegro.administration.user.generic.vo.RemotePersonFullVO)

Specified by:
handleRemovePerson in class RemotePersonFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePersonFullService.removePerson(fr.ifremer.allegro.administration.user.generic.vo.RemotePersonFullVO)

handleGetAllPerson

protected RemotePersonFullVO[] handleGetAllPerson()
                                           throws java.lang.Exception
Description copied from class: RemotePersonFullServiceBase
Performs the core logic for RemotePersonFullServiceBase.getAllPerson()

Specified by:
handleGetAllPerson in class RemotePersonFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePersonFullService.getAllPerson()

handleGetPersonById

protected RemotePersonFullVO handleGetPersonById(java.lang.Integer id)
                                          throws java.lang.Exception
Description copied from class: RemotePersonFullServiceBase
Performs the core logic for RemotePersonFullServiceBase.getPersonById(java.lang.Integer)

Specified by:
handleGetPersonById in class RemotePersonFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePersonFullService.getPersonById(java.lang.Integer)

handleGetPersonByIds

protected RemotePersonFullVO[] handleGetPersonByIds(java.lang.Integer[] id)
                                             throws java.lang.Exception
Description copied from class: RemotePersonFullServiceBase
Performs the core logic for RemotePersonFullServiceBase.getPersonByIds(java.lang.Integer[])

Specified by:
handleGetPersonByIds in class RemotePersonFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePersonFullService.getPersonByIds(java.lang.Integer[])

handleGetPersonByStatusCode

protected RemotePersonFullVO[] handleGetPersonByStatusCode(java.lang.String code)
                                                    throws java.lang.Exception
Description copied from class: RemotePersonFullServiceBase
Performs the core logic for RemotePersonFullServiceBase.getPersonByStatusCode(java.lang.String)

Specified by:
handleGetPersonByStatusCode in class RemotePersonFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePersonFullService.getPersonByStatusCode(java.lang.String)

handleGetPersonByDepartmentId

protected RemotePersonFullVO[] handleGetPersonByDepartmentId(java.lang.Integer id)
                                                      throws java.lang.Exception
Description copied from class: RemotePersonFullServiceBase
Performs the core logic for RemotePersonFullServiceBase.getPersonByDepartmentId(java.lang.Integer)

Specified by:
handleGetPersonByDepartmentId in class RemotePersonFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePersonFullService.getPersonByDepartmentId(java.lang.Integer)

handleRemotePersonFullVOsAreEqualOnIdentifiers

protected boolean handleRemotePersonFullVOsAreEqualOnIdentifiers(RemotePersonFullVO remotePersonFullVOFirst,
                                                                 RemotePersonFullVO remotePersonFullVOSecond)
                                                          throws java.lang.Exception
Description copied from class: RemotePersonFullServiceBase
Performs the core logic for RemotePersonFullServiceBase.remotePersonFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.administration.user.generic.vo.RemotePersonFullVO, fr.ifremer.allegro.administration.user.generic.vo.RemotePersonFullVO)

Specified by:
handleRemotePersonFullVOsAreEqualOnIdentifiers in class RemotePersonFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePersonFullService.remotePersonFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.administration.user.generic.vo.RemotePersonFullVO, fr.ifremer.allegro.administration.user.generic.vo.RemotePersonFullVO)

handleRemotePersonFullVOsAreEqual

protected boolean handleRemotePersonFullVOsAreEqual(RemotePersonFullVO remotePersonFullVOFirst,
                                                    RemotePersonFullVO remotePersonFullVOSecond)
                                             throws java.lang.Exception
Description copied from class: RemotePersonFullServiceBase
Performs the core logic for RemotePersonFullServiceBase.remotePersonFullVOsAreEqual(fr.ifremer.allegro.administration.user.generic.vo.RemotePersonFullVO, fr.ifremer.allegro.administration.user.generic.vo.RemotePersonFullVO)

Specified by:
handleRemotePersonFullVOsAreEqual in class RemotePersonFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePersonFullService.remotePersonFullVOsAreEqual(fr.ifremer.allegro.administration.user.generic.vo.RemotePersonFullVO, fr.ifremer.allegro.administration.user.generic.vo.RemotePersonFullVO)

handleGetPersonNaturalIds

protected RemotePersonNaturalId[] handleGetPersonNaturalIds()
                                                     throws java.lang.Exception
Description copied from class: RemotePersonFullServiceBase
Performs the core logic for RemotePersonFullServiceBase.getPersonNaturalIds()

Specified by:
handleGetPersonNaturalIds in class RemotePersonFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePersonFullService.getPersonNaturalIds()

handleGetPersonByNaturalId

protected RemotePersonFullVO handleGetPersonByNaturalId(RemotePersonNaturalId personNaturalId)
                                                 throws java.lang.Exception
Description copied from class: RemotePersonFullServiceBase
Performs the core logic for RemotePersonFullServiceBase.getPersonByNaturalId(fr.ifremer.allegro.administration.user.generic.vo.RemotePersonNaturalId)

Specified by:
handleGetPersonByNaturalId in class RemotePersonFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePersonFullService.getPersonByNaturalId(fr.ifremer.allegro.administration.user.generic.vo.RemotePersonNaturalId)

handleGetPersonNaturalIdById

protected RemotePersonNaturalId handleGetPersonNaturalIdById(java.lang.Integer id)
                                                      throws java.lang.Exception
Description copied from class: RemotePersonFullServiceBase
Performs the core logic for RemotePersonFullServiceBase.getPersonNaturalIdById(java.lang.Integer)

Specified by:
handleGetPersonNaturalIdById in class RemotePersonFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePersonFullService.getPersonNaturalIdById(java.lang.Integer)

handleAddOrUpdateClusterPerson

protected ClusterPerson handleAddOrUpdateClusterPerson(ClusterPerson clusterPerson)
                                                throws java.lang.Exception
Description copied from class: RemotePersonFullServiceBase
Performs the core logic for RemotePersonFullServiceBase.addOrUpdateClusterPerson(fr.ifremer.allegro.administration.user.generic.cluster.ClusterPerson)

Specified by:
handleAddOrUpdateClusterPerson in class RemotePersonFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePersonFullService.addOrUpdateClusterPerson(fr.ifremer.allegro.administration.user.generic.cluster.ClusterPerson)

handleGetAllClusterPersonSinceDateSynchro

protected ClusterPerson[] handleGetAllClusterPersonSinceDateSynchro(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: RemotePersonFullServiceBase
Performs the core logic for RemotePersonFullServiceBase.getAllClusterPersonSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterPersonSinceDateSynchro in class RemotePersonFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePersonFullService.getAllClusterPersonSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterPersonByIdentifiers

protected ClusterPerson handleGetClusterPersonByIdentifiers(java.lang.Integer id)
                                                     throws java.lang.Exception
Description copied from class: RemotePersonFullServiceBase
Performs the core logic for RemotePersonFullServiceBase.getClusterPersonByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterPersonByIdentifiers in class RemotePersonFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePersonFullService.getClusterPersonByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.