|
|||||||||
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.ViewDeploymentReportDialog
public class ViewDeploymentReportDialog
Views the deployment reports created as a result of the last deployment attempt
Field Summary | |
---|---|
protected org.alfresco.service.cmr.repository.NodeRef |
attempt
|
protected java.lang.String |
attemptDate
|
protected java.lang.String |
dateFilter
|
protected boolean |
panelExpanded
|
protected java.lang.String |
store
|
Fields inherited from class org.alfresco.web.bean.dialog.BaseDialogBean |
---|
browseBean, isFinished, navigator, parameters |
Constructor Summary | |
---|---|
ViewDeploymentReportDialog()
|
Method Summary | |
---|---|
void |
attemptSelected(javax.faces.event.ActionEvent event)
Action handler called when a deployment attempt is selected |
void |
dateFilterChanged(javax.faces.event.ActionEvent event)
Action handler called when the Date filter is changed by the user |
protected java.lang.String |
finishImpl(javax.faces.context.FacesContext context,
java.lang.String outcome)
Performs the actual processing for the wizard. |
org.alfresco.service.cmr.repository.NodeRef |
getAttempt()
|
java.lang.String |
getCancelButtonLabel()
Returns the label to use for the cancel button |
java.lang.String |
getContainerDescription()
Returns the description to be used for the dialog |
java.lang.String |
getContainerTitle()
Returns the title to be used for the dialog |
java.lang.String |
getDateFilter()
|
boolean |
getPanelExpanded()
|
java.lang.String |
getStore()
|
void |
init(java.util.Map parameters)
Initialises the dialog bean |
void |
panelToggled(javax.faces.event.ActionEvent event)
Action handler called when the panel is expanded or collapsed |
void |
setDateFilter(java.lang.String dateFilter)
|
void |
showLastReport(javax.faces.event.ActionEvent event)
Action handler called when user wants to go back to the last report |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String store
protected org.alfresco.service.cmr.repository.NodeRef attempt
protected java.lang.String attemptDate
protected boolean panelExpanded
protected java.lang.String dateFilter
Constructor Detail |
---|
public ViewDeploymentReportDialog()
Method Detail |
---|
public void init(java.util.Map parameters)
IDialogBean
init
in interface IDialogBean
init
in class BaseDialogBean
parameters
- Map of parameters for the dialogpublic java.lang.String getCancelButtonLabel()
IDialogBean
getCancelButtonLabel
in interface IDialogBean
getCancelButtonLabel
in class BaseDialogBean
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 getContainerDescription()
IDialogBean
If this returns null the DialogManager will lookup the description via the dialog configuration
getContainerDescription
in interface IDialogBean
getContainerDescription
in class BaseDialogBean
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 void dateFilterChanged(javax.faces.event.ActionEvent event)
public void attemptSelected(javax.faces.event.ActionEvent event)
public void panelToggled(javax.faces.event.ActionEvent event)
public void showLastReport(javax.faces.event.ActionEvent event)
public java.lang.String getStore()
public java.lang.String getDateFilter()
public void setDateFilter(java.lang.String dateFilter)
public org.alfresco.service.cmr.repository.NodeRef getAttempt()
public boolean getPanelExpanded()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |