org.hyperic.hq.appdef.shared
Class AppdefInventorySummary
java.lang.Object
org.hyperic.hq.appdef.shared.AppdefInventorySummary
- All Implemented Interfaces:
- java.io.Serializable
public class AppdefInventorySummary
- extends java.lang.Object
- implements java.io.Serializable
This class is meant to represent the resource inventory summary
for a given user. It is used primarily by the dashboard resource
summary portlet.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COUNT_UNKNOWN
public static int COUNT_UNKNOWN
AppdefInventorySummary
public AppdefInventorySummary(AuthzSubject user)
AppdefInventorySummary
public AppdefInventorySummary(AuthzSubject user,
boolean countTypes)
getPlatformCount
public int getPlatformCount()
- Returns:
- the total number of viewable platforms
getCompatGroupCount
public int getCompatGroupCount()
- Returns:
- the total compat group count
getServerCount
public int getServerCount()
- Returns:
- the total number of viewable servers
getServiceCount
public int getServiceCount()
- Returns:
- the total number of viewable services
getApplicationCount
public int getApplicationCount()
- Returns:
- the total number of viewable applications
getClusterCount
public int getClusterCount()
- Returns:
- the total number of viewable clusters
getGroupCountAdhocGroup
public int getGroupCountAdhocGroup()
- Returns:
- the total number of adhoc groups of group
getGroupCountAdhocPSS
public int getGroupCountAdhocPSS()
- Returns:
- the total number of adhoc groups of PSS
getGroupCountAdhocApp
public int getGroupCountAdhocApp()
- Returns:
- the total number of adhoc groups of App
getPlatformTypes
public java.util.List getPlatformTypes()
- XXX begin unimplemented stuff!
getServerTypes
public java.util.List getServerTypes()
getServiceTypes
public java.util.List getServiceTypes()
getPlatformTypeMap
public java.util.Map getPlatformTypeMap()
- Returns:
- a map whose keys are the type names, values are
count of viewable instances of that type
getServerTypeMap
public java.util.Map getServerTypeMap()
- Returns:
- a map whose keys are the type names, values are
count of viewable instances of that type
getServiceTypeMap
public java.util.Map getServiceTypeMap()
- Returns:
- a map whose keys are the type names, values are
count of viewable instances of that type
getAppTypeMap
public java.util.Map getAppTypeMap()
- Returns:
- a map whose keys are the type names, values are
count of viewable instances of that type
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.