|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jeinnov.jeitime.api.service.projet.DomaineManager
public class DomaineManager
| Constructor Summary | |
|---|---|
DomaineManager()
|
|
| Method Summary | |
|---|---|
void |
delete(int id)
|
DomaineTO |
get(int id)
|
java.util.List<DomaineTO> |
getAll()
|
static DomaineManager |
getInstance()
|
boolean |
isInProject(int id)
|
int |
saveOrUpdate(DomaineTO domTO)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DomaineManager()
| Method Detail |
|---|
public static DomaineManager getInstance()
public DomaineTO get(int id)
throws ProjetException
ProjetExceptionpublic java.util.List<DomaineTO> getAll()
public int saveOrUpdate(DomaineTO domTO)
throws ProjetException
ProjetException
public void delete(int id)
throws ProjetException
ProjetException
public boolean isInProject(int id)
throws ProjetException
ProjetException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||