org.jeinnov.jeitime.api.service.projet
Class NomTacheManager
java.lang.Object
org.jeinnov.jeitime.api.service.projet.NomTacheManager
public class NomTacheManager
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NomTacheManager
public NomTacheManager()
getInstance
public static NomTacheManager getInstance()
get
public NomTacheTO get(int id)
throws ProjetException
- Throws:
ProjetException
getAll
public java.util.List<NomTacheTO> getAll()
getAllByIdTypeTache
public java.util.List<NomTacheTO> getAllByIdTypeTache(int idTypeTache)
throws ProjetException
- Throws:
ProjetException
saveOrUpdate
public int saveOrUpdate(NomTacheTO nomTTO)
throws ProjetException
- Throws:
ProjetException
delete
public void delete(int id)
throws ProjetException
- Throws:
ProjetException
isInTache
public boolean isInTache(int id)
throws ProjetException
- Throws:
ProjetException
Copyright © 2011. All Rights Reserved.