Class DashboardRpcServiceImpl
RemoteServiceServlet
net.datenwerke.gf.base.server.DwRemoteServiceServlet
net.datenwerke.security.server.SecuredRemoteServiceServlet
net.datenwerke.rs.dashboard.server.dashboard.DashboardRpcServiceImpl
- All Implemented Interfaces:
RemoteRequest,DashboardRpcService
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
public class DashboardRpcServiceImpl
extends SecuredRemoteServiceServlet
implements DashboardRpcService
-
Constructor Summary
ConstructorsConstructorDescriptionDashboardRpcServiceImpl(<any> authenticatorProvider, DashboardService dashboardService, DashboardManagerService dashboardManagerService, DadgetService dadgetService, DtoService dtoService, TeamSpaceService teamSpaceService, TsDiskService diskService, <any> securityServiceProvider, EntityClonerService entityCloner, HookHandlerService hookHandler, Injector injector) -
Method Summary
Modifier and TypeMethodDescriptionDashboardDtoaddDadgetToDashboard(DashboardDto dashboardDto, DadgetDto dadgetDto) voidaddToFavorites(AbstractTsDiskNodeDto nodeDto) voidchangeDashboardOrder(ArrayList<Long> dashboardIds) DashboardDtoDashboardDtoeditDadgetToDashboard(DashboardDto dashboardDto, DadgetDto dadgetDto) DashboardDtoeditDashboard(DashboardDto dashboardDto) voideditDashboards(ArrayList<DashboardDto> dashboards) getDadgetParameterInstances(DadgetDto dadgetDto) DashboardContainerDtogetDashboardParameterInstances(DashboardDto dashboardDto) DashboardDtoDashboardDtoimportReferencedDashboardForUser(DashboardNodeDto dashboardNodeDto) <any>DashboardDtoloadDashboardForDisplay(DashboardDto dashboardDto) DashboardDtoloadDashboardForDisplayFrom(HistoryLocation location) <any>FavoriteListDtoDashboardDtoreloadDashboard(DashboardDto dashboard) DashboardDtoremoveDadgetFromDashboard(DashboardDto dashboardDto, DadgetDto dadgetDto) voidremoveDashboard(DashboardDto dashboardDto) voidremoveFromFavorites(AbstractTsDiskNodeDto nodeDto) DashboardDtoresetReferencedDashboard(DashboardReferenceDto dashboardDto) DadgetDtosetDadgetParameterInstances(DadgetDto dadgetDto, Set<ParameterInstanceDto> parameterInstances) List<DadgetDto> setDashboardParameterInstances(DashboardDto dashboardDto, Set<ParameterInstanceDto> parameterInstances) voidsetPrimaryDashboard(DashboardDto dashboardDto) Methods inherited from class net.datenwerke.security.server.SecuredRemoteServiceServlet
getRequest
-
Constructor Details
-
Method Details
-
getDashboardForUser
- Specified by:
getDashboardForUserin interfaceDashboardRpcService- Throws:
ServerCallFailedException
-
getExplicitPrimaryDashboard
- Specified by:
getExplicitPrimaryDashboardin interfaceDashboardRpcService- Throws:
ServerCallFailedException
-
reloadDashboard
public DashboardDto reloadDashboard(DashboardDto dashboard) - Specified by:
reloadDashboardin interfaceDashboardRpcService
-
createDashboardForUser
- Specified by:
createDashboardForUserin interfaceDashboardRpcService- Throws:
ServerCallFailedException
-
editDashboards
- Specified by:
editDashboardsin interfaceDashboardRpcService- Throws:
ServerCallFailedException
-
changeDashboardOrder
- Specified by:
changeDashboardOrderin interfaceDashboardRpcService- Throws:
ServerCallFailedException
-
removeDashboard
- Specified by:
removeDashboardin interfaceDashboardRpcService- Throws:
ServerCallFailedException
-
importReferencedDashboardForUser
public DashboardDto importReferencedDashboardForUser(DashboardNodeDto dashboardNodeDto) throws ServerCallFailedException - Specified by:
importReferencedDashboardForUserin interfaceDashboardRpcService- Throws:
ServerCallFailedException
-
resetReferencedDashboard
public DashboardDto resetReferencedDashboard(DashboardReferenceDto dashboardDto) - Specified by:
resetReferencedDashboardin interfaceDashboardRpcService
-
loadDashboardForDisplay
public DashboardDto loadDashboardForDisplay(DashboardDto dashboardDto) - Specified by:
loadDashboardForDisplayin interfaceDashboardRpcService
-
loadDashboardForDisplayFrom
- Specified by:
loadDashboardForDisplayFromin interfaceDashboardRpcService
-
editDashboard
- Specified by:
editDashboardin interfaceDashboardRpcService- Throws:
ServerCallFailedException
-
addDadgetToDashboard
public DashboardDto addDadgetToDashboard(DashboardDto dashboardDto, DadgetDto dadgetDto) throws ServerCallFailedException - Specified by:
addDadgetToDashboardin interfaceDashboardRpcService- Throws:
ServerCallFailedException
-
removeDadgetFromDashboard
public DashboardDto removeDadgetFromDashboard(DashboardDto dashboardDto, DadgetDto dadgetDto) throws ServerCallFailedException - Specified by:
removeDadgetFromDashboardin interfaceDashboardRpcService- Throws:
ServerCallFailedException
-
editDadgetToDashboard
public DashboardDto editDadgetToDashboard(DashboardDto dashboardDto, DadgetDto dadgetDto) throws ServerCallFailedException - Specified by:
editDadgetToDashboardin interfaceDashboardRpcService- Throws:
ServerCallFailedException
-
addToFavorites
- Specified by:
addToFavoritesin interfaceDashboardRpcService- Throws:
ServerCallFailedException
-
removeFromFavorites
- Specified by:
removeFromFavoritesin interfaceDashboardRpcService- Throws:
ServerCallFailedException
-
loadFavorites
- Specified by:
loadFavoritesin interfaceDashboardRpcService- Throws:
ServerCallFailedException
-
getDashboardParameterInstances
public Map<String,ParameterInstanceDto> getDashboardParameterInstances(DashboardDto dashboardDto) throws ServerCallFailedException - Specified by:
getDashboardParameterInstancesin interfaceDashboardRpcService- Throws:
ServerCallFailedException
-
getDadgetParameterInstances
public Map<String,ParameterInstanceDto> getDadgetParameterInstances(DadgetDto dadgetDto) throws ServerCallFailedException - Specified by:
getDadgetParameterInstancesin interfaceDashboardRpcService- Throws:
ServerCallFailedException
-
setDashboardParameterInstances
public List<DadgetDto> setDashboardParameterInstances(DashboardDto dashboardDto, Set<ParameterInstanceDto> parameterInstances) throws ServerCallFailedException - Specified by:
setDashboardParameterInstancesin interfaceDashboardRpcService- Throws:
ServerCallFailedException
-
setDadgetParameterInstances
public DadgetDto setDadgetParameterInstances(DadgetDto dadgetDto, Set<ParameterInstanceDto> parameterInstances) throws ServerCallFailedException - Specified by:
setDadgetParameterInstancesin interfaceDashboardRpcService- Throws:
ServerCallFailedException
-
loadAllDashboards
- Specified by:
loadAllDashboardsin interfaceDashboardRpcService- Throws:
ServerCallFailedException
-
loadDashboards
- Specified by:
loadDashboardsin interfaceDashboardRpcService- Throws:
ServerCallFailedException
-
setPrimaryDashboard
- Specified by:
setPrimaryDashboardin interfaceDashboardRpcService- Throws:
ServerCallFailedException
-