org.jeinnov.jeitime.api.service.affecter
Class AffecterManager
java.lang.Object
org.jeinnov.jeitime.api.service.affecter.AffecterManager
public class AffecterManager
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AffecterManager
public AffecterManager()
getInstance
public static AffecterManager getInstance()
getAllByIdProjet
public java.util.List<RecapAffectTO> getAllByIdProjet(int idProjet)
throws AffecterException
- Throws:
AffecterException
save
public void save(int idTache,
int idCollaborateur)
throws AffecterException
- Throws:
AffecterException
saveAll
public void saveAll(java.util.List<RecapAffectTO> listRecap)
throws AffecterException
- Throws:
AffecterException
delete
public void delete(int idTache,
int idCollaborateur)
throws AffecterException
- Throws:
AffecterException
deleteAllForCollaborateur
public void deleteAllForCollaborateur(int idCollaborateur)
throws AffecterException
- Throws:
AffecterException
Copyright © 2011. All Rights Reserved.