org.genealogie.bean.defaut
Class TypeRechercheImpl

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

public class TypeRechercheImpl
extends TypeRecherche
implements StandardBean

Classe représentant un type de recherche.

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

Field Summary
static java.lang.String TYPE_RECHERCHE_NON_TROUVE
           
 
Fields inherited from class org.genealogie.bean.TypeRecherche
id, nom, web
 
Fields inherited from class org.genealogie.bean.GenericBean
connection, factory
 
Constructor Summary
TypeRechercheImpl(FactoryDAO factory, int id)
          Constructeur avec l'identifiant du type de recherche.
 
Method Summary
 void create()
          Cette méthode permet d'insérer un pays. RecherchesBean.ajouterTypesRecherche
 TypesRechercheUtils getTypeRechercheUtils()
           
 void load()
          Cette méthode permet de charger les informations du pays. RecherchesBean.getTypesRecherche ( à ne pas supprimer )
 void remove()
          Cette méthode permet de supprimer un type de recherche. RecherchesBean.supprimerTypesRecherche
 void store()
          Cette méthode permet de sauvegarder les informations du pays. RecherchesBean.modifierTypesRecherche
 
Methods inherited from class org.genealogie.bean.TypeRecherche
getId, getNom, isWeb, setId, setNom, setWeb
 
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

TYPE_RECHERCHE_NON_TROUVE

public static java.lang.String TYPE_RECHERCHE_NON_TROUVE
Constructor Detail

TypeRechercheImpl

public TypeRechercheImpl(FactoryDAO factory,
                         int id)

Constructeur avec l'identifiant du type de recherche.

Parameters:
id - l'identifiant du type de recherche
Method Detail

create

public void create()
            throws JGeneaException

Cette méthode permet d'insérer un pays.

RecherchesBean.ajouterTypesRecherche
Specified by:
create in interface StandardBean

load

public void load()
          throws JGeneaException

Cette méthode permet de charger les informations du pays.

RecherchesBean.getTypesRecherche ( à ne pas supprimer )
Specified by:
load in interface StandardBean

store

public void store()
           throws JGeneaException

Cette méthode permet de sauvegarder les informations du pays.

RecherchesBean.modifierTypesRecherche
Specified by:
store in interface StandardBean

remove

public void remove()
            throws JGeneaException

Cette méthode permet de supprimer un type de recherche.

RecherchesBean.supprimerTypesRecherche
Specified by:
remove in interface StandardBean

getTypeRechercheUtils

public TypesRechercheUtils getTypeRechercheUtils()


Copyright © 2002 JGenea DAO. All Rights Reserved.