|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.web.bean.dialog.BaseDialogBean
org.alfresco.web.bean.wcm.AVMEditBean
public class AVMEditBean
Bean backing the edit pages for a AVM node content.
Field Summary | |
---|---|
protected AVMBrowseBean |
avmBrowseBean
|
Fields inherited from class org.alfresco.web.bean.dialog.BaseDialogBean |
---|
browseBean, isFinished, navigator, parameters |
Constructor Summary | |
---|---|
AVMEditBean()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected AVMBrowseBean avmBrowseBean
Constructor Detail |
---|
public AVMEditBean()
Method Detail |
---|
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 IDialogBean
cancel
in class BaseDialogBean
public void removeUploadedFile()
protected java.lang.String finishImpl(javax.faces.context.FacesContext context, java.lang.String outcome) throws java.lang.Exception
BaseDialogBean
finishImpl
in class BaseDialogBean
context
- FacesContextoutcome
- The default outcome
java.lang.Exception
public java.lang.String getContainerTitle()
IDialogBean
If this returns null the DialogManager will lookup the title via the dialog configuration
getContainerTitle
in interface IDialogBean
getContainerTitle
in class BaseDialogBean
public boolean getFinishButtonDisabled()
IDialogBean
getFinishButtonDisabled
in interface IDialogBean
getFinishButtonDisabled
in class BaseDialogBean
public java.lang.String getFinishButtonLabel()
IDialogBean
getFinishButtonLabel
in interface IDialogBean
getFinishButtonLabel
in class BaseDialogBean
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |