Interface MorpheusDashboardService

All Superinterfaces:
MorpheusDataService<Dashboard,Dashboard>

public interface MorpheusDashboardService extends MorpheusDataService<Dashboard,Dashboard>
  • Method Details

    • getDashboard

      io.reactivex.rxjava3.core.Single<Dashboard> getDashboard(Long id)
      Load the Dashboard requested by id
      Parameters:
      id - the id of the dashboard
      Returns:
    • getDashboard

      io.reactivex.rxjava3.core.Single<Dashboard> getDashboard(String code)
      Load the Dashboard requested by code
      Parameters:
      code - the code of the dashboard
      Returns:
    • getDashboardItemType

      io.reactivex.rxjava3.core.Single<DashboardItemType> getDashboardItemType(Long id)
      Load the Dashboard item type requested by id
      Parameters:
      id - the id of the dashboard item type
      Returns:
    • getDashboardItemType

      io.reactivex.rxjava3.core.Single<DashboardItemType> getDashboardItemType(String code)
      Load the Dashboard item type requested by code
      Parameters:
      code - the code of the dashboard item type
      Returns: