|
CSignet2 1.00 API Documentation |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.esupportail.portal.channels.CSignet2.data.DataRetriever
DataRetriever
Recupérateur de données sous forme arborescente et redirigé vers les données
(c)Copyright ESup-Portail 2004
| Constructor Summary | |
DataRetriever()
|
|
| Method Summary | |
Folder |
ajouterSousArbre(Folder f)
Fonction récursive de parcour d'arbre des signets |
void |
descendreElement(int id,
int parent,
int ordre_elt)
Permet de descendre un élément |
void |
monterElement(int id,
int parent,
int ordre_elt)
Permet de monter un élément |
Folder |
RecupererArbrePerso(java.lang.String login)
Récupération de l'arbe d'un utilisateur |
Folder |
supprimerSousArbre(Folder f)
Fonction récursive de parcour d'arbre de suppression |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DataRetriever()
| Method Detail |
public Folder RecupererArbrePerso(java.lang.String login)
throws DataException
login - Le login de l'utilisateur
DataExceptionpublic Folder ajouterSousArbre(Folder f)
f - Le bean Folder courant
public Folder supprimerSousArbre(Folder f)
throws DataException
f - Le bean Folder courant
DataException
public void monterElement(int id,
int parent,
int ordre_elt)
throws DataException
id - Identifiant de l'élémentparent - Identifiant du parent de l'élémentordre_elt - Ordre initial de l'élément
DataException
public void descendreElement(int id,
int parent,
int ordre_elt)
throws DataException
id - Identifiant de l'élémentparent - Identifiant du parent de l'élémentordre_elt - Ordre initial de l'élément
DataException
|
CSignet2 1.00 API Documentation |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||