Uses of Interface
lumis.content.table.IContentTableSourceAddDataResult
-
Packages that use IContentTableSourceAddDataResult Package Description lumis.content.table lumis.service.analytics.abtest.doui lumis.service.analytics.eventanalytics.report lumis.service.privacyterm.doui -
-
Uses of IContentTableSourceAddDataResult in lumis.content.table
Methods in lumis.content.table that return IContentTableSourceAddDataResult Modifier and Type Method Description IContentTableSourceAddDataResult
ContentTableSource. addData(Object data)
Adds a data in the persistence this source represents.protected IContentTableSourceAddDataResult
ContentTableSource. doAddData(IParameters data)
Adds the data to the persistence. -
Uses of IContentTableSourceAddDataResult in lumis.service.analytics.abtest.doui
Methods in lumis.service.analytics.abtest.doui that return IContentTableSourceAddDataResult Modifier and Type Method Description protected IContentTableSourceAddDataResult
ExperimentSource. doAddData(IParameters data)
-
Uses of IContentTableSourceAddDataResult in lumis.service.analytics.eventanalytics.report
Methods in lumis.service.analytics.eventanalytics.report that return IContentTableSourceAddDataResult Modifier and Type Method Description protected IContentTableSourceAddDataResult
ReportSource. doAddData(IParameters data)
-
Uses of IContentTableSourceAddDataResult in lumis.service.privacyterm.doui
Methods in lumis.service.privacyterm.doui that return IContentTableSourceAddDataResult Modifier and Type Method Description IContentTableSourceAddDataResult
PrivacyTermSource. addData(Object data)
-