org.jeinnov.jeitime.persistence.dao.bilan
Class RecapTypePDAO

java.lang.Object
  extended by org.jeinnov.jeitime.persistence.dao.bilan.RecapTypePDAO

public class RecapTypePDAO
extends java.lang.Object


Constructor Summary
RecapTypePDAO()
           
 
Method Summary
 java.util.List<RecapProjetHibernate> creerListRecapProjet(org.hibernate.Session session, int idT, java.util.Date dateD, java.util.Date dateF)
           
static RecapTypePDAO getInstance()
           
 java.util.List<TacheP> listTache(org.hibernate.Session session, int id)
           
 java.util.List<TacheP> listTacheTypeProjet(org.hibernate.Session session, int id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecapTypePDAO

public RecapTypePDAO()
Method Detail

getInstance

public static RecapTypePDAO getInstance()

creerListRecapProjet

public java.util.List<RecapProjetHibernate> creerListRecapProjet(org.hibernate.Session session,
                                                                 int idT,
                                                                 java.util.Date dateD,
                                                                 java.util.Date dateF)

listTacheTypeProjet

public java.util.List<TacheP> listTacheTypeProjet(org.hibernate.Session session,
                                                  int id)

listTache

public java.util.List<TacheP> listTache(org.hibernate.Session session,
                                        int id)


Copyright © 2011. All Rights Reserved.