|
|||||||||
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.wcm.DeleteSandboxDialog
public class DeleteSandboxDialog
Bean implementation for the AVM "Delete Sandbox" dialog
Field Summary | |
---|---|
protected AVMBrowseBean |
avmBrowseBean
|
Fields inherited from class org.alfresco.web.bean.dialog.BaseDialogBean |
---|
browseBean, isFinished, navigator, parameters |
Constructor Summary | |
---|---|
DeleteSandboxDialog()
|
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. |
java.lang.String |
getConfirmMessage()
Returns the confirmation to display to the user before deleting the user sandbox. |
protected java.lang.String |
getErrorMessageId()
The default message id to use in error messages |
boolean |
getFinishButtonDisabled()
Determines whether the finish button on the dialog should be disabled |
protected org.alfresco.wcm.webproject.WebProjectService |
getWebProjectService()
|
void |
setAvmBrowseBean(AVMBrowseBean avmBrowseBean)
|
void |
setWebProjectService(org.alfresco.wcm.webproject.WebProjectService wpService)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected AVMBrowseBean avmBrowseBean
Constructor Detail |
---|
public DeleteSandboxDialog()
Method Detail |
---|
public void setAvmBrowseBean(AVMBrowseBean avmBrowseBean)
avmBrowseBean
- The avmBrowseBean to set.public void setWebProjectService(org.alfresco.wcm.webproject.WebProjectService wpService)
protected org.alfresco.wcm.webproject.WebProjectService getWebProjectService()
protected 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
public java.lang.String getConfirmMessage()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |