public class ViewDeploymentReportDialog extends BaseDialogBean
| Modifier and Type | Field and Description |
|---|---|
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 |
browseBean, isFinished, navigator, parameters| Constructor and Description |
|---|
ViewDeploymentReportDialog() |
| Modifier and Type | Method and Description |
|---|---|
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
|
cancel, doPostCommitProcessing, finish, formatErrorMessage, getActionsConfigId, getActionsContext, getAdditionalButtons, getCheckOutCheckInService, getContainerSubTitle, getDefaultCancelOutcome, getDefaultFinishOutcome, getDictionaryService, getErrorMessageId, getErrorOutcome, getFileFolderService, getFinishButtonDisabled, getFinishButtonLabel, getMoreActionsConfigId, getNamespaceService, getNodeService, getRuleService, getSearchService, getTransactionService, isFinished, restored, setBrowseBean, setDictionaryService, setFileFolderService, setNamespaceService, setNavigator, setNodeService, setSearchServiceprotected 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
public void init(java.util.Map parameters)
IDialogBeaninit in interface IDialogBeaninit in class BaseDialogBeanparameters - Map of parameters for the dialogpublic java.lang.String getCancelButtonLabel()
IDialogBeangetCancelButtonLabel in interface IDialogBeangetCancelButtonLabel in class BaseDialogBeanprotected 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 getContainerDescription()
IDialogBeanIf this returns null the DialogManager will lookup the description via the dialog configuration
getContainerDescription in interface IDialogBeangetContainerDescription in class BaseDialogBeanpublic 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 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()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.