|
|||||||||
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.LinkValidationDialog
public class LinkValidationDialog
Implementation of the link validation dialog. The dialog is in one of 2 modes, either running a report showing progress or showing the results of an executed link check.
Field Summary | |
---|---|
protected AVMBrowseBean |
avmBrowseBean
|
Fields inherited from class org.alfresco.web.bean.dialog.BaseDialogBean |
---|
browseBean, isFinished, navigator, parameters |
Constructor Summary | |
---|---|
LinkValidationDialog()
|
Method Summary | |
---|---|
protected void |
executeReport()
|
protected java.lang.String |
finishImpl(javax.faces.context.FacesContext context,
java.lang.String outcome)
Performs the actual processing for the wizard. |
protected org.alfresco.service.cmr.action.ActionService |
getActionService()
|
protected org.alfresco.service.cmr.avm.AVMService |
getAvmService()
|
java.lang.String |
getCancelButtonLabel()
Returns the label to use for the cancel button |
java.lang.String |
getContainerTitle()
Returns the title to be used for the dialog |
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 |
java.lang.String |
getInitialTab()
|
boolean |
getRunningReport()
|
boolean |
getSectionsExpanded()
|
boolean |
getShowingReport()
|
void |
init(java.util.Map parameters)
Initialises the dialog bean |
java.lang.String |
linkCheckCompleted()
|
void |
setActionService(org.alfresco.service.cmr.action.ActionService actionService)
|
void |
setAvmBrowseBean(AVMBrowseBean avmBrowseBean)
|
void |
setAvmService(org.alfresco.service.cmr.avm.AVMService avmService)
|
void |
setInitialTab(java.lang.String initialTab)
|
void |
setSectionsExpanded(boolean sectionsExpanded)
|
void |
toggleSections(javax.faces.event.ActionEvent event)
|
java.lang.String |
updateStatus()
Sets up the dialog to update the status and display the differences |
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 LinkValidationDialog()
Method Detail |
---|
public void init(java.util.Map parameters)
IDialogBean
init
in interface IDialogBean
init
in class BaseDialogBean
parameters
- Map of parameters for the dialogprotected 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
public java.lang.String getCancelButtonLabel()
IDialogBean
getCancelButtonLabel
in interface IDialogBean
getCancelButtonLabel
in class BaseDialogBean
public java.lang.String linkCheckCompleted()
public void toggleSections(javax.faces.event.ActionEvent event)
public java.lang.String updateStatus()
protected void executeReport()
public boolean getRunningReport()
public boolean getShowingReport()
public boolean getSectionsExpanded()
public void setSectionsExpanded(boolean sectionsExpanded)
sectionsExpanded
- true if the broken links and generated
files section are expandedpublic java.lang.String getInitialTab()
public void setInitialTab(java.lang.String initialTab)
initialTab
- Sets the initial tab to be selectedpublic void setAvmBrowseBean(AVMBrowseBean avmBrowseBean)
avmBrowseBean
- The AVM BrowseBean to setpublic void setAvmService(org.alfresco.service.cmr.avm.AVMService avmService)
protected org.alfresco.service.cmr.avm.AVMService getAvmService()
public void setActionService(org.alfresco.service.cmr.action.ActionService actionService)
actionService
- The actionService to set.protected org.alfresco.service.cmr.action.ActionService getActionService()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |