org.rhq.enterprise.gui.content
Class RepoDetailsUIBean

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

public class RepoDetailsUIBean
extends Object


Constructor Summary
RepoDetailsUIBean()
           
 
Method Summary
 String cancel()
           
 String cancelSync()
           
 String edit()
           
 javax.faces.model.SelectItem[] getAvailableOwners()
           
 boolean getCurrentlySyncing()
           
 boolean getHasContentSources()
           
 String getPercentComplete()
           
 org.rhq.core.domain.content.Repo getRepo()
           
 org.rhq.core.domain.content.RepoSyncResults getSyncResults()
           
 String getSyncStatus()
           
 boolean isEditable()
           
 boolean isInventoryManager()
           
 boolean isRepositoryManager()
           
 void reloadRepo()
           
 String save()
           
 String sync()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepoDetailsUIBean

public RepoDetailsUIBean()
Method Detail

getRepo

public org.rhq.core.domain.content.Repo getRepo()

edit

public String edit()

reloadRepo

public void reloadRepo()

getCurrentlySyncing

public boolean getCurrentlySyncing()

getSyncStatus

public String getSyncStatus()

getSyncResults

public org.rhq.core.domain.content.RepoSyncResults getSyncResults()

getPercentComplete

public String getPercentComplete()

isRepositoryManager

public boolean isRepositoryManager()

isEditable

public boolean isEditable()

isInventoryManager

public boolean isInventoryManager()

getHasContentSources

public boolean getHasContentSources()

getAvailableOwners

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

sync

public String sync()

save

public String save()

cancelSync

public String cancelSync()

cancel

public String cancel()


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