com.atlassian.gadgets.dashboard.internal.impl
Class DashboardServiceImpl
java.lang.Object
com.atlassian.gadgets.dashboard.internal.impl.DashboardServiceImpl
- All Implemented Interfaces:
- DashboardService
public class DashboardServiceImpl
- extends Object
- implements DashboardService
Default implementation of DashboardService.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DashboardServiceImpl
public DashboardServiceImpl(TransactionalDashboardStateStoreImpl stateStore,
DashboardPermissionService permissionService)
- Constructor.
- Parameters:
stateStore - the dashboard state store to usepermissionService - the permissions to validate users by
get
public DashboardState get(DashboardId id,
String username)
throws PermissionException
- Specified by:
get in interface DashboardService
- Throws:
PermissionException
save
public DashboardState save(DashboardState state,
String username)
throws PermissionException
- Specified by:
save in interface DashboardService
- Throws:
PermissionException
Copyright © 2011 Atlassian. All Rights Reserved.