org.alfresco.web.bean.wcm
Class EditFilePropertiesDialog

java.lang.Object
  extended by org.alfresco.web.bean.dialog.BaseDialogBean
      extended by org.alfresco.web.bean.content.EditContentPropertiesDialog
          extended by 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

Field Summary
protected  AVMBrowseBean avmBrowseBean
           
 
Fields inherited from class org.alfresco.web.bean.content.EditContentPropertiesDialog
editableNode, TEMP_PROP_ENCODING, TEMP_PROP_MIMETYPE
 
Fields inherited from class org.alfresco.web.bean.dialog.BaseDialogBean
browseBean, isFinished, navigator, parameters
 
Constructor Summary
EditFilePropertiesDialog()
           
 
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  java.lang.String formatErrorMessage(java.lang.Throwable exception)
          Formats the error message to display if an error occurs during finish processing
protected  org.alfresco.service.cmr.avm.AVMService getAvmService()
           
protected  FormsService getFormsService()
           
protected  Node initEditableNode()
          Init the editable Node
 void setAvmBrowseBean(AVMBrowseBean avmBrowseBean)
           
 void setAvmService(org.alfresco.service.cmr.avm.AVMService avmService)
           
 void setFormsService(FormsService formsService)
           
 
Methods inherited from class org.alfresco.web.bean.content.EditContentPropertiesDialog
getEditableNode, getErrorOutcome, getFinishButtonDisabled, init
 
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
 

Field Detail

avmBrowseBean

protected AVMBrowseBean avmBrowseBean
Constructor Detail

EditFilePropertiesDialog

public EditFilePropertiesDialog()
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()

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 - 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 EditContentPropertiesDialog
Parameters:
context - FacesContext
outcome - 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.