|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.esupportail.portal.channels.CIntranet.data.NotificationControler
public class NotificationControler
NotificationControler
Classe permettant d'accéder à la base de données via un CRON pour les notifications
(c)Copyright ESup-Portail 2004
| Constructor Summary | |
|---|---|
NotificationControler()
|
|
| Method Summary | |
|---|---|
void |
close()
Ferme la connexion courante |
java.util.List |
getFolderPath(java.lang.String id)
Retourne la liste des dossiers jusqu'à la racine (chemin) |
java.util.List |
getGrants(java.lang.String id)
Retourne la liste des droits d'un dossier |
java.util.List |
getIntranets()
Récupère tous les intranets |
java.util.List |
getInvalidDocuments(java.lang.String intranet)
Retourne la liste des documents en attente de validation |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NotificationControler()
| Method Detail |
|---|
public void close()
public java.util.List getIntranets()
throws DataException
DataException
public java.util.List getInvalidDocuments(java.lang.String intranet)
throws DataException
intranet - L'identifiant de l'intranet
DataException
public java.util.List getGrants(java.lang.String id)
throws DataException
id - L'identifiant du dossier
DataException
public java.util.List getFolderPath(java.lang.String id)
throws DataException
id - L'identifiant du dossier à partir duquel on construit le chemin
DataException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||