Uses of Class
org.nuiton.topia.TopiaNotFoundException
| Package | Description |
|---|---|
| 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 Modifier and Type Method Description static TopiaContextTopiaContextFactory. getContext()Utilise par defaut le fichier de propriete TopiaContextImpl.propertiesstatic TopiaContextTopiaContextFactory. getContext(java.util.Properties config)Methode static permettant de recuperer un context.<E extends TopiaService>
ETopiaContext. getService(java.lang.Class<E> interfaceService)Return the service. -
Uses of TopiaNotFoundException in org.nuiton.topia.framework
Methods in org.nuiton.topia.framework that throw TopiaNotFoundException Modifier and Type Method Description org.hibernate.SessionFactoryTopiaContextImpl. getHibernateFactory()org.hibernate.SessionFactoryTopiaContextImplementor. getHibernateFactory()static java.util.PropertiesTopiaUtil. getProperties(java.lang.String pathOrUrl)Permet de récupérer le fichier de propriété ayant le nom passé en argument.static java.util.PropertiesTopiaUtil. getProperties(java.util.Properties parent, java.lang.String pathOrUrl)Permet de récupérer le fichier de propriété ayant le nom passé en argument.<E extends TopiaService>
ETopiaContextImpl. getService(java.lang.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 Constructor Description ConnectionProviderSupplier(TopiaContextImplementor topiaContextImplementor)TopiaContextImpl(java.util.Properties config)Constructor used byTopiaContextFactoryto initialize rootContext usingconfig. -
Uses of TopiaNotFoundException in org.nuiton.topia.persistence
Methods in org.nuiton.topia.persistence that throw TopiaNotFoundException Modifier and Type Method Description static java.lang.ClassTopiaId. getClassName(java.lang.String topiaId)Extrait la classe du topiaId.