Uses of Interface
org.nuiton.topia.framework.TopiaContextImplementor

Packages that use TopiaContextImplementor
org.nuiton.topia.framework   
org.nuiton.topia.persistence   
 

Uses of TopiaContextImplementor in org.nuiton.topia.framework
 

Classes in org.nuiton.topia.framework that implement TopiaContextImplementor
 class TopiaContextImpl
          Le TopiaContextImpl est le point d'entre pour acceder aux donnees.
 

Fields in org.nuiton.topia.framework declared as TopiaContextImplementor
protected  TopiaContextImplementor TopiaContextImpl.parentContext
          Le pere de ce context, les contexts initaux n'ont pas de context pere
protected  TopiaContextImplementor TopiaFiresSupport.TopiaHibernateEvent.rootContext
           
 

Fields in org.nuiton.topia.framework with type parameters of type TopiaContextImplementor
protected  Set<TopiaContextImplementor> TopiaContextImpl.childContext
          Set des sous context creer avec un beginTransaction et donc sur lequel nous sommes listener
 

Methods in org.nuiton.topia.framework that return TopiaContextImplementor
protected  TopiaContextImplementor TopiaFiresSupport.TopiaHibernateEvent.getContext(TopiaContextImplementor parent, org.hibernate.Session hibernate)
          Recherche le context utilisant la session hibernate passe en parametre
 TopiaContextImplementor TopiaContextImplementor.getParentContext()
           
 TopiaContextImplementor TopiaContextImpl.getParentContext()
           
 TopiaContextImplementor TopiaContextImplementor.getRootContext()
           
 TopiaContextImplementor TopiaContextImpl.getRootContext()
           
 

Methods in org.nuiton.topia.framework that return types with arguments of type TopiaContextImplementor
 Set<TopiaContextImplementor> TopiaContextImplementor.getChildContext()
           
 Set<TopiaContextImplementor> TopiaContextImpl.getChildContext()
           
 

Methods in org.nuiton.topia.framework with parameters of type TopiaContextImplementor
protected  void TopiaContextImpl.addChildContext(TopiaContextImplementor child)
           
<E extends TopiaEntity>
List<E>
TopiaFiresSupport.fireEntitiesLoad(TopiaContextImplementor context, List<E> entities)
          Notify entities listeners for load operation
 void TopiaFiresSupport.fireOnBeginTransaction(TopiaContextImplementor context)
           
 void TopiaFiresSupport.fireOnPostCommit(TopiaContextImplementor context)
           
 void TopiaFiresSupport.fireOnPostCreate(TopiaContextImplementor context, TopiaEntity entity, Object[] state)
           
 void TopiaFiresSupport.fireOnPostDelete(TopiaContextImplementor context, TopiaEntity entity, Object[] state)
           
 void TopiaFiresSupport.fireOnPostLoad(TopiaContextImplementor context, TopiaEntity entity, Object[] state)
           
 void TopiaFiresSupport.fireOnPostRollback(TopiaContextImplementor context)
           
 void TopiaFiresSupport.fireOnPostUpdate(TopiaContextImplementor context, TopiaEntity entity, Object[] state)
           
 void TopiaFiresSupport.fireOnPreCreate(TopiaContextImplementor context, TopiaEntity entity, Object[] state)
           
 void TopiaFiresSupport.fireOnPreDelete(TopiaContextImplementor context, TopiaEntity entity, Object[] state)
           
 void TopiaFiresSupport.fireOnPreLoad(TopiaContextImplementor context, TopiaEntity entity, Object[] state)
           
 void TopiaFiresSupport.fireOnPreUpdate(TopiaContextImplementor context, TopiaEntity entity, Object[] state)
           
protected  TopiaContextImplementor TopiaFiresSupport.TopiaHibernateEvent.getContext(TopiaContextImplementor parent, org.hibernate.Session hibernate)
          Recherche le context utilisant la session hibernate passe en parametre
 boolean TopiaService.postInit(TopiaContextImplementor context)
          Initialise le service apres avoir creer le context
 boolean TopiaService.preInit(TopiaContextImplementor context)
          Initialise le service avant de creer le context
 void TopiaContextImplementor.removeChildContext(TopiaContextImplementor child)
           
 void TopiaContextImpl.removeChildContext(TopiaContextImplementor child)
           
 

Constructors in org.nuiton.topia.framework with parameters of type TopiaContextImplementor
TopiaContextImpl(TopiaContextImplementor parentContext)
          Constructeur utilisé par le beginTransaction pour créer le context fils.
TopiaFiresSupport.TopiaHibernateEvent(TopiaContextImplementor rootContext)
           
 

Uses of TopiaContextImplementor in org.nuiton.topia.persistence
 

Fields in org.nuiton.topia.persistence declared as TopiaContextImplementor
protected  TopiaContextImplementor TopiaDAOImpl.context
           
 

Methods in org.nuiton.topia.persistence that return TopiaContextImplementor
 TopiaContextImplementor TopiaDAOImpl.getContext()
           
 TopiaContextImplementor TopiaDAO.getContext()
          Return context used by this DAO.
 

Methods in org.nuiton.topia.persistence with parameters of type TopiaContextImplementor
 void TopiaDAOImpl.init(TopiaContextImplementor context, Class<E> entityClass)
          When TopiaContextImpl create the TopiaDAOHibernate, it must call this method just after.
 void TopiaDAO.init(TopiaContextImplementor context, Class<Entity> entityClass)
          When TopiaContextImpl create the TopiaDAOHibernate, it must call this method just after.
 



Copyright © 2004-2010 CodeLutin. All Rights Reserved.