Uses of Class
org.nuiton.topia.TopiaNotFoundException

Packages that use TopiaNotFoundException
org.nuiton.topia TODO-FD20100507 : Need update this javadoc for ToPIA 2.4 
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. 
 

Uses of TopiaNotFoundException in org.nuiton.topia
 

Methods in org.nuiton.topia that throw TopiaNotFoundException
static TopiaContext TopiaContextFactory.getContext()
          Utilise par defaut le fichier de propriete TopiaContextImpl.properties
static TopiaContext TopiaContextFactory.getContext(Properties config)
          Methode static permettant de recuperer un context.
<E extends TopiaService>
E
TopiaContext.getService(Class<E> interfaceService)
          Return the service.
 

Uses of TopiaNotFoundException in org.nuiton.topia.framework
 

Methods in org.nuiton.topia.framework that throw TopiaNotFoundException
 org.hibernate.cfg.Configuration TopiaContextImpl.getHibernateConfiguration()
           
 org.hibernate.cfg.Configuration TopiaContextImplementor.getHibernateConfiguration()
           
 org.hibernate.SessionFactory TopiaContextImpl.getHibernateFactory()
           
 org.hibernate.SessionFactory TopiaContextImplementor.getHibernateFactory()
           
static Properties TopiaUtil.getProperties(Properties parent, String pathOrUrl)
          Permet de récupérer le fichier de propriété ayant le nom passé en argument.
static Properties TopiaUtil.getProperties(String pathOrUrl)
          Permet de récupérer le fichier de propriété ayant le nom passé en argument.
<E extends TopiaService>
E
TopiaContextImpl.getService(Class<E> interfaceService)
          Take one service, this service must be valid service interface with public static final SERVICE_NAME declaration.
 

Constructors in org.nuiton.topia.framework that throw TopiaNotFoundException
TopiaContextImpl(Properties config)
          Constructor used by TopiaContextFactory to initialize rootContext using config.
 

Uses of TopiaNotFoundException in org.nuiton.topia.persistence
 

Methods in org.nuiton.topia.persistence that throw TopiaNotFoundException
static Class TopiaId.getClassName(String topiaId)
          Extrait la classe du topiaId.
 



Copyright © 2004-2012 CodeLutin. All Rights Reserved.