org.rhq.enterprise.gui.discovery
Class AutoDiscoverySessionUIBean

java.lang.Object
  extended by org.rhq.enterprise.gui.discovery.AutoDiscoverySessionUIBean

public class AutoDiscoverySessionUIBean
extends Object


Field Summary
static String MANAGED_BEAN_NAME
           
 
Constructor Summary
AutoDiscoverySessionUIBean()
           
 
Method Summary
 String collapse()
           
 String collapseAll()
           
 String expand()
           
 String expandAll()
           
 Map<Integer,Boolean> getExpandedMap()
          Returns a map keyed on platform ID.
 Map<Integer,Boolean> getSelectedResources()
          Returns a map keyed on resource ID.
 String getShowNewIgnore()
           
 void setShowNewIgnore(String val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MANAGED_BEAN_NAME

public static final String MANAGED_BEAN_NAME
See Also:
Constant Field Values
Constructor Detail

AutoDiscoverySessionUIBean

public AutoDiscoverySessionUIBean()
Method Detail

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.