org.alfresco.web.bean.forums
Class DeleteForumsDialog
java.lang.Object
org.alfresco.web.bean.dialog.BaseDialogBean
org.alfresco.web.bean.spaces.DeleteSpaceDialog
org.alfresco.web.bean.forums.DeleteForumsDialog
- All Implemented Interfaces:
- java.io.Serializable, IDialogBean
public class DeleteForumsDialog
- extends DeleteSpaceDialog
Bean implementation for the "Delete Forum Space" dialog
- See Also:
- Serialized Form
Method Summary |
protected java.lang.String |
doPostCommitProcessing(javax.faces.context.FacesContext context,
java.lang.String outcome)
Performs any post commit processing subclasses may want to provide |
protected java.lang.String |
finishImpl(javax.faces.context.FacesContext context,
java.lang.String outcome)
Performs the actual processing for the wizard. |
void |
init(java.util.Map parameters)
Initialises the dialog bean |
Methods inherited from class org.alfresco.web.bean.spaces.DeleteSpaceDialog |
getArchiveNodes, getConfirmMessage, getConfirmMessageId, getDeleteMode, getErrorMessageId, getExecuteRules, getFinishButtonDisabled, getHasMultipleParents, setArchiveNodes, setDeleteMode, setExecuteRules |
Methods inherited from class org.alfresco.web.bean.dialog.BaseDialogBean |
cancel, finish, formatErrorMessage, getActionsConfigId, getActionsContext, getAdditionalButtons, getCancelButtonLabel, getCheckOutCheckInService, getContainerDescription, getContainerSubTitle, getContainerTitle, getDefaultCancelOutcome, getDefaultFinishOutcome, getDictionaryService, getErrorOutcome, getFileFolderService, getFinishButtonLabel, getMoreActionsConfigId, getNamespaceService, getNodeService, getRuleService, getSearchService, getTransactionService, isFinished, restored, setBrowseBean, setDictionaryService, setFileFolderService, setNamespaceService, setNavigator, setNodeService, setSearchService |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
reDisplayForums
protected boolean reDisplayForums
DeleteForumsDialog
public DeleteForumsDialog()
init
public void init(java.util.Map parameters)
- Description copied from interface:
IDialogBean
- Initialises the dialog bean
- Specified by:
init
in interface IDialogBean
- Overrides:
init
in class DeleteSpaceDialog
- Parameters:
parameters
- Map of parameters for the dialog
finishImpl
protected java.lang.String finishImpl(javax.faces.context.FacesContext context,
java.lang.String outcome)
throws java.lang.Exception
- Description copied from class:
BaseDialogBean
- Performs the actual processing for the wizard.
NOTE: This method is called within the context of a transaction
so no transaction handling is required
- Overrides:
finishImpl
in class DeleteSpaceDialog
- Parameters:
context
- FacesContextoutcome
- The default outcome
- Returns:
- The outcome
- Throws:
java.lang.Exception
doPostCommitProcessing
protected java.lang.String doPostCommitProcessing(javax.faces.context.FacesContext context,
java.lang.String outcome)
- Description copied from class:
BaseDialogBean
- Performs any post commit processing subclasses may want to provide
- Overrides:
doPostCommitProcessing
in class DeleteSpaceDialog
- Parameters:
context
- FacesContextoutcome
- The default outcome
- Returns:
- The outcome
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.