public class DeleteSpaceDialog extends BaseDialogBean
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
hasMultipleParents |
browseBean, isFinished, navigator, parameters| Constructor and Description |
|---|
DeleteSpaceDialog() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
boolean |
getArchiveNodes() |
java.lang.String |
getConfirmMessage()
Returns the confirmation to display to the user before deleting the content.
|
protected java.lang.String |
getConfirmMessageId() |
java.lang.String |
getDeleteMode() |
protected java.lang.String |
getErrorMessageId()
The default message id to use in error messages
|
boolean |
getExecuteRules() |
boolean |
getFinishButtonDisabled()
Determines whether the finish button on the dialog should be disabled
|
boolean |
getHasMultipleParents() |
void |
init(java.util.Map parameters)
Initialises the dialog bean
|
void |
setArchiveNodes(boolean archiveNodes) |
void |
setDeleteMode(java.lang.String deleteMode) |
void |
setExecuteRules(boolean executeRules) |
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, setSearchServicepublic void init(java.util.Map parameters)
IDialogBeaninit in interface IDialogBeaninit in class BaseDialogBeanparameters - Map of parameters for the dialogprotected java.lang.String finishImpl(javax.faces.context.FacesContext context,
java.lang.String outcome)
throws java.lang.Exception
BaseDialogBeanfinishImpl in class BaseDialogBeancontext - FacesContextoutcome - The default outcomejava.lang.Exceptionprotected java.lang.String doPostCommitProcessing(javax.faces.context.FacesContext context,
java.lang.String outcome)
BaseDialogBeandoPostCommitProcessing in class BaseDialogBeancontext - FacesContextoutcome - The default outcomeprotected java.lang.String getErrorMessageId()
BaseDialogBeangetErrorMessageId in class BaseDialogBeanpublic boolean getFinishButtonDisabled()
IDialogBeangetFinishButtonDisabled in interface IDialogBeangetFinishButtonDisabled in class BaseDialogBeanprotected java.lang.String getConfirmMessageId()
public java.lang.String getConfirmMessage()
public java.lang.String getDeleteMode()
public void setDeleteMode(java.lang.String deleteMode)
deleteMode - The delete operation mode to set.public boolean getHasMultipleParents()
public boolean getExecuteRules()
public void setExecuteRules(boolean executeRules)
executeRules - execute rules during deletepublic boolean getArchiveNodes()
public void setArchiveNodes(boolean archiveNodes)
archiveNodes - archive nodes during deleteCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.