org.alfresco.web.bean.wcm
Class CreateLayeredFolderDialog
java.lang.Object
org.alfresco.web.bean.dialog.BaseDialogBean
org.alfresco.web.bean.wcm.CreateFolderDialog
org.alfresco.web.bean.wcm.CreateLayeredFolderDialog
- All Implemented Interfaces:
- java.io.Serializable, IDialogBean
public class CreateLayeredFolderDialog
- extends CreateFolderDialog
Bean implementation for the AVM "Create Layered Folder" dialog.
- See Also:
- Serialized Form
Methods inherited from class org.alfresco.web.bean.dialog.BaseDialogBean |
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, setSearchService |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
targetStore
protected java.lang.String targetStore
targetPath
protected java.lang.String targetPath
webProjects
protected java.util.List webProjects
wpService
protected transient org.alfresco.wcm.webproject.WebProjectService wpService
avmService
protected transient org.alfresco.service.cmr.avm.AVMService avmService
CreateLayeredFolderDialog
public CreateLayeredFolderDialog()
setWebProjectService
public void setWebProjectService(org.alfresco.wcm.webproject.WebProjectService wpService)
- Parameters:
wpService
- The WebProjectService to set.
getWebProjectService
protected org.alfresco.wcm.webproject.WebProjectService getWebProjectService()
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()
init
public void init(java.util.Map parameters)
- Description copied from interface:
IDialogBean
- Initialises the dialog bean
- Specified by:
init
in interface IDialogBean
- Overrides:
init
in class CreateFolderDialog
- Parameters:
parameters
- Map of parameters for the dialog- See Also:
BaseDialogBean.init(java.util.Map)
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 CreateFolderDialog
- Parameters:
context
- FacesContextoutcome
- The default outcome
- Returns:
- The outcome
- Throws:
java.lang.Exception
- See Also:
BaseDialogBean.finishImpl(javax.faces.context.FacesContext, java.lang.String)
getWebProjects
public java.util.List getWebProjects()
- Returns:
- List of UISelectItem objects representing the web projects to select from
setTargetStore
public void setTargetStore(java.lang.String targetStore)
- Parameters:
targetStore
- The store the layered folder is in
getTargetStore
public java.lang.String getTargetStore()
- Returns:
- The target store the layered folder is in
getTargetPath
public java.lang.String getTargetPath()
- Returns:
- The target path for the layered folder
setTargetPath
public void setTargetPath(java.lang.String targetPath)
- Parameters:
targetPath
- The target path of the layered folder
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.