|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jeinnov.jeitime.api.service.collaborateur.EquipeManager
public class EquipeManager
| Constructor Summary | |
|---|---|
EquipeManager()
|
|
| Method Summary | |
|---|---|
void |
deleteEquipe(int id)
|
EquipeTO |
get(int id)
|
java.util.List<EquipeTO> |
getAll()
|
static EquipeManager |
getInstance()
|
boolean |
isInCollaborateur(int id)
|
int |
saveOrUpdate(EquipeTO eqTO)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EquipeManager()
| Method Detail |
|---|
public static EquipeManager getInstance()
public EquipeTO get(int id)
throws CollaborateurException
CollaborateurExceptionpublic java.util.List<EquipeTO> getAll()
public int saveOrUpdate(EquipeTO eqTO)
throws CollaborateurException
CollaborateurException
public void deleteEquipe(int id)
throws CollaborateurException
CollaborateurException
public boolean isInCollaborateur(int id)
throws CollaborateurException
CollaborateurException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||