Package com.morpheusdata.core.dashboard
Interface MorpheusDashboardService
- All Superinterfaces:
MorpheusDataQueryService<Dashboard>
,MorpheusDataService<Dashboard,
Dashboard>
-
Method Summary
Modifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Dashboard>
getDashboard
(Long id) Load the Dashboard requested by idio.reactivex.rxjava3.core.Single<Dashboard>
getDashboard
(String code) Load the Dashboard requested by codeio.reactivex.rxjava3.core.Single<DashboardItemType>
Load the Dashboard item type requested by idio.reactivex.rxjava3.core.Single<DashboardItemType>
getDashboardItemType
(String code) Load the Dashboard item type requested by codeMethods inherited from interface com.morpheusdata.core.MorpheusDataQueryService
count, find, get, list, list, listById, listOptions, listOptions, search
Methods inherited from interface com.morpheusdata.core.MorpheusDataService
bulkCreate, bulkRemove, bulkSave, create, create, remove, remove, save, save
-
Method Details
-
getDashboard
Load the Dashboard requested by id- Parameters:
id
- the id of the dashboard- Returns:
-
getDashboard
Load the Dashboard requested by code- Parameters:
code
- the code of the dashboard- Returns:
-
getDashboardItemType
Load the Dashboard item type requested by id- Parameters:
id
- the id of the dashboard item type- Returns:
-
getDashboardItemType
Load the Dashboard item type requested by code- Parameters:
code
- the code of the dashboard item type- Returns:
-