public class FormDetailsDialog extends BaseDialogBean
| Modifier and Type | Field and Description |
|---|---|
protected CreateWebsiteWizard |
websiteWizard |
browseBean, isFinished, navigator, parameters| Constructor and Description |
|---|
FormDetailsDialog() |
| 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.
|
CreateWebsiteWizard.FormWrapper |
getActionForm() |
protected org.alfresco.service.cmr.avm.AVMService |
getAvmService() |
java.lang.String |
getContainerDescription()
Returns the description to be used for the dialog
|
java.lang.String |
getDescription() |
java.lang.String |
getOutputPathPattern() |
java.lang.String |
getTitle() |
java.util.List |
getWorkflowList() |
java.lang.String[] |
getWorkflowSelectedValue() |
protected org.alfresco.service.cmr.workflow.WorkflowService |
getWorkflowService() |
void |
init(java.util.Map parameters)
Initialises the dialog bean
|
void |
setAvmService(org.alfresco.service.cmr.avm.AVMService avmService) |
void |
setCreateWebsiteWizard(CreateWebsiteWizard wizard) |
void |
setDescription(java.lang.String description) |
void |
setOutputPathPattern(java.lang.String pattern) |
void |
setTitle(java.lang.String title) |
void |
setWorkflowSelectedValue(java.lang.String[] workflowSelectedValue) |
void |
setWorkflowService(org.alfresco.service.cmr.workflow.WorkflowService workflowService) |
cancel, doPostCommitProcessing, finish, formatErrorMessage, getActionsConfigId, getActionsContext, getAdditionalButtons, getCancelButtonLabel, getCheckOutCheckInService, 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 CreateWebsiteWizard websiteWizard
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 java.lang.String getContainerDescription()
IDialogBeanIf this returns null the DialogManager will lookup the description via the dialog configuration
getContainerDescription in interface IDialogBeangetContainerDescription in class BaseDialogBeanpublic void setAvmService(org.alfresco.service.cmr.avm.AVMService avmService)
avmService - The avmService to set.protected org.alfresco.service.cmr.avm.AVMService getAvmService()
public void setCreateWebsiteWizard(CreateWebsiteWizard wizard)
wizard - The Create Website Wizard to set.public void setWorkflowService(org.alfresco.service.cmr.workflow.WorkflowService workflowService)
workflowService - The WorkflowService to set.protected org.alfresco.service.cmr.workflow.WorkflowService getWorkflowService()
public CreateWebsiteWizard.FormWrapper getActionForm()
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 getOutputPathPattern()
public void setOutputPathPattern(java.lang.String pattern)
pattern - The filename pattern to set.public java.lang.String[] getWorkflowSelectedValue()
public void setWorkflowSelectedValue(java.lang.String[] workflowSelectedValue)
workflowSelectedValue - The workflow Selected Value to set.public java.util.List getWorkflowList()
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.