CSignet2 1.00
API Documentation

org.esupportail.portal.channels.CSignet2.actions
Class ModifyFolder

java.lang.Object
  extended byorg.esupportail.portal.utils.channels.SubChannel
      extended byorg.esupportail.portal.channels.CSignet2.actions.SignetAction
          extended byorg.esupportail.portal.channels.CSignet2.actions.ModifyFolder
All Implemented Interfaces:
org.jasig.portal.ICacheable, org.esupportail.portal.utils.channels.ISubChannel

public class ModifyFolder
extends SignetAction

ModifyFolder

Action de modification d'un répertoire
(c)Copyright ESup-Portail 2004

Version:
1.1
Author:
Céline Bissler

Constructor Summary
ModifyFolder(org.esupportail.portal.utils.channels.MainChannel mainchannel)
          Constructeur
 
Method Summary
 java.lang.Boolean init(org.jasig.portal.ChannelRuntimeData rd)
          Init par défaut qui lance le formulaire de modification
 java.lang.Boolean modFolderInit(org.jasig.portal.ChannelRuntimeData rd)
          Init de modification d'un folder
 java.lang.Boolean setXML()
          Crée le XML correspondant
 
Methods inherited from class org.esupportail.portal.channels.CSignet2.actions.SignetAction
paramAction, paramXML, retourAccueil
 
Methods inherited from class org.esupportail.portal.utils.channels.SubChannel
addDefaultXslParameters, addDownloadXslParameter, clearChannel, generateKey, getMainChannel, getMediaPath, getPackageName, getRuntimeData, getSSL, getXML, getXSL, getXSLParameter, isCacheValid, log, log, renderXML, setDefaultXslParameters, setOutput, setSSL, setXML, setXSL, setXSLParameter
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModifyFolder

public ModifyFolder(org.esupportail.portal.utils.channels.MainChannel mainchannel)
Constructeur

Parameters:
mainchannel - Channel principale
Method Detail

init

public java.lang.Boolean init(org.jasig.portal.ChannelRuntimeData rd)
                       throws org.jasig.portal.PortalException,
                              org.esupportail.portal.utils.channels.FrameWorkException
Init par défaut qui lance le formulaire de modification

Specified by:
init in interface org.esupportail.portal.utils.channels.ISubChannel
Overrides:
init in class SignetAction
Throws:
org.jasig.portal.PortalException
org.esupportail.portal.utils.channels.FrameWorkException

modFolderInit

public java.lang.Boolean modFolderInit(org.jasig.portal.ChannelRuntimeData rd)
                                throws org.jasig.portal.PortalException,
                                       org.esupportail.portal.utils.channels.FrameWorkException
Init de modification d'un folder

Parameters:
rd - Le RuntimeData
Returns:
Boolean.TRUE si l'action s'est bien passée, Boolean.FALSE sinon
Throws:
org.jasig.portal.PortalException
org.esupportail.portal.utils.channels.FrameWorkException

setXML

public java.lang.Boolean setXML()
Crée le XML correspondant

Specified by:
setXML in interface org.esupportail.portal.utils.channels.ISubChannel
Overrides:
setXML in class SignetAction

CSignet2 1.00
API Documentation