org.alfresco.web.bean.wcm
Class EditFolderPropertiesDialog

java.lang.Object
  extended by org.alfresco.web.bean.dialog.BaseDialogBean
      extended by org.alfresco.web.bean.wizard.BaseWizardBean
          extended by org.alfresco.web.bean.spaces.CreateSpaceWizard
              extended by org.alfresco.web.bean.spaces.CreateSpaceDialog
                  extended by org.alfresco.web.bean.spaces.EditSpaceDialog
                      extended by org.alfresco.web.bean.wcm.EditFolderPropertiesDialog
All Implemented Interfaces:
java.io.Serializable, IDialogBean, IWizardBean

public class EditFolderPropertiesDialog
extends EditSpaceDialog

Backing bean for the Edit Folder Properties dialog.

See Also:
Serialized Form

Field Summary
protected  AVMBrowseBean avmBrowseBean
           
 
Fields inherited from class org.alfresco.web.bean.spaces.EditSpaceDialog
editableNode
 
Fields inherited from class org.alfresco.web.bean.spaces.CreateSpaceWizard
copyPolicy, createdNode, createFrom, CREATEFROM_EXISTING, CREATEFROM_SCRATCH, CREATEFROM_TEMPLATE, DEFAULT_SPACE_ICON_NAME, DEFAULT_SPACE_ICON_PATH, DEFAULT_SPACE_TYPE_ICON_PATH, description, existingSpaceId, folderTypeDescriptions, folderTypes, icon, name, saveAsTemplate, spaceType, templateName, templates, templateSpaceId, title
 
Fields inherited from class org.alfresco.web.bean.dialog.BaseDialogBean
browseBean, isFinished, navigator, parameters
 
Constructor Summary
EditFolderPropertiesDialog()
           
 
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.
protected  org.alfresco.service.cmr.avm.AVMService getAvmService()
           
 java.util.List getIcons()
          Returns a list of icons to allow the user to select from.
protected  Node initEditableNode()
          Init the editable Node
 void setAvmBrowseBean(AVMBrowseBean avmBrowseBean)
           
 void setAvmService(org.alfresco.service.cmr.avm.AVMService avmService)
           
 
Methods inherited from class org.alfresco.web.bean.spaces.EditSpaceDialog
getEditableNode, getFinishButtonDisabled, getFinishButtonLabel, init
 
Methods inherited from class org.alfresco.web.bean.spaces.CreateSpaceDialog
getDefaultCancelOutcome, getDefaultFinishOutcome
 
Methods inherited from class org.alfresco.web.bean.spaces.CreateSpaceWizard
formatErrorMessage, getCopyPolicy, getCreateFrom, getDescription, getExistingSpaceId, getFolderTypeDescriptions, getFolderTypes, getIcon, getName, getSpaceType, getSummary, getTemplateName, getTemplateSpaceId, getTemplateSpaces, getTitle, isSaveAsTemplate, next, setCopyPolicy, setCreateFrom, setDescription, setExistingSpaceId, setIcon, setName, setSaveAsTemplate, setSpaceType, setTemplateName, setTemplateSpaceId, setTitle
 
Methods inherited from class org.alfresco.web.bean.wizard.BaseWizardBean
back, buildSummary, getBackButtonLabel, getNextButtonDisabled, getNextButtonLabel, getStepDescription, getStepTitle
 
Methods inherited from class org.alfresco.web.bean.dialog.BaseDialogBean
cancel, finish, getActionsConfigId, getActionsContext, getAdditionalButtons, getCancelButtonLabel, getCheckOutCheckInService, getContainerDescription, getContainerSubTitle, getContainerTitle, getDictionaryService, getErrorMessageId, getErrorOutcome, getFileFolderService, getMoreActionsConfigId, getNamespaceService, getNodeService, getRuleService, getSearchService, getTransactionService, isFinished, restored, setBrowseBean, setDictionaryService, setFileFolderService, setNamespaceService, setNavigator, setNodeService, setSearchService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.alfresco.web.bean.dialog.IDialogBean
cancel, finish, getActionsConfigId, getActionsContext, getAdditionalButtons, getCancelButtonLabel, getContainerDescription, getContainerSubTitle, getContainerTitle, getMoreActionsConfigId, isFinished, restored
 

Field Detail

avmBrowseBean

protected AVMBrowseBean avmBrowseBean
Constructor Detail

EditFolderPropertiesDialog

public EditFolderPropertiesDialog()
Method Detail

setAvmBrowseBean

public void setAvmBrowseBean(AVMBrowseBean avmBrowseBean)
Parameters:
avmBrowseBean - The AVMBrowseBean to set.

setAvmService

public void setAvmService(org.alfresco.service.cmr.avm.AVMService avmService)
Parameters:
avmService - The AVMService to set.

getAvmService

protected org.alfresco.service.cmr.avm.AVMService getAvmService()

initEditableNode

protected Node initEditableNode()
Description copied from class: EditSpaceDialog
Init the editable Node

Overrides:
initEditableNode in class EditSpaceDialog
See Also:
EditSpaceDialog.initEditableNode()

finishImpl

protected java.lang.String finishImpl(javax.faces.context.FacesContext context,
                                      java.lang.String outcome)
                               throws java.lang.Exception
Description copied from class: BaseDialogBean
Performs the actual processing for the wizard. NOTE: This method is called within the context of a transaction so no transaction handling is required

Overrides:
finishImpl in class EditSpaceDialog
Parameters:
context - FacesContext
outcome - The default outcome
Returns:
The outcome
Throws:
java.lang.Exception

doPostCommitProcessing

protected java.lang.String doPostCommitProcessing(javax.faces.context.FacesContext context,
                                                  java.lang.String outcome)
Description copied from class: BaseDialogBean
Performs any post commit processing subclasses may want to provide

Overrides:
doPostCommitProcessing in class EditSpaceDialog
Parameters:
context - FacesContext
outcome - The default outcome
Returns:
The outcome

getIcons

public java.util.List getIcons()
Description copied from class: CreateSpaceWizard
Returns a list of icons to allow the user to select from. The list can change according to the type of space being created.

Overrides:
getIcons in class CreateSpaceWizard
Returns:
A list of icons


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.