org.alfresco.web.bean.spaces
Class DeleteSpaceAssociationDialog

java.lang.Object
  extended by org.alfresco.web.bean.dialog.BaseDialogBean
      extended by org.alfresco.web.bean.spaces.DeleteSpaceDialog
          extended by org.alfresco.web.bean.spaces.DeleteSpaceAssociationDialog
All Implemented Interfaces:
java.io.Serializable, IDialogBean

public class DeleteSpaceAssociationDialog
extends DeleteSpaceDialog

Bean implementation for the "Delete Space" dialog

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.alfresco.web.bean.spaces.DeleteSpaceDialog
hasMultipleParents
 
Fields inherited from class org.alfresco.web.bean.dialog.BaseDialogBean
browseBean, isFinished, navigator, parameters
 
Constructor Summary
DeleteSpaceAssociationDialog()
           
 
Method Summary
protected  java.lang.String finishImpl(javax.faces.context.FacesContext context, java.lang.String outcome)
          Performs the actual processing for the wizard.
 java.lang.String getConfirmMessage()
          Returns the confirmation to display to the user before deleting the content.
 
Methods inherited from class org.alfresco.web.bean.spaces.DeleteSpaceDialog
doPostCommitProcessing, getArchiveNodes, getConfirmMessageId, getDeleteMode, getErrorMessageId, getExecuteRules, getFinishButtonDisabled, getHasMultipleParents, init, 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
 

Constructor Detail

DeleteSpaceAssociationDialog

public DeleteSpaceAssociationDialog()
Method Detail

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 - FacesContext
outcome - The default outcome
Returns:
The outcome
Throws:
java.lang.Exception

getConfirmMessage

public java.lang.String getConfirmMessage()
Returns the confirmation to display to the user before deleting the content.

Overrides:
getConfirmMessage in class DeleteSpaceDialog
Returns:
The formatted message to display


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.