org.rhq.enterprise.gui.discovery
Class AutoDiscoverySessionUIBean
java.lang.Object
org.rhq.enterprise.gui.discovery.AutoDiscoverySessionUIBean
public class AutoDiscoverySessionUIBean
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MANAGED_BEAN_NAME
public static final String MANAGED_BEAN_NAME
- See Also:
- Constant Field Values
AutoDiscoverySessionUIBean
public AutoDiscoverySessionUIBean()
expand
public String expand()
collapse
public String collapse()
expandAll
public String expandAll()
collapseAll
public String collapseAll()
getExpandedMap
public Map<Integer,Boolean> getExpandedMap()
- Returns a map keyed on platform ID. Values are true if the platform is expanded, false if collapsed.
- Returns:
- map to indicate which platforms are expanded and which are not.
getShowNewIgnore
public String getShowNewIgnore()
setShowNewIgnore
public void setShowNewIgnore(String val)
getSelectedResources
public Map<Integer,Boolean> getSelectedResources()
- Returns a map keyed on resource ID. Values are true if the resource is selected (checkbox was checked).
- Returns:
- map to indicate which resources were selected
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.