org.rhq.enterprise.gui.content
Class ShowInstalledPackageHistoryUIBean

java.lang.Object
  extended by org.rhq.enterprise.gui.content.ShowInstalledPackageHistoryUIBean

@KeepAlive
public class ShowInstalledPackageHistoryUIBean
extends Object

Bean used to provide details on a specific entry in the package audit trail (InstalledPackageHistory).

Author:
Jason Dobies

Constructor Summary
ShowInstalledPackageHistoryUIBean()
           
 
Method Summary
 org.rhq.core.domain.content.InstalledPackageHistory getHistory()
           
 List<org.rhq.core.domain.content.PackageInstallationStep> getInstallationSteps()
           
 int getSelectedHistoryId()
           
 org.rhq.core.domain.content.PackageInstallationStep getStep()
           
 javax.faces.component.UIData getStepsData()
           
 void setHistory(org.rhq.core.domain.content.InstalledPackageHistory history)
           
 void setInstallationSteps(List<org.rhq.core.domain.content.PackageInstallationStep> installationSteps)
           
 void setSelectedHistoryId(int selectedHistoryId)
           
 void setStepsData(javax.faces.component.UIData stepsData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowInstalledPackageHistoryUIBean

public ShowInstalledPackageHistoryUIBean()
Method Detail

getHistory

public org.rhq.core.domain.content.InstalledPackageHistory getHistory()

setHistory

public void setHistory(org.rhq.core.domain.content.InstalledPackageHistory history)

getStep

public org.rhq.core.domain.content.PackageInstallationStep getStep()

getSelectedHistoryId

public int getSelectedHistoryId()

setSelectedHistoryId

public void setSelectedHistoryId(int selectedHistoryId)

getInstallationSteps

public List<org.rhq.core.domain.content.PackageInstallationStep> getInstallationSteps()

setInstallationSteps

public void setInstallationSteps(List<org.rhq.core.domain.content.PackageInstallationStep> installationSteps)

getStepsData

public javax.faces.component.UIData getStepsData()

setStepsData

public void setStepsData(javax.faces.component.UIData stepsData)


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