Index: topia/src/java/org/codelutin/topia/TopiaPersistenceService.java diff -u topia/src/java/org/codelutin/topia/TopiaPersistenceService.java:1.10 topia/src/java/org/codelutin/topia/TopiaPersistenceService.java:1.11 --- topia/src/java/org/codelutin/topia/TopiaPersistenceService.java:1.10 Wed Jul 20 12:49:52 2005 +++ topia/src/java/org/codelutin/topia/TopiaPersistenceService.java Thu Aug 11 16:38:57 2005 @@ -23,10 +23,10 @@ * * @author Benjamin Poussin * Copyright Code Lutin - * @version $Revision: 1.10 $ + * @version $Revision: 1.11 $ * - * Mise a jour: $Date: 2005/07/20 12:49:52 $ - * par : $Author: bpoussin $ + * Mise a jour: $Date: 2005/08/11 16:38:57 $ + * par : $Author: thimel $ */ package org.codelutin.topia; @@ -91,6 +91,14 @@ * @return a List containing all TopiaEntity related to this CRUD according to the given TopiaQuery. */ public List find(TopiaQuery query) throws TopiaException; + + /** + * Returns the TopiaEntity associated with the given topiaId + * @param id the id of the Entity to find + * @return The TopiaEntity found + * @throws TopiaException if no TopiaEntity is found + */ + public Entity findBy_TopiaId_(String id) throws TopiaException; /** * Returns the number of TopiaEntity related to this CRUD.