atg.metier.entite
Class ATGCycleDeVie<K extends ATGIEntite>

Package class diagram package ATGCycleDeVie
java.lang.Object
  extended by atg.util.service.ATGBasicClass
      extended by atg.metier.entite.ATGCycleDeVie<K>
All Implemented Interfaces:
ATGICycleDeVie<K>, ATGILogable

public abstract class ATGCycleDeVie<K extends ATGIEntite>
extends ATGBasicClass
implements ATGICycleDeVie<K>


Field Summary
protected static java.util.logging.Logger logger_
          Gestion des logs
 
Constructor Summary
ATGCycleDeVie()
           
 
Method Summary
static ATGICycleDeVie getInstance(java.lang.Class classParam)
          Retourne une instance du cycle de vie
protected  java.util.logging.Logger getLogger()
          Retourne le log associé
 
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
 
Methods inherited from interface atg.metier.entite.ATGICycleDeVie
countByCritere, create, findAll, findByCritere, findByCritere, findByIdentifiant, findByIdentifiant, modify, remove
 

Field Detail

logger_

protected static java.util.logging.Logger logger_
Gestion des logs

Constructor Detail

ATGCycleDeVie

public ATGCycleDeVie()
Method Detail

getLogger

protected java.util.logging.Logger getLogger()
Retourne le log associé

Overrides:
getLogger in class ATGBasicClass
Returns:
java.util.logging.Logger Log associé

getInstance

public static ATGICycleDeVie getInstance(java.lang.Class classParam)
Retourne une instance du cycle de vie