Uses of Class
fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilFullVO

Packages that use RemoteUserProfilFullVO
fr.ifremer.allegro.administration.user   
fr.ifremer.allegro.administration.user.generic.service   
fr.ifremer.allegro.administration.user.generic.vo   
 

Uses of RemoteUserProfilFullVO in fr.ifremer.allegro.administration.user
 

Methods in fr.ifremer.allegro.administration.user that return RemoteUserProfilFullVO
protected  RemoteUserProfilFullVO UserProfilDaoBase.toRemoteUserProfilFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteUserProfilFullVO UserProfilDaoImpl.toRemoteUserProfilFullVO(UserProfil entity)
           
 RemoteUserProfilFullVO UserProfilDao.toRemoteUserProfilFullVO(UserProfil entity)
          Converts this DAO's entity to an object of type RemoteUserProfilFullVO.
 RemoteUserProfilFullVO UserProfilDaoBase.toRemoteUserProfilFullVO(UserProfil entity)
           
 RemoteUserProfilFullVO[] UserProfilDao.toRemoteUserProfilFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteUserProfilFullVO.
 RemoteUserProfilFullVO[] UserProfilDaoBase.toRemoteUserProfilFullVOArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.administration.user with parameters of type RemoteUserProfilFullVO
 UserProfil UserProfilDaoImpl.remoteUserProfilFullVOToEntity(RemoteUserProfilFullVO remoteUserProfilFullVO)
           
 UserProfil UserProfilDao.remoteUserProfilFullVOToEntity(RemoteUserProfilFullVO remoteUserProfilFullVO)
          Converts an instance of type RemoteUserProfilFullVO to this DAO's entity.
 void UserProfilDaoImpl.remoteUserProfilFullVOToEntity(RemoteUserProfilFullVO source, UserProfil target, boolean copyIfNull)
           
 void UserProfilDao.remoteUserProfilFullVOToEntity(RemoteUserProfilFullVO source, UserProfil target, boolean copyIfNull)
          Copies the fields of RemoteUserProfilFullVO to the specified entity.
 void UserProfilDaoBase.remoteUserProfilFullVOToEntity(RemoteUserProfilFullVO source, UserProfil target, boolean copyIfNull)
           
 void UserProfilDaoImpl.toRemoteUserProfilFullVO(UserProfil source, RemoteUserProfilFullVO target)
           
 void UserProfilDao.toRemoteUserProfilFullVO(UserProfil source, RemoteUserProfilFullVO target)
          Copies the fields of the specified entity to the target value object.
 void UserProfilDaoBase.toRemoteUserProfilFullVO(UserProfil source, RemoteUserProfilFullVO target)
           
 

Uses of RemoteUserProfilFullVO in fr.ifremer.allegro.administration.user.generic.service
 

Methods in fr.ifremer.allegro.administration.user.generic.service that return RemoteUserProfilFullVO
 RemoteUserProfilFullVO RemoteUserProfilFullService.addUserProfil(RemoteUserProfilFullVO userProfil)
           
 RemoteUserProfilFullVO RemoteUserProfilFullServiceWSDelegator.addUserProfil(RemoteUserProfilFullVO userProfil)
           
 RemoteUserProfilFullVO RemoteUserProfilFullServiceBase.addUserProfil(RemoteUserProfilFullVO userProfil)
           
 RemoteUserProfilFullVO[] RemoteUserProfilFullService.getAllUserProfil()
           
 RemoteUserProfilFullVO[] RemoteUserProfilFullServiceWSDelegator.getAllUserProfil()
           
 RemoteUserProfilFullVO[] RemoteUserProfilFullServiceBase.getAllUserProfil()
           
 RemoteUserProfilFullVO RemoteUserProfilFullService.getUserProfilById(java.lang.Integer id)
           
 RemoteUserProfilFullVO RemoteUserProfilFullServiceWSDelegator.getUserProfilById(java.lang.Integer id)
           
 RemoteUserProfilFullVO RemoteUserProfilFullServiceBase.getUserProfilById(java.lang.Integer id)
           
 RemoteUserProfilFullVO[] RemoteUserProfilFullService.getUserProfilByIds(java.lang.Integer[] id)
           
 RemoteUserProfilFullVO[] RemoteUserProfilFullServiceWSDelegator.getUserProfilByIds(java.lang.Integer[] id)
           
 RemoteUserProfilFullVO[] RemoteUserProfilFullServiceBase.getUserProfilByIds(java.lang.Integer[] id)
           
 RemoteUserProfilFullVO RemoteUserProfilFullService.getUserProfilByNaturalId(RemoteUserProfilNaturalId userProfilNaturalId)
           
 RemoteUserProfilFullVO RemoteUserProfilFullServiceWSDelegator.getUserProfilByNaturalId(RemoteUserProfilNaturalId userProfilNaturalId)
           
 RemoteUserProfilFullVO RemoteUserProfilFullServiceBase.getUserProfilByNaturalId(RemoteUserProfilNaturalId userProfilNaturalId)
           
protected  RemoteUserProfilFullVO RemoteUserProfilFullServiceImpl.handleAddUserProfil(RemoteUserProfilFullVO userProfil)
           
protected abstract  RemoteUserProfilFullVO RemoteUserProfilFullServiceBase.handleAddUserProfil(RemoteUserProfilFullVO userProfil)
          Performs the core logic for RemoteUserProfilFullServiceBase.addUserProfil(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilFullVO)
protected  RemoteUserProfilFullVO[] RemoteUserProfilFullServiceImpl.handleGetAllUserProfil()
           
protected abstract  RemoteUserProfilFullVO[] RemoteUserProfilFullServiceBase.handleGetAllUserProfil()
          Performs the core logic for RemoteUserProfilFullServiceBase.getAllUserProfil()
protected  RemoteUserProfilFullVO RemoteUserProfilFullServiceImpl.handleGetUserProfilById(java.lang.Integer id)
           
protected abstract  RemoteUserProfilFullVO RemoteUserProfilFullServiceBase.handleGetUserProfilById(java.lang.Integer id)
          Performs the core logic for RemoteUserProfilFullServiceBase.getUserProfilById(java.lang.Integer)
protected  RemoteUserProfilFullVO[] RemoteUserProfilFullServiceImpl.handleGetUserProfilByIds(java.lang.Integer[] id)
           
protected abstract  RemoteUserProfilFullVO[] RemoteUserProfilFullServiceBase.handleGetUserProfilByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteUserProfilFullServiceBase.getUserProfilByIds(java.lang.Integer[])
protected  RemoteUserProfilFullVO RemoteUserProfilFullServiceImpl.handleGetUserProfilByNaturalId(RemoteUserProfilNaturalId userProfilNaturalId)
           
protected abstract  RemoteUserProfilFullVO RemoteUserProfilFullServiceBase.handleGetUserProfilByNaturalId(RemoteUserProfilNaturalId userProfilNaturalId)
          Performs the core logic for RemoteUserProfilFullServiceBase.getUserProfilByNaturalId(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilNaturalId)
 

Methods in fr.ifremer.allegro.administration.user.generic.service with parameters of type RemoteUserProfilFullVO
 RemoteUserProfilFullVO RemoteUserProfilFullService.addUserProfil(RemoteUserProfilFullVO userProfil)
           
 RemoteUserProfilFullVO RemoteUserProfilFullServiceWSDelegator.addUserProfil(RemoteUserProfilFullVO userProfil)
           
 RemoteUserProfilFullVO RemoteUserProfilFullServiceBase.addUserProfil(RemoteUserProfilFullVO userProfil)
           
protected  RemoteUserProfilFullVO RemoteUserProfilFullServiceImpl.handleAddUserProfil(RemoteUserProfilFullVO userProfil)
           
protected abstract  RemoteUserProfilFullVO RemoteUserProfilFullServiceBase.handleAddUserProfil(RemoteUserProfilFullVO userProfil)
          Performs the core logic for RemoteUserProfilFullServiceBase.addUserProfil(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilFullVO)
protected  boolean RemoteUserProfilFullServiceImpl.handleRemoteUserProfilFullVOsAreEqual(RemoteUserProfilFullVO remoteUserProfilFullVOFirst, RemoteUserProfilFullVO remoteUserProfilFullVOSecond)
           
protected abstract  boolean RemoteUserProfilFullServiceBase.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 RemoteUserProfilFullServiceImpl.handleRemoteUserProfilFullVOsAreEqualOnIdentifiers(RemoteUserProfilFullVO remoteUserProfilFullVOFirst, RemoteUserProfilFullVO remoteUserProfilFullVOSecond)
           
protected abstract  boolean RemoteUserProfilFullServiceBase.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 RemoteUserProfilFullServiceImpl.handleRemoveUserProfil(RemoteUserProfilFullVO userProfil)
           
protected abstract  void RemoteUserProfilFullServiceBase.handleRemoveUserProfil(RemoteUserProfilFullVO userProfil)
          Performs the core logic for RemoteUserProfilFullServiceBase.removeUserProfil(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilFullVO)
protected  void RemoteUserProfilFullServiceImpl.handleUpdateUserProfil(RemoteUserProfilFullVO userProfil)
           
protected abstract  void RemoteUserProfilFullServiceBase.handleUpdateUserProfil(RemoteUserProfilFullVO userProfil)
          Performs the core logic for RemoteUserProfilFullServiceBase.updateUserProfil(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilFullVO)
 boolean RemoteUserProfilFullService.remoteUserProfilFullVOsAreEqual(RemoteUserProfilFullVO remoteUserProfilFullVOFirst, RemoteUserProfilFullVO remoteUserProfilFullVOSecond)
           
 boolean RemoteUserProfilFullServiceWSDelegator.remoteUserProfilFullVOsAreEqual(RemoteUserProfilFullVO remoteUserProfilFullVOFirst, RemoteUserProfilFullVO remoteUserProfilFullVOSecond)
           
 boolean RemoteUserProfilFullServiceBase.remoteUserProfilFullVOsAreEqual(RemoteUserProfilFullVO remoteUserProfilFullVOFirst, RemoteUserProfilFullVO remoteUserProfilFullVOSecond)
           
 boolean RemoteUserProfilFullService.remoteUserProfilFullVOsAreEqualOnIdentifiers(RemoteUserProfilFullVO remoteUserProfilFullVOFirst, RemoteUserProfilFullVO remoteUserProfilFullVOSecond)
           
 boolean RemoteUserProfilFullServiceWSDelegator.remoteUserProfilFullVOsAreEqualOnIdentifiers(RemoteUserProfilFullVO remoteUserProfilFullVOFirst, RemoteUserProfilFullVO remoteUserProfilFullVOSecond)
           
 boolean RemoteUserProfilFullServiceBase.remoteUserProfilFullVOsAreEqualOnIdentifiers(RemoteUserProfilFullVO remoteUserProfilFullVOFirst, RemoteUserProfilFullVO remoteUserProfilFullVOSecond)
           
 void RemoteUserProfilFullService.removeUserProfil(RemoteUserProfilFullVO userProfil)
           
 void RemoteUserProfilFullServiceWSDelegator.removeUserProfil(RemoteUserProfilFullVO userProfil)
           
 void RemoteUserProfilFullServiceBase.removeUserProfil(RemoteUserProfilFullVO userProfil)
           
 void RemoteUserProfilFullService.updateUserProfil(RemoteUserProfilFullVO userProfil)
           
 void RemoteUserProfilFullServiceWSDelegator.updateUserProfil(RemoteUserProfilFullVO userProfil)
           
 void RemoteUserProfilFullServiceBase.updateUserProfil(RemoteUserProfilFullVO userProfil)
           
 

Uses of RemoteUserProfilFullVO in fr.ifremer.allegro.administration.user.generic.vo
 

Methods in fr.ifremer.allegro.administration.user.generic.vo with parameters of type RemoteUserProfilFullVO
 void RemoteUserProfilFullVO.copy(RemoteUserProfilFullVO otherBean)
          Copies all properties from the argument value object into this value object.
 

Constructors in fr.ifremer.allegro.administration.user.generic.vo with parameters of type RemoteUserProfilFullVO
RemoteUserProfilFullVO(RemoteUserProfilFullVO otherBean)
          Copies constructor from other RemoteUserProfilFullVO
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.