org.genealogie.bean.defaut
Class TypeDocumentImpl
java.lang.Object
|
+--org.genealogie.bean.GenericBean
|
+--org.genealogie.bean.TypeDocument
|
+--org.genealogie.bean.defaut.TypeDocumentImpl
- All Implemented Interfaces:
- StandardBean
- public class TypeDocumentImpl
- extends TypeDocument
- implements StandardBean
Classe représentant un type de document.
- Version:
- $Revision: 1.15 $, $Date: 2003/03/26 14:46:56 $
- Author:
- Templth
|
Method Summary |
void |
create()
Cette méthode permet d'insérer un type de document.
DocumentsBean.ajouterTypesDocument |
TypesDocumentUtils |
getTypeDocumentUtils()
|
void |
load()
Cette méthode permet de charger les informations du type de document.
DocumentsBean.getTypeDocuments |
void |
remove()
Cette méthode permet de supprimer un type de document.
DocumentsBean.supprimerTypesDocument |
void |
store()
Cette méthode permet de sauvegarder les informations du type de document.
DocumentsBean.modifierTypesDocument |
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
TYPE_DOCUMENT_NON_TROUVE
public static java.lang.String TYPE_DOCUMENT_NON_TROUVE
TypeDocumentImpl
public TypeDocumentImpl(FactoryDAO factory,
int id)
Constructeur avec l'identifiant du type de document.
- Parameters:
id - l'identifiant du type de document
create
public void create()
throws JGeneaException
Cette méthode permet d'insérer un type de document.
DocumentsBean.ajouterTypesDocument
- Specified by:
create in interface StandardBean
load
public void load()
throws JGeneaException
Cette méthode permet de charger les informations du type de document.
DocumentsBean.getTypeDocuments
- Specified by:
load in interface StandardBean
store
public void store()
throws JGeneaException
Cette méthode permet de sauvegarder les informations du type de document.
DocumentsBean.modifierTypesDocument
- Specified by:
store in interface StandardBean
remove
public void remove()
throws JGeneaException
Cette méthode permet de supprimer un type de document.
DocumentsBean.supprimerTypesDocument
- Specified by:
remove in interface StandardBean
getTypeDocumentUtils
public TypesDocumentUtils getTypeDocumentUtils()
Copyright © 2002 JGenea DAO. All Rights Reserved.