Interface MorpheusSynchronousDashboardService
- All Superinterfaces:
MorpheusSynchronousDataService<Dashboard,
Dashboard>
public interface MorpheusSynchronousDashboardService
extends MorpheusSynchronousDataService<Dashboard,Dashboard>
-
Method Summary
Modifier and TypeMethodDescriptiongetDashboard
(Long id) Load the Dashboard requested by idgetDashboard
(String code) Load the Dashboard requested by codeLoad the Dashboard item type requested by idgetDashboardItemType
(String code) Load the Dashboard item type requested by codeMethods inherited from interface com.morpheusdata.core.MorpheusSynchronousDataService
bulkCreate, bulkRemove, bulkSave, count, create, create, find, get, getDataService, list, listById, listOptions, remove, remove, save, save, search
-
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:
-