Interface MorpheusDashboardService


  • public interface MorpheusDashboardService
    • Method Detail

      • getDashboard

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

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

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

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