org.genealogie.bean.defaut
Class AccesImpl

java.lang.Object
  |
  +--org.genealogie.bean.GenericBean
        |
        +--org.genealogie.bean.Acces
              |
              +--org.genealogie.bean.defaut.AccesImpl
All Implemented Interfaces:
StandardBean

public class AccesImpl
extends Acces
implements StandardBean

Interface représentant un accès.

Version:
$Revision: 1.1 $, $Date: 2003/03/26 14:46:49 $
Author:
Templth

Field Summary
static java.lang.String ACCES_NON_TROUVE
           
 
Fields inherited from class org.genealogie.bean.Acces
accesActive, accesTotal, borneSup, gestionRecherches, id, login, password, registres
 
Fields inherited from class org.genealogie.bean.GenericBean
connection, factory
 
Constructor Summary
AccesImpl(FactoryDAO factory, int id)
          Constructeur avec l'identifiant d'un accès.
 
Method Summary
 void create()
          Cette méthode permet d'insérer un accès.
 AuthUtils getAuthUtils()
           
 void load()
          Cette méthode permet de charger les informations d'un accès.
 void remove()
          Cette méthode permet de supprimer un accès.
 void store()
          Cette méthode permet de sauvegarder les informations d'un accès.
 
Methods inherited from class org.genealogie.bean.Acces
getBroneSup, getId, getLogin, getPassword, isAccesActive, isAccesTotal, isGestionRecherches, isRegistres, setAccesActive, setAccesTotal, setBorneSup, setGestionRecherches, setId, setLogin, setPassword, setRegistres
 
Methods inherited from class org.genealogie.bean.GenericBean
contient, getConnection, getTokens
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

ACCES_NON_TROUVE

public static java.lang.String ACCES_NON_TROUVE
Constructor Detail

AccesImpl

public AccesImpl(FactoryDAO factory,
                 int id)

Constructeur avec l'identifiant d'un accès.

Parameters:
id - l'identifiant d'un accès
Method Detail

create

public void create()
            throws JGeneaException

Cette méthode permet d'insérer un accès.

Specified by:
create in interface StandardBean

load

public void load()
          throws JGeneaException

Cette méthode permet de charger les informations d'un accès.

Specified by:
load in interface StandardBean

store

public void store()
           throws JGeneaException

Cette méthode permet de sauvegarder les informations d'un accès.

Specified by:
store in interface StandardBean

remove

public void remove()
            throws JGeneaException

Cette méthode permet de supprimer un accès.

Specified by:
remove in interface StandardBean

getAuthUtils

public AuthUtils getAuthUtils()


Copyright © 2002 JGenea DAO. All Rights Reserved.