Uses of Interface
lumis.content.table.IContentTableSourceAddDataResult
-
-
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
Methods in lumis.service.analytics.eventanalytics that return IContentTableSourceAddDataResult Modifier and Type Method Description protected IContentTableSourceAddDataResult
DashboardSource. 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)
-
Uses of IContentTableSourceAddDataResult in lumis.service.tagmanager.doui
Methods in lumis.service.tagmanager.doui that return IContentTableSourceAddDataResult Modifier and Type Method Description IContentTableSourceAddDataResult
TagManagerSource. addData(Object data)
-