atg.metier.accesservice
Class ATGBusinessToBusiness

Package class diagram package ATGBusinessToBusiness
java.lang.Object
  extended by atg.util.service.ATGBasicClass
      extended by atg.presentation.businessdelegate.ATGBusinessDelegate
          extended by atg.metier.accesservice.ATGBusinessToBusiness
All Implemented Interfaces:
ATGILogable

public abstract class ATGBusinessToBusiness
extends ATGBusinessDelegate

Titre : Classe BusinessDelegate (Pattern J2EE)

Description : Cette classe sert à détacher la partie metier d'une autre partie métier en ajoutant un niveau d'appel.

Copyright : YSMAL Vincent


Field Summary
 
Fields inherited from class atg.presentation.businessdelegate.ATGBusinessDelegate
initialise, logger_, serviceLocator
 
Constructor Summary
ATGBusinessToBusiness()
           
 
Method Summary
 
Methods inherited from class atg.presentation.businessdelegate.ATGBusinessDelegate
getFacadeWF, getInstance, getLogger, getServiceLocator, init, isInit, setFacadeWF, setInit
 
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
 

Constructor Detail

ATGBusinessToBusiness

public ATGBusinessToBusiness()