com.stimulsoft.report.dictionary.dataSources
Class StiBusinessObjectSource
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.report.dictionary.dataSources.StiDataSource
com.stimulsoft.report.dictionary.dataSources.StiDataStoreSource
com.stimulsoft.report.dictionary.dataSources.StiDataTableSource
com.stimulsoft.report.dictionary.dataSources.StiBusinessObjectSource
- All Implemented Interfaces:
- IStiJsonReportObject, IStiSerializable, IStiSerializableRef, IStiName, IStiEnumerator, IStiInherited, IStiStateSaveRestore, java.lang.Cloneable
- Direct Known Subclasses:
- StiEnumerableSource
public class StiBusinessObjectSource
- extends StiDataTableSource
Describes the Data Source realizing access to Business Objects.
Constructor Summary |
StiBusinessObjectSource()
Creates a new object of the type StiBusinessObjectSource. |
StiBusinessObjectSource(java.lang.String nameInSource,
java.lang.String name)
Creates a new object of the type StiBusinessObjectSource. |
StiBusinessObjectSource(java.lang.String nameInSource,
java.lang.String name,
java.lang.String alias)
Creates a new object of the type StiBusinessObjectSource. |
Method Summary |
java.lang.String |
GetCategoryName()
Returns the name to categories of the Data Source. |
Methods inherited from class com.stimulsoft.report.dictionary.dataSources.StiDataSource |
CheckColumnsIndexs, clearAllStates, ClearAllStates, First, get, getAlias, GetChildDataSource, GetChildRelations, GetColumnIndex, getColumns, GetConditions, getConnectionOrder, getConnectOnStart, getCount, GetData, getData, GetData, GetDataRow, getDataTable, getDictionary, getInherited, getIsBof, getIsConnected, getIsEmpty, getIsEof, getItem, getKey, GetLevel, getName, getParameters, GetParentData, GetParentDataSource, GetParentRelations, getPosition, getPositionValue, getRealCount, getRelations, getRows, getVariableParameterByName, getVariableParameters, isEmpty, Last, Next, prepareData, Prior, ResetData, ResetDetailsRows, restoreState, RestoreState, saveState, setAlias, setColumns, setConnectionOrder, setConnectOnStart, setCorrectName, SetData, setDataTable, SetDetails, setDictionary, SetFilter, setInherited, setIsBof, setIsEof, setKey, setName, setParameters, setPosition, setPositionValue, setRows, SetSort, setVariableParameters, size, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
StiBusinessObjectSource
public StiBusinessObjectSource()
- Creates a new object of the type StiBusinessObjectSource.
StiBusinessObjectSource
public StiBusinessObjectSource(java.lang.String nameInSource,
java.lang.String name)
- Creates a new object of the type StiBusinessObjectSource.
- Parameters:
nameInSource
- Name of business object.name
- Data Source name.
StiBusinessObjectSource
public StiBusinessObjectSource(java.lang.String nameInSource,
java.lang.String name,
java.lang.String alias)
- Creates a new object of the type StiBusinessObjectSource.
- Parameters:
nameInSource
- Name of business object.name
- Data Source name.alias
- Data Source alias.
GetCategoryName
public java.lang.String GetCategoryName()
- Returns the name to categories of the Data Source.
- Overrides:
GetCategoryName
in class StiDataTableSource