org.jeinnov.jeitime.api.service.projet
Class TacheManager
java.lang.Object
org.jeinnov.jeitime.api.service.projet.TacheManager
public class TacheManager
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TacheManager
public TacheManager()
getInstance
public static TacheManager getInstance()
get
public TacheTO get(int id)
throws ProjetException
- Throws:
ProjetException
getAllTacheInProject
public java.util.List<TacheTO> getAllTacheInProject(int idProjet)
throws ProjetException
- Throws:
ProjetException
getAllInProjectAndForACollaborateur
public java.util.List<TacheTO> getAllInProjectAndForACollaborateur(int idProjet,
int idCollaborateur)
throws ProjetException
- Throws:
ProjetException
saveOrUpdate
public int saveOrUpdate(TacheTO tacheTO)
throws ProjetException
- Throws:
ProjetException
delete
public void delete(int id)
throws ProjetException
- Throws:
ProjetException
deleteAllTacheInProject
public void deleteAllTacheInProject(int idProjet)
isInLienTachUtil
public boolean isInLienTachUtil(int id)
throws ProjetException
- Throws:
ProjetException
Copyright © 2011. All Rights Reserved.