org.genealogie.bean.defaut
Class RechercheImpl

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

public class RechercheImpl
extends Recherche
implements StandardBean

Classe représentant une recherche.

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

Field Summary
static java.lang.String RECHERCHE_NON_TROUVE
           
 
Fields inherited from class org.genealogie.bean.Recherche
adresse, commune, dateEnvoi, dateRetour, descriptif, descriptifRetour, etat, id, nom, periode, type
 
Fields inherited from class org.genealogie.bean.GenericBean
connection, factory
 
Constructor Summary
RechercheImpl(FactoryDAO factory, int id)
          Constructeur avec l'identifiant d'une recherche.
 
Method Summary
 void create()
          Cette méthode permet d'insérer une recherche.
 RecherchesUtils getRechercheUtils()
           
 void load()
          Cette méthode permet de charger les informations d'une recherche.
 void remove()
          Cette méthode permet de supprimer une recherche.
 void store()
          Cette méthode permet de sauvegarder les informations d'une recherche.
 
Methods inherited from class org.genealogie.bean.Recherche
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_NON_TROUVE

public static java.lang.String RECHERCHE_NON_TROUVE
Constructor Detail

RechercheImpl

public RechercheImpl(FactoryDAO factory,
                     int id)

Constructeur avec l'identifiant d'une recherche.

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

create

public void create()
            throws JGeneaException

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

Specified by:
create in interface StandardBean

load

public void load()
          throws JGeneaException

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

Specified by:
load in interface StandardBean

store

public void store()
           throws JGeneaException

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

Specified by:
store in interface StandardBean

remove

public void remove()
            throws JGeneaException

Cette méthode permet de supprimer une recherche.

Specified by:
remove in interface StandardBean

getRechercheUtils

public RecherchesUtils getRechercheUtils()


Copyright © 2002 JGenea DAO. All Rights Reserved.