org.genealogie.bean.defaut
Class EtatRechercheImpl

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

public class EtatRechercheImpl
extends EtatRecherche
implements StandardBean

Classe repr‚sentant un ‚tat de recherche.

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

Field Summary
static java.lang.String ETAT_RECHERCHE_NON_TROUVE
           
 
Fields inherited from class org.genealogie.bean.EtatRecherche
couleur, id, nom
 
Fields inherited from class org.genealogie.bean.GenericBean
connection, factory
 
Constructor Summary
EtatRechercheImpl(FactoryDAO factory, int id)
          Constructeur avec l'identifiant de l'‚tat de recherche.
 
Method Summary
 void create()
          Cette m‚thode permet d'ins‚rer un ‚tat de recherche. RecherchesBean.ajouterEtatsRecherche
 EtatsRechercheUtils getEtatsRechercheUtils()
           
 void load()
          Cette m‚thode permet de charger les informations de l'‚tat de recherche. RecherchesBean.?
 void remove()
          Cette m‚thode permet de supprimer un ‚tat de recherche. RecherchesBean.supprimerEtatsRecherche
 void store()
          Cette m‚thode permet de sauvegarder les informations de l'‚tat de recherche. RecherchesBean.modifierEtatsRecherche
 
Methods inherited from class org.genealogie.bean.EtatRecherche
getCouleur, getId, getNom, setCouleur, 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

ETAT_RECHERCHE_NON_TROUVE

public static java.lang.String ETAT_RECHERCHE_NON_TROUVE
Constructor Detail

EtatRechercheImpl

public EtatRechercheImpl(FactoryDAO factory,
                         int id)

Constructeur avec l'identifiant de l'‚tat de recherche.

Parameters:
id - l'identifiant de l'‚tat de recherche
Method Detail

create

public void create()
            throws JGeneaException

Cette m‚thode permet d'ins‚rer un ‚tat de recherche.

RecherchesBean.ajouterEtatsRecherche
Specified by:
create in interface StandardBean

load

public void load()
          throws JGeneaException

Cette m‚thode permet de charger les informations de l'‚tat de recherche.

RecherchesBean.?
Specified by:
load in interface StandardBean

store

public void store()
           throws JGeneaException

Cette m‚thode permet de sauvegarder les informations de l'‚tat de recherche.

RecherchesBean.modifierEtatsRecherche
Specified by:
store in interface StandardBean

remove

public void remove()
            throws JGeneaException

Cette m‚thode permet de supprimer un ‚tat de recherche.

RecherchesBean.supprimerEtatsRecherche
Specified by:
remove in interface StandardBean

getEtatsRechercheUtils

public EtatsRechercheUtils getEtatsRechercheUtils()


Copyright © 2002 JGenea DAO. All Rights Reserved.