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

java.lang.Object
  extended by fr.ifremer.allegro.administration.user.generic.service.RemoteUserProfilFullServiceBase
      extended by fr.ifremer.allegro.administration.user.generic.service.RemoteUserProfilFullServiceImpl
All Implemented Interfaces:
RemoteUserProfilFullService

public class RemoteUserProfilFullServiceImpl
extends RemoteUserProfilFullServiceBase

See Also:
RemoteUserProfilFullService

Constructor Summary
RemoteUserProfilFullServiceImpl()
           
 
Method Summary
protected  ClusterUserProfil handleAddOrUpdateClusterUserProfil(ClusterUserProfil clusterUserProfil)
          Performs the core logic for RemoteUserProfilFullServiceBase.addOrUpdateClusterUserProfil(fr.ifremer.allegro.administration.user.generic.cluster.ClusterUserProfil)
protected  RemoteUserProfilFullVO handleAddUserProfil(RemoteUserProfilFullVO userProfil)
          Performs the core logic for RemoteUserProfilFullServiceBase.addUserProfil(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilFullVO)
protected  ClusterUserProfil[] handleGetAllClusterUserProfilSinceDateSynchro(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 RemoteUserProfilFullServiceBase.getAllClusterUserProfilSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  RemoteUserProfilFullVO[] handleGetAllUserProfil()
          Performs the core logic for RemoteUserProfilFullServiceBase.getAllUserProfil()
protected  ClusterUserProfil handleGetClusterUserProfilByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteUserProfilFullServiceBase.getClusterUserProfilByIdentifiers(java.lang.Integer)
protected  RemoteUserProfilFullVO handleGetUserProfilById(java.lang.Integer id)
          Performs the core logic for RemoteUserProfilFullServiceBase.getUserProfilById(java.lang.Integer)
protected  RemoteUserProfilFullVO[] handleGetUserProfilByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteUserProfilFullServiceBase.getUserProfilByIds(java.lang.Integer[])
protected  RemoteUserProfilFullVO handleGetUserProfilByNaturalId(RemoteUserProfilNaturalId userProfilNaturalId)
          Performs the core logic for RemoteUserProfilFullServiceBase.getUserProfilByNaturalId(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilNaturalId)
protected  RemoteUserProfilNaturalId handleGetUserProfilNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteUserProfilFullServiceBase.getUserProfilNaturalIdById(java.lang.Integer)
protected  RemoteUserProfilNaturalId[] handleGetUserProfilNaturalIds()
          Performs the core logic for RemoteUserProfilFullServiceBase.getUserProfilNaturalIds()
protected  boolean handleRemoteUserProfilFullVOsAreEqual(RemoteUserProfilFullVO remoteUserProfilFullVOFirst, RemoteUserProfilFullVO remoteUserProfilFullVOSecond)
          Performs the core logic for RemoteUserProfilFullServiceBase.remoteUserProfilFullVOsAreEqual(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilFullVO, fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilFullVO)
protected  boolean handleRemoteUserProfilFullVOsAreEqualOnIdentifiers(RemoteUserProfilFullVO remoteUserProfilFullVOFirst, RemoteUserProfilFullVO remoteUserProfilFullVOSecond)
          Performs the core logic for RemoteUserProfilFullServiceBase.remoteUserProfilFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilFullVO, fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilFullVO)
protected  void handleRemoveUserProfil(RemoteUserProfilFullVO userProfil)
          Performs the core logic for RemoteUserProfilFullServiceBase.removeUserProfil(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilFullVO)
protected  void handleUpdateUserProfil(RemoteUserProfilFullVO userProfil)
          Performs the core logic for RemoteUserProfilFullServiceBase.updateUserProfil(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilFullVO)
 
Methods inherited from class fr.ifremer.allegro.administration.user.generic.service.RemoteUserProfilFullServiceBase
addOrUpdateClusterUserProfil, addUserProfil, getAllClusterUserProfilSinceDateSynchro, getAllUserProfil, getClusterUserProfilByIdentifiers, getMessage, getMessage, getMessage, getMessages, getPrincipal, getUserProfilById, getUserProfilByIds, getUserProfilByNaturalId, getUserProfilDao, getUserProfilNaturalIdById, getUserProfilNaturalIds, remoteUserProfilFullVOsAreEqual, remoteUserProfilFullVOsAreEqualOnIdentifiers, removeUserProfil, setUserProfilDao, updateUserProfil
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteUserProfilFullServiceImpl

public RemoteUserProfilFullServiceImpl()
Method Detail

handleAddUserProfil

protected RemoteUserProfilFullVO handleAddUserProfil(RemoteUserProfilFullVO userProfil)
                                              throws java.lang.Exception
Description copied from class: RemoteUserProfilFullServiceBase
Performs the core logic for RemoteUserProfilFullServiceBase.addUserProfil(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilFullVO)

Specified by:
handleAddUserProfil in class RemoteUserProfilFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteUserProfilFullService.addUserProfil(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilFullVO)

handleUpdateUserProfil

protected void handleUpdateUserProfil(RemoteUserProfilFullVO userProfil)
                               throws java.lang.Exception
Description copied from class: RemoteUserProfilFullServiceBase
Performs the core logic for RemoteUserProfilFullServiceBase.updateUserProfil(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilFullVO)

Specified by:
handleUpdateUserProfil in class RemoteUserProfilFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteUserProfilFullService.updateUserProfil(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilFullVO)

handleRemoveUserProfil

protected void handleRemoveUserProfil(RemoteUserProfilFullVO userProfil)
                               throws java.lang.Exception
Description copied from class: RemoteUserProfilFullServiceBase
Performs the core logic for RemoteUserProfilFullServiceBase.removeUserProfil(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilFullVO)

Specified by:
handleRemoveUserProfil in class RemoteUserProfilFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteUserProfilFullService.removeUserProfil(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilFullVO)

handleGetAllUserProfil

protected RemoteUserProfilFullVO[] handleGetAllUserProfil()
                                                   throws java.lang.Exception
Description copied from class: RemoteUserProfilFullServiceBase
Performs the core logic for RemoteUserProfilFullServiceBase.getAllUserProfil()

Specified by:
handleGetAllUserProfil in class RemoteUserProfilFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteUserProfilFullService.getAllUserProfil()

handleGetUserProfilById

protected RemoteUserProfilFullVO handleGetUserProfilById(java.lang.Integer id)
                                                  throws java.lang.Exception
Description copied from class: RemoteUserProfilFullServiceBase
Performs the core logic for RemoteUserProfilFullServiceBase.getUserProfilById(java.lang.Integer)

Specified by:
handleGetUserProfilById in class RemoteUserProfilFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteUserProfilFullService.getUserProfilById(java.lang.Integer)

handleGetUserProfilByIds

protected RemoteUserProfilFullVO[] handleGetUserProfilByIds(java.lang.Integer[] id)
                                                     throws java.lang.Exception
Description copied from class: RemoteUserProfilFullServiceBase
Performs the core logic for RemoteUserProfilFullServiceBase.getUserProfilByIds(java.lang.Integer[])

Specified by:
handleGetUserProfilByIds in class RemoteUserProfilFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteUserProfilFullService.getUserProfilByIds(java.lang.Integer[])

handleRemoteUserProfilFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteUserProfilFullVOsAreEqualOnIdentifiers(RemoteUserProfilFullVO remoteUserProfilFullVOFirst,
                                                                     RemoteUserProfilFullVO remoteUserProfilFullVOSecond)
                                                              throws java.lang.Exception
Description copied from class: RemoteUserProfilFullServiceBase
Performs the core logic for RemoteUserProfilFullServiceBase.remoteUserProfilFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilFullVO, fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilFullVO)

Specified by:
handleRemoteUserProfilFullVOsAreEqualOnIdentifiers in class RemoteUserProfilFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteUserProfilFullService.remoteUserProfilFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilFullVO, fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilFullVO)

handleRemoteUserProfilFullVOsAreEqual

protected boolean handleRemoteUserProfilFullVOsAreEqual(RemoteUserProfilFullVO remoteUserProfilFullVOFirst,
                                                        RemoteUserProfilFullVO remoteUserProfilFullVOSecond)
                                                 throws java.lang.Exception
Description copied from class: RemoteUserProfilFullServiceBase
Performs the core logic for RemoteUserProfilFullServiceBase.remoteUserProfilFullVOsAreEqual(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilFullVO, fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilFullVO)

Specified by:
handleRemoteUserProfilFullVOsAreEqual in class RemoteUserProfilFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteUserProfilFullService.remoteUserProfilFullVOsAreEqual(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilFullVO, fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilFullVO)

handleGetUserProfilNaturalIds

protected RemoteUserProfilNaturalId[] handleGetUserProfilNaturalIds()
                                                             throws java.lang.Exception
Description copied from class: RemoteUserProfilFullServiceBase
Performs the core logic for RemoteUserProfilFullServiceBase.getUserProfilNaturalIds()

Specified by:
handleGetUserProfilNaturalIds in class RemoteUserProfilFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteUserProfilFullService.getUserProfilNaturalIds()

handleGetUserProfilByNaturalId

protected RemoteUserProfilFullVO handleGetUserProfilByNaturalId(RemoteUserProfilNaturalId userProfilNaturalId)
                                                         throws java.lang.Exception
Description copied from class: RemoteUserProfilFullServiceBase
Performs the core logic for RemoteUserProfilFullServiceBase.getUserProfilByNaturalId(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilNaturalId)

Specified by:
handleGetUserProfilByNaturalId in class RemoteUserProfilFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteUserProfilFullService.getUserProfilByNaturalId(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilNaturalId)

handleGetUserProfilNaturalIdById

protected RemoteUserProfilNaturalId handleGetUserProfilNaturalIdById(java.lang.Integer id)
                                                              throws java.lang.Exception
Description copied from class: RemoteUserProfilFullServiceBase
Performs the core logic for RemoteUserProfilFullServiceBase.getUserProfilNaturalIdById(java.lang.Integer)

Specified by:
handleGetUserProfilNaturalIdById in class RemoteUserProfilFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteUserProfilFullService.getUserProfilNaturalIdById(java.lang.Integer)

handleAddOrUpdateClusterUserProfil

protected ClusterUserProfil handleAddOrUpdateClusterUserProfil(ClusterUserProfil clusterUserProfil)
                                                        throws java.lang.Exception
Description copied from class: RemoteUserProfilFullServiceBase
Performs the core logic for RemoteUserProfilFullServiceBase.addOrUpdateClusterUserProfil(fr.ifremer.allegro.administration.user.generic.cluster.ClusterUserProfil)

Specified by:
handleAddOrUpdateClusterUserProfil in class RemoteUserProfilFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteUserProfilFullService.addOrUpdateClusterUserProfil(fr.ifremer.allegro.administration.user.generic.cluster.ClusterUserProfil)

handleGetAllClusterUserProfilSinceDateSynchro

protected ClusterUserProfil[] handleGetAllClusterUserProfilSinceDateSynchro(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: RemoteUserProfilFullServiceBase
Performs the core logic for RemoteUserProfilFullServiceBase.getAllClusterUserProfilSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterUserProfilSinceDateSynchro in class RemoteUserProfilFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteUserProfilFullService.getAllClusterUserProfilSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterUserProfilByIdentifiers

protected ClusterUserProfil handleGetClusterUserProfilByIdentifiers(java.lang.Integer id)
                                                             throws java.lang.Exception
Description copied from class: RemoteUserProfilFullServiceBase
Performs the core logic for RemoteUserProfilFullServiceBase.getClusterUserProfilByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterUserProfilByIdentifiers in class RemoteUserProfilFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteUserProfilFullService.getClusterUserProfilByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.