org.genealogie.bean.defaut
Class RechercheWebImpl

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

public class RechercheWebImpl
extends RechercheWeb
implements StandardBean

Classe représentant une recherche web.

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

Field Summary
static java.lang.String RECHERCHE_WEB_NON_TROUVE
           
 
Fields inherited from class org.genealogie.bean.RechercheWeb
adresse, commune, dateEnvoi, dateRetour, descriptif, descriptifRetour, etat, id, nom, periode, type
 
Fields inherited from class org.genealogie.bean.GenericBean
connection, factory
 
Constructor Summary
RechercheWebImpl(FactoryDAO factory, int id)
          Constructeur avec l'identifiant d'une recherche web.
 
Method Summary
 void create()
          Cette méthode permet d'insérer une recherche web.
 RecherchesWebUtils getRechercheWebUtils()
           
 void load()
          Cette méthode permet de charger les informations d'une recherche web.
 void remove()
          Cette méthode permet de supprimer une recherche web.
 void store()
          Cette méthode permet de sauvegarder les informations d'une recherche web.
 
Methods inherited from class org.genealogie.bean.RechercheWeb
getAdresse, getCommune, getDateEnvoi, getDateRetour, getDescriptif, getDescriptifRetour, getEtat, getId, getNom, getPeriode, getType, setAdresse, setCommune, setDateEnvoi, setDateRetour, setDescriptif, setDescriptifRetour, setEtat, setId, setNom, setPeriode, setType
 
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

RECHERCHE_WEB_NON_TROUVE

public static java.lang.String RECHERCHE_WEB_NON_TROUVE
Constructor Detail

RechercheWebImpl

public RechercheWebImpl(FactoryDAO factory,
                        int id)

Constructeur avec l'identifiant d'une recherche web.

Parameters:
id - l'identifiant d'une recherche web
Method Detail

create

public void create()
            throws JGeneaException

Cette méthode permet d'insérer une recherche web.

Specified by:
create in interface StandardBean

load

public void load()
          throws JGeneaException

Cette méthode permet de charger les informations d'une recherche web.

Specified by:
load in interface StandardBean

store

public void store()
           throws JGeneaException

Cette méthode permet de sauvegarder les informations d'une recherche web.

Specified by:
store in interface StandardBean

remove

public void remove()
            throws JGeneaException

Cette méthode permet de supprimer une recherche web.

Specified by:
remove in interface StandardBean

getRechercheWebUtils

public RecherchesWebUtils getRechercheWebUtils()


Copyright © 2002 JGenea DAO. All Rights Reserved.