Uses of Interface
org.chorem.callao.entity.Log

Uses of Log in org.chorem.callao.entity
 

Classes in org.chorem.callao.entity with type parameters of type Log
 class LogDAOAbstract<E extends Log>
          Implantation DAO pour l'entité Log.
 class LogDAOImpl<E extends Log>
          Implantation du DAO pour l'entité Log.
 

Classes in org.chorem.callao.entity that implement Log
 class LogAbstract
          Implantation POJO pour l'entité Log.
 class LogImpl
          Implantation des operations pour l'entité Log.
 

Fields in org.chorem.callao.entity with type parameters of type Log
 java.util.Collection<Log> EntryAbstract.log
           
 

Methods in org.chorem.callao.entity that return Log
 Log Entry.getLogByTopiaId(java.lang.String topiaId)
          Recupère l'attribut log à partir de son topiaId.
 Log EntryAbstract.getLogByTopiaId(java.lang.String topiaId)
           
 

Methods in org.chorem.callao.entity that return types with arguments of type Log
 java.util.Collection<Log> Entry.getLog()
           
 java.util.Collection<Log> EntryAbstract.getLog()
           
 

Methods in org.chorem.callao.entity with parameters of type Log
 void Entry.addLog(Log log)
           
 void EntryAbstract.addLog(Log log)
           
 java.util.List<E> EntryDAOAbstract.findAllContainsLog(Log... v)
          Retourne les éléments trouvé dont l'attribut log contient le paramètre
 E EntryDAOAbstract.findContainsLog(Log... v)
          Retourne le premier élément trouvé dont l'attribut log contient le paramètre
 void Entry.removeLog(Log log)
           
 void EntryAbstract.removeLog(Log value)
           
 

Method parameters in org.chorem.callao.entity with type arguments of type Log
 void Entry.addAllLog(java.util.Collection<Log> log)
           
 void EntryAbstract.addAllLog(java.util.Collection<Log> values)
           
 void Entry.setLog(java.util.Collection<Log> log)
           
 void EntryAbstract.setLog(java.util.Collection<Log> values)
           
 



Copyright © 2008-2009 CodeLutin. All Rights Reserved.