org.jeinnov.jeitime.api.service.heure
Class GestionHeureManager
java.lang.Object
org.jeinnov.jeitime.api.service.heure.GestionHeureManager
public class GestionHeureManager
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GestionHeureManager
public GestionHeureManager()
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.