|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.web.bean.dialog.BaseDialogBean
org.alfresco.web.bean.spaces.DeleteSpaceDialog
public class DeleteSpaceDialog
Bean implementation for the "Delete Space" dialog
Field Summary | |
---|---|
protected boolean |
hasMultipleParents
|
Fields inherited from class org.alfresco.web.bean.dialog.BaseDialogBean |
---|
browseBean, isFinished, navigator, parameters |
Constructor Summary | |
---|---|
DeleteSpaceDialog()
|
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 |
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean hasMultipleParents
Constructor Detail |
---|
public DeleteSpaceDialog()
Method Detail |
---|
public void init(java.util.Map parameters)
IDialogBean
init
in interface IDialogBean
init
in class BaseDialogBean
parameters
- Map of parameters for the dialogprotected java.lang.String finishImpl(javax.faces.context.FacesContext context, java.lang.String outcome) throws java.lang.Exception
BaseDialogBean
finishImpl
in class BaseDialogBean
context
- FacesContextoutcome
- The default outcome
java.lang.Exception
protected java.lang.String doPostCommitProcessing(javax.faces.context.FacesContext context, java.lang.String outcome)
BaseDialogBean
doPostCommitProcessing
in class BaseDialogBean
context
- FacesContextoutcome
- The default outcome
protected java.lang.String getErrorMessageId()
BaseDialogBean
getErrorMessageId
in class BaseDialogBean
public boolean getFinishButtonDisabled()
IDialogBean
getFinishButtonDisabled
in interface IDialogBean
getFinishButtonDisabled
in class BaseDialogBean
protected 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 delete
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |