public class CreateFolderDialog extends BaseDialogBean
| Modifier and Type | Field and Description |
|---|---|
protected AVMBrowseBean |
avmBrowseBean |
protected java.lang.String |
description |
protected java.lang.String |
name |
protected java.lang.String |
title |
browseBean, isFinished, navigator, parameters| Constructor and Description |
|---|
CreateFolderDialog() |
| 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.wcm.asset.AssetService |
getAssetService() |
java.lang.String |
getDescription() |
java.lang.String |
getName() |
java.lang.String |
getTitle() |
void |
init(java.util.Map parameters)
Initialises the dialog bean
|
void |
setAssetService(org.alfresco.wcm.asset.AssetService assetService) |
void |
setAvmBrowseBean(AVMBrowseBean avmBrowseBean) |
void |
setDescription(java.lang.String description) |
void |
setName(java.lang.String name) |
void |
setTitle(java.lang.String title) |
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
protected java.lang.String name
protected java.lang.String title
protected java.lang.String description
public void init(java.util.Map parameters)
IDialogBeaninit in interface IDialogBeaninit in class BaseDialogBeanparameters - Map of parameters for the dialogBaseDialogBean.init(java.util.Map)public void setAvmBrowseBean(AVMBrowseBean avmBrowseBean)
avmBrowseBean - The avmBrowseBean to set.public void setAssetService(org.alfresco.wcm.asset.AssetService assetService)
assetService - The assetService to set.protected org.alfresco.wcm.asset.AssetService getAssetService()
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - The description to set.public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title - The title to set.public java.lang.String getName()
public void setName(java.lang.String name)
name - The name to set.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.