Uses of Class
org.esupportail.portal.utils.channels.MainChannel

Packages that use MainChannel
org.esupportail.portal.utils.channels   
org.esupportail.portal.utils.channels.plugins   
 

Uses of MainChannel in org.esupportail.portal.utils.channels
 

Methods in org.esupportail.portal.utils.channels that return MainChannel
 MainChannel SubChannel.getMainChannel()
          Récupére l'instance de la channel principale
 

Methods in org.esupportail.portal.utils.channels with parameters of type MainChannel
static ISubChannel SubChannelFactory.instantiateAction(MainChannel mainChannel, Action action)
          Méthode statique qui permet d'instancier une SubChannel correspondant à une action
static org.jasig.portal.IServant ServantFactory.instantiateServant(MainChannel mainChannel, Action action)
          Méthode statique qui permet d'instancier une SubChannel correspondant à une action
 

Constructors in org.esupportail.portal.utils.channels with parameters of type MainChannel
SubChannel(MainChannel mainChannel)
          Constructeur d'une SubChannel Positionne une référence vers la channel principale
 

Uses of MainChannel in org.esupportail.portal.utils.channels.plugins
 

Methods in org.esupportail.portal.utils.channels.plugins with parameters of type MainChannel
static void Todo.register(MainChannel main)
          Méthode statique qui permet d'enregistrer le plug-in Todo dans la liste des actions d'une channel
static void Todo.todo(MainChannel main, org.jasig.portal.ChannelRuntimeData rd, java.lang.String newAction)
          Méthode statique qui permet d'afficher la page du plug-in
static boolean RestrictedAction.filterAccess(MainChannel main, java.lang.String currentAction, java.util.HashMap mapping)
          Appel de la méthode filterAccess en autorisant l'accès aux actions sans déclaration de groupe
static boolean RestrictedAction.filterAccess(MainChannel main, java.lang.String currentAction, java.util.HashMap mapping, boolean allowWithoutGroupSpecification)
          Méthode statique qui permet de filtrer l'accès sur l'action en cours par rapport aux groupes auquel appatient la personne connectée
static void Message.register(MainChannel main)
          Méthode statique qui permet d'enregistrer le plug-in error message dans la liste des actions d'un channel
static void Message.message(MainChannel main, org.jasig.portal.ChannelRuntimeData rd, MessageBean mb)
          Méthode statique qui permet d'afficher un message associé à un icône
static void Message.message(MainChannel main, org.jasig.portal.ChannelRuntimeData rd, MessageBean mb, java.lang.String newAction)
          Méthode statique qui permet d'afficher un message associé à un icône
static void Message.message(MainChannel main, org.jasig.portal.ChannelRuntimeData rd, MessageBean mb, java.lang.String newAction, java.util.Hashtable parameters)
          Méthode statique qui permet d'afficher un message associé à un icône
static void Message.message(MainChannel main, org.jasig.portal.ChannelRuntimeData rd, java.util.Vector messages, java.lang.String newAction, java.util.Hashtable parameters)
          Méthode statique qui permet d'afficher une liste de messages associés à un icône
static void FatalError.fatalError(MainChannel main, java.lang.String msg)
          Méthode statique qui efface toutes les actions pour ne laisser que le plug-in d'erreur fatale comme page par défaut (à faire avant le setruntimedata)
static void Confirm.register(MainChannel main)
          Méthode statique qui permet d'enregistrer le plug-in error confirm dans la liste des actions d'un channel
static void Confirm.confirm(MainChannel main, org.jasig.portal.ChannelRuntimeData rd, java.lang.String msg, java.lang.String confAction)
          Méthode statique qui permet d'afficher un message de confirmation
C'est l'action suivant qui traite si l'utilisateur a cliqué sur
oui ou sur non en testant la variable _confirm des runtimeData
static void Confirm.confirm(MainChannel main, org.jasig.portal.ChannelRuntimeData rd, java.lang.String msg, java.lang.String confAction, java.util.Hashtable parameters)
          Méthode statique qui permet d'afficher un message de confirmation
C'est l'action suivant qui traite si l'utilisateur a cliqué sur
oui ou sur non en testant la variable _confirm des runtimeData
Les paramètres fournis sont transmis à l'action suivante
static void Confirm.confirm(MainChannel main, org.jasig.portal.ChannelRuntimeData rd, java.lang.String msg, java.lang.String actionYes, java.lang.String actionNo)
          Méthode statique qui permet d'afficher un message de confirmation
Si l'utilisateur clique sur Oui, c'est l'actionYes qui est exécutée
Sinon c'est l'actionNo
static void Confirm.confirm(MainChannel main, org.jasig.portal.ChannelRuntimeData rd, java.lang.String msg, java.lang.String actionYes, java.lang.String actionNo, java.util.Hashtable parameters)
          Méthode statique qui permet d'afficher un message de confirmation
Si l'utilisateur clique sur Oui, c'est l'actionYes qui est exécutée
Sinon c'est l'actionNo
Les paramètres fournis sont transmis indiféremment à l'action suivante
static void Confirm.confirm(MainChannel main, org.jasig.portal.ChannelRuntimeData rd, java.lang.String msg, java.lang.String actionYes, java.lang.String actionNo, java.util.Hashtable parametersYes, java.util.Hashtable parametersNo)
          Méthode statique qui permet d'afficher un message de confirmation
Si l'utilisateur clique sur Oui, c'est l'actionYes qui est exécutée
Sinon c'est l'actionNo
De la même façon, parametersYes sont transmis à l'actionYes et
parametersNo sont transmis à l'actionNo
 

Constructors in org.esupportail.portal.utils.channels.plugins with parameters of type MainChannel
Todo(MainChannel main)
          Constructeur
RestrictedAction(MainChannel main)
          Constructeur
Message(MainChannel main)
          Constructeur
FatalError(MainChannel main)
          Constructeur
Confirm(MainChannel main)
          Constructeur