org.alfresco.web.bean.search
Class EditSearchDialog

java.lang.Object
  extended by org.alfresco.web.bean.dialog.BaseDialogBean
      extended by org.alfresco.web.bean.search.AdvancedSearchDialog
          extended by org.alfresco.web.bean.search.EditSearchDialog
All Implemented Interfaces:
java.io.Serializable, IDialogBean

public class EditSearchDialog
extends AdvancedSearchDialog

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.alfresco.web.bean.search.AdvancedSearchDialog
properties
 
Fields inherited from class org.alfresco.web.bean.dialog.BaseDialogBean
browseBean, isFinished, navigator, parameters
 
Constructor Summary
EditSearchDialog()
           
 
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 getFinishButtonLabel()
          Returns the label to use for the finish button
 java.lang.String saveEditSearchOK(javax.faces.context.FacesContext newContext, java.lang.String newOutcome)
           
 
Methods inherited from class org.alfresco.web.bean.search.AdvancedSearchDialog
addCategory, expandPanel, getCategoriesDataModel, getContentFormats, getContentTypes, getFolderTypes, getGlobalSearchesRef, getPermissionService, getSavedSearches, getUserSearchesRef, init, isAllowEdit, removeCategory, reset, savedSearchModeChanged, saveEditSearch, saveNewSearch, search, selectSearch, setAllowEdit, setPermissionService, setProperties
 
Methods inherited from class org.alfresco.web.bean.dialog.BaseDialogBean
cancel, doPostCommitProcessing, finish, formatErrorMessage, getActionsConfigId, getActionsContext, getAdditionalButtons, getCancelButtonLabel, getCheckOutCheckInService, getContainerDescription, getContainerSubTitle, getContainerTitle, getDefaultCancelOutcome, getDefaultFinishOutcome, getDictionaryService, getErrorMessageId, getErrorOutcome, getFileFolderService, getFinishButtonDisabled, 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

EditSearchDialog

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

getFinishButtonLabel

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

Specified by:
getFinishButtonLabel in interface IDialogBean
Overrides:
getFinishButtonLabel in class AdvancedSearchDialog
Returns:
The finish button label

saveEditSearchOK

public java.lang.String saveEditSearchOK(javax.faces.context.FacesContext newContext,
                                         java.lang.String newOutcome)


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