public class UIDeployWebsite
extends javax.faces.component.UIInput
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
deployMode |
protected java.lang.Boolean |
monitorDeployment |
protected java.util.List |
monitorIds |
protected java.lang.Integer |
snapshotVersion |
protected java.lang.String |
store |
protected org.alfresco.service.cmr.repository.NodeRef |
webProjectRef |
| Constructor and Description |
|---|
UIDeployWebsite()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
decode(javax.faces.context.FacesContext context) |
void |
encodeBegin(javax.faces.context.FacesContext context) |
java.lang.String |
getDeployMode() |
java.lang.String |
getFamily() |
boolean |
getMonitor() |
java.util.List |
getMonitorIds() |
int |
getSnapshotVersion() |
java.lang.String |
getStore() |
org.alfresco.service.cmr.repository.NodeRef |
getWebsite() |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state) |
java.lang.Object |
saveState(javax.faces.context.FacesContext context) |
void |
setDeployMode(java.lang.String deployMode) |
void |
setMonitor(boolean monitor) |
void |
setMonitorIds(java.util.List monitorIds) |
void |
setSnapshotVersion(int snapshotVersion) |
void |
setStore(java.lang.String store) |
void |
setWebsite(org.alfresco.service.cmr.repository.NodeRef value) |
addValidator, addValueChangeListener, broadcast, compareValues, getConvertedValue, getSubmittedValue, getValidator, getValidators, getValue, getValueChangeListener, getValueChangeListeners, isImmediate, isLocalValueSet, isRequired, isValid, processDecodes, processUpdates, processValidators, removeValidator, removeValueChangeListener, setImmediate, setLocalValueSet, setRequired, setSubmittedValue, setValid, setValidator, setValue, setValueChangeListener, updateModel, validate, validateValuegetConverter, getLocalValue, setConverteraddFacesListener, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBindingprotected org.alfresco.service.cmr.repository.NodeRef webProjectRef
protected java.lang.Integer snapshotVersion
protected java.lang.Boolean monitorDeployment
protected java.util.List monitorIds
protected java.lang.String deployMode
protected java.lang.String store
public java.lang.String getFamily()
getFamily in class javax.faces.component.UIInputpublic void decode(javax.faces.context.FacesContext context)
decode in class javax.faces.component.UIInputpublic void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UIInputpublic java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UIInputpublic void encodeBegin(javax.faces.context.FacesContext context)
throws java.io.IOException
encodeBegin in class javax.faces.component.UIComponentBasejava.io.IOExceptionpublic org.alfresco.service.cmr.repository.NodeRef getWebsite()
public void setWebsite(org.alfresco.service.cmr.repository.NodeRef value)
value - The NodeRef representation of the web project to show the deployment reports forpublic boolean getMonitor()
public void setMonitor(boolean monitor)
monitor - Determines whether a deployment should be monitoredpublic java.util.List getMonitorIds()
public void setMonitorIds(java.util.List monitorIds)
monitorIds - List of monitor IDs to look forpublic int getSnapshotVersion()
public void setSnapshotVersion(int snapshotVersion)
snapshotVersion - The version of the snapshot being deployedpublic java.lang.String getDeployMode()
public void setDeployMode(java.lang.String deployMode)
deployMode - The type of server to deploy to, 'live' or 'test'public java.lang.String getStore()
public void setStore(java.lang.String store)
store - The store to deploy toCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.