public class DatabaseAction extends DefaultAction
| Modifier and Type | Field and Description |
|---|---|
protected Long |
selectedDatabaseId |
| Constructor and Description |
|---|
DatabaseAction() |
| Modifier and Type | Method and Description |
|---|---|
net.sourceforge.stripes.action.Resolution |
admin() |
net.sourceforge.stripes.action.Resolution |
create() |
net.sourceforge.stripes.action.Resolution |
createComplete() |
net.sourceforge.stripes.action.Resolution |
delete() |
Boolean |
getAdmin() |
protected String |
getAdminJsp() |
String |
getAlias() |
String |
getColX() |
String |
getColY() |
protected String |
getCreateJsp() |
protected nl.b3p.datastorelinker.entity.Database |
getDatabase(boolean alwaysCreateNewDB) |
String |
getDatabaseName() |
List<nl.b3p.datastorelinker.entity.Database> |
getDatabases() |
nl.b3p.datastorelinker.entity.Database.Type |
getDbType() |
String |
getHost() |
protected String |
getListJsp() |
String |
getPassword() |
Integer |
getPort() |
String |
getSchema() |
nl.b3p.datastorelinker.entity.Database |
getSelectedDatabase() |
Long |
getSelectedDatabaseId() |
String |
getSrs() |
String |
getUrl() |
String |
getUsername() |
net.sourceforge.stripes.action.Resolution |
list() |
protected nl.b3p.datastorelinker.entity.Database |
saveDatabase(nl.b3p.datastorelinker.entity.Database.TypeInout typeInout) |
void |
setAdmin(Boolean admin) |
void |
setAlias(String alias) |
void |
setColX(String colX) |
void |
setColY(String colY) |
void |
setDatabaseName(String databaseName) |
void |
setDatabases(List<nl.b3p.datastorelinker.entity.Database> databases) |
void |
setDbType(nl.b3p.datastorelinker.entity.Database.Type dbType) |
void |
setHost(String host) |
void |
setPassword(String password) |
void |
setPort(Integer port) |
void |
setSchema(String schema) |
void |
setSelectedDatabase(nl.b3p.datastorelinker.entity.Database selectedDatabase) |
void |
setSelectedDatabaseId(Long selectedDatabaseId) |
void |
setSrs(String srs) |
void |
setUrl(String url) |
void |
setUsername(String username) |
net.sourceforge.stripes.action.Resolution |
testConnection() |
net.sourceforge.stripes.action.Resolution |
update() |
getContext, getUploadPath, getUserId, getUserOrganiztionId, isUserAdmin, setContextprotected Long selectedDatabaseId
@DefaultHandler public net.sourceforge.stripes.action.Resolution admin()
protected String getAdminJsp()
protected String getCreateJsp()
protected String getListJsp()
@DontValidate public net.sourceforge.stripes.action.Resolution create()
public net.sourceforge.stripes.action.Resolution list()
public net.sourceforge.stripes.action.Resolution delete()
public net.sourceforge.stripes.action.Resolution update()
public net.sourceforge.stripes.action.Resolution createComplete()
protected nl.b3p.datastorelinker.entity.Database saveDatabase(nl.b3p.datastorelinker.entity.Database.TypeInout typeInout)
protected nl.b3p.datastorelinker.entity.Database getDatabase(boolean alwaysCreateNewDB)
public net.sourceforge.stripes.action.Resolution testConnection()
public List<nl.b3p.datastorelinker.entity.Database> getDatabases()
public void setDatabases(List<nl.b3p.datastorelinker.entity.Database> databases)
public nl.b3p.datastorelinker.entity.Database.Type getDbType()
public void setDbType(nl.b3p.datastorelinker.entity.Database.Type dbType)
public String getHost()
public void setHost(String host)
public String getDatabaseName()
public void setDatabaseName(String databaseName)
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public Integer getPort()
public void setPort(Integer port)
public String getSchema()
public void setSchema(String schema)
public String getAlias()
public void setAlias(String alias)
public String getUrl()
public void setUrl(String url)
public String getSrs()
public void setSrs(String srs)
public String getColX()
public void setColX(String colX)
public String getColY()
public void setColY(String colY)
public Long getSelectedDatabaseId()
public void setSelectedDatabaseId(Long selectedDatabaseId)
public nl.b3p.datastorelinker.entity.Database getSelectedDatabase()
public void setSelectedDatabase(nl.b3p.datastorelinker.entity.Database selectedDatabase)
public Boolean getAdmin()
public void setAdmin(Boolean admin)
Copyright © 2016. All rights reserved.