Package | Description |
---|---|
org.nrg.xdat.security | |
org.nrg.xft | |
org.nrg.xft.db | |
org.nrg.xft.db.views | |
org.nrg.xft.search |
Modifier and Type | Method and Description |
---|---|
XFTTable |
XDATUser.getQueryResults(String query) |
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.
|
XFTTable |
XFTTable.cloneTable() |
static XFTTable |
XFTTable.Execute(String query,
String dbName,
String userName) |
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 |
---|---|
XFTTable |
PoolDBUtils.executeSelectQuery(String query,
String db,
String userName)
Executes the selected query and transfers the data from a ResultSet to
a XFTTable.
|
XFTTable |
MaterializedViewI.getColumnsValues(String column) |
XFTTable |
MaterializedViewI.getColumnsValues(String column,
Map<String,Object> filters) |
XFTTable |
MaterializedViewI.getColumnValues(String column) |
XFTTable |
MaterializedViewI.getData(String sortBy,
Integer offset,
Integer limit) |
XFTTable |
MaterializedViewI.getData(String sortBy,
Integer offset,
Integer limit,
Map<String,Object> filters) |
static XFTTable |
FavEntries.GetFavoriteEntries(String dataType,
XDATUser user) |
static XFTTable |
MaterializedView.retrieveView(String tablename,
UserI user,
int offset,
int rowsPerPage) |
Modifier and Type | Method and Description |
---|---|
XFTTable |
LegacyMaterializedViewImpl.getColumnsValues(String column) |
XFTTable |
LegacyMaterializedViewImpl.getColumnsValues(String column,
Map<String,Object> filters) |
XFTTable |
LegacyMaterializedViewImpl.getColumnValues(String column) |
XFTTable |
LegacyMaterializedViewImpl.getData(String sortBy,
Integer offset,
Integer limit) |
XFTTable |
LegacyMaterializedViewImpl.getData(String sortBy,
Integer offset,
Integer limit,
Map<String,Object> filters) |
Modifier and Type | Method and Description |
---|---|
XFTTable |
TableSearch.execute(boolean loadHistory,
String userName) |
static XFTTable |
TableSearch.Execute(String query,
String dbName,
String userName) |
XFTTable |
ItemSearch.executeToTable(boolean showMetaFields) |
static XFTTable |
TableSearch.GetMappingTable(XFTManyToManyReference manyRef,
CriteriaCollection cc,
String userName) |
Modifier and Type | Method and Description |
---|---|
ItemCollection |
ItemSearch.populateItems(GenericWrapperElement element,
XFTTable table,
QueryOrganizer qo,
boolean extend,
boolean allowMultiples)
translates a XFTTable into a list of items with all available sub-items populated.
|
Copyright © 2015 Neuroinformatics Research Group. All rights reserved.