|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objectatg.util.service.ATGBasicClass
atg.metier.logiquemetier.controle.ATGControleBasic
public class ATGControleBasic
Titre : Classe Basique mère de tous les WorkFlows de l'application (Logique Métier)
Description : Cette classe a la connaissance de la logique métier d'une partie de l'application. Du moins, pour les méthodes qu'elle propose.
Copyright : FERRARI Olivier
| Field Summary | |
|---|---|
protected static java.util.logging.Logger |
logger_
Gestion des logs |
| Constructor Summary | |
|---|---|
ATGControleBasic()
|
|
| Method Summary | |
|---|---|
static java.lang.Object |
getInstance(java.lang.Class classParam)
Retourne une instance du WorkFlow |
protected java.util.logging.Logger |
getLogger()
Retourne le log associé |
ATGServiceLocator |
getServiceLocator()
Retourne le service locator associé |
void |
init()
Initialisation du workflow, notemment pour utiliser le service locator. |
| Methods inherited from class atg.util.service.ATGBasicClass |
|---|
logConfig, logFine, logFiner, logFinest, logInfo, logSevere, logWarning |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static java.util.logging.Logger logger_
| Constructor Detail |
|---|
public ATGControleBasic()
| Method Detail |
|---|
protected java.util.logging.Logger getLogger()
getLogger in class ATGBasicClass
public void init()
throws ATGServiceLocatorException
ATGServiceLocatorException
public ATGServiceLocator getServiceLocator()
throws ATGServiceLocatorException
ATGServiceLocatorExceptionpublic static java.lang.Object getInstance(java.lang.Class classParam)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||