Uses of Class
com.stimulsoft.report.dictionary.businessObjects.StiBusinessObject

Packages that use StiBusinessObject
com.stimulsoft.report.chart   
com.stimulsoft.report.components.bands   
com.stimulsoft.report.components.interfaces   
com.stimulsoft.report.crossTab   
com.stimulsoft.report.dictionary   
com.stimulsoft.report.dictionary.businessObjects   
com.stimulsoft.webdesigner.helper   
 

Uses of StiBusinessObject in com.stimulsoft.report.chart
 

Methods in com.stimulsoft.report.chart that return StiBusinessObject
 StiBusinessObject StiChart.getBusinessObject()
          Get business object that is used for getting data.
 

Uses of StiBusinessObject in com.stimulsoft.report.components.bands
 

Methods in com.stimulsoft.report.components.bands that return StiBusinessObject
 StiBusinessObject StiTableOfContents.getBusinessObject()
           
 StiBusinessObject StiHierarchicalBand.getBusinessObject()
          Get business object that is used for getting data.
 StiBusinessObject StiDataBand.getBusinessObject()
          Get business object that is used for getting data.
 

Uses of StiBusinessObject in com.stimulsoft.report.components.interfaces
 

Methods in com.stimulsoft.report.components.interfaces that return StiBusinessObject
 StiBusinessObject IStiBusinessObject.getBusinessObject()
          Gets Business Object.
 

Uses of StiBusinessObject in com.stimulsoft.report.crossTab
 

Methods in com.stimulsoft.report.crossTab that return StiBusinessObject
 StiBusinessObject StiCrossTab.getBusinessObject()
          Get business object that is used for getting data.
 

Uses of StiBusinessObject in com.stimulsoft.report.dictionary
 

Methods in com.stimulsoft.report.dictionary that return StiBusinessObject
 StiBusinessObject StiDataColumn.getBusinessObject()
          Gets or sets the Business Object in what the column is described.
static StiBusinessObject StiDataColumn.GetBusinessObjectFromDataColumn(StiDictionary dictionary, java.lang.String column)
           
 

Methods in com.stimulsoft.report.dictionary with parameters of type StiBusinessObject
 void StiDataColumn.setBusinessObject(StiBusinessObject value)
           
 

Constructors in com.stimulsoft.report.dictionary with parameters of type StiBusinessObject
StiDataColumnsCollection(StiBusinessObject stiBusinessObject)
           
 

Uses of StiBusinessObject in com.stimulsoft.report.dictionary.businessObjects
 

Fields in com.stimulsoft.report.dictionary.businessObjects declared as StiBusinessObject
 StiBusinessObject StiBusinessObjectsCollection.parentBusinessObject
           
 

Fields in com.stimulsoft.report.dictionary.businessObjects with type parameters of type StiBusinessObject
 java.util.Hashtable<java.lang.String,StiBusinessObject> StiBusinessObjectsCollection.cachedBusinessObjects
           
 

Methods in com.stimulsoft.report.dictionary.businessObjects that return StiBusinessObject
 StiBusinessObject StiBusinessObjectsCollection.get(java.lang.String string)
           
static StiBusinessObject StiBusinessObjectHelper.getBusinessObjectFromGuid(StiReport report, java.lang.String businessObjectGuid)
           
 StiBusinessObject StiBusinessObjectsCollection.getItem(java.lang.String name)
           
 StiBusinessObject StiBusinessObject.getParentBusinessObject()
           
 StiBusinessObject StiBusinessObject.GetTopParentBusinessObject()
           
 StiBusinessObject StiBusinessObjectsCollection.set(int index, StiBusinessObject newValue)
           
 

Methods in com.stimulsoft.report.dictionary.businessObjects that return types with arguments of type StiBusinessObject
 java.util.Hashtable<java.lang.String,StiBusinessObject> StiBusinessObjectsCollection.getCachedBusinessObjects()
           
 

Methods in com.stimulsoft.report.dictionary.businessObjects with parameters of type StiBusinessObject
 int StiBusinessObjectsCollection.compare(StiBusinessObject o1, StiBusinessObject o2)
           
static java.lang.String StiBusinessObjectHelper.getBusinessObjectFullAlias(StiBusinessObject stiBusinessObject)
           
static java.lang.String StiBusinessObjectHelper.getBusinessObjectFullName(StiBusinessObject stiBusinessObject)
           
 StiBusinessObject StiBusinessObjectsCollection.set(int index, StiBusinessObject newValue)
           
 void StiBusinessObjectsCollection.setItem(java.lang.String name, StiBusinessObject value)
           
 void StiBusinessObject.setParentBusinessObject(StiBusinessObject value)
           
 

Constructors in com.stimulsoft.report.dictionary.businessObjects with parameters of type StiBusinessObject
StiBusinessObjectsCollection(StiDictionary dictionary, StiBusinessObject parentBusinessObject)
          Creates the collection of Data Sources.
 

Constructor parameters in com.stimulsoft.report.dictionary.businessObjects with type arguments of type StiBusinessObject
StiBusinessObjectsCollection(java.util.List<StiBusinessObject> content)
           
 

Uses of StiBusinessObject in com.stimulsoft.webdesigner.helper
 

Methods in com.stimulsoft.webdesigner.helper that return StiBusinessObject
static StiBusinessObject StiDictionaryHelper.getBusinessObjectByFullName(StiReport report, java.lang.Object fullName)