Uses of Class
org.rhq.enterprise.server.content.AdvisoryException

Packages that use AdvisoryException
org.rhq.enterprise.server.content   
 

Uses of AdvisoryException in org.rhq.enterprise.server.content
 

Methods in org.rhq.enterprise.server.content that throw AdvisoryException
 org.rhq.core.domain.content.Advisory AdvisoryManagerBean.createAdvisory(org.rhq.core.domain.auth.Subject user, String advisory, String advisoryType, String synopsis)
           
 org.rhq.core.domain.content.Advisory AdvisoryManagerLocal.createAdvisory(org.rhq.core.domain.auth.Subject subject, String advisory, String advisoryType, String synopsis)
          Creates a new advisory in the system.
 org.rhq.core.domain.content.AdvisoryBuglist AdvisoryManagerBean.createAdvisoryBuglist(org.rhq.core.domain.auth.Subject user, org.rhq.core.domain.content.Advisory advisory, String buginfo)
           
 org.rhq.core.domain.content.AdvisoryCVE AdvisoryManagerBean.createAdvisoryCVE(org.rhq.core.domain.auth.Subject user, org.rhq.core.domain.content.Advisory advisory, org.rhq.core.domain.content.CVE cve)
           
 org.rhq.core.domain.content.AdvisoryCVE AdvisoryManagerLocal.createAdvisoryCVE(org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.content.Advisory advisory, org.rhq.core.domain.content.CVE cve)
          creates a AdvisoryCVE relationship object
 org.rhq.core.domain.content.AdvisoryPackage AdvisoryManagerBean.createAdvisoryPackage(org.rhq.core.domain.auth.Subject user, org.rhq.core.domain.content.Advisory advisory, org.rhq.core.domain.content.PackageVersion pkg)
           
 org.rhq.core.domain.content.AdvisoryPackage AdvisoryManagerLocal.createAdvisoryPackage(org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.content.Advisory advisory, org.rhq.core.domain.content.PackageVersion packageVersion)
          creates a AdvisoryPackage mapping object
 org.rhq.core.domain.content.CVE AdvisoryManagerBean.createCVE(org.rhq.core.domain.auth.Subject user, String cvename)
           
 org.rhq.core.domain.content.CVE AdvisoryManagerLocal.createCVE(org.rhq.core.domain.auth.Subject subject, String cvename)
          creates a cve instance for a given cve name
 



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