Uses of Class
org.nuiton.topia.TopiaNotFoundException
Packages that use TopiaNotFoundException
Package
Description
TODO-FD20100507 : Need update this javadoc for ToPIA 2.4
Contains two interfaces, one
TopiaContextImplementor for internal
manipulations of TopiaContext and one TopiaService for topia
services.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 TopiaNotFoundExceptionModifier and TypeMethodDescriptionstatic TopiaContextTopiaContextFactory.getContext()Utilise par defaut le fichier de propriete TopiaContextImpl.propertiesstatic TopiaContextTopiaContextFactory.getContext(Properties config) Methode static permettant de recuperer un context.<E extends TopiaService>
ETopiaContext.getService(Class<E> interfaceService) Return the service. -
Uses of TopiaNotFoundException in org.nuiton.topia.framework
Methods in org.nuiton.topia.framework that throw TopiaNotFoundExceptionModifier and TypeMethodDescriptionorg.hibernate.SessionFactoryTopiaContextImpl.getHibernateFactory()org.hibernate.SessionFactoryTopiaContextImplementor.getHibernateFactory()static PropertiesTopiaUtil.getProperties(String pathOrUrl) Permet de récupérer le fichier de propriété ayant le nom passé en argument.static PropertiesTopiaUtil.getProperties(Properties parent, String pathOrUrl) Permet de récupérer le fichier de propriété ayant le nom passé en argument.<E extends TopiaService>
ETopiaContextImpl.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 TopiaNotFoundExceptionModifierConstructorDescriptionConnectionProviderSupplier(TopiaContextImplementor topiaContextImplementor) TopiaContextImpl(Properties config) Constructor used byTopiaContextFactoryto initialize rootContext usingconfig. -
Uses of TopiaNotFoundException in org.nuiton.topia.persistence
Methods in org.nuiton.topia.persistence that throw TopiaNotFoundExceptionModifier and TypeMethodDescriptionstatic ClassTopiaId.getClassName(String topiaId) Extrait la classe du topiaId.