org.alfresco.web.bean.forums
Class DeletePostDialog

java.lang.Object
  extended by org.alfresco.web.bean.dialog.BaseDialogBean
      extended by org.alfresco.web.bean.content.DeleteContentDialog
          extended by org.alfresco.web.bean.forums.DeletePostDialog
All Implemented Interfaces:
java.io.Serializable, IDialogBean

public class DeletePostDialog
extends DeleteContentDialog

Bean implementation for the "Delete Post" dialog.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.alfresco.web.bean.dialog.BaseDialogBean
browseBean, isFinished, navigator, parameters
 
Constructor Summary
DeletePostDialog()
           
 
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
 java.lang.String getConfirmMessage()
          Returns the confirmation to display to the user before deleting the content.
 
Methods inherited from class org.alfresco.web.bean.content.DeleteContentDialog
finishImpl, getErrorMessageId, getFinishButtonDisabled, getMultilingualContentService, setMultilingualContentService
 
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, init, 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

DeletePostDialog

public DeletePostDialog()
Method Detail

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 DeleteContentDialog
Parameters:
context - FacesContext
outcome - The default outcome
Returns:
The outcome

getConfirmMessage

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

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


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