Package | Description |
---|---|
org.nrg.xdat | |
org.nrg.xdat.search | |
org.nrg.xdat.security | |
org.nrg.xdat.services | |
org.nrg.xft | |
org.nrg.xft.commandPrompt | |
org.nrg.xft.db |
Constructor and Description |
---|
XDATTool(String instanceLocation,
String username,
String password) |
Modifier and Type | Method and Description |
---|---|
XFTTableI |
DisplaySearch.getPage(int pageNumber,
PresentationA p,
String login) |
static ArrayList |
DisplaySearch.SearchForItems(SchemaElementI e,
CriteriaCollection criteria) |
Modifier and Type | Method and Description |
---|---|
XFTTable |
XDATUser.getQueryResults(String query) |
ArrayList<List> |
XDATUser.getQueryResultsAsArrayList(String query) |
Constructor and Description |
---|
XDATUser(String login,
String password) |
Modifier and Type | Method and Description |
---|---|
ItemCollection |
SearchService.execute() |
Modifier and Type | Method and Description |
---|---|
static XFTTable |
XFTTool.BrowseAllGrand(String elementName)
Performs a select on the database for all rows in the given element's table.
|
static XFTTable |
XFTTool.BrowseAllSimple(String elementName)
Performs a select on the database for all rows in the given element's table.
|
static XFTTable |
XFTTable.Execute(String query,
String dbName,
String userName) |
void |
XFTItem.extend(boolean allowMultiples) |
void |
ItemWrapper.extend(boolean allowMultiples) |
void |
ItemI.extend(boolean allowMultiples)
extends the item (loads any additional children).
|
ItemCollection |
XFTItem.getExtFieldsMatches(boolean includeParent) |
ItemCollection |
XFTItem.getFieldMatches(boolean extend)
Returns ArrayList of XFTItems where all fields match.
|
ItemCollection |
XFTItem.getPkMatches(boolean extend)
Returns ArrayList of XFTItems with matching pks.
|
ItemCollection |
XFTItem.getUniqueMatches(boolean extend)
Returns ArrayList of XFTItems with matching unique fields.
|
static XFTTable |
XFTTool.Search(String elementName,
CriteriaCollection values)
Returns a table with the results of an SQL select based on the elements which
match the SearchCriteria in the supplied ArrayList.
|
Modifier and Type | Method and Description |
---|---|
void |
CommandPromptTool._process() |
void |
CommandPromptTool._service() |
void |
CommandPromptTool.run() |
void |
CommandPromptTool.service() |
Modifier and Type | Method and Description |
---|---|
ResultSet |
PoolDBUtils.executeQuery(String db,
String query,
String userName) |
XFTTable |
PoolDBUtils.executeSelectQuery(String query,
String db,
String userName)
Executes the selected query and transfers the data from a ResultSet to
a XFTTable.
|
static Connection |
DBPool.GetConnection(String db)
Gets a pooled database connection from the available DBConfigs with a
matching db indentifier.
|
static FavEntries |
FavEntries.GetFavoriteEntries(String dataType,
String id,
XDATUser user) |
static XFTTable |
FavEntries.GetFavoriteEntries(String dataType,
XDATUser user) |
PreparedStatement |
PoolDBUtils.getPreparedStatement(String db,
String sql) |
static Object |
PoolDBUtils.LogCustomSearch(String login,
String search_xml,
String dbname) |
static void |
PoolDBUtils.PerformUpdateTrigger(XFTItem item,
String login) |
static String |
PoolDBUtils.RetrieveLoggedCustomSearch(String login,
String dbname,
Object search_id) |
Copyright © 2015 Neuroinformatics Research Group. All rights reserved.