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

Uses of TimeSpan in org.chorem.callao.entity
 

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

Classes in org.chorem.callao.entity that implement TimeSpan
 class TimeSpanAbstract
          Implantation POJO pour l'entité TimeSpan.
 class TimeSpanImpl
          Implantation des operations pour l'entité TimeSpan.
 

Fields in org.chorem.callao.entity declared as TimeSpan
 TimeSpan TransactionAbstract.timeSpan
           
 

Fields in org.chorem.callao.entity with type parameters of type TimeSpan
 java.util.Collection<TimeSpan> PeriodAbstract.timeSpan
           
 

Methods in org.chorem.callao.entity that return TimeSpan
 TimeSpan Transaction.getTimeSpan()
           
 TimeSpan TransactionAbstract.getTimeSpan()
           
 TimeSpan Period.getTimeSpanByTopiaId(java.lang.String topiaId)
          Recupère l'attribut timeSpan à partir de son topiaId.
 TimeSpan PeriodAbstract.getTimeSpanByTopiaId(java.lang.String topiaId)
           
 

Methods in org.chorem.callao.entity that return types with arguments of type TimeSpan
 java.util.Collection<TimeSpan> Period.getTimeSpan()
           
 java.util.Collection<TimeSpan> PeriodAbstract.getTimeSpan()
           
 

Methods in org.chorem.callao.entity with parameters of type TimeSpan
 void Period.addTimeSpan(TimeSpan timeSpan)
           
 void PeriodAbstract.addTimeSpan(TimeSpan timeSpan)
           
 java.util.List<E> TransactionDAOAbstract.findAllByTimeSpan(TimeSpan v)
          Retourne les éléments ayant comme valeur pour l'attribut timeSpan le paramètre
 java.util.List<E> PeriodDAOAbstract.findAllContainsTimeSpan(TimeSpan... v)
          Retourne les éléments trouvé dont l'attribut timeSpan contient le paramètre
 E TransactionDAOAbstract.findByTimeSpan(TimeSpan v)
          Retourne le premier élément trouvé ayant comme valeur pour l'attribut timeSpan le paramètre
 E PeriodDAOAbstract.findContainsTimeSpan(TimeSpan... v)
          Retourne le premier élément trouvé dont l'attribut timeSpan contient le paramètre
 void Period.removeTimeSpan(TimeSpan timeSpan)
           
 void PeriodAbstract.removeTimeSpan(TimeSpan value)
           
 void Transaction.setTimeSpan(TimeSpan timeSpan)
           
 void TransactionAbstract.setTimeSpan(TimeSpan value)
           
 

Method parameters in org.chorem.callao.entity with type arguments of type TimeSpan
 void Period.addAllTimeSpan(java.util.Collection<TimeSpan> timeSpan)
           
 void PeriodAbstract.addAllTimeSpan(java.util.Collection<TimeSpan> values)
           
 void Period.setTimeSpan(java.util.Collection<TimeSpan> timeSpan)
           
 void PeriodAbstract.setTimeSpan(java.util.Collection<TimeSpan> values)
           
 



Copyright © 2008-2010 CodeLutin. All Rights Reserved.