|
|||||||||
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
org.alfresco.web.bean.wcm.CompareToAnySnapshotDialog
public class CompareToAnySnapshotDialog
Class for compareToAnySnapshot dialog
Field Summary | |
---|---|
static java.lang.String |
MSG_ERROR_VERSION_NOT_VALID
|
Fields inherited from class org.alfresco.web.bean.wcm.CompareSnapshotDialog |
---|
avmBrowseBean, finished, sandbox, store, storeRoot, version, webProjectRef, websiteRef |
Fields inherited from class org.alfresco.web.bean.dialog.BaseDialogBean |
---|
browseBean, isFinished, navigator, parameters |
Constructor Summary | |
---|---|
CompareToAnySnapshotDialog()
|
Method Summary | |
---|---|
void |
decrementVersion(javax.faces.event.ActionEvent event)
Decrements version number |
java.util.List |
getComparedNodes()
|
protected java.lang.String |
getDescription()
Returns description message id for AVMCompare dialog |
java.lang.String |
getSandbox()
Returns sandbox name |
java.util.List |
getStoresList()
|
java.lang.String |
getUserSpecifiedSnapshot()
Getter for user specified Store |
int |
getUserSpecifiedVersion()
Getter for user specified version |
void |
incrementVersion(javax.faces.event.ActionEvent event)
Increments version number |
void |
init(java.util.Map parameters)
Initialises the dialog bean |
boolean |
isDecrementVersionButtonDisabled()
|
boolean |
isIncrementVersionButtonDisabled()
|
void |
refreshComparePanel(javax.faces.event.ActionEvent event)
Action listener method that sets flag for starting compare |
void |
setUserSpecifiedSnapshot(java.lang.String userSpecifiedSnapshot)
Setter for user specified snapshot |
void |
setUserSpecifiedVersion(int userSpecifiedVersion)
Setter for user specified version |
Methods inherited from class org.alfresco.web.bean.wcm.CompareSnapshotDialog |
---|
finishImpl, getAvmBrowseBean, getAvmService, getAvmSyncService, getCancelButtonLabel, getContainerDescription, getSandboxService, setAvmBrowseBean |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String MSG_ERROR_VERSION_NOT_VALID
Constructor Detail |
---|
public CompareToAnySnapshotDialog()
Method Detail |
---|
public void init(java.util.Map parameters)
IDialogBean
init
in interface IDialogBean
init
in class CompareSnapshotDialog
parameters
- Map of parameters for the dialogpublic java.util.List getComparedNodes()
getComparedNodes
in class CompareSnapshotDialog
public java.util.List getStoresList()
public void refreshComparePanel(javax.faces.event.ActionEvent event)
event
- action eventpublic int getUserSpecifiedVersion()
public void setUserSpecifiedVersion(int userSpecifiedVersion)
userSpecifiedVersion
- user specified versionpublic java.lang.String getUserSpecifiedSnapshot()
public void setUserSpecifiedSnapshot(java.lang.String userSpecifiedSnapshot)
setUserSpecifiedSnapshot
- user specified snapshotpublic java.lang.String getSandbox()
CompareSnapshotDialog
getSandbox
in class CompareSnapshotDialog
protected java.lang.String getDescription()
CompareSnapshotDialog
getDescription
in class CompareSnapshotDialog
public boolean isIncrementVersionButtonDisabled()
public boolean isDecrementVersionButtonDisabled()
public void incrementVersion(javax.faces.event.ActionEvent event)
event
- action eventpublic void decrementVersion(javax.faces.event.ActionEvent event)
event
- action event
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |