public class SnapshotSandboxDialog extends BaseDialogBean
| Modifier and Type | Field and Description |
|---|---|
protected AVMBrowseBean |
avmBrowseBean |
browseBean, isFinished, navigator, parameters| Constructor and Description |
|---|
SnapshotSandboxDialog() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
finishImpl(javax.faces.context.FacesContext context,
java.lang.String outcome)
Performs the actual processing for the wizard.
|
protected org.alfresco.service.cmr.avm.AVMService |
getAvmService() |
java.lang.String |
getDescription() |
java.lang.String |
getLabel() |
void |
init(java.util.Map parameters)
Initialises the dialog bean
|
void |
setAvmBrowseBean(AVMBrowseBean avmBrowseBean) |
void |
setAvmService(org.alfresco.service.cmr.avm.AVMService avmService) |
void |
setDescription(java.lang.String description) |
void |
setLabel(java.lang.String label) |
cancel, doPostCommitProcessing, finish, formatErrorMessage, getActionsConfigId, getActionsContext, getAdditionalButtons, getCancelButtonLabel, getCheckOutCheckInService, getContainerDescription, getContainerSubTitle, getContainerTitle, getDefaultCancelOutcome, getDefaultFinishOutcome, getDictionaryService, getErrorMessageId, getErrorOutcome, getFileFolderService, getFinishButtonDisabled, getFinishButtonLabel, getMoreActionsConfigId, getNamespaceService, getNodeService, getRuleService, getSearchService, getTransactionService, isFinished, restored, setBrowseBean, setDictionaryService, setFileFolderService, setNamespaceService, setNavigator, setNodeService, setSearchServiceprotected AVMBrowseBean avmBrowseBean
public void setAvmBrowseBean(AVMBrowseBean avmBrowseBean)
avmBrowseBean - The avmBrowseBean to set.public void setAvmService(org.alfresco.service.cmr.avm.AVMService avmService)
avmService - The avmService to set.protected org.alfresco.service.cmr.avm.AVMService getAvmService()
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - The snapshot description to set.public java.lang.String getLabel()
public void setLabel(java.lang.String label)
label - The snapshot label to set.public void init(java.util.Map parameters)
IDialogBeaninit in interface IDialogBeaninit in class BaseDialogBeanparameters - Map of parameters for the dialogBaseDialogBean.init(java.util.Map)protected 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.ExceptionBaseDialogBean.finishImpl(javax.faces.context.FacesContext, java.lang.String)Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.