org.rhq.enterprise.gui.common.framework
Class EnterpriseFacesContextUIBean

java.lang.Object
  extended by org.rhq.enterprise.gui.common.framework.EnterpriseFacesContextUIBean
Direct Known Subclasses:
AlertNotificationContextUIBean, AlertNotificationsUIBean, CustomContentUIBean, PagedDataTableUIBean

public class EnterpriseFacesContextUIBean
extends Object


Field Summary
protected static String OUTCOME_CANCELLED
           
protected static String OUTCOME_CREATE
           
protected static String OUTCOME_EDIT
           
protected static String OUTCOME_FAILURE
           
protected static String OUTCOME_SAVE
           
protected static String OUTCOME_SUCCESS
           
 
Constructor Summary
EnterpriseFacesContextUIBean()
           
 
Method Summary
 org.rhq.core.domain.resource.Resource getResource()
           
 org.rhq.core.domain.resource.group.ResourceGroup getResourceGroup()
           
 org.rhq.core.domain.resource.ResourceType getResourceType()
           
 org.rhq.core.domain.auth.Subject getSubject()
           
 WebUser getWebUser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OUTCOME_SUCCESS

protected static final String OUTCOME_SUCCESS
See Also:
Constant Field Values

OUTCOME_FAILURE

protected static final String OUTCOME_FAILURE
See Also:
Constant Field Values

OUTCOME_CREATE

protected static final String OUTCOME_CREATE
See Also:
Constant Field Values

OUTCOME_EDIT

protected static final String OUTCOME_EDIT
See Also:
Constant Field Values

OUTCOME_SAVE

protected static final String OUTCOME_SAVE
See Also:
Constant Field Values

OUTCOME_CANCELLED

protected static final String OUTCOME_CANCELLED
See Also:
Constant Field Values
Constructor Detail

EnterpriseFacesContextUIBean

public EnterpriseFacesContextUIBean()
Method Detail

getSubject

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

getResource

public org.rhq.core.domain.resource.Resource getResource()

getResourceGroup

public org.rhq.core.domain.resource.group.ResourceGroup getResourceGroup()

getResourceType

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

getWebUser

public WebUser getWebUser()


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