org.alfresco.web.bean.wcm
Class EditFilePropertiesDialog
java.lang.Object
org.alfresco.web.bean.dialog.BaseDialogBean
org.alfresco.web.bean.content.EditContentPropertiesDialog
org.alfresco.web.bean.wcm.EditFilePropertiesDialog
- All Implemented Interfaces:
- java.io.Serializable, IDialogBean
public class EditFilePropertiesDialog
- extends EditContentPropertiesDialog
Backing bean for the Edit File Properties dialog.
- See Also:
- Serialized Form
Methods inherited from class org.alfresco.web.bean.dialog.BaseDialogBean |
cancel, finish, getActionsConfigId, getActionsContext, getAdditionalButtons, getCancelButtonLabel, getCheckOutCheckInService, getContainerDescription, getContainerSubTitle, getContainerTitle, getDefaultCancelOutcome, getDefaultFinishOutcome, getDictionaryService, getErrorMessageId, getFileFolderService, 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 |
avmBrowseBean
protected AVMBrowseBean avmBrowseBean
EditFilePropertiesDialog
public EditFilePropertiesDialog()
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()
setFormsService
public void setFormsService(FormsService formsService)
- Parameters:
formsService
- The FormsService to set.
getFormsService
protected FormsService getFormsService()
initEditableNode
protected Node initEditableNode()
- Description copied from class:
EditContentPropertiesDialog
- Init the editable Node
- Overrides:
initEditableNode
in class EditContentPropertiesDialog
- See Also:
EditContentPropertiesDialog.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 EditContentPropertiesDialog
- Parameters:
context
- FacesContextoutcome
- 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 EditContentPropertiesDialog
- Parameters:
context
- FacesContextoutcome
- The default outcome
- Returns:
- The outcome
formatErrorMessage
protected java.lang.String formatErrorMessage(java.lang.Throwable exception)
- Formats the error message to display if an error occurs during finish processing
- Overrides:
formatErrorMessage
in class EditContentPropertiesDialog
- Parameters:
exception
- The exception
- Returns:
- The formatted message
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.