org.rhq.enterprise.gui.content
Class CreateContentSourceUIBean

java.lang.Object
  extended by org.rhq.enterprise.gui.common.framework.EnterpriseFacesContextUIBean
      extended by org.rhq.enterprise.gui.common.framework.PagedDataTableUIBean
          extended by org.rhq.enterprise.gui.content.CreateContentSourceUIBean

public class CreateContentSourceUIBean
extends PagedDataTableUIBean


Field Summary
static String MANAGED_BEAN_NAME
           
 
Fields inherited from class org.rhq.enterprise.gui.common.framework.PagedDataTableUIBean
dataModel
 
Fields inherited from class org.rhq.enterprise.gui.common.framework.EnterpriseFacesContextUIBean
OUTCOME_CANCELLED, OUTCOME_CREATE, OUTCOME_EDIT, OUTCOME_FAILURE, OUTCOME_SAVE, OUTCOME_SUCCESS
 
Constructor Summary
CreateContentSourceUIBean()
           
 
Method Summary
 String cancel()
           
 String finishAddMap()
           
 String finishEditMap()
           
 org.rhq.core.domain.content.ContentSource getContentSource()
           
 org.rhq.core.domain.configuration.definition.ConfigurationDefinition getContentSourceTypeConfigurationDefinition()
           
 String getCreateContentProviderPageLink(String typeName)
           
 javax.faces.model.DataModel getDataModel()
           
 javax.faces.model.SelectItem[] getDownloadModes()
           
 String getNullConfigurationDefinitionMessage()
           
 String getNullConfigurationMessage()
           
 String getSelectedDownloadMode()
           
 String save()
           
 void setContentSource(org.rhq.core.domain.content.ContentSource newContentSource)
           
 void setSelectedDownloadMode(String mode)
           
 
Methods inherited from class org.rhq.enterprise.gui.common.framework.PagedDataTableUIBean
clearDataModel, getDatascroller, getDataTable, getDefaultPageControl, getMinimumPageSize, getPageControl, getPageSizes, setDataModel, setDatascroller, setDataTable, setPageControl
 
Methods inherited from class org.rhq.enterprise.gui.common.framework.EnterpriseFacesContextUIBean
getResource, getResourceGroup, getResourceType, getSubject, getWebUser
 
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

CreateContentSourceUIBean

public CreateContentSourceUIBean()
Method Detail

getContentSourceTypeConfigurationDefinition

public org.rhq.core.domain.configuration.definition.ConfigurationDefinition getContentSourceTypeConfigurationDefinition()

getDownloadModes

public javax.faces.model.SelectItem[] getDownloadModes()

getSelectedDownloadMode

public String getSelectedDownloadMode()

setSelectedDownloadMode

public void setSelectedDownloadMode(String mode)

getContentSource

public org.rhq.core.domain.content.ContentSource getContentSource()

setContentSource

public void setContentSource(org.rhq.core.domain.content.ContentSource newContentSource)

getNullConfigurationDefinitionMessage

public String getNullConfigurationDefinitionMessage()

getNullConfigurationMessage

public String getNullConfigurationMessage()

save

public String save()

cancel

public String cancel()

finishAddMap

public String finishAddMap()

finishEditMap

public String finishEditMap()

getDataModel

public javax.faces.model.DataModel getDataModel()
Specified by:
getDataModel in class PagedDataTableUIBean

getCreateContentProviderPageLink

public String getCreateContentProviderPageLink(String typeName)


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