org.genealogie.bean.defaut
Class FamilleImpl

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

public class FamilleImpl
extends Famille
implements StandardBean

Classe représentant une famille.

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

Field Summary
static java.lang.String FAMILLE_NON_TROUVE
           
 
Fields inherited from class org.genealogie.bean.Famille
id, nom
 
Fields inherited from class org.genealogie.bean.GenericBean
connection, factory
 
Constructor Summary
FamilleImpl(FactoryDAO factory, int id)
           
 
Method Summary
 void create()
          Cette méthode permet d'insérer une famille. FamillesBean.ajouterFamille
 FamilleUtils getFamilleUtils()
           
 void load()
          Cette méthode permet de charger les informations de la famille. cf FamillesBean.getFamille
 void remove()
          Cette méthode permet de supprimer une famille. FamillesBean.supprimerFamille
 void store()
          Cette méthode permet de sauvegarder les informations du mariage. FamillesBean.modifierFamille
 
Methods inherited from class org.genealogie.bean.Famille
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

FAMILLE_NON_TROUVE

public static java.lang.String FAMILLE_NON_TROUVE
Constructor Detail

FamilleImpl

public FamilleImpl(FactoryDAO factory,
                   int id)
Method Detail

create

public void create()
            throws JGeneaException

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

FamillesBean.ajouterFamille
Specified by:
create in interface StandardBean

load

public void load()
          throws JGeneaException

Cette méthode permet de charger les informations de la famille.

cf FamillesBean.getFamille
Specified by:
load in interface StandardBean

store

public void store()
           throws JGeneaException

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

FamillesBean.modifierFamille
Specified by:
store in interface StandardBean

remove

public void remove()
            throws JGeneaException

Cette méthode permet de supprimer une famille.

FamillesBean.supprimerFamille
Specified by:
remove in interface StandardBean

getFamilleUtils

public FamilleUtils getFamilleUtils()


Copyright © 2002 JGenea DAO. All Rights Reserved.