|
|||||||||
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.DeployWebsiteDialog
public class DeployWebsiteDialog
Deploys a website to one or more remote servers.
Field Summary | |
---|---|
protected AVMBrowseBean |
avmBrowseBean
|
protected java.lang.String |
calledFromTaskDialog
|
protected java.lang.String |
deployMode
|
protected java.lang.String[] |
deployTo
|
protected java.lang.String |
store
|
protected boolean |
updateTestServer
|
protected int |
versionToDeploy
|
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 | |
---|---|
DeployWebsiteDialog()
|
Method Summary | |
---|---|
protected java.lang.String |
finishImpl(javax.faces.context.FacesContext context,
java.lang.String outcome)
Performs the actual processing for the wizard. |
protected org.alfresco.service.cmr.action.ActionService |
getActionService()
|
protected org.alfresco.service.cmr.avm.AVMService |
getAvmService()
|
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 |
getDeployMode()
Returns the type of server to deploy to, either 'live' or 'test'. |
java.lang.String[] |
getDeployTo()
Returns the remote servers to deploy to as an array |
boolean |
getFinishButtonDisabled()
Determines whether the finish button on the dialog should be disabled |
int |
getSnapshotVersion()
|
java.lang.String |
getStore()
|
org.alfresco.service.cmr.repository.NodeRef |
getWebProjectRef()
|
void |
init(java.util.Map parameters)
Initialises the dialog bean |
void |
setActionService(org.alfresco.service.cmr.action.ActionService actionService)
|
void |
setAvmBrowseBean(AVMBrowseBean avmBrowseBean)
|
void |
setAvmService(org.alfresco.service.cmr.avm.AVMService avmService)
|
void |
setDeployTo(java.lang.String[] deployTo)
Sets the list of remote servers to deploy to |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int versionToDeploy
protected java.lang.String[] deployTo
protected java.lang.String store
protected java.lang.String deployMode
protected java.lang.String calledFromTaskDialog
protected org.alfresco.service.cmr.repository.NodeRef websiteRef
protected org.alfresco.service.cmr.repository.NodeRef webProjectRef
protected boolean updateTestServer
protected AVMBrowseBean avmBrowseBean
Constructor Detail |
---|
public DeployWebsiteDialog()
Method Detail |
---|
public void init(java.util.Map parameters)
IDialogBean
init
in interface IDialogBean
init
in class BaseDialogBean
parameters
- Map of parameters for the dialogprotected 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 boolean getFinishButtonDisabled()
IDialogBean
getFinishButtonDisabled
in interface IDialogBean
getFinishButtonDisabled
in class BaseDialogBean
public java.lang.String getCancelButtonLabel()
IDialogBean
getCancelButtonLabel
in interface IDialogBean
getCancelButtonLabel
in class BaseDialogBean
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 setAvmBrowseBean(AVMBrowseBean avmBrowseBean)
avmBrowseBean
- The AVM BrowseBean to setpublic void setAvmService(org.alfresco.service.cmr.avm.AVMService avmService)
avmService
- The AVMService to set.protected org.alfresco.service.cmr.avm.AVMService getAvmService()
public void setActionService(org.alfresco.service.cmr.action.ActionService actionService)
actionService
- The actionService to set.protected org.alfresco.service.cmr.action.ActionService getActionService()
public void setDeployTo(java.lang.String[] deployTo)
deployTo
- String array of servers to deploy topublic java.lang.String[] getDeployTo()
public java.lang.String getDeployMode()
public org.alfresco.service.cmr.repository.NodeRef getWebProjectRef()
public java.lang.String getStore()
public int getSnapshotVersion()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |