Interface MorpheusSynchronousDashboardService

All Superinterfaces:
MorpheusSynchronousDataService<Dashboard,Dashboard>

public interface MorpheusSynchronousDashboardService extends MorpheusSynchronousDataService<Dashboard,Dashboard>
  • Method Details

    • getDashboard

      Dashboard getDashboard(Long id)
      Load the Dashboard requested by id
      Parameters:
      id - the id of the dashboard
      Returns:
    • getDashboard

      Dashboard getDashboard(String code)
      Load the Dashboard requested by code
      Parameters:
      code - the code of the dashboard
      Returns:
    • getDashboardItemType

      DashboardItemType getDashboardItemType(Long id)
      Load the Dashboard item type requested by id
      Parameters:
      id - the id of the dashboard item type
      Returns:
    • getDashboardItemType

      DashboardItemType getDashboardItemType(String code)
      Load the Dashboard item type requested by code
      Parameters:
      code - the code of the dashboard item type
      Returns: