public class StiDataSourcesCollection extends StiCollection<StiDataSource> implements IStiJsonReportObject
| Constructor and Description |
|---|
StiDataSourcesCollection() |
StiDataSourcesCollection(StiDictionary dictionary) |
| Modifier and Type | Method and Description |
|---|---|
void |
connect() |
void |
connect(boolean fillTable) |
void |
disconnect() |
boolean |
exist(java.lang.String dataSourceName) |
StiDataSource |
get(java.lang.String dataSourceName) |
protected java.util.Comparator<? super StiDataSource> |
getComporator() |
int |
getIndexByName(java.lang.String dataSourceName) |
void |
LoadFromJsonObject(JSONObject jObject) |
void |
prepareData() |
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode) |
void |
sort(StiSortOrder order) |
add, addAll, addAll, set, sortadd, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, size, subList, toArray, toArray, trimToSizepublic StiDataSourcesCollection()
public StiDataSourcesCollection(StiDictionary dictionary)
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectJSONExceptionpublic void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectJSONExceptionpublic void sort(StiSortOrder order)
public boolean exist(java.lang.String dataSourceName)
public int getIndexByName(java.lang.String dataSourceName)
public StiDataSource get(java.lang.String dataSourceName)
public void prepareData()
protected java.util.Comparator<? super StiDataSource> getComporator()
getComporator in class StiCollection<StiDataSource>public void connect()
throws StiException
StiExceptionpublic void connect(boolean fillTable)
throws StiException
StiExceptionpublic void disconnect()
Copyright © 2019 Stimulsoft. All Rights Reserved.