org.alfresco.web.bean.trashcan
Class TrashcanRecoveryReportDialog

java.lang.Object
  extended by org.alfresco.web.bean.dialog.BaseDialogBean
      extended by org.alfresco.web.bean.trashcan.TrashcanDialog
          extended by org.alfresco.web.bean.trashcan.TrashcanRecoveryReportDialog
All Implemented Interfaces:
java.io.Serializable, IContextListener, IDialogBean

public class TrashcanRecoveryReportDialog
extends TrashcanDialog

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.alfresco.web.bean.trashcan.TrashcanDialog
permissionService, property
 
Fields inherited from class org.alfresco.web.bean.dialog.BaseDialogBean
browseBean, isFinished, navigator, parameters
 
Constructor Summary
TrashcanRecoveryReportDialog()
           
 
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 getCancelButtonLabel()
          Returns the label to use for the cancel button
protected  java.lang.String getDefaultCancelOutcome()
          Returns the default cancel outcome
 
Methods inherited from class org.alfresco.web.bean.trashcan.TrashcanDialog
areaChanged, cancel, clearSearch, close, contextUpdated, dateFilterChanged, getFailureItemsTable, getItemBrowserUrl, getItemDownloadUrl, getItemNodeRefUrl, getItems, getListedItemsTable, getPanelMessage, getPermissionService, getProperty, getSuccessItemsTable, saveReportDetail, searchContent, searchName, setPermissionService, setProperty, setupItemAction, setupListAction, setupTrashcan, spaceChanged, userFilterChanged
 
Methods inherited from class org.alfresco.web.bean.dialog.BaseDialogBean
doPostCommitProcessing, finish, formatErrorMessage, getActionsConfigId, getActionsContext, getAdditionalButtons, getCheckOutCheckInService, getContainerDescription, getContainerSubTitle, getContainerTitle, getDefaultFinishOutcome, getDictionaryService, getErrorMessageId, getErrorOutcome, getFileFolderService, getFinishButtonDisabled, 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

TrashcanRecoveryReportDialog

public TrashcanRecoveryReportDialog()
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 TrashcanDialog
Parameters:
context - FacesContext
outcome - The default outcome
Returns:
The outcome
Throws:
java.lang.Exception

getCancelButtonLabel

public java.lang.String getCancelButtonLabel()
Description copied from interface: IDialogBean
Returns the label to use for the cancel button

Specified by:
getCancelButtonLabel in interface IDialogBean
Overrides:
getCancelButtonLabel in class TrashcanDialog
Returns:
The cancel button label

getDefaultCancelOutcome

protected java.lang.String getDefaultCancelOutcome()
Description copied from class: BaseDialogBean
Returns the default cancel outcome

Overrides:
getDefaultCancelOutcome in class BaseDialogBean
Returns:
Default close outcome, dialog:close by default


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