org.genealogie.bean.defaut
Class RepertoireImpl

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

public class RepertoireImpl
extends Repertoire
implements StandardBean

Classe représentant un répertoire.

Version:
$Revision: 1.15 $, $Date: 2003/03/26 14:46:55 $
Author:
Templth

Field Summary
static java.lang.String REPERTOIRE_NON_TROUVE
           
 
Fields inherited from class org.genealogie.bean.Repertoire
id, nom
 
Fields inherited from class org.genealogie.bean.GenericBean
connection, factory
 
Constructor Summary
RepertoireImpl(FactoryDAO factory, int id)
          Constructeur avec l'identifiant du répertoire.
 
Method Summary
 void create()
          Cette méthode permet d'insérer un répertoire. RecherchesBean.ajouterRepertoireAdresse
 RepertoireUtils getRepertoireUtils()
           
 void load()
          Cette méthode permet de charger les informations du répertoire. RecherchesBean.getRepertoire
 void remove()
          Cette méthode permet de supprimer un répertoire. RecherchesBean.supprimerRepertoireAdresse
 void store()
          Cette méthode permet de sauvegarder les informations du répertoire. RecherchesBean.modifierRepertoireAdresse
 
Methods inherited from class org.genealogie.bean.Repertoire
getId, getNom, setId, setNom
 
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

REPERTOIRE_NON_TROUVE

public static java.lang.String REPERTOIRE_NON_TROUVE
Constructor Detail

RepertoireImpl

public RepertoireImpl(FactoryDAO factory,
                      int id)

Constructeur avec l'identifiant du répertoire.

Parameters:
connection - la connexion
id - l'identifiant du répertoire
Method Detail

create

public void create()
            throws JGeneaException

Cette méthode permet d'insérer un répertoire.

RecherchesBean.ajouterRepertoireAdresse
Specified by:
create in interface StandardBean

load

public void load()
          throws JGeneaException

Cette méthode permet de charger les informations du répertoire.

RecherchesBean.getRepertoire
Specified by:
load in interface StandardBean

store

public void store()
           throws JGeneaException

Cette méthode permet de sauvegarder les informations du répertoire.

RecherchesBean.modifierRepertoireAdresse
Specified by:
store in interface StandardBean

remove

public void remove()
            throws JGeneaException

Cette méthode permet de supprimer un répertoire.

RecherchesBean.supprimerRepertoireAdresse
Specified by:
remove in interface StandardBean

getRepertoireUtils

public RepertoireUtils getRepertoireUtils()


Copyright © 2002 JGenea DAO. All Rights Reserved.