org.genealogie.bean.defaut
Class ActeImpl

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

public class ActeImpl
extends Acte
implements StandardBean

Classe représentant un acte.

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

Field Summary
static java.lang.String ACTE_NON_TROUVE
           
 
Fields inherited from class org.genealogie.bean.Acte
auteur, commentaires, date, id, lieu, margeCommentaires, nom, page, registre, registrePage, source, type, url
 
Fields inherited from class org.genealogie.bean.GenericBean
connection, factory
 
Constructor Summary
ActeImpl(FactoryDAO factory, int id)
          Constructeur avec l'identifiant d'un acte.
 
Method Summary
 void create()
          Cette méthode permet d'insérer un acte. ActesBean.insertActe
 ActeUtils getActeUtils()
           
 void load()
          Cette méthode permet de charger les informations d'un acte.
 void remove()
          Cette méthode permet de supprimer un acte.
 void store()
          Cette méthode permet de sauvegarder les informations d'un acte.
 
Methods inherited from class org.genealogie.bean.Acte
getAuteur, getCommentaires, getDate, getId, getLieu, getMargeCommentaires, getNom, getPage, getRegistre, getRegistrePage, getSource, getType, getUrl, setAuteur, setCommentaires, setDate, setId, setLieu, setMargeCommentaires, setNom, setPage, setRegistre, setRegistrePage, setSource, setType, setUrl
 
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

ACTE_NON_TROUVE

public static java.lang.String ACTE_NON_TROUVE
Constructor Detail

ActeImpl

public ActeImpl(FactoryDAO factory,
                int id)

Constructeur avec l'identifiant d'un acte.

Parameters:
id - l'identifiant d'un acte
Method Detail

create

public void create()
            throws JGeneaException

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

ActesBean.insertActe
Specified by:
create in interface StandardBean

load

public void load()
          throws JGeneaException

Cette méthode permet de charger les informations d'un acte.

Specified by:
load in interface StandardBean

store

public void store()
           throws JGeneaException

Cette méthode permet de sauvegarder les informations d'un acte.

Specified by:
store in interface StandardBean

remove

public void remove()
            throws JGeneaException

Cette méthode permet de supprimer un acte.

Specified by:
remove in interface StandardBean

getActeUtils

public ActeUtils getActeUtils()


Copyright © 2002 JGenea DAO. All Rights Reserved.