public class AVMEditBean extends BaseDialogBean
| Modifier and Type | Field and Description |
|---|---|
protected AVMBrowseBean |
avmBrowseBean |
browseBean, isFinished, navigator, parameters| Constructor and Description |
|---|
AVMEditBean() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
cancel()
Deals with the cancel button being pressed on the upload file page
|
protected java.lang.String |
finishImpl(javax.faces.context.FacesContext context,
java.lang.String outcome)
Performs the actual processing for the wizard.
|
AVMNode |
getAvmNode() |
protected org.alfresco.service.cmr.avm.AVMService |
getAvmService() |
java.lang.String |
getContainerTitle()
Returns the title to be used for the dialog
|
java.lang.String |
getFileName() |
java.lang.String |
getFileType16() |
java.lang.String |
getFileType32() |
java.lang.String |
getFileUploadSuccessMsg() |
boolean |
getFinishButtonDisabled()
Determines whether the finish button on the dialog should be disabled
|
java.lang.String |
getFinishButtonLabel()
Returns the label to use for the finish button
|
protected FormsService |
getFormsService() |
void |
removeUploadedFile()
Clear form state and upload file bean
|
void |
setAvmBrowseBean(AVMBrowseBean avmBrowseBean) |
void |
setAvmService(org.alfresco.service.cmr.avm.AVMService avmService) |
void |
setFormsService(FormsService formsService) |
java.lang.String |
updateFileOK()
Action called upon completion of the Update File page
|
doPostCommitProcessing, finish, formatErrorMessage, getActionsConfigId, getActionsContext, getAdditionalButtons, getCancelButtonLabel, getCheckOutCheckInService, getContainerDescription, getContainerSubTitle, getDefaultCancelOutcome, getDefaultFinishOutcome, getDictionaryService, getErrorMessageId, getErrorOutcome, getFileFolderService, getMoreActionsConfigId, getNamespaceService, getNodeService, getRuleService, getSearchService, getTransactionService, init, isFinished, restored, setBrowseBean, setDictionaryService, setFileFolderService, setNamespaceService, setNavigator, setNodeService, setSearchServiceprotected AVMBrowseBean avmBrowseBean
public void setAvmService(org.alfresco.service.cmr.avm.AVMService avmService)
avmService - The AVMService to set.protected org.alfresco.service.cmr.avm.AVMService getAvmService()
public void setAvmBrowseBean(AVMBrowseBean avmBrowseBean)
avmBrowseBean - The AVMBrowseBean to set.public void setFormsService(FormsService formsService)
formsService - The FormsService to set.protected FormsService getFormsService()
public AVMNode getAvmNode()
public java.lang.String getFileType32()
public java.lang.String getFileType16()
public java.lang.String getFileName()
public java.lang.String getFileUploadSuccessMsg()
public java.lang.String updateFileOK()
public java.lang.String cancel()
cancel in interface IDialogBeancancel in class BaseDialogBeanpublic void removeUploadedFile()
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.Exceptionpublic java.lang.String getContainerTitle()
IDialogBeanIf this returns null the DialogManager will lookup the title via the dialog configuration
getContainerTitle in interface IDialogBeangetContainerTitle in class BaseDialogBeanpublic boolean getFinishButtonDisabled()
IDialogBeangetFinishButtonDisabled in interface IDialogBeangetFinishButtonDisabled in class BaseDialogBeanpublic java.lang.String getFinishButtonLabel()
IDialogBeangetFinishButtonLabel in interface IDialogBeangetFinishButtonLabel in class BaseDialogBeanCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.