org.rhq.enterprise.gui.inventory.group
Class ResourceGroupUIBean

java.lang.Object
  extended by org.rhq.enterprise.gui.inventory.group.ResourceGroupUIBean

public class ResourceGroupUIBean
extends Object


Field Summary
static String MANAGED_BEAN_NAME
           
 
Constructor Summary
ResourceGroupUIBean()
           
ResourceGroupUIBean(org.rhq.core.domain.resource.group.composite.ResourceGroupComposite resourceGroupComposite)
           
ResourceGroupUIBean(org.rhq.core.domain.resource.group.composite.ResourceGroupComposite resourceGroupComposite, org.rhq.core.domain.auth.Subject subject)
           
 
Method Summary
 Double getAvailability()
           
 long getCtime()
           
 String getDescription()
           
 long getDownCount()
           
 org.rhq.core.domain.resource.composite.ResourceFacets getFacets()
           
 String getGroupCategoryName()
           
 long getGroupCount()
           
 org.rhq.core.domain.resource.group.GroupDefinition getGroupDefinition()
           
 int getGroupId()
           
 org.rhq.core.domain.resource.ResourceError getInvalidPluginConfigurationError()
           
 String getModifiedBy()
           
 long getMtime()
           
 String getName()
           
 org.rhq.core.domain.auth.Subject getOwner()
           
 org.rhq.core.domain.resource.composite.ResourcePermission getPermissions()
           
 Boolean getRecursive()
           
 org.rhq.core.domain.resource.ResourceType getResourceType()
           
 long getUpCount()
           
 boolean isClusterGroup()
           
 boolean isCompatible()
           
 boolean isFavorite()
           
 String toggleFavorite()
           
 
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

ResourceGroupUIBean

public ResourceGroupUIBean()

ResourceGroupUIBean

public ResourceGroupUIBean(org.rhq.core.domain.resource.group.composite.ResourceGroupComposite resourceGroupComposite)

ResourceGroupUIBean

public ResourceGroupUIBean(org.rhq.core.domain.resource.group.composite.ResourceGroupComposite resourceGroupComposite,
                           org.rhq.core.domain.auth.Subject subject)
Method Detail

getGroupId

public int getGroupId()

getName

@NotNull
public String getName()

getGroupCategoryName

@NotNull
public String getGroupCategoryName()

isCompatible

public boolean isCompatible()

isClusterGroup

public boolean isClusterGroup()

getDescription

public String getDescription()

getCtime

public long getCtime()

getMtime

public long getMtime()

getModifiedBy

public String getModifiedBy()

getRecursive

public Boolean getRecursive()

getGroupDefinition

public org.rhq.core.domain.resource.group.GroupDefinition getGroupDefinition()

getPermissions

public org.rhq.core.domain.resource.composite.ResourcePermission getPermissions()

getFacets

public org.rhq.core.domain.resource.composite.ResourceFacets getFacets()

getInvalidPluginConfigurationError

@Nullable
public org.rhq.core.domain.resource.ResourceError getInvalidPluginConfigurationError()

getAvailability

public Double getAvailability()

getResourceType

public org.rhq.core.domain.resource.ResourceType getResourceType()

getGroupCount

public long getGroupCount()

getUpCount

public long getUpCount()

getDownCount

public long getDownCount()

getOwner

public org.rhq.core.domain.auth.Subject getOwner()

isFavorite

public boolean isFavorite()

toggleFavorite

public String toggleFavorite()


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.