|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.report.dictionary.dataSources.StiDataSource
com.stimulsoft.report.dictionary.dataSources.StiDataStoreSource
public abstract class StiDataStoreSource
Describes the base class for access to data in DataStore.
Field Summary |
---|
Fields inherited from class com.stimulsoft.report.dictionary.dataSources.StiDataSource |
---|
columns, connectOnStart, detailRows, initForSubreport, RowToLevel |
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
---|
REFERENCE_EMPTY, REFERENCE_REPORT |
Constructor Summary | |
---|---|
StiDataStoreSource()
Creates a new object of the type StiDataStoreSource. |
|
StiDataStoreSource(java.lang.String nameInSource,
java.lang.String name)
Creates a new object of the type StiDataTableSource. |
|
StiDataStoreSource(java.lang.String nameInSource,
java.lang.String name,
java.lang.String alias)
Creates a new object of the type StiDataStoreSource. |
Method Summary | |
---|---|
void |
connect()
|
void |
connect(java.lang.Boolean fillTable)
|
DataTable |
createNewTable()
|
void |
disconnect()
|
java.lang.String |
GetCategoryName()
Returns the name to categories of the Data Source. |
java.lang.String |
getDataName()
Deprecated. |
java.lang.String |
getNameInSource()
Gets or sets the name of Data Source in source of data. |
java.lang.String |
getQuery()
|
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setDataName(java.lang.String value)
Deprecated. |
void |
setNameInSource(java.lang.String value)
|
Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject |
---|
cleanReference, getReference, setReference |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
---|
getReference, setReference |
Constructor Detail |
---|
public StiDataStoreSource()
public StiDataStoreSource(java.lang.String nameInSource, java.lang.String name)
dataName
- Name of data in the DataStore.name
- Data Source name.public StiDataStoreSource(java.lang.String nameInSource, java.lang.String name, java.lang.String alias)
dataName
- Name of data in the DataStore.name
- Data Source name.alias
- Data Source alias.Method Detail |
---|
public java.lang.String GetCategoryName()
GetCategoryName
in class StiDataSource
public java.lang.String getNameInSource()
public void setNameInSource(java.lang.String value)
public void connect() throws StiException
connect
in class StiDataSource
StiException
public void connect(java.lang.Boolean fillTable) throws StiException
connect
in class StiDataSource
StiException
public void disconnect()
disconnect
in class StiDataSource
@Deprecated public java.lang.String getDataName()
@Deprecated public void setDataName(java.lang.String value)
public DataTable createNewTable()
public java.lang.String getQuery()
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject
in interface IStiJsonReportObject
SaveToJsonObject
in class StiDataSource
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject
in interface IStiJsonReportObject
LoadFromJsonObject
in class StiDataSource
JSONException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |