com.stimulsoft.report.dictionary.adapters
Class StiDataAdapterService

java.lang.Object
  extended by com.stimulsoft.base.serializing.StiSerializedObject
      extended by com.stimulsoft.base.services.StiService
          extended by com.stimulsoft.report.dictionary.adapters.StiDataAdapterService
All Implemented Interfaces:
IStiSerializable, IStiSerializableRef, java.lang.Cloneable
Direct Known Subclasses:
StiDataStoreAdapterService

public class StiDataAdapterService
extends StiService


Field Summary
 
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT
 
Constructor Summary
StiDataAdapterService()
           
 
Method Summary
 void ConnectDataSourceToData(StiDictionary dictionary, StiDataSource stiDataSource, boolean loadData)
           
static StiDataAdapterService GetDataAdapter(StiDataSource stiDataSource)
           
 java.lang.Class<?> getServiceType()
          Gets a service type.
 
Methods inherited from class com.stimulsoft.base.services.StiService
clone, getProperties, getServiceCategory, getServiceEnabled, getServiceInfo, getServiceName, isPropertyPresent, MemberwiseClone, packService, properties, setProperties, setServiceEnabled
 
Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject
cleanReference, getReference, setReference
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiDataAdapterService

public StiDataAdapterService()
Method Detail

getServiceType

public java.lang.Class<?> getServiceType()
Description copied from class: StiService
Gets a service type.

Specified by:
getServiceType in class StiService

ConnectDataSourceToData

public void ConnectDataSourceToData(StiDictionary dictionary,
                                    StiDataSource stiDataSource,
                                    boolean loadData)

GetDataAdapter

public static StiDataAdapterService GetDataAdapter(StiDataSource stiDataSource)