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 EntryAbstract.getLogByTopiaId(java.lang.String topiaId)
           
 Log Entry.getLogByTopiaId(java.lang.String topiaId)
          Recupère l'attribut log à partir de son topiaId.
 

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

Methods in org.chorem.callao.entity with parameters of type Log
 void EntryAbstract.addLog(Log log)
           
 void Entry.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 EntryAbstract.removeLog(Log value)
           
 void Entry.removeLog(Log log)
           
 

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



Copyright © 2008-2009 CodeLutin. All Rights Reserved.