Uses of Class
fr.ifremer.allegro.administration.user.UserProfil

Packages that use UserProfil
fr.ifremer.allegro.administration.user   
 

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

Subclasses of UserProfil in fr.ifremer.allegro.administration.user
 class UserProfilImpl
           
 

Methods in fr.ifremer.allegro.administration.user that return UserProfil
 UserProfil UserProfilDaoImpl.clusterUserProfilToEntity(ClusterUserProfil clusterUserProfil)
           
 UserProfil UserProfilDao.clusterUserProfilToEntity(ClusterUserProfil clusterUserProfil)
          Converts an instance of type ClusterUserProfil to this DAO's entity.
 UserProfil UserProfilDao.create(java.lang.Integer id, java.lang.String label, java.lang.String name)
           Creates a new fr.ifremer.allegro.administration.user.UserProfil instance from only required properties (attributes and association ends) and adds it to the persistent store.
 UserProfil UserProfilDaoBase.create(java.lang.Integer id, java.lang.String label, java.lang.String name)
           
 UserProfil UserProfilDao.create(java.lang.Integer id, java.lang.String label, java.lang.String name, java.sql.Timestamp updateDate)
           Creates a new fr.ifremer.allegro.administration.user.UserProfil instance from all attributes and properties and adds it to the persistent store.
 UserProfil UserProfilDaoBase.create(java.lang.Integer id, java.lang.String label, java.lang.String name, java.sql.Timestamp updateDate)
           
 UserProfil UserProfilDao.create(UserProfil userProfil)
          Creates an instance of fr.ifremer.allegro.administration.user.UserProfil and adds it to the persistent store.
 UserProfil UserProfilDaoBase.create(UserProfil userProfil)
           
 UserProfil UserProfilDao.createFromClusterUserProfil(ClusterUserProfil clusterUserProfil)
           
 UserProfil UserProfilDaoBase.createFromClusterUserProfil(ClusterUserProfil clusterUserProfil)
           
 UserProfil UserProfilDao.findUserProfilById(java.lang.Integer id)
           
 UserProfil UserProfilDaoBase.findUserProfilById(java.lang.Integer id)
           
 UserProfil UserProfilDao.findUserProfilById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as UserProfilDao.findUserProfilById(java.lang.Integer) with an additional argument called queryString.
 UserProfil UserProfilDaoBase.findUserProfilById(java.lang.String queryString, java.lang.Integer id)
           
 UserProfil UserProfilDao.findUserProfilByNaturalId(java.lang.Integer id)
           
 UserProfil UserProfilDaoBase.findUserProfilByNaturalId(java.lang.Integer id)
           
 UserProfil UserProfilDao.findUserProfilByNaturalId(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as UserProfilDao.findUserProfilByNaturalId(java.lang.Integer) with an additional argument called queryString.
 UserProfil UserProfilDaoBase.findUserProfilByNaturalId(java.lang.String queryString, java.lang.Integer id)
           
protected  UserProfil UserProfilDaoImpl.handleCreateFromClusterUserProfil(ClusterUserProfil clusterUserProfil)
           
protected abstract  UserProfil UserProfilDaoBase.handleCreateFromClusterUserProfil(ClusterUserProfil clusterUserProfil)
          Performs the core logic for UserProfilDaoBase.createFromClusterUserProfil(fr.ifremer.allegro.administration.user.generic.cluster.ClusterUserProfil)
 UserProfil UserProfilDao.load(java.lang.Integer id)
          Loads an instance of fr.ifremer.allegro.administration.user.UserProfil from the persistent store.
 UserProfil UserProfilDaoBase.load(java.lang.Integer id)
           
static UserProfil UserProfil.Factory.newInstance()
          Constructs a new instance of UserProfil.
static UserProfil UserProfil.Factory.newInstance(java.lang.String label, java.lang.String name)
          Constructs a new instance of UserProfil, taking all required and/or read-only properties as arguments.
static UserProfil UserProfil.Factory.newInstance(java.lang.String label, java.lang.String name, java.sql.Timestamp updateDate)
          Constructs a new instance of UserProfil, taking all possible properties (except the identifier(s))as arguments.
 UserProfil UserProfilDaoImpl.remoteUserProfilFullVOToEntity(RemoteUserProfilFullVO remoteUserProfilFullVO)
           
 UserProfil UserProfilDao.remoteUserProfilFullVOToEntity(RemoteUserProfilFullVO remoteUserProfilFullVO)
          Converts an instance of type RemoteUserProfilFullVO to this DAO's entity.
 UserProfil UserProfilDaoImpl.remoteUserProfilNaturalIdToEntity(RemoteUserProfilNaturalId remoteUserProfilNaturalId)
           
 UserProfil UserProfilDao.remoteUserProfilNaturalIdToEntity(RemoteUserProfilNaturalId remoteUserProfilNaturalId)
          Converts an instance of type RemoteUserProfilNaturalId to this DAO's entity.
protected  UserProfil UserProfilDaoBase.toEntity(java.lang.Object[] row)
           
 

Methods in fr.ifremer.allegro.administration.user with parameters of type UserProfil
 void UserProfilDaoImpl.clusterUserProfilToEntity(ClusterUserProfil source, UserProfil target, boolean copyIfNull)
           
 void UserProfilDao.clusterUserProfilToEntity(ClusterUserProfil source, UserProfil target, boolean copyIfNull)
          Copies the fields of ClusterUserProfil to the specified entity.
 void UserProfilDaoBase.clusterUserProfilToEntity(ClusterUserProfil source, UserProfil target, boolean copyIfNull)
           
 java.lang.Object UserProfilDao.create(int transform, UserProfil userProfil)
           Does the same thing as UserProfilDao.create(fr.ifremer.allegro.administration.user.UserProfil) with an additional flag called transform.
 java.lang.Object UserProfilDaoBase.create(int transform, UserProfil userProfil)
           
 UserProfil UserProfilDao.create(UserProfil userProfil)
          Creates an instance of fr.ifremer.allegro.administration.user.UserProfil and adds it to the persistent store.
 UserProfil UserProfilDaoBase.create(UserProfil userProfil)
           
 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.remoteUserProfilNaturalIdToEntity(RemoteUserProfilNaturalId source, UserProfil target, boolean copyIfNull)
           
 void UserProfilDao.remoteUserProfilNaturalIdToEntity(RemoteUserProfilNaturalId source, UserProfil target, boolean copyIfNull)
          Copies the fields of RemoteUserProfilNaturalId to the specified entity.
 void UserProfilDaoBase.remoteUserProfilNaturalIdToEntity(RemoteUserProfilNaturalId source, UserProfil target, boolean copyIfNull)
           
 void UserProfilDao.remove(UserProfil userProfil)
          Removes the instance of fr.ifremer.allegro.administration.user.UserProfil from the persistent store.
 void UserProfilDaoBase.remove(UserProfil userProfil)
           
 ClusterUserProfil UserProfilDaoImpl.toClusterUserProfil(UserProfil entity)
           
 ClusterUserProfil UserProfilDao.toClusterUserProfil(UserProfil entity)
          Converts this DAO's entity to an object of type ClusterUserProfil.
 ClusterUserProfil UserProfilDaoBase.toClusterUserProfil(UserProfil entity)
           
 void UserProfilDaoImpl.toClusterUserProfil(UserProfil source, ClusterUserProfil target)
           
 void UserProfilDao.toClusterUserProfil(UserProfil source, ClusterUserProfil target)
          Copies the fields of the specified entity to the target value object.
 void UserProfilDaoBase.toClusterUserProfil(UserProfil source, ClusterUserProfil target)
           
 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)
           
 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)
           
 RemoteUserProfilNaturalId UserProfilDaoImpl.toRemoteUserProfilNaturalId(UserProfil entity)
           
 RemoteUserProfilNaturalId UserProfilDao.toRemoteUserProfilNaturalId(UserProfil entity)
          Converts this DAO's entity to an object of type RemoteUserProfilNaturalId.
 RemoteUserProfilNaturalId UserProfilDaoBase.toRemoteUserProfilNaturalId(UserProfil entity)
           
 void UserProfilDaoImpl.toRemoteUserProfilNaturalId(UserProfil source, RemoteUserProfilNaturalId target)
           
 void UserProfilDao.toRemoteUserProfilNaturalId(UserProfil source, RemoteUserProfilNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void UserProfilDaoBase.toRemoteUserProfilNaturalId(UserProfil source, RemoteUserProfilNaturalId target)
           
protected  java.lang.Object UserProfilDaoBase.transformEntity(int transform, UserProfil entity)
          Allows transformation of entities into value objects (or something else for that matter), when the transform flag is set to one of the constants defined in fr.ifremer.allegro.administration.user.UserProfilDao, please note that the UserProfilDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.
 void UserProfilDao.update(UserProfil userProfil)
          Updates the userProfil instance in the persistent store.
 void UserProfilDaoBase.update(UserProfil userProfil)
           
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.