A C D E F G I L M O P Q R S T U W

G

Group - class org.esupportail.portal.utils.channels.Group.
Group

Cette classe décrit le mapping entre le nom local d'un groupe et son id dans la base uportal
Les groupes sont lus à partir du fichier de configuration du canal.
Group() - Constructor for class org.esupportail.portal.utils.channels.Group
Constructeur
generateKey() - Method in class org.esupportail.portal.utils.channels.MainChannel
Implémentation de l'interface ICacheable
generateKey() - Method in class org.esupportail.portal.utils.channels.SubChannel
Implémentation ISubChannel
getAction(String) - Method in class org.esupportail.portal.utils.channels.MainChannel
Retourne une action de la channel connaissant son nom
getActionParam(String, String) - Method in class org.esupportail.portal.utils.channels.MainChannel
Retourne le paramètre d'une action connaissant le nom de l'action et du paramètre
getActions() - Method in class org.esupportail.portal.utils.channels.ConfigChannel
Retourne la liste des actions
getActions() - Method in interface org.esupportail.portal.utils.channels.IConfigActions
Retourne la liste des actions liée à la configuration
getCachetype() - Method in class org.esupportail.portal.utils.channels.Action
Le type de cache
getClassname() - Method in class org.esupportail.portal.utils.channels.Action
Le nom complet de la classe à instancier pour l'action (DOIT ETRE UNIQUE pour une channel)
getConfigActions() - Method in class org.esupportail.portal.utils.channels.MainChannel
Retourne une référence vers la configuration des actions
getConnexion(String) - Method in class org.esupportail.portal.utils.channels.ConfigChannel
Retourne une connexion vers le pool spécifié
getConnexion(String) - Method in interface org.esupportail.portal.utils.database.IConfigPools
Récupère la connexion (JDBC ou JNDI) dont le nom est passé en paramètre
getConnexionDefault() - Method in class org.esupportail.portal.utils.channels.ConfigChannel
Retourne une connexion vers le pool "default"
getConnexionDefault() - Method in interface org.esupportail.portal.utils.database.IConfigPools
Récupère la connexion (JDBC ou JNDI) par défaut de la channnel si elle est définie
getContentType() - Method in class org.esupportail.portal.utils.channels.MainChannel
Implémentation de IMimeResponde Callback sur l'action en cours
getCurrentAction() - Method in class org.esupportail.portal.utils.channels.MainChannel
Action en cours
getDefaultAction() - Method in class org.esupportail.portal.utils.channels.MainChannel
Action par défaut : "default"
Surcharger cette méthode permet de redéfinir
l'action par défaut
getDefaultCacheKey() - Method in class org.esupportail.portal.utils.channels.MainChannel
Retourne la clé par défaut du cache pour l'action en cours
getDefaultCacheValid(Object) - Method in class org.esupportail.portal.utils.channels.MainChannel
Comportement par défaut pour indiquer si le cache est encore valide : si l'action est cachée au niveau channel ou instance alors le cache est toujours valide sinon cela dépend de isInCache (la channel n'a pas reçu de paramètres).
getDisplayError() - Method in class org.esupportail.portal.utils.channels.ConfigChannel
Retourne le message d'erreur
getDisplayError() - Method in interface org.esupportail.portal.utils.channels.IConfigMail
Retourne le message d'erreur
getDisplayMessage() - Method in class org.esupportail.portal.utils.channels.FrameWorkException
Retourne le message d'erreur
getDriverClassName() - Method in class org.esupportail.portal.utils.database.Database
 
getFrom() - Method in class org.esupportail.portal.utils.channels.ConfigChannel
Retourne l'expéditeur du mail
getFrom() - Method in interface org.esupportail.portal.utils.channels.IConfigMail
Retourne l'expéditeur du mail
getFrom() - Method in class org.esupportail.portal.utils.channels.Mail
Retourne le destinataire
getGroupmapping() - Method in class org.esupportail.portal.utils.channels.ConfigChannel
Retourne les mappings des groupes
getHeaders() - Method in class org.esupportail.portal.utils.channels.MainChannel
Implémentation de IMimeResponde Callback sur l'action en cours
getInit() - Method in class org.esupportail.portal.utils.channels.Action
Le nom de la méthode d'initialisation de l'action (init par défaut)
getInputStream() - Method in class org.esupportail.portal.utils.channels.MainChannel
Implémentation de IMimeResponde Callback sur l'action en cours
getLocalname() - Method in class org.esupportail.portal.utils.channels.Group
Retourne le nom local
getLog() - Method in class org.esupportail.portal.utils.channels.Action
Deprecated.  
getLog() - Method in class org.esupportail.portal.utils.channels.ConfigChannel
Retourne le niveau de log par défaut
getLog() - Method in interface org.esupportail.portal.utils.channels.IConfigActions
Retourne le niveau de log sous forme de chaîne de caractères
getLogLevel() - Method in class org.esupportail.portal.utils.channels.Action
Deprecated.  
getLogLevel() - Method in class org.esupportail.portal.utils.channels.ConfigChannel
Deprecated.  
getLogLevel() - Method in interface org.esupportail.portal.utils.channels.IConfigActions
Deprecated.  
getMainChannel() - Method in class org.esupportail.portal.utils.channels.SubChannel
Récupére l'instance de la channel principale
getMediaPath() - Method in class org.esupportail.portal.utils.channels.SubChannel
Retourne le chemin d'accès aux médis
getMessage() - Method in class org.esupportail.portal.utils.channels.ConfigChannel
Retourne le contenu du mail
getMessage() - Method in class org.esupportail.portal.utils.channels.FrameWorkException
Retourne le message
getMessage() - Method in interface org.esupportail.portal.utils.channels.IConfigMail
Retourne le contenu du mail
getMessage() - Method in class org.esupportail.portal.utils.channels.Mail
Retourne le contenu du message
getMessage() - Method in class org.esupportail.portal.utils.channels.plugins.MessageBean
Le contenu du message
getMsgDefault() - Method in class org.esupportail.portal.utils.channels.FrameWorkException
Retourne le message par défaut
getName() - Method in class org.esupportail.portal.utils.channels.Action
Le nom de l'action
getName() - Method in class org.esupportail.portal.utils.channels.ActionParam
Retourne le nom du paramètre
getName() - Method in class org.esupportail.portal.utils.channels.MainChannel
Implémentation de IMimeResponde Callback sur l'action en cours
getName() - Method in class org.esupportail.portal.utils.database.Database
 
getPackageName(Class) - Static method in class org.esupportail.portal.utils.channels.SubChannel
Retourne le nom du package en cours
getParam() - Method in class org.esupportail.portal.utils.channels.Action
Le paramètre associé à l'action
getParams() - Method in class org.esupportail.portal.utils.channels.Action
Les paramètres associés à l'action
getPassword() - Method in class org.esupportail.portal.utils.database.Database
 
getPools() - Method in class org.esupportail.portal.utils.channels.ConfigChannel
Retourne la liste des pools
getPools() - Method in interface org.esupportail.portal.utils.database.IConfigPools
La liste des pools liée à la configuration
getPrefForm() - Method in class org.esupportail.portal.utils.channels.MainChannel
Retourne l'identifiant à utiliser dans les pages html pour les noms d'objets
getPrefParam(String) - Method in class org.esupportail.portal.utils.channels.MainChannel
Permet de rendre unique un nom de paramètre en le préfixant par l'identifiant unique de la classe
getPreviousAction() - Method in class org.esupportail.portal.utils.channels.MainChannel
Action précédente
getRenderType() - Method in class org.esupportail.portal.utils.channels.Action
Le type de rendu de l'action : xsl ou ssl (xsl par défaut)
getRenderXML() - Method in class org.esupportail.portal.utils.channels.Action
Le nom de la méthode qui fait le rendu XML pour l'action (renderXML par défaut)
getRs() - Method in class org.esupportail.portal.utils.database.Query
récupère le resultset associé à l'objet
getRuntimeData() - Method in class org.esupportail.portal.utils.channels.SubChannel
Récupère les runtimeData de la sous-channel
getRuntimeProperties() - Method in class org.esupportail.portal.utils.channels.MainChannel
Process layout-level events coming from the portal.
getSSL() - Method in interface org.esupportail.portal.utils.channels.ISubChannel
Retourne le fichier SSL à utiliser lors la transformation XSLT
getSSL() - Method in class org.esupportail.portal.utils.channels.SubChannel
Implémentation ISubChannel
getServantResults() - Method in class org.esupportail.portal.utils.channels.MainChannel
Donne le résultat du servant
getServantfinish() - Method in class org.esupportail.portal.utils.channels.Action
Le nom de l'action à initier lorsque le servant est terminé
getServantinit() - Method in class org.esupportail.portal.utils.channels.Action
Retourne la méthode init du servant
getSetOutput() - Method in class org.esupportail.portal.utils.channels.Action
Le nom de la méthode qui fixe les paramètres de rendu xml (setOutput par défaut)
getSetXML() - Method in class org.esupportail.portal.utils.channels.Action
Le nom de la méthode qui fixe le XML pour le rendu (setXML par défaut)
getSmtp() - Method in class org.esupportail.portal.utils.channels.ConfigChannel
Retourne le serveur de mail SMTP
getSmtp() - Method in interface org.esupportail.portal.utils.channels.IConfigMail
Retourne le serveur SMTP
getSmtp() - Method in class org.esupportail.portal.utils.channels.Mail
Retourne le serveur SMTP
getSslFile() - Method in class org.esupportail.portal.utils.channels.Action
Le nom du fichier ssl à utiliser lorsque l'action est du type ssl (null par défaut)
getSslTitle() - Method in class org.esupportail.portal.utils.channels.Action
Le "title" à utiliser dans la feuille ssl lorsque l'action est du type ssl
getStaticData() - Method in class org.esupportail.portal.utils.channels.MainChannel
Retourne les staticData de la channel principale
getStmt() - Method in class org.esupportail.portal.utils.database.Query
retourne le statement associé à l'objet
getSubject() - Method in class org.esupportail.portal.utils.channels.ConfigChannel
Retourne le sujet du mail
getSubject() - Method in interface org.esupportail.portal.utils.channels.IConfigMail
Retourne le sujet du mail
getSubject() - Method in class org.esupportail.portal.utils.channels.Mail
Retourne le sujet du message
getTo() - Method in class org.esupportail.portal.utils.channels.ConfigChannel
Retourne le destinataire du mail
getTo() - Method in interface org.esupportail.portal.utils.channels.IConfigMail
Retourne le destinataire du mail
getTo() - Method in class org.esupportail.portal.utils.channels.Mail
Retourne le destinataire
getType() - Method in class org.esupportail.portal.utils.channels.Action
Le type de l'action (normal ou servant / normal par défaut)
getType() - Method in class org.esupportail.portal.utils.channels.plugins.MessageBean
Le type du message
getType() - Method in class org.esupportail.portal.utils.database.Database
 
getUportalid() - Method in class org.esupportail.portal.utils.channels.Group
Retourne l'identifiant uPortal
getUrl() - Method in class org.esupportail.portal.utils.database.Database
 
getUsername() - Method in class org.esupportail.portal.utils.database.Database
 
getValue() - Method in class org.esupportail.portal.utils.channels.ActionParam
Retourne la valeur (ou la première valeur dans le cas d'un paramètre multivalué)
getValues() - Method in class org.esupportail.portal.utils.channels.ActionParam
Retourne les valeurs
getXML() - Method in interface org.esupportail.portal.utils.channels.ISubChannel
Retourne le XML à utiliser lors de l'affichage
getXML() - Method in class org.esupportail.portal.utils.channels.SubChannel
Implémentation ISubChannel
getXSL() - Method in interface org.esupportail.portal.utils.channels.ISubChannel
Retourne le fichier XSL à utiliser lors de l'affichage
getXSL() - Method in class org.esupportail.portal.utils.channels.SubChannel
Implémentation ISubChannel
getXSLParameter() - Method in interface org.esupportail.portal.utils.channels.ISubChannel
Retourne les paramètres à passer à la feuille XSL
getXSLParameter() - Method in class org.esupportail.portal.utils.channels.SubChannel
Implémentation ISubChannel
getXmlEncoding() - Method in class org.esupportail.portal.utils.channels.ConfigChannel
Retourne l'encodage XML utilisé
getXmlEncoding() - Method in interface org.esupportail.portal.utils.channels.IConfigActions
Retourne l'encodage XML
getXslFile() - Method in class org.esupportail.portal.utils.channels.Action
Le nom du fichier xsl à utiliser lorsque l'action est du type xsl (par défaut getName() + ".xsl")

A C D E F G I L M O P Q R S T U W