org.esupportail.portal.channels.CIntranet.actions.admin
Class DeleteIntranet

java.lang.Object
  extended byorg.esupportail.portal.utils.channels.SubChannel
      extended byorg.esupportail.portal.channels.CIntranet.actions.admin.AdminAction
          extended byorg.esupportail.portal.channels.CIntranet.actions.admin.DeleteIntranet
All Implemented Interfaces:
org.jasig.portal.ICacheable, org.esupportail.portal.utils.channels.ISubChannel

public class DeleteIntranet
extends AdminAction

DeleteIntranet

Cette action prend en charge la suppression d'un intranet

(c)Copyright ESup-Portail 2004

Version:
1.2
Author:
Mathieu Larchet

Field Summary
 
Fields inherited from class org.esupportail.portal.channels.CIntranet.actions.admin.AdminAction
login
 
Fields inherited from class org.esupportail.portal.utils.channels.SubChannel
END_XML, INIT_XML, mainChannel, runtimeData, START_XML, xml, xslParameters
 
Constructor Summary
DeleteIntranet(org.esupportail.portal.utils.channels.MainChannel mainChannel)
          Constructeur
 
Method Summary
 java.lang.Boolean action()
          Méthode appelée si l'utilisateur est un super-utilisateur
 java.lang.Boolean removeinit(org.jasig.portal.ChannelRuntimeData rd)
          Traite la suppression d'un intranet
 java.lang.Boolean setXML()
          Affichage de la confirmation de suppression
 
Methods inherited from class org.esupportail.portal.channels.CIntranet.actions.admin.AdminAction
init
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteIntranet

public DeleteIntranet(org.esupportail.portal.utils.channels.MainChannel mainChannel)
Constructeur

Parameters:
mainChannel - La channel principale
Method Detail

action

public java.lang.Boolean action()
                         throws org.jasig.portal.PortalException,
                                org.esupportail.portal.utils.channels.FrameWorkException
Méthode appelée si l'utilisateur est un super-utilisateur

Specified by:
action in class AdminAction
Returns:
Boolean.TRUE si l'action s'est bien passée, Boolean.FALSE sinon
Throws:
org.esupportail.portal.utils.channels.FrameWorkException
org.jasig.portal.PortalException

setXML

public java.lang.Boolean setXML()
                         throws org.esupportail.portal.utils.channels.FrameWorkException
Affichage de la confirmation de suppression

Returns:
Boolean.TRUE
Throws:
org.esupportail.portal.utils.channels.FrameWorkException

removeinit

public java.lang.Boolean removeinit(org.jasig.portal.ChannelRuntimeData rd)
                             throws org.jasig.portal.PortalException,
                                    org.esupportail.portal.utils.channels.FrameWorkException
Traite la suppression d'un intranet

Parameters:
rd -
Returns:
Boolean.FALSE (pas d'affichage)
Throws:
org.jasig.portal.PortalException
org.esupportail.portal.utils.channels.FrameWorkException