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

Packages that use TopiaContextImplementor
org.nuiton.topia.framework Contains two interfaces, one TopiaContextImplementor for internal manipulations of TopiaContext and one TopiaService for topia services. 
org.nuiton.topia.persistence This package contains interfaces and abstract classes for entities and daos. 
org.nuiton.topia.persistence.util   
 

Uses of TopiaContextImplementor in org.nuiton.topia.framework
 

Classes in org.nuiton.topia.framework that implement TopiaContextImplementor
 class TopiaContextImpl
          TODO-fdesbois-20100507 : Need translation of javadoc.
 

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 of child context created with TopiaContextImpl.beginTransaction().
 

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()
          Retrieve a thread-safe copy of children context set.
 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)
          Initiliaze the service after create the context.
 boolean TopiaService.preInit(TopiaContextImplementor context)
          Initiliaze the service before create the 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)
          Constructor used by TopiaContextImpl.beginTransaction() to instantiate child from parentContext.
TopiaFiresSupport.TopiaHibernateEvent(TopiaContextImplementor rootContext)
           
 

Uses of TopiaContextImplementor in org.nuiton.topia.persistence
 

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

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

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

Uses of TopiaContextImplementor in org.nuiton.topia.persistence.util
 

Methods in org.nuiton.topia.persistence.util with parameters of type TopiaContextImplementor
static
<E extends TopiaEntity>
List<E>
TopiaEntityHelper.getEntities(TopiaContextImplementor srcCtxt, List<E> entityList, boolean canBeNull)
           
 



Copyright © 2004-2010 CodeLutin. All Rights Reserved.