@UrlBinding(value="/actions/admin/connection-providers") public class ConnectionProvidersAction extends AbstractActionBean
Modifier and Type | Field and Description |
---|---|
ConnectionProvider |
connectionProvider |
protected ConnectionProviderForm |
connectionProviderForm |
static String |
copyright |
String |
databaseName |
DatabasePlatform |
databasePlatform |
DatabasePlatform[] |
databasePlatforms |
TableForm |
databasePlatformsTableForm |
Form |
detectedValuesForm |
Form |
form |
static String[] |
jdbcEditFields |
static String[] |
jdbcViewFields |
static String[] |
jndiEditFields |
static String[] |
jndiViewFields |
static org.slf4j.Logger |
logger |
TableForm |
schemasForm |
protected List<SelectableSchema> |
selectableSchemas |
String[] |
selection |
TableForm |
tableForm |
static String |
URL_BINDING |
context
Constructor and Description |
---|
ConnectionProvidersAction() |
Modifier and Type | Method and Description |
---|---|
Resolution |
bulkDelete() |
Resolution |
cancel() |
protected void |
configureDetected() |
protected void |
configureEditSchemas() |
Resolution |
create() |
Resolution |
delete() |
protected void |
doDelete(String[] databaseNames) |
Resolution |
edit() |
Resolution |
execute() |
ConnectionProvider |
getConnectionProvider() |
String |
getDatabaseName() |
Form |
getDetectedValuesForm() |
TableForm |
getSchemasForm() |
Resolution |
read() |
Resolution |
returnToList() |
Resolution |
returnToPages() |
Resolution |
runWizard() |
Resolution |
search() |
void |
setDatabaseName(String databaseName) |
Resolution |
sync() |
Resolution |
test() |
Resolution |
update() |
getContext, setContext
public static final String copyright
public static final String URL_BINDING
public ConnectionProvider connectionProvider
public DatabasePlatform[] databasePlatforms
public DatabasePlatform databasePlatform
protected ConnectionProviderForm connectionProviderForm
public TableForm tableForm
public Form form
public Form detectedValuesForm
public TableForm schemasForm
public TableForm databasePlatformsTableForm
public String databaseName
public String[] selection
protected List<SelectableSchema> selectableSchemas
public static final org.slf4j.Logger logger
public static final String[] jdbcViewFields
public static final String[] jdbcEditFields
public static final String[] jndiViewFields
public static final String[] jndiEditFields
@DefaultHandler public Resolution execute()
public Resolution search()
public Resolution read()
protected void configureDetected()
protected void configureEditSchemas()
public Resolution test()
public Resolution create()
public Resolution edit()
public Resolution update()
public Resolution cancel()
public Resolution delete()
public Resolution bulkDelete()
protected void doDelete(String[] databaseNames)
public Resolution sync()
public Resolution runWizard()
public Resolution returnToList()
public Resolution returnToPages()
public String getDatabaseName()
public void setDatabaseName(String databaseName)
public Form getDetectedValuesForm()
public TableForm getSchemasForm()
public ConnectionProvider getConnectionProvider()