com.ail.core.ui
Class ConfigureForm

java.lang.Object
  extended by com.ail.core.ui.ConfigureForm

public class ConfigureForm
extends java.lang.Object

Form (model) for the configure editor.

Version:
$Revision: 1.7 $

Constructor Summary
ConfigureForm()
           
 
Method Summary
 boolean getCarFileAvailable()
           
 java.lang.String getCarFileName()
           
 java.lang.String getConfigurationXML()
           
 boolean getEditorDisabled()
           
 java.lang.String getErrorMessage()
           
 java.lang.String getErrorStack()
           
 javax.faces.model.DataModel getHistory()
           
 javax.faces.model.DataModel getNamespaces()
           
 ConfigurationSummary getSelected()
           
 org.apache.myfaces.custom.fileupload.UploadedFile getUploadedCarFile()
           
 boolean getUploadedCarFileAvailable()
           
 void refresh()
           
 void setCarFileName(java.lang.String carFileName)
           
 void setConfigurationXML(java.lang.String configurationXML)
           
 void setError(java.lang.Throwable t)
           
 void setHistory(java.util.Collection history)
           
 void setNamespaces(java.util.Collection namespaces)
           
 void setSelected(ConfigurationSummary selected)
           
 void setUploadedCarFile(org.apache.myfaces.custom.fileupload.UploadedFile uploadCarFile)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigureForm

public ConfigureForm()
              throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getNamespaces

public javax.faces.model.DataModel getNamespaces()

setNamespaces

public void setNamespaces(java.util.Collection namespaces)

getHistory

public javax.faces.model.DataModel getHistory()

setHistory

public void setHistory(java.util.Collection history)

getConfigurationXML

public java.lang.String getConfigurationXML()

setConfigurationXML

public void setConfigurationXML(java.lang.String configurationXML)

getSelected

public ConfigurationSummary getSelected()

setSelected

public void setSelected(ConfigurationSummary selected)

refresh

public void refresh()
             throws java.lang.Exception
Throws:
java.lang.Exception

getEditorDisabled

public boolean getEditorDisabled()

setError

public void setError(java.lang.Throwable t)

getErrorMessage

public java.lang.String getErrorMessage()

getErrorStack

public java.lang.String getErrorStack()

getCarFileName

public java.lang.String getCarFileName()

setCarFileName

public void setCarFileName(java.lang.String carFileName)

getCarFileAvailable

public boolean getCarFileAvailable()

getUploadedCarFile

public org.apache.myfaces.custom.fileupload.UploadedFile getUploadedCarFile()

setUploadedCarFile

public void setUploadedCarFile(org.apache.myfaces.custom.fileupload.UploadedFile uploadCarFile)

getUploadedCarFileAvailable

public boolean getUploadedCarFileAvailable()