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