com.atlassian.jira.configurator.db
Class SqlServerConfigPanel

java.lang.Object
  extended by com.atlassian.jira.configurator.db.DatabaseConfigPanel
      extended by com.atlassian.jira.configurator.db.CommonConfigPanel
          extended by com.atlassian.jira.configurator.db.SqlServerConfigPanel

public class SqlServerConfigPanel
extends CommonConfigPanel


Field Summary
 
Fields inherited from class com.atlassian.jira.configurator.db.CommonConfigPanel
tfHostname, tfPassword, tfPort, tfUsername
 
Fields inherited from class com.atlassian.jira.configurator.db.DatabaseConfigPanel
TEXT_FIELD_COLUMNS
 
Constructor Summary
SqlServerConfigPanel()
           
 
Method Summary
protected  javax.swing.JPanel buildConfigPanel()
           
 java.lang.String getDisplayName()
           
protected  java.lang.String getHostname()
           
protected  java.lang.String getInstance()
           
protected  java.lang.String getPort()
           
 java.lang.String getSchemaName()
          For DB's that want to allow entity-engine to set a schema-name, this will return the user's selected Schema-name
protected  void setSchemaName(java.lang.String schemaName)
           
protected  void setUrlSettings(DatabaseInstance connectionProperties)
           
 
Methods inherited from class com.atlassian.jira.configurator.db.CommonConfigPanel
getClassName, getPanel, getPassword, getUrl, getUsername, setSettings, validate
 
Methods inherited from class com.atlassian.jira.configurator.db.DatabaseConfigPanel
saveSettings, testConnection, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SqlServerConfigPanel

public SqlServerConfigPanel()
Method Detail

getDisplayName

public java.lang.String getDisplayName()
Specified by:
getDisplayName in class DatabaseConfigPanel

buildConfigPanel

protected javax.swing.JPanel buildConfigPanel()
Specified by:
buildConfigPanel in class CommonConfigPanel

setUrlSettings

protected void setUrlSettings(DatabaseInstance connectionProperties)
                       throws ParseException
Specified by:
setUrlSettings in class CommonConfigPanel
Throws:
ParseException

getSchemaName

public java.lang.String getSchemaName()
Description copied from class: DatabaseConfigPanel
For DB's that want to allow entity-engine to set a schema-name, this will return the user's selected Schema-name

Specified by:
getSchemaName in class DatabaseConfigPanel
Returns:

setSchemaName

protected void setSchemaName(java.lang.String schemaName)
Specified by:
setSchemaName in class CommonConfigPanel

getHostname

protected java.lang.String getHostname()
Specified by:
getHostname in class CommonConfigPanel

getPort

protected java.lang.String getPort()
Specified by:
getPort in class CommonConfigPanel

getInstance

protected java.lang.String getInstance()
Specified by:
getInstance in class CommonConfigPanel


Copyright © 2002-2011 Atlassian. All Rights Reserved.