org.jeinnov.jeitime.api.service.heure
Class GestionHeureManager

java.lang.Object
  extended by org.jeinnov.jeitime.api.service.heure.GestionHeureManager

public class GestionHeureManager
extends java.lang.Object


Constructor Summary
GestionHeureManager()
           
 
Method Summary
 void delete(SaisieHeureTO saisieHeure)
           
 java.util.List<GereHeure> fusionElemTablHeure(java.util.List<GereHeure> tablHeure)
           
 java.util.List<SaisieHeureTO> getAllByIdCollaborateurAndDate(int idColl, java.util.Date date)
           
 SaisieHeureTO getByIdCollaborateurAndIdTacheAndDate(int idTache, int idColl, java.util.Date date)
           
static GestionHeureManager getInstance()
           
 float getResultByIdCollaborateurAndDate(int idColl, java.util.Date date)
           
 java.lang.String[] listSaisieVerifCollege(int idC, java.lang.String[] listSaisie)
           
 void saveOrUpdate(SaisieHeureTO saisieHeure)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GestionHeureManager

public GestionHeureManager()
Method Detail

getInstance

public static GestionHeureManager getInstance()

getByIdCollaborateurAndIdTacheAndDate

public SaisieHeureTO getByIdCollaborateurAndIdTacheAndDate(int idTache,
                                                           int idColl,
                                                           java.util.Date date)
                                                    throws HeureException
Throws:
HeureException

getAllByIdCollaborateurAndDate

public java.util.List<SaisieHeureTO> getAllByIdCollaborateurAndDate(int idColl,
                                                                    java.util.Date date)
                                                             throws HeureException
Throws:
HeureException

saveOrUpdate

public void saveOrUpdate(SaisieHeureTO saisieHeure)
                  throws HeureException
Throws:
HeureException

delete

public void delete(SaisieHeureTO saisieHeure)
            throws HeureException
Throws:
HeureException

getResultByIdCollaborateurAndDate

public float getResultByIdCollaborateurAndDate(int idColl,
                                               java.util.Date date)
                                        throws HeureException
Throws:
HeureException

listSaisieVerifCollege

public java.lang.String[] listSaisieVerifCollege(int idC,
                                                 java.lang.String[] listSaisie)
                                          throws org.ow2.opensuit.core.error.NonLocalizedError
Throws:
org.ow2.opensuit.core.error.NonLocalizedError

fusionElemTablHeure

public java.util.List<GereHeure> fusionElemTablHeure(java.util.List<GereHeure> tablHeure)


Copyright © 2011. All Rights Reserved.