public class DashboardService extends Object
| Constructor and Description |
|---|
DashboardService() |
| Modifier and Type | Method and Description |
|---|---|
List<Application> |
getTopThreeLastActivity(String principalName)
Loads all the Variant objects with the most received messages
|
List<ApplicationVariant> |
getVariantsWithWarnings(String principalName)
Loads all the Variant objects where we did notice some failures on sending
for the given user
|
DashboardData |
loadDashboardData(String principalName)
Receives the dashboard data for the given user
|
public DashboardData loadDashboardData(String principalName)
public List<ApplicationVariant> getVariantsWithWarnings(String principalName)
public List<Application> getTopThreeLastActivity(String principalName)
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.