|
|||||||||
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.CompareSnapshotDialog
public abstract class CompareSnapshotDialog
Base class for AVMCompare dialogs
Field Summary | |
---|---|
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
|
Fields inherited from class org.alfresco.web.bean.dialog.BaseDialogBean |
---|
browseBean, isFinished, navigator, parameters |
Constructor Summary | |
---|---|
CompareSnapshotDialog()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected 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
Constructor Detail |
---|
public CompareSnapshotDialog()
Method Detail |
---|
public abstract java.util.List getComparedNodes()
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 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 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 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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |