public abstract class CompareSnapshotDialog extends BaseDialogBean
| Modifier and Type | Field and Description |
|---|---|
protected AVMBrowseBean |
avmBrowseBean |
protected boolean |
finished |
protected java.lang.String |
sandbox |
protected java.lang.String |
store |
protected java.lang.String |
storeRoot |
protected int |
version |
protected org.alfresco.service.cmr.repository.NodeRef |
webProjectRef |
protected org.alfresco.service.cmr.repository.NodeRef |
websiteRef |
browseBean, isFinished, navigator, parameters| Constructor and Description |
|---|
CompareSnapshotDialog() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
finishImpl(javax.faces.context.FacesContext context,
java.lang.String outcome)
Performs the actual processing for the wizard.
|
AVMBrowseBean |
getAvmBrowseBean()
Getter for avmBrowseBean
|
org.alfresco.service.cmr.avm.AVMService |
getAvmService()
Getter for avmService service
|
org.alfresco.service.cmr.avmsync.AVMSyncService |
getAvmSyncService()
Getter for avmSyncService service
|
java.lang.String |
getCancelButtonLabel()
Returns the label to use for the cancel button
|
abstract java.util.List |
getComparedNodes() |
java.lang.String |
getContainerDescription()
Returns the description to be used for the dialog
|
protected abstract java.lang.String |
getDescription()
Returns description message id for AVMCompare dialog
|
java.lang.String |
getSandbox()
Returns sandbox name
|
org.alfresco.wcm.sandbox.SandboxService |
getSandboxService()
Getter for sandboxService service
|
void |
init(java.util.Map parameters)
Initialises the dialog bean
|
void |
setAvmBrowseBean(AVMBrowseBean avmBrowseBean)
Setter for avmBrowseBean
|
cancel, doPostCommitProcessing, finish, formatErrorMessage, getActionsConfigId, getActionsContext, getAdditionalButtons, getCheckOutCheckInService, getContainerSubTitle, getContainerTitle, getDefaultCancelOutcome, getDefaultFinishOutcome, getDictionaryService, getErrorMessageId, getErrorOutcome, getFileFolderService, getFinishButtonDisabled, getFinishButtonLabel, getMoreActionsConfigId, getNamespaceService, getNodeService, getRuleService, getSearchService, getTransactionService, isFinished, restored, setBrowseBean, setDictionaryService, setFileFolderService, setNamespaceService, setNavigator, setNodeService, setSearchServiceprotected AVMBrowseBean avmBrowseBean
protected org.alfresco.service.cmr.repository.NodeRef websiteRef
protected java.lang.String store
protected org.alfresco.service.cmr.repository.NodeRef webProjectRef
protected int version
protected java.lang.String sandbox
protected java.lang.String storeRoot
protected boolean finished
public abstract java.util.List getComparedNodes()
public void init(java.util.Map parameters)
IDialogBeaninit in interface IDialogBeaninit in class BaseDialogBeanparameters - Map of parameters for the dialogpublic 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 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 AVMBrowseBean getAvmBrowseBean()
public void setAvmBrowseBean(AVMBrowseBean avmBrowseBean)
avmBrowseBean - avm browse beanpublic org.alfresco.service.cmr.avm.AVMService getAvmService()
public org.alfresco.wcm.sandbox.SandboxService getSandboxService()
public org.alfresco.service.cmr.avmsync.AVMSyncService getAvmSyncService()
protected abstract java.lang.String getDescription()
public java.lang.String getSandbox()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.