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