|
CSympaMultiServeur 2.0 API Documentation |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.esupportail.portal.channels.CSympaMultiServeur.CSympaMultiServeur
public class CSympaMultiServeur
Description :
Application qui donne la liste des abonnements SYMPA d'un
utilisateur. List subscriptions Sympa
Constructor Summary | |
---|---|
CSympaMultiServeur()
|
Method Summary | |
---|---|
org.jasig.portal.ChannelRuntimeProperties |
getRuntimeProperties()
Cette méthode permet de récupérer l'environnement d'exécution |
void |
receiveEvent(org.jasig.portal.PortalEvent ev)
Récupére les évenements extérieurs au canal. |
void |
renderXML(org.xml.sax.ContentHandler out)
Cette méthode permet de générer les informations au format XML des différents abonnements d'un utilisateur sur les diférents serveurs SYMPA. |
void |
setRuntimeData(org.jasig.portal.ChannelRuntimeData rd)
Récupère l'environnement de travail du canal. |
void |
setStaticData(org.jasig.portal.ChannelStaticData sd)
Récupére les éléments statiques du canal. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CSympaMultiServeur()
Method Detail |
---|
public org.jasig.portal.ChannelRuntimeProperties getRuntimeProperties()
getRuntimeProperties
in interface org.jasig.portal.IChannel
public void receiveEvent(org.jasig.portal.PortalEvent ev)
receiveEvent
in interface org.jasig.portal.IChannel
ev
- Les événements envoyés au canal.public void setStaticData(org.jasig.portal.ChannelStaticData sd)
setStaticData
in interface org.jasig.portal.IChannel
sd
- Les paramètres statiques du canal.
This method allows to call the webservices of the different Sympa servers
to recover the user's list subscriptions.public void setRuntimeData(org.jasig.portal.ChannelRuntimeData rd)
setRuntimeData
in interface org.jasig.portal.IChannel
rd
- L'environnement d'exécution passé au canal.public void renderXML(org.xml.sax.ContentHandler out) throws org.jasig.portal.PortalException
renderXML
in interface org.jasig.portal.IChannel
out
- de type XML
org.jasig.portal.PortalException
- This method makes it possible to generate information with XML format of
various user's subscriptions on the different Sympa servers
|
CSympaMultiServeur 2.0 API Documentation |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |