Uses of Class
lumis.doui.source.TabularData
-
Packages that use TabularData Package Description lumis.doui.search lumis.doui.source lumis.doui.table lumis.service.banner -
-
Uses of TabularData in lumis.doui.search
Methods in lumis.doui.search that return TabularData Modifier and Type Method Description protected TabularData
SearchSource. convertDataToDefinedDataTypes(TabularData originalData)
Methods in lumis.doui.search with parameters of type TabularData Modifier and Type Method Description protected TabularData
SearchSource. convertDataToDefinedDataTypes(TabularData originalData)
-
Uses of TabularData in lumis.doui.source
Fields in lumis.doui.source declared as TabularData Modifier and Type Field Description protected TabularData
TabularSource. tabularData
Methods in lumis.doui.source that return TabularData Modifier and Type Method Description TabularData
TabularData. clone()
protected TabularData
TabularSource. convertDataToDefinedDataTypes(TabularData originalData)
Converts the given data to another data with the values that should be used according to this source's fields definitions.TabularData
TabularSource. getData()
Methods in lumis.doui.source with parameters of type TabularData Modifier and Type Method Description protected TabularData
TabularSource. convertDataToDefinedDataTypes(TabularData originalData)
Converts the given data to another data with the values that should be used according to this source's fields definitions.void
TabularSource. setData(TabularData tabularData)
Sets the data in this source. -
Uses of TabularData in lumis.doui.table
Methods in lumis.doui.table that return TabularData Modifier and Type Method Description TabularData
ITableDao. readData(QuerySelect querySelect, ITransaction transaction)
Reads the data as specified in the given querySelect, and returns the result in aTabularData
.TabularData
TableDaoJdbc. readData(QuerySelect querySelect, ITransaction transaction)
TabularData
TableSource. readData(String[] primaryKeyValues, ITransaction transaction)
Deprecated.Since 10.4.0 replaced bySource.readData(String...)
and#readData(Iterable)
for Source persistence API standardization.protected TabularData
BaseTableDataProcessActionHandler. readSelectedData()
Deprecated.Reads the data selected by the user from the persistence and returns it. -
Uses of TabularData in lumis.service.banner
Methods in lumis.service.banner with parameters of type TabularData Modifier and Type Method Description protected void
BannerDataProvider. randomizedBanners(TabularData banners, int amount)
-