|
|||||||||
| 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 IDialogBeaninit in class BaseDialogBeanparameters - Map of parameters for the dialog
protected java.lang.String finishImpl(javax.faces.context.FacesContext context,
java.lang.String outcome)
throws java.lang.Exception
BaseDialogBean
finishImpl in class BaseDialogBeancontext - FacesContextoutcome - The default outcome
java.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()
IDialogBean
getFinishButtonDisabled in interface IDialogBeangetFinishButtonDisabled in class BaseDialogBeanpublic java.lang.String getFinishButtonLabel()
IDialogBean
getFinishButtonLabel in interface IDialogBeangetFinishButtonLabel in class BaseDialogBeanpublic java.lang.String getCancelButtonLabel()
IDialogBean
getCancelButtonLabel in interface IDialogBeangetCancelButtonLabel in class BaseDialogBeanpublic 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 | ||||||||