Modifier and Type | Method and Description |
---|---|
List<Field> |
DefaultDataManagement.getDefaultSources() |
List<Field> |
DataManagement.getDefaultSources() |
Modifier and Type | Method and Description |
---|---|
Integer |
DefaultDataManagement.generateMaps(String author,
boolean enableGIS,
Integer hspecId,
List<Field> speciesFilter,
boolean forceRegeneration) |
Integer |
DataManagement.generateMaps(String author,
boolean enableGIS,
Integer hspecId,
List<Field> speciesFilter,
boolean forceRegeneration) |
String |
DefaultPublisher.getJsonSubmittedByFilters(List<Field> filters,
PagedRequestSettings settings) |
String |
Publisher.getJsonSubmittedByFilters(List<Field> filters,
PagedRequestSettings settings) |
String |
DefaultDataManagement.getJSONView(PagedRequestSettings settings,
String tableName,
List<Field> filters) |
String |
DataManagement.getJSONView(PagedRequestSettings settings,
String tableName,
List<Field> filters) |
Modifier and Type | Field and Description |
---|---|
Map<String,Field> |
Area.attributes |
Modifier and Type | Method and Description |
---|---|
Field |
Filter.getField() |
Field |
Analysis.getField(AnalysisFields fieldName) |
Field |
Resource.getField(MetaSourceFields fieldName) |
Field |
Submitted.getField(SubmittedFields fieldName) |
Field |
Cell.getFieldbyName(String fieldName) |
Field |
Species.getFieldbyName(String fieldName) |
Modifier and Type | Method and Description |
---|---|
List<Field> |
Cell.getAttributesList() |
List<Field> |
Species.getAttributesList() |
Map<String,Map<EnvelopeFields,Field>> |
Job.getEnvelopeWeights() |
ArrayList<Field> |
Resource.getParameters() |
List<Field> |
Analysis.toRow() |
List<Field> |
Submitted.toRow() |
List<Field> |
Resource.toRow() |
Modifier and Type | Method and Description |
---|---|
void |
Cell.addField(Field toAddField) |
void |
Species.addField(Field toAddField) |
void |
Job.setCustomization(Species s,
Field f,
Perturbation p) |
boolean |
Analysis.setField(Field f) |
boolean |
Submitted.setField(Field f) |
void |
Filter.setField(Field field) |
boolean |
Resource.setField(Field f) |
Modifier and Type | Method and Description |
---|---|
void |
Cell.setAttributesList(List<Field> attributesList) |
void |
Species.setAttributesList(List<Field> attributesList) |
void |
Job.setEnvelopeWeights(Map<String,Map<EnvelopeFields,Field>> envelopeWeights) |
void |
Resource.setParameters(ArrayList<Field> parameters) |
void |
Job.setWeights(Species s,
List<Field> weights) |
Constructor and Description |
---|
Filter(FilterType type,
Field f) |
Constructor and Description |
---|
Analysis(List<Field> row) |
Cell(List<Field> initFields) |
Submitted(List<Field> row) |
Modifier and Type | Method and Description |
---|---|
Field |
SourceGenerationRequest.getField(SourceGenerationRequestFields fieldName) |
Modifier and Type | Method and Description |
---|---|
ArrayList<Field> |
SourceGenerationRequest.getExecutionParameters() |
ArrayList<Field> |
SourceGenerationRequest.getGenerationParameters() |
List<Field> |
SourceGenerationRequest.toRow() |
Modifier and Type | Method and Description |
---|---|
void |
SourceGenerationRequest.addParameter(Field f) |
boolean |
SourceGenerationRequest.setField(Field f) |
Modifier and Type | Method and Description |
---|---|
void |
SourceGenerationRequest.setExecutionParameters(ArrayList<Field> executionParameters) |
void |
SourceGenerationRequest.setGenerationParameters(ArrayList<Field> generationParameters) |
Constructor and Description |
---|
SourceGenerationRequest(List<Field> row) |
Modifier and Type | Method and Description |
---|---|
static List<List<Field>> |
CSVUtils.loadCSV(String path,
char delimiter) |
Modifier and Type | Method and Description |
---|---|
Field |
CustomQueryDescriptorStubs.getField(CustomQueryDescriptorFields fieldName) |
Modifier and Type | Method and Description |
---|---|
static ArrayList<Field> |
Field.fromJSONArray(org.json.JSONArray array) |
static List<List<Field>> |
Field.loadResultSet(ResultSet rs) |
static List<Field> |
Field.loadRow(ResultSet rs) |
List<Field> |
CustomQueryDescriptorStubs.toRow() |
Modifier and Type | Method and Description |
---|---|
int |
Field.compareTo(Field arg0) |
boolean |
CustomQueryDescriptorStubs.setField(Field f) |
Modifier and Type | Method and Description |
---|---|
static org.json.JSONArray |
Field.toJSONArray(List<Field> list) |
Constructor and Description |
---|
CustomQueryDescriptorStubs(List<Field> row) |
Modifier and Type | Method and Description |
---|---|
List<Field> |
FieldArray.theList() |
Modifier and Type | Method and Description |
---|---|
void |
FieldArray.theList(List<Field> theList) |
Constructor and Description |
---|
FieldArray(Collection<Field> initialCollection) |
Modifier and Type | Method and Description |
---|---|
Field |
GetPhylogenyRequestType.toSelect() |
Modifier and Type | Method and Description |
---|---|
void |
GetPhylogenyRequestType.toSelect(Field toSelect) |
Constructor and Description |
---|
GetPhylogenyRequestType(FieldArray fieldList,
Field toSelect,
PagedRequestSettings pagedRequestSettings) |
Copyright © 2017. All Rights Reserved.