Packagestimulsoft.report.dictionary.adapters
Classpublic class StiDataStoreAdapterService
InheritanceStiDataStoreAdapterService Inheritance StiDataAdapterService Inheritance StiService Inheritance StiObject Inheritance Object
Subclasses StiCrossTabAdapterService, StiCsvAdapterService, StiDataTableAdapterService, StiDataViewAdapterService, StiDBaseAdapterService, StiSqlAdapterService, StiUserAdapterService, StiVirtualAdapterService



Public Properties
 PropertyDefined By
 Inheritedproperties : StiRepositoryItems
StiService
 InheritedserviceCategory : String
[read-only] Gets a service category.
StiService
 InheritedserviceInfo : String
[read-only] Gets a service description.
StiService
 InheritedserviceName : String
[read-only] Gets a service name.
StiService
 Inheritedservices : Array
[static] [read-only]
StiDataAdapterService
 InheritedserviceType : Class
[read-only] Gets a service type.
StiService
Public Methods
 MethodDefined By
 Inherited
clone(... args):Object
[override] Creates a new object that is a copy of the current instance.
StiService
 Inherited
connectDataSourceToData(dictionary:StiDictionary, dataSource:StiDataSource, loadData:Boolean):void
StiDataAdapterService
  
create(dictionary:StiDictionary, addToDictionary:Boolean = true):StiDataSource
[override] Creates a new Data Source and adds it to the dictionary.
StiDataStoreAdapterService
  
edit(dictionary:StiDictionary, dataSource:StiDataSource):Boolean
[override] Calls the form for Data Source edition.
StiDataStoreAdapterService
 Inherited
equals(object:Object):Boolean
StiObject
 Inherited
StiDataAdapterService
 Inherited
[static] Returns adapter for Data in DataStore.
StiDataAdapterService
 Inherited
[static]
StiDataAdapterService
 Inherited
StiDataAdapterService
 Inherited
StiDataAdapterService
 Inherited
getDataTypes():Array
StiDataAdapterService
 Inherited
Get a short object type name (without library path).
StiObject
 Inherited
getType():Class
StiObject
 Inherited
getTypeName():String
StiObject
 Inherited
isSimple(object:*):Boolean
[static]
StiObject
 Inherited
[override] Creates a shallow copy of the current Collection.
StiService
  
neww(dictionary:StiDictionary, dataSource:StiDataSource):Boolean
[override] Calls the form for a new Data Source edition.
StiDataStoreAdapterService
 Inherited
StiService
  
[override] Fills a name and alias of the Data Source relying on data.
StiDataStoreAdapterService
 Inherited
toString():String
StiDataAdapterService
Method Detail
create()method
override public function create(dictionary:StiDictionary, addToDictionary:Boolean = true):StiDataSource

Creates a new Data Source and adds it to the dictionary.

Parameters

dictionary:StiDictionary
 
addToDictionary:Boolean (default = true)

Returns
StiDataSource
edit()method 
override public function edit(dictionary:StiDictionary, dataSource:StiDataSource):Boolean

Calls the form for Data Source edition.

Parameters

dictionary:StiDictionary
 
dataSource:StiDataSource

Returns
Boolean
neww()method 
override public function neww(dictionary:StiDictionary, dataSource:StiDataSource):Boolean

Calls the form for a new Data Source edition.

Parameters

dictionary:StiDictionary
 
dataSource:StiDataSource

Returns
Boolean
setDataSourceNames()method 
override public function setDataSourceNames(data:StiData, dataSource:StiDataSource):void

Fills a name and alias of the Data Source relying on data.

Parameters

data:StiData
 
dataSource:StiDataSource