Class StiDataSourcesCollection
java.lang.Object
java.util.AbstractCollection<StiDataSource>
java.util.AbstractList<StiDataSource>
java.util.ArrayList<StiDataSource>
com.stimulsoft.base.system.StiCollection<StiDataSource>
com.stimulsoft.report.dictionary.dataSources.StiDataSourcesCollection
- All Implemented Interfaces:
IStiJsonReportObject,Serializable,Cloneable,Iterable<StiDataSource>,Collection<StiDataSource>,List<StiDataSource>,RandomAccess,SequencedCollection<StiDataSource>
public class StiDataSourcesCollection
extends StiCollection<StiDataSource>
implements IStiJsonReportObject
Copyright Stimulsoft
- See Also:
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconnect()voidconnect(boolean fillTable) booleanvoidbooleanprotected Comparator<? super StiDataSource> voidLoadFromJsonObject(JSONObject jObject) voidremove(int index) booleanbooleanremoveAll(Collection<?> c) voidreplaceAll(UnaryOperator<StiDataSource> operator) set(int index, StiDataSource element) voidsort(StiSortOrder order) Methods inherited from class com.stimulsoft.base.system.StiCollection
add, addAll, addAll, sortMethods inherited from class java.util.ArrayList
add, addFirst, addLast, clear, clone, contains, ensureCapacity, equals, forEach, get, getFirst, getLast, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, removeFirst, removeIf, removeLast, removeRange, retainAll, size, sort, spliterator, subList, toArray, toArray, trimToSizeMethods inherited from class java.util.AbstractCollection
containsAll, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, stream, toArrayMethods inherited from interface java.util.List
containsAll, reversed
-
Constructor Details
-
StiDataSourcesCollection
public StiDataSourcesCollection() -
StiDataSourcesCollection
-
-
Method Details
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Throws:
JSONException
-
sort
-
exist
-
contains
-
get
-
remove
- Specified by:
removein interfaceCollection<StiDataSource>- Specified by:
removein interfaceList<StiDataSource>- Overrides:
removein classArrayList<StiDataSource>
-
set
- Specified by:
setin interfaceList<StiDataSource>- Overrides:
setin classStiCollection<StiDataSource>
-
remove
- Specified by:
removein interfaceList<StiDataSource>- Overrides:
removein classArrayList<StiDataSource>
-
removeAll
- Specified by:
removeAllin interfaceCollection<StiDataSource>- Specified by:
removeAllin interfaceList<StiDataSource>- Overrides:
removeAllin classArrayList<StiDataSource>
-
replaceAll
- Specified by:
replaceAllin interfaceList<StiDataSource>- Overrides:
replaceAllin classArrayList<StiDataSource>
-
prepareData
public void prepareData() -
getComporator
- Specified by:
getComporatorin classStiCollection<StiDataSource>
-
connect
- Throws:
StiException
-
connect
- Throws:
StiException
-
disconnect
public void disconnect()
-