| Package | stimulsoft.report.dictionary.adapters |
| Class | public class StiDataStoreAdapterService |
| Inheritance | StiDataStoreAdapterService StiDataAdapterService StiService StiObject Object |
| Subclasses | StiCrossTabAdapterService, StiCsvAdapterService, StiDataTableAdapterService, StiDataViewAdapterService, StiDBaseAdapterService, StiSqlAdapterService, StiUserAdapterService, StiVirtualAdapterService |
| Method | Defined By | ||
|---|---|---|---|
![]() | clone(... args):Object [override] Creates a new object that is a copy of the current instance. | StiService | |
![]() | StiDataAdapterService | ||
[override] Creates a new Data Source and adds it to the dictionary. | StiDataStoreAdapterService | ||
[override] Calls the form for Data Source edition. | StiDataStoreAdapterService | ||
![]() | equals(object:Object):Boolean | StiObject | |
![]() | StiDataAdapterService | ||
![]() | [static] Returns adapter for Data in DataStore. | StiDataAdapterService | |
![]() | [static] | StiDataAdapterService | |
![]() | getDataCategoryName(data:StiData):String | StiDataAdapterService | |
![]() | getDataSourceType():Class | StiDataAdapterService | |
![]() | getDataTypes():Array | StiDataAdapterService | |
![]() | getShortTypeName():String Get a short object type name (without library path). | StiObject | |
![]() | getType():Class | StiObject | |
![]() | getTypeName():String | StiObject | |
![]() | isSimple(object:*):Boolean [static] | StiObject | |
![]() | memberwiseClone():Object [override] Creates a shallow copy of the current Collection. | StiService | |
[override] Calls the form for a new Data Source edition. | StiDataStoreAdapterService | ||
![]() | packService():void | StiService | |
[override] Fills a name and alias of the Data Source relying on data. | StiDataStoreAdapterService | ||
![]() | toString():String | StiDataAdapterService | |
| create | () | method |
override public function create(dictionary:StiDictionary, addToDictionary:Boolean = true):StiDataSourceCreates a new Data Source and adds it to the dictionary.
Parameters
dictionary:StiDictionary | |
addToDictionary:Boolean (default = true) |
StiDataSource |
| edit | () | method |
override public function edit(dictionary:StiDictionary, dataSource:StiDataSource):BooleanCalls the form for Data Source edition.
Parameters
dictionary:StiDictionary | |
dataSource:StiDataSource |
Boolean |
| neww | () | method |
override public function neww(dictionary:StiDictionary, dataSource:StiDataSource):BooleanCalls the form for a new Data Source edition.
Parameters
dictionary:StiDictionary | |
dataSource:StiDataSource |
Boolean |
| setDataSourceNames | () | method |
override public function setDataSourceNames(data:StiData, dataSource:StiDataSource):voidFills a name and alias of the Data Source relying on data.
Parameters
data:StiData | |
dataSource:StiDataSource |