A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A

AbstractDatabaseAction - Class in com.redhat.rhn.frontend.events
AbstractDatabaseAction
AbstractDatabaseAction() - Constructor for class com.redhat.rhn.frontend.events.AbstractDatabaseAction
 
AbstractErrata - Class in com.redhat.rhn.domain.errata
AbstractErrata abstract implmenetation of Errata
AbstractErrata() - Constructor for class com.redhat.rhn.domain.errata.AbstractErrata
 
AbstractLabelNameHelper - Class in com.redhat.rhn.domain
AbstractLabelNameHelper - We have a set of tables in our schema that are basic name/label pairs.
AbstractLabelNameHelper() - Constructor for class com.redhat.rhn.domain.AbstractLabelNameHelper
 
AbstractLabelNameHelperTest - Class in com.redhat.rhn.domain.test
AbstractLabelNameHelperTest
AbstractLabelNameHelperTest() - Constructor for class com.redhat.rhn.domain.test.AbstractLabelNameHelperTest
 
AbstractUserChild - Class in com.redhat.rhn.domain.user.legacy
Class that contains webUserId field to be used by children of the User object (parent key)
AbstractUserChild() - Constructor for class com.redhat.rhn.domain.user.legacy.AbstractUserChild
 
accept(ChangeHunk) - Method in interface com.redhat.rhn.common.filediff.DiffVisitor
Standard visitor
accept(DeleteHunk) - Method in interface com.redhat.rhn.common.filediff.DiffVisitor
Standard visitor
accept(MatchHunk) - Method in interface com.redhat.rhn.common.filediff.DiffVisitor
Standard visitor
accept(InsertHunk) - Method in interface com.redhat.rhn.common.filediff.DiffVisitor
Standard visitor
accept(ChangeHunk) - Method in class com.redhat.rhn.common.filediff.RhnHtmlDiffWriter
Standard visitor
accept(DeleteHunk) - Method in class com.redhat.rhn.common.filediff.RhnHtmlDiffWriter
Standard visitor
accept(MatchHunk) - Method in class com.redhat.rhn.common.filediff.RhnHtmlDiffWriter
Standard visitor
accept(InsertHunk) - Method in class com.redhat.rhn.common.filediff.RhnHtmlDiffWriter
Standard visitor
accept(ChangeHunk) - Method in class com.redhat.rhn.common.filediff.RhnPatchDiffWriter
Standard visitor
accept(DeleteHunk) - Method in class com.redhat.rhn.common.filediff.RhnPatchDiffWriter
Standard visitor
accept(InsertHunk) - Method in class com.redhat.rhn.common.filediff.RhnPatchDiffWriter
Standard visitor
accept(MatchHunk) - Method in class com.redhat.rhn.common.filediff.RhnPatchDiffWriter
Standard visitor
Access - Class in com.redhat.rhn.common.security.acl
Access is a concrete implementation of an AclHandler.
Access() - Constructor for class com.redhat.rhn.common.security.acl.Access
Constructor for Access object
AccessTest - Class in com.redhat.rhn.common.security.acl.test
AccessTest
AccessTest() - Constructor for class com.redhat.rhn.common.security.acl.test.AccessTest
 
accessToChannel(Long, Long) - Method in class com.redhat.rhn.manager.configuration.ConfigurationManager
 
ACCOUNT_TYPE - Static variable in class com.redhat.rhn.frontend.action.user.CreateUserAction
 
Acl - Class in com.redhat.rhn.common.security.acl
Class for handling ACLs.
Acl() - Constructor for class com.redhat.rhn.common.security.acl.Acl
Constructor for a new Acl instance without any default ACL handlers.
Acl(String[]) - Constructor for class com.redhat.rhn.common.security.acl.Acl
Creates a new Acl instance with the specified default ACL handler classes.
aclActionTypePatch(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.action.ActionAclHandler
Returns true if there is an action with the given id that is one of four action types associated with solaris patches
aclCanAccessChannel(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.Access
returns true or false ifthe user has access to a channel
aclChannelExists(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.ChannelAclHandler
Checks to see if a channel exists
aclChannelHasDownloads(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.ChannelAclHandler
Does the channel have anything to download?
aclChannelIsClone(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.ChannelAclHandler
Checks to see if a channel is a clone
aclChannelLicensed(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.ChannelAclHandler
Does this channel have an associated license to be displayed? rhnChannel<--rhnChannelFamilyMembers-->rhnChannelFamily<--rhnChannelFamilyLicense
aclChannelPackagingType(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.ChannelAclHandler
Does the channel handle the specified type of packaging? (??)
aclChannelSubscribable(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.ChannelAclHandler
Can the channel be subscribed to?
aclChannelTypeCapable(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.ChannelAclHandler
if a channel-arch is 'rpm', we are NOT capable of handling errata.
aclChildChannelCandidate(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.SystemAclHandler
TODO: Right now this method calls a small little query very similar to how the perl code decides this acl.
aclClientCapable(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.SystemAclHandler
Returns true if the client is capable of performing the given task.
aclConfigChannelEditable(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.ConfigAclHandler
Tell whether the logged in user can edit the give channel.
aclConfigChannelHasFiles(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.ConfigAclHandler
Tell whether the config channel represented by a ccid in the current context has files.
aclConfigChannelHasSystems(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.ConfigAclHandler
Tell us whether the selected channel has any subscribed systems or not
aclConfigChannelType(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.ConfigAclHandler
Whether the config channel of the current context is of the given type.
aclConfigEnabled(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.ConfigAclHandler
Check if a System is config enabled
aclErrataIsPublished(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.ErrataAclHandler
See if an errata is published
AclFactory - Class in com.redhat.rhn.common.security.acl
Class to assist with creating Acls.
AclFactoryTest - Class in com.redhat.rhn.common.security.acl.test
AccessTest
AclFactoryTest() - Constructor for class com.redhat.rhn.common.security.acl.test.AclFactoryTest
 
aclFalseTest(Object, String[]) - Method in class com.redhat.rhn.frontend.nav.test.AclGuardTest.MockAclHandler
Always returns false.
aclFalseTest(Object, String[]) - Method in class com.redhat.rhn.frontend.taglibs.test.BaseTestToolbarTag.BooleanAclHandler
Always returns false.
aclFalseTest(Object, String[]) - Method in class com.redhat.rhn.frontend.taglibs.test.RequireTagTest.BooleanAclHandler
Always returns false.
aclFalseTest(Object, String[]) - Method in class com.redhat.rhn.manager.acl.test.AclManagerTest.BooleanAclHandler
Always returns false.
aclFileIsDirectory(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.ConfigAclHandler
Tell whether a file is a directory.
aclFirstFalseAcl(Object, String[]) - Method in class com.redhat.rhn.frontend.taglibs.test.BaseTestToolbarTag.MockOneAclHandler
 
aclFirstFalseAcl(Object, String[]) - Method in class com.redhat.rhn.frontend.taglibs.test.RequireTagTest.MockOneAclHandler
 
aclFirstFalseAcl(Object, String[]) - Method in class com.redhat.rhn.manager.acl.test.AclManagerTest.MockMultipleAclHandler
 
aclFirstTrueAcl(Object, String[]) - Method in class com.redhat.rhn.frontend.taglibs.test.BaseTestToolbarTag.MockOneAclHandler
 
aclFirstTrueAcl(Object, String[]) - Method in class com.redhat.rhn.frontend.taglibs.test.RequireTagTest.MockOneAclHandler
 
aclFirstTrueAcl(Object, String[]) - Method in class com.redhat.rhn.manager.acl.test.AclManagerTest.MockMultipleAclHandler
 
aclGenericActionType(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.action.ActionAclHandler
Returns true if there exists an Action which matches the given id, and whose archtype matches the given type.
AclGuard - Class in com.redhat.rhn.frontend.nav
AclGuard
AclGuard(Map, String) - Constructor for class com.redhat.rhn.frontend.nav.AclGuard
Constructor
AclGuard(Map) - Constructor for class com.redhat.rhn.frontend.nav.AclGuard
Constructor
AclGuardTest - Class in com.redhat.rhn.frontend.nav.test
AclGuardTest
AclGuardTest() - Constructor for class com.redhat.rhn.frontend.nav.test.AclGuardTest
 
AclGuardTest.MockAclHandler - Class in com.redhat.rhn.frontend.nav.test
 
AclGuardTest.MockAclHandler() - Constructor for class com.redhat.rhn.frontend.nav.test.AclGuardTest.MockAclHandler
 
AclHandler - Interface in com.redhat.rhn.common.security.acl
Interface for classes that have ACL handler methods.
aclHandlerOne(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.test.AclTest.MockAclHandler
 
aclHandlerTwo(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.test.AclTest.MockAclHandler
 
aclHandlerZero(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.test.AclTest.MockAclHandler
 
aclIs(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.Access
Returns true if the given value in the param is found in the global configuration.
aclIsFoo(Object, String[]) - Method in class com.redhat.rhn.frontend.taglibs.test.BaseTestToolbarTag.MockTwoAclHandler
 
aclIsFoo(Object, String[]) - Method in class com.redhat.rhn.frontend.taglibs.test.RequireTagTest.MockTwoAclHandler
 
aclIsFoo(Object, String[]) - Method in class com.redhat.rhn.manager.acl.test.AclManagerTest.MockFooAclHandler
 
aclIsRhel5(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.ChannelAclHandler
Is this a RHEL5 channel?
aclIsSolaris(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.Access
returns true if sid is a solaris system
AclManager - Class in com.redhat.rhn.manager.acl
AclManager
AclManagerTest - Class in com.redhat.rhn.manager.acl.test
AclManagerTest
AclManagerTest() - Constructor for class com.redhat.rhn.manager.acl.test.AclManagerTest
 
AclManagerTest.BooleanAclHandler - Class in com.redhat.rhn.manager.acl.test
 
AclManagerTest.BooleanAclHandler() - Constructor for class com.redhat.rhn.manager.acl.test.AclManagerTest.BooleanAclHandler
 
AclManagerTest.MockFooAclHandler - Class in com.redhat.rhn.manager.acl.test
 
AclManagerTest.MockFooAclHandler() - Constructor for class com.redhat.rhn.manager.acl.test.AclManagerTest.MockFooAclHandler
 
AclManagerTest.MockMultipleAclHandler - Class in com.redhat.rhn.manager.acl.test
 
AclManagerTest.MockMultipleAclHandler() - Constructor for class com.redhat.rhn.manager.acl.test.AclManagerTest.MockMultipleAclHandler
 
aclMixinTest(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.test.MixinTestHandler
Returns true if the User whose uid matches the given uid, is in the given Role.
aclNeedFirstUser(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.Access
Returns true if the system is a satellite and has any users.
aclOrgChannelFamily(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.Access
TODO: Right now this method calls a small little query very similar to how the perl code decides this acl.
aclOrgChannelSetting(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.ChannelAclHandler
Does the channel have the specified setting? (??)
aclOrgEntitlement(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.Access
Checks if their Org has the entitlement.
aclOrgHasProxies(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.SystemAclHandler
Checks to see if an org has proxies
aclOrgHasScouts(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.MonitoringAclHandler
Check to see if Monitoring is turned on and if the User is a MONITORING_ADMIN or not.
aclOrgIsPayingCustomer(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.Access
Checks if this user is a paying customer.
aclOrgProxyEvrAtLeast(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.Access
FIXME not implemented.
aclOrgRole(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.Access
Checks if the User's Org has the requested Role.
aclProbeSuiteAccess(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.Access
Check that the current user has access to the probe suite.
aclSatellitePossible(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.SystemAclHandler
This acl is basically a combination of two others.
aclSecondFalseAcl(Object, String[]) - Method in class com.redhat.rhn.frontend.taglibs.test.BaseTestToolbarTag.MockOneAclHandler
 
aclSecondFalseAcl(Object, String[]) - Method in class com.redhat.rhn.frontend.taglibs.test.RequireTagTest.MockOneAclHandler
 
aclSecondFalseAcl(Object, String[]) - Method in class com.redhat.rhn.manager.acl.test.AclManagerTest.MockMultipleAclHandler
 
aclSecondTrueAcl(Object, String[]) - Method in class com.redhat.rhn.frontend.taglibs.test.BaseTestToolbarTag.MockOneAclHandler
 
aclSecondTrueAcl(Object, String[]) - Method in class com.redhat.rhn.frontend.taglibs.test.RequireTagTest.MockOneAclHandler
 
aclSecondTrueAcl(Object, String[]) - Method in class com.redhat.rhn.manager.acl.test.AclManagerTest.MockMultipleAclHandler
 
aclShowMonitoring(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.MonitoringAclHandler
Check to see if Monitoring is turned on and if the User is a MONITORING_ADMIN or not.
aclSystemFeature(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.Access
Check if a System has a feature
aclSystemHasManagementEntitlement(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.Access
Check if a system has a management entitlement
aclSystemHasVirtualizationEntitlement(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.Access
Check if a system has virtualization entitlements.
aclSystemIsInSSM(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.Access
Check if a system has a management entitlement
aclSystemIsProxy(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.SystemAclHandler
Uses the sid param to decide if a system is a proxy server
aclSystemIsSatellite(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.SystemAclHandler
Uses the sid param to decide if a system is a satellite server
aclSystemIsVirtual(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.SystemAclHandler
Uses the sid param to decide if a system is a satellite server
aclSystemKickstartSessionExists(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.SystemAclHandler
Checks to see if the system has a KickstartSession
aclSystemProfileCapable(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.SystemAclHandler
FIXME not implemented.
AclTest - Class in com.redhat.rhn.common.security.acl.test
 
AclTest(String) - Constructor for class com.redhat.rhn.common.security.acl.test.AclTest
Constructor
AclTest.MockAclHandler - Class in com.redhat.rhn.common.security.acl.test
 
AclTest.MockAclHandler() - Constructor for class com.redhat.rhn.common.security.acl.test.AclTest.MockAclHandler
 
AclTest.MockAclHandlerWithFunkyNames - Class in com.redhat.rhn.common.security.acl.test
A handler class with a variety of names to test that method names get converted to acl names correctly.
AclTest.MockAclHandlerWithFunkyNames() - Constructor for class com.redhat.rhn.common.security.acl.test.AclTest.MockAclHandlerWithFunkyNames
 
aclTestX(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.test.AclTest.MockAclHandlerWithFunkyNames
 
aclTestXML(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.test.AclTest.MockAclHandlerWithFunkyNames
 
aclTestXMLFile(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.test.AclTest.MockAclHandlerWithFunkyNames
 
aclTheQuickBrownFoxJumpedOverTheLazyDog(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.test.AclTest.MockAclHandlerWithFunkyNames
 
aclTokenHasEntitlement(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.ActivationKeyAclHandler
Returns true if the Token whose id matches the given tid, has the requested entitlement given by entitlement label in param 0
aclTrueTest(Object, String[]) - Method in class com.redhat.rhn.frontend.nav.test.AclGuardTest.MockAclHandler
Always returns true.
aclTrueTest(Object, String[]) - Method in class com.redhat.rhn.frontend.taglibs.test.BaseTestToolbarTag.BooleanAclHandler
Always returns true.
aclTrueTest(Object, String[]) - Method in class com.redhat.rhn.frontend.taglibs.test.RequireTagTest.BooleanAclHandler
Always returns true.
aclTrueTest(Object, String[]) - Method in class com.redhat.rhn.manager.acl.test.AclManagerTest.BooleanAclHandler
Always returns true.
aclUidRole(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.Access
Returns true if the User whose uid matches the given uid, is in the given Role.
aclUserAuthenticated(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.Access
Returns true if the User has been authenticated by the system.
aclUserCanAdminChannel(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.ChannelAclHandler
Is the user allowed to administer the specified channel?
aclUserCanManageChannels(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.Access
Returns true is the user is either a channel administrator or an org administrator
aclUserRole(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.Access
Returns true if current User is in the Role.
aclXMLTest(Object, String[]) - Method in class com.redhat.rhn.common.security.acl.test.AclTest.MockAclHandlerWithFunkyNames
 
Action - Class in com.redhat.rhn.domain.action
Action - Class representation of the table rhnAction.
Action() - Constructor for class com.redhat.rhn.domain.action.Action
 
ACTION_DOWNGRADE - Static variable in class com.redhat.rhn.frontend.dto.PackageMetadata
 
ACTION_INSTALL - Static variable in class com.redhat.rhn.frontend.dto.PackageMetadata
 
ACTION_MY - Static variable in class com.redhat.rhn.frontend.taglibs.AddressTag
defines the action the address tag should forward to
ACTION_NONE - Static variable in class com.redhat.rhn.frontend.dto.PackageMetadata
 
ACTION_REMOVE - Static variable in class com.redhat.rhn.frontend.dto.PackageMetadata
 
ACTION_UPGRADE - Static variable in class com.redhat.rhn.frontend.dto.PackageMetadata
 
ACTION_USER - Static variable in class com.redhat.rhn.frontend.taglibs.AddressTag
public string representing the forward action type
ActionAclHandler - Class in com.redhat.rhn.common.security.acl.action
ActionAclHandler contains ACL methods related to com.redhat.rhn.domain.action.Action objects.
ActionAclHandler() - Constructor for class com.redhat.rhn.common.security.acl.action.ActionAclHandler
Constructor for Access object
ActionAclHandlerTest - Class in com.redhat.rhn.common.security.acl.action.test
ActionAclHandlerTest
ActionAclHandlerTest() - Constructor for class com.redhat.rhn.common.security.acl.action.test.ActionAclHandlerTest
 
ActionArchType - Class in com.redhat.rhn.domain.action
ActionType
ActionArchType() - Constructor for class com.redhat.rhn.domain.action.ActionArchType
 
ActionChild - Class in com.redhat.rhn.domain.action
ActionChild - Class that can be used for records that require an Action as their parent.
ActionChild() - Constructor for class com.redhat.rhn.domain.action.ActionChild
 
ActionDetailsSetupAction - Class in com.redhat.rhn.frontend.action.schedule
UserPreferencesAction, edit action for user detail page
ActionDetailsSetupAction() - Constructor for class com.redhat.rhn.frontend.action.schedule.ActionDetailsSetupAction
 
ActionDetailsSetupActionTest - Class in com.redhat.rhn.frontend.action.schedule.test
UserPrefSetupActionTest
ActionDetailsSetupActionTest() - Constructor for class com.redhat.rhn.frontend.action.schedule.test.ActionDetailsSetupActionTest
 
ActionedSystem - Class in com.redhat.rhn.frontend.dto
Simple DTO for transfering data from the DB to the UI through datasource.
ActionedSystem() - Constructor for class com.redhat.rhn.frontend.dto.ActionedSystem
 
ActionFactory - Class in com.redhat.rhn.domain.action
ActionFactory - the singleton class used to fetch and store com.redhat.rhn.domain.action.Action objects from the database.
ActionFactoryTest - Class in com.redhat.rhn.domain.action.test
ActionFactoryTest
ActionFactoryTest() - Constructor for class com.redhat.rhn.domain.action.test.ActionFactoryTest
 
ActionFormatter - Class in com.redhat.rhn.domain.action
ActionFormatter - Class that is responsible for properly formatting the fields on an Action object.
ActionFormatter(Action) - Constructor for class com.redhat.rhn.domain.action.ActionFormatter
Create an ActionFormatter with the associated Action.
ActionFormatterTest - Class in com.redhat.rhn.domain.action.test
ActionFormatterTest - test the formatters associated with the Actions.
ActionFormatterTest() - Constructor for class com.redhat.rhn.domain.action.test.ActionFormatterTest
 
ActionHelper - Class in com.redhat.rhn.testing
ActionHelper - abstract base class that can be used to setup tests to verify our struts Actions.
ActionHelper() - Constructor for class com.redhat.rhn.testing.ActionHelper
 
ActionIsChildException - Exception in com.redhat.rhn.manager.action
An exception thrown when a user attempts to delete an action has prerequisites.
ActionIsChildException() - Constructor for exception com.redhat.rhn.manager.action.ActionIsChildException
 
ActionIsChildException(String) - Constructor for exception com.redhat.rhn.manager.action.ActionIsChildException
 
ActionIsChildException(Throwable) - Constructor for exception com.redhat.rhn.manager.action.ActionIsChildException
 
ActionIsChildException(String, Throwable) - Constructor for exception com.redhat.rhn.manager.action.ActionIsChildException
 
ActionManager - Class in com.redhat.rhn.manager.action
ActionManager - the singleton class used to provide Business Operations on Actions where those operations interact with other top tier Business Objects.
ActionManagerTest - Class in com.redhat.rhn.manager.action.test
JUnit test case for the User class.
ActionManagerTest() - Constructor for class com.redhat.rhn.manager.action.test.ActionManagerTest
 
ActionMapper - Class in com.redhat.rhn.frontend.xmlrpc.system
ActionMapper - converts a com.redhat.rhn.domain.action.Action class into a Map
ActionMapper() - Constructor for class com.redhat.rhn.frontend.xmlrpc.system.ActionMapper
Constructor
ActionMessage - Class in com.redhat.rhn.frontend.dto
ActionMessage
ActionMessage() - Constructor for class com.redhat.rhn.frontend.dto.ActionMessage
 
ACTIONS_COMPLETED - Static variable in class com.redhat.rhn.manager.rhnset.RhnSetDecl
 
ACTIONS_FAILED - Static variable in class com.redhat.rhn.manager.rhnset.RhnSetDecl
 
ACTIONS_PENDING - Static variable in class com.redhat.rhn.manager.rhnset.RhnSetDecl
 
ACTIONS_UNSCHEDULE - Static variable in class com.redhat.rhn.manager.rhnset.RhnSetDecl
 
ActionStatus - Class in com.redhat.rhn.domain.action
ActionStatus
ActionStatus() - Constructor for class com.redhat.rhn.domain.action.ActionStatus
 
ActionStatusTest - Class in com.redhat.rhn.domain.action.test
ActionStatusTest
ActionStatusTest() - Constructor for class com.redhat.rhn.domain.action.test.ActionStatusTest
 
ActionSystemsSetupAction - Class in com.redhat.rhn.frontend.action.schedule
ActionSystemsSetupAction - abstract class containing common logic for a setupaction to display listviews with servers/actions
ActionSystemsSetupAction() - Constructor for class com.redhat.rhn.frontend.action.schedule.ActionSystemsSetupAction
 
ActionSystemsSetupActionTest - Class in com.redhat.rhn.frontend.action.schedule.test
ActionSystemsSetupActionTest
ActionSystemsSetupActionTest() - Constructor for class com.redhat.rhn.frontend.action.schedule.test.ActionSystemsSetupActionTest
 
actionToMap(Action, Server) - Method in class com.redhat.rhn.frontend.xmlrpc.system.ActionMapper
Convert an Action to a Map
ActionType - Class in com.redhat.rhn.domain.action
ActionType
ActionType() - Constructor for class com.redhat.rhn.domain.action.ActionType
 
ActionTypeTest - Class in com.redhat.rhn.domain.action.test
ActionTypeTest
ActionTypeTest() - Constructor for class com.redhat.rhn.domain.action.test.ActionTypeTest
 
activateGracePeriod() - Static method in class com.redhat.rhn.manager.satellite.test.CertificateManagerTest
Change the satellite's certificate such that it is in a grace period for the duration of the test
activateProxy(String, String) - Method in class com.redhat.rhn.frontend.xmlrpc.proxy.ProxyHandler
Activates the proxy identified by the given client certificate.
activateProxy(Server, String) - Static method in class com.redhat.rhn.manager.system.SystemManager
Activates the given proxy for the given version.
ACTIVATION_KEY - Static variable in class com.redhat.rhn.frontend.action.kickstart.ScheduleKickstartWizardAction
 
ACTIVATION_KEY - Static variable in class com.redhat.rhn.frontend.struts.RequestContext
 
ACTIVATION_KEY_ADMIN - Static variable in class com.redhat.rhn.domain.role.RoleFactory
The constant representing activation_key_admin
ACTIVATION_KEYS - Static variable in class com.redhat.rhn.frontend.action.kickstart.ScheduleKickstartWizardAction
 
ACTIVATION_KEYS - Static variable in class com.redhat.rhn.manager.rhnset.RhnSetDecl
 
ACTIVATION_TYPE_EXISTING - Static variable in class com.redhat.rhn.manager.kickstart.KickstartScheduleCommand
 
ACTIVATION_TYPE_KEY - Static variable in class com.redhat.rhn.manager.kickstart.KickstartScheduleCommand
 
ActivationKey - Class in com.redhat.rhn.domain.token
ActivationKey
ActivationKey() - Constructor for class com.redhat.rhn.domain.token.ActivationKey
 
ActivationKeyAclHandler - Class in com.redhat.rhn.common.security.acl
ActivationKeyAclHandler
ActivationKeyAclHandler() - Constructor for class com.redhat.rhn.common.security.acl.ActivationKeyAclHandler
 
ActivationKeyAlreadyExistsException - Exception in com.redhat.rhn.frontend.xmlrpc.activationkey
Activation key being created already exists.
ActivationKeyAlreadyExistsException() - Constructor for exception com.redhat.rhn.frontend.xmlrpc.activationkey.ActivationKeyAlreadyExistsException
Constructor
ActivationKeyAlreadyExistsException(Throwable) - Constructor for exception com.redhat.rhn.frontend.xmlrpc.activationkey.ActivationKeyAlreadyExistsException
Constructor
ActivationKeyDeleteConfirmAction - Class in com.redhat.rhn.frontend.action.token
ActivationKeyDeleteConfirm
ActivationKeyDeleteConfirmAction() - Constructor for class com.redhat.rhn.frontend.action.token.ActivationKeyDeleteConfirmAction
 
ActivationKeyDetailsAction - Class in com.redhat.rhn.frontend.action.token
ActivationKeyDetailsAction
ActivationKeyDetailsAction() - Constructor for class com.redhat.rhn.frontend.action.token.ActivationKeyDetailsAction
 
ActivationKeyDto - Class in com.redhat.rhn.frontend.dto
DTO for a com.redhat.rhn.domain.ActivationKey
ActivationKeyDto() - Constructor for class com.redhat.rhn.frontend.dto.ActivationKeyDto
 
ActivationKeyFactory - Class in com.redhat.rhn.domain.token
ActivationKeyFactory
ActivationKeyFactory() - Constructor for class com.redhat.rhn.domain.token.ActivationKeyFactory
 
ActivationKeyHandler - Class in com.redhat.rhn.frontend.xmlrpc.activationkey
ActivationKeyHandler
ActivationKeyHandler() - Constructor for class com.redhat.rhn.frontend.xmlrpc.activationkey.ActivationKeyHandler
 
ActivationKeyHandlerTest - Class in com.redhat.rhn.frontend.xmlrpc.activationkey.test
 
ActivationKeyHandlerTest() - Constructor for class com.redhat.rhn.frontend.xmlrpc.activationkey.test.ActivationKeyHandlerTest
 
ActivationKeyManager - Class in com.redhat.rhn.manager.token
ActivationKeyManager
ActivationKeyManagerTest - Class in com.redhat.rhn.manager.token.test
ActivationKeyManagerTest
ActivationKeyManagerTest() - Constructor for class com.redhat.rhn.manager.token.test.ActivationKeyManagerTest
 
ActivationKeySerializer - Class in com.redhat.rhn.frontend.xmlrpc.serializer
ActivationKeySerializer
ActivationKeySerializer() - Constructor for class com.redhat.rhn.frontend.xmlrpc.serializer.ActivationKeySerializer
 
ActivationKeysListAction - Class in com.redhat.rhn.frontend.action.token
ActivatonKeysListAction
ActivationKeysListAction() - Constructor for class com.redhat.rhn.frontend.action.token.ActivationKeysListAction
 
ActivationKeysSetupAction - Class in com.redhat.rhn.frontend.action.kickstart
ActivationKeysSetupAction.
ActivationKeysSetupAction() - Constructor for class com.redhat.rhn.frontend.action.kickstart.ActivationKeysSetupAction
 
ActivationKeysSubmitAction - Class in com.redhat.rhn.frontend.action.kickstart
ActivationKeysSubmitAction.
ActivationKeysSubmitAction() - Constructor for class com.redhat.rhn.frontend.action.kickstart.ActivationKeysSubmitAction
 
ActivationKeysTest - Class in com.redhat.rhn.frontend.action.kickstart.test
ActivationKeysTest - test for ActivationKeys lists
ActivationKeysTest() - Constructor for class com.redhat.rhn.frontend.action.kickstart.test.ActivationKeysTest
 
ActivationKeyTest - Class in com.redhat.rhn.domain.token.test
ActivationKeyTest
ActivationKeyTest() - Constructor for class com.redhat.rhn.domain.token.test.ActivationKeyTest
 
ActivationScheduleDeployAction - Class in com.redhat.rhn.domain.action.config
ActivationScheduleDeployAction - Class representing TYPE_ACTIVATION_SCHEDULE_PKG_INSTALL
ActivationScheduleDeployAction() - Constructor for class com.redhat.rhn.domain.action.config.ActivationScheduleDeployAction
 
ActivationSchedulePackageDeployAction - Class in com.redhat.rhn.domain.action.config
ActivationSchedulePackageDeployAction - Class representing TYPE_ACTIVATION_SCHEDULE_DEPLOY
ActivationSchedulePackageDeployAction() - Constructor for class com.redhat.rhn.domain.action.config.ActivationSchedulePackageDeployAction
 
ACTIVE - Static variable in class com.redhat.rhn.frontend.action.kickstart.KickstartDetailsEditAction
 
ActiveFilterListSetupAction - Class in com.redhat.rhn.frontend.action.monitoring.notification
ActiveFilterListSetupAction
ActiveFilterListSetupAction() - Constructor for class com.redhat.rhn.frontend.action.monitoring.notification.ActiveFilterListSetupAction
 
activeInOrg(User, PageControl) - Static method in class com.redhat.rhn.manager.user.UserManager
Retrieve the list of all active users in the specified user's org
activeInOrg2(User) - Static method in class com.redhat.rhn.manager.user.UserManager
Retrieve the list of all active users in the specified user's org
activeNames() - Method in class com.redhat.rhn.frontend.action.configuration.BaseConfigFilter
 
activeNames() - Method in class com.redhat.rhn.frontend.action.configuration.ConfigChannelFilter
activeNames() - Method in class com.redhat.rhn.frontend.action.configuration.ConfigFileFilter
 
activeNames() - Method in class com.redhat.rhn.frontend.action.configuration.ConfigSystemFilter
 
activeOrgs(User) - Static method in class com.redhat.rhn.manager.org.OrgManager
 
activeUsers(Long) - Static method in class com.redhat.rhn.manager.org.OrgManager
 
ADD - Static variable in class com.redhat.rhn.common.filediff.Edit
 
add(File) - Method in class com.redhat.rhn.common.util.OvalFileAggregator
Adds a OVAL file to the aggregate
add(Document) - Method in class com.redhat.rhn.common.util.OvalFileAggregator
Adds a parsed OVAL file to the aggregate
add(List, ConfigChannel) - Method in class com.redhat.rhn.domain.config.ConfigChannelListProcessor
Adds a configuration channel to an activation key, giving it the highest value for the position (or the lowest priority)
add(List, ConfigChannel, int) - Method in class com.redhat.rhn.domain.config.ConfigChannelListProcessor
Adds a channel to an activation key at the given position
add(ISOImage) - Method in class com.redhat.rhn.frontend.dto.ISOSet
Add a new image to the "right" (binaries or source) list
add(String, Object) - Method in class com.redhat.rhn.frontend.xmlrpc.serializer.util.SerializerHelper
Adds an xml rpc value to be written
add(Integer, Integer) - Method in class com.redhat.rhn.frontend.xmlrpc.test.UnitTestHandler
Add two numbers together.
addAssignedSystemGroup(String, String, String, Boolean) - Method in class com.redhat.rhn.frontend.xmlrpc.user.UserHandler
Add to the user's list of assigned system groups.
addAssignedSystemGroups(String, String, List, Boolean) - Method in class com.redhat.rhn.frontend.xmlrpc.user.UserHandler
Add to the user's list of assigned system groups.
addAttribute(String, Object) - Method in class com.redhat.rhn.testing.RhnMockHttpServletRequest
Adds a new attribute the Request.
addAttributes(RequestContext) - Method in class com.redhat.rhn.frontend.action.monitoring.ProbeSuiteProbeCreateAction
Add attributes to the request that are needed by the default JSP
addAttributes(RequestContext) - Method in class com.redhat.rhn.frontend.action.monitoring.ProbeSuiteProbeEditAction
addAttributes(RequestContext) - Method in class com.redhat.rhn.frontend.action.systems.monitoring.BaseProbeCreateAction
Add attributes to the request that are needed by the default JSP
addAttributes(RequestContext) - Method in class com.redhat.rhn.frontend.action.systems.monitoring.BaseProbeEditAction
 
addAttributes(RequestContext) - Method in class com.redhat.rhn.frontend.action.systems.monitoring.ProbeCreateAction
Add attributes to the request that are needed by the default JSP
addAttributes(RequestContext) - Method in class com.redhat.rhn.frontend.action.systems.monitoring.ProbeEditAction
addBody(String) - Method in class com.redhat.rhn.frontend.html.BaseTag
set the body of the tag
addBody(BaseTag) - Method in class com.redhat.rhn.frontend.html.BaseTag
Adds the given tag to the body of this tag.
addBug(Bug) - Method in class com.redhat.rhn.domain.errata.AbstractErrata
Adds a bug to the bugs set
addBug(Bug) - Method in interface com.redhat.rhn.domain.errata.Errata
Adds a bug to the bugs set
addChange(StateChange) - Method in class com.redhat.rhn.domain.user.legacy.LegacyRhnUserImpl
Add a change to the users stateChanges set
addChange(StateChange) - Method in interface com.redhat.rhn.domain.user.User
Add a change to the users stateChanges set
addChangeLogEntry(ChangeLogEntry) - Method in class com.redhat.rhn.domain.rhnpackage.Package
 
addChannel(Channel) - Method in interface com.redhat.rhn.domain.errata.Errata
Adds a single channel to this errata
addChannel(Channel) - Method in class com.redhat.rhn.domain.errata.impl.PublishedErrata
Adds a single channel to this errata
addChannel(Channel) - Method in class com.redhat.rhn.domain.errata.impl.PublishedErrataFile
Add a Channel to this ErrataFile
addChannel(Channel) - Method in class com.redhat.rhn.domain.errata.impl.UnpublishedErrata
Adds a single channel to this errata
addChannel(Channel) - Method in class com.redhat.rhn.domain.server.Server
Adds the given channel to this Server.
addChannel(Channel) - Method in class com.redhat.rhn.domain.token.ActivationKey
Add a Channel to this ActivationKey
addChannel(Channel) - Method in class com.redhat.rhn.domain.token.Token
Add a channel to this Token
addChannel(Channel) - Method in class com.redhat.rhn.frontend.dto.PackageMetadata
Add a channel which supplies this package to the list.
addChannel(ActivationKey, Channel) - Method in class com.redhat.rhn.manager.token.ActivationKeyManager
Add a channel to an activation key.
addChannelFamily(ChannelFamilyDescriptor) - Method in class com.redhat.rhn.common.cert.Certificate
Add a channel family
addChannelFamily(ChannelFamily) - Method in class com.redhat.rhn.domain.channel.Channel
Adds a single channelFamily to the channel
addChannelPerm(User, Long, String) - Static method in class com.redhat.rhn.manager.user.UserManager
Adds channel permissions from a user.
addChannels(String, List<Number>, List<String>, boolean) - Method in class com.redhat.rhn.frontend.xmlrpc.system.config.ServerConfigHandler
Given a list of servers and configuration channels, this method inserts the configuration channels to either the top or the bottom (whichever you specify) of a system's subscribed configuration channels list.
addChannelsToErrata(Errata, Set, User) - Static method in class com.redhat.rhn.manager.errata.ErrataManager
Add the channels in the channelIds set to the passed in errata.
addChildChannel(Channel) - Method in class com.redhat.rhn.domain.kickstart.KickstartData
Add a ChildChannel to this kickstart
addChildChannels(String, String, List) - Method in class com.redhat.rhn.frontend.xmlrpc.activationkey.ActivationKeyHandler
Add a child channel to an activation key.
addColumn() - Method in class com.redhat.rhn.frontend.taglibs.list.decorators.BaseListDecorator
Notifies the decorator that a column has been detected
addColumn() - Method in interface com.redhat.rhn.frontend.taglibs.list.decorators.ListDecorator
Notifies the decorator that a column has been detected
addColumn() - Method in class com.redhat.rhn.frontend.taglibs.list.ListTag
Bumps up the column count
addCommand(KickstartCommand) - Method in class com.redhat.rhn.domain.kickstart.KickstartData
Add a kickstartCommand object
addCommand(User, KickstartData, String, String) - Static method in class com.redhat.rhn.domain.kickstart.test.KickstartDataTest
 
addConfig(Configuration) - Method in interface com.redhat.rhn.common.hibernate.Configurator
Add Configuration options to Hibernate.
addConfigChannelAndServer(ConfigChannel, Server) - Method in class com.redhat.rhn.domain.action.config.ConfigUploadAction
Adds a config channel associated with the given server to the upload action.
addConfigChannelAndServer(ConfigChannel, Server) - Method in class com.redhat.rhn.domain.action.config.ConfigUploadMtimeAction
Add a ConfigChannel and a Server to this action.
addConfigChannels(String, List<String>, List<String>, boolean) - Method in class com.redhat.rhn.frontend.xmlrpc.activationkey.ActivationKeyHandler
Given a list of activation keys and configuration channels, this method inserts the configuration channels to either the top or the bottom (whichever you specify) of an activation key's configuration channels list.
addConfigDateFileAction(ConfigDateFileAction) - Method in class com.redhat.rhn.domain.action.config.ConfigUploadMtimeAction
Add a ConfigDateFileAction to the collection.
addConfigFileName(ConfigFileName, Server) - Method in class com.redhat.rhn.domain.action.config.ConfigUploadAction
Adds a config file name to the upload action for the given server.
addConfigRevisionAction(ConfigRevisionAction) - Method in class com.redhat.rhn.domain.action.config.ConfigAction
Add a ConfigRevisionAction to the collection.
addConfigRevisionToAction(ConfigRevision, Server, ConfigAction) - Static method in class com.redhat.rhn.domain.action.ActionFactory
Create a ConfigRevisionAction for the given server and add it to the parent action.
addConfigurator(Configurator) - Static method in class com.redhat.rhn.common.hibernate.HibernateFactory
Register a class with HibernateFactory, to give the registered class a chance to modify the Hibernate configuration before creating the SessionFactory.
addCookie(Cookie) - Method in class com.redhat.rhn.testing.RhnMockHttpServletRequest
Allows you to add a Cookie to the request to simulate receiving a cookie from the browser.
addCookie(Cookie) - Method in class com.redhat.rhn.testing.RhnMockHttpServletResponse
addCriteria(MatchType, String) - Method in class com.redhat.rhn.domain.monitoring.notification.Filter
Add a match criteria of the given type that matches against value
addCryptoKey(CryptoKey) - Method in class com.redhat.rhn.domain.kickstart.KickstartData
Add a CryptoKey to this kickstart
addCustomDataKey(CustomDataKey) - Method in interface com.redhat.rhn.domain.org.Org
 
addCustomDataKey(CustomDataKey) - Method in class com.redhat.rhn.domain.org.OrgImpl
 
addCustomDataValue(CustomDataValue) - Method in class com.redhat.rhn.domain.server.Server
Adds a custom data value to the set of custom data values for this server.
addCustomDataValue(CustomDataKey, String, User) - Method in class com.redhat.rhn.domain.server.Server
Adds a custom data value to the set of custom data values
addCustomDataValue(String, String, User) - Method in class com.redhat.rhn.domain.server.Server
Adds a custom data value to the set of custom data values
AddCustomErrataAction - Class in com.redhat.rhn.frontend.action.channel.manage
AddCustomErrataAction
AddCustomErrataAction() - Constructor for class com.redhat.rhn.frontend.action.channel.manage.AddCustomErrataAction
 
addDecorator(String) - Method in class com.redhat.rhn.frontend.taglibs.list.ListTag
Adds a decorator to the parent class..
addDefaultRegToken(Token) - Method in class com.redhat.rhn.domain.kickstart.KickstartData
Adds an Token object to default.
addDefaultSystemGroup(String, String, String) - Method in class com.redhat.rhn.frontend.xmlrpc.user.UserHandler
Add ServerGroup to the list of Default System groups.
addDefaultSystemGroups(String, String, List) - Method in class com.redhat.rhn.frontend.xmlrpc.user.UserHandler
Add ServerGroups to the list of Default System groups.
addDetail(PackageActionDetails) - Method in class com.redhat.rhn.domain.action.rhnpackage.PackageAction
Add a PackageActionDetails to the set of details for a PackageAction.
addDevice(Device) - Method in class com.redhat.rhn.domain.server.Server
Adds a device to the list of devices for this server.
addDirectory(String) - Method in class com.redhat.rhn.frontend.nav.NavNode
Associates a directory with this node
addDispatchCall(String) - Method in class com.redhat.rhn.testing.RhnMockStrutsTestCase
Add a request param to simulate a button click on one of your dispatch actions.
addDistMapToChannel(Channel, String, String) - Static method in class com.redhat.rhn.testing.ChannelTestUtils
Add a dist channel map for the given channel.
addDistMapToChannel(Channel) - Static method in class com.redhat.rhn.testing.ChannelTestUtils
Add a test DistChannelMap to the specified channel.
addElaborator(CachedStatement) - Method in class com.redhat.rhn.common.db.datasource.SelectMode
Adds an elaborator query.
addElement(RhnSetElement) - Method in interface com.redhat.rhn.domain.rhnset.RhnSet
Add a new element to the Set.
addElement(Long, Long) - Method in interface com.redhat.rhn.domain.rhnset.RhnSet
Add a new element to the Set.
addElement(Long) - Method in interface com.redhat.rhn.domain.rhnset.RhnSet
Add a new element to the Set.
addElement(String) - Method in interface com.redhat.rhn.domain.rhnset.RhnSet
Add a new element to the Set.
addElement(RhnSetElement) - Method in class com.redhat.rhn.domain.rhnset.RhnSetImpl
Adds an element to the set.
addElement(Long, Long) - Method in class com.redhat.rhn.domain.rhnset.RhnSetImpl
Adds an element to the set.
addElement(Long) - Method in class com.redhat.rhn.domain.rhnset.RhnSetImpl
Adds an element to the set.
addElement(String) - Method in class com.redhat.rhn.domain.rhnset.RhnSetImpl
Add a new element to the Set.
addElements(String[]) - Method in interface com.redhat.rhn.domain.rhnset.RhnSet
Adds an array of elements to the set.
addElements(String[]) - Method in class com.redhat.rhn.domain.rhnset.RhnSetImpl
Adds an array of elements to the set.
addEntitlement(ServerGroupType) - Method in class com.redhat.rhn.domain.token.ActivationKey
 
addEntitlement(ServerGroupType) - Method in class com.redhat.rhn.domain.token.Token
Add a server group type to the set of entitlements
addEntitlements(String, String, List) - Method in class com.redhat.rhn.frontend.xmlrpc.activationkey.ActivationKeyHandler
Add entitlements to an activation key.
addEntitlements(String, Integer, List) - Method in class com.redhat.rhn.frontend.xmlrpc.system.SystemHandler
Add addon entitlements to a server.
addEntitlements(ActivationKey, List<String>) - Method in class com.redhat.rhn.manager.token.ActivationKeyManager
Add entitlements to an activation key.
addErrata(Errata) - Method in class com.redhat.rhn.domain.action.errata.ErrataAction
Add an Errata to this action.
addErrata(Errata) - Method in class com.redhat.rhn.domain.channel.Channel
Adds a single errata to the channel
AddErrataAction - Class in com.redhat.rhn.frontend.action.channel.manage
AddErrataAction
AddErrataAction() - Constructor for class com.redhat.rhn.frontend.action.channel.manage.AddErrataAction
 
addError(ValidatorError) - Method in class com.redhat.rhn.common.validator.ValidatorResult
Add a ValidatorError to the list of errors.
addError(String, Object...) - Method in class com.redhat.rhn.common.validator.ValidatorResult
Add a ValidatorError to the list of errors.
addError(String, ActionErrors) - Method in interface com.redhat.rhn.frontend.struts.StrutsDelegate
Add a message to an existing set of ActionErrors.
addError(String, ActionErrors) - Method in class com.redhat.rhn.frontend.struts.StrutsDelegateImpl
Add a message to an existing set of ActionErrors.
addExpectedProperty(String, Object) - Method in class com.redhat.rhn.testing.RhnMockDynaActionForm
Adds a property that is expected to be set via the set method.
addExportParameters(org.jmock.Mock, ServletOutputStream) - Method in class com.redhat.rhn.testing.JMockTestUtils
Add the proper params to the mock request to work with unit tests that excercise CSV export functionality
addFactoryTemplate(Map) - Method in class com.redhat.rhn.common.util.manifestfactory.ManifestFactory
helper function for when Digesting an xml file.
addField(String, String) - Method in class com.redhat.rhn.common.validator.RequiredIfConstraint
Set the name of the field to check against to see if *this* field is required.
addFile(ErrataFile) - Method in class com.redhat.rhn.domain.errata.AbstractErrata
Adds a file to the file set
addFile(ErrataFile) - Method in interface com.redhat.rhn.domain.errata.Errata
Adds a file to the file set
addFileList(FileList) - Method in class com.redhat.rhn.domain.action.kickstart.KickstartActionDetails
Adds a FileList object to fileLists.
addFileList(FileList) - Method in class com.redhat.rhn.domain.action.kickstart.KickstartGuestActionDetails
Adds a FileList object to fileLists.
addFileListsByIds(ArrayList) - Method in class com.redhat.rhn.manager.kickstart.FilePreservationListsCommand
Adds file lists to the kickstart profile.
addFileName(String) - Method in class com.redhat.rhn.domain.common.FileList
Add a filename to this list.
addGlobalMessage(ActionMessages, String) - Method in class com.redhat.rhn.frontend.struts.RhnAction
Add a message to the set of ActionMessages.
addGlobalMessage(ActionMessages, String, String) - Method in class com.redhat.rhn.frontend.struts.RhnAction
Add a message to the set of ActionMessages.
addGroup(ServerGroup) - Method in class com.redhat.rhn.domain.server.ServerSnapshot
Add a group to the snapshot
addGuest(VirtualInstance) - Method in class com.redhat.rhn.domain.server.Server
 
addGuestToServer(User, Server) - Static method in class com.redhat.rhn.testing.ServerTestUtils
Add a new Server as a guest of the passed in Server.
addHardwareMessage(PackageAction, RequestContext) - Method in class com.redhat.rhn.frontend.action.rhnpackage.profile.BaseProfilesAction
 
addHeader(String, String) - Method in class com.redhat.rhn.testing.RhnMockHttpServletResponse
addHistory(KickstartSessionState, String) - Method in class com.redhat.rhn.domain.kickstart.KickstartSession
Add a History entry
addHistory(KickstartSession) - Static method in class com.redhat.rhn.domain.kickstart.test.KickstartSessionTest
 
addInclude(KickstartCommand) - Method in class com.redhat.rhn.domain.kickstart.KickstartData
Adds a include KickstartCommand object to includes.
addIpRange(KickstartIpRange) - Method in class com.redhat.rhn.domain.kickstart.KickstartData
 
addIpRange(long[], long[]) - Method in class com.redhat.rhn.manager.kickstart.KickstartIpCommand
 
addIpRange(Long[], Long[]) - Method in class com.redhat.rhn.manager.kickstart.KickstartIpCommand
 
addIpRangesToKickstart(KickstartData) - Static method in class com.redhat.rhn.domain.kickstart.test.KickstartIpTest
 
addition(int[]) - Method in class com.redhat.rhn.frontend.xmlrpc.apitest.TestHandler
add list of numbers
addKeysByIds(List) - Method in class com.redhat.rhn.manager.kickstart.KickstartCryptoKeyCommand
Add a List of cryptoKey objects to the KickstartData based on the Long IDs passed in on the list.
addKeysToKickstart(KickstartData) - Static method in class com.redhat.rhn.domain.kickstart.crypto.test.CryptoTest
 
addKeysToKickstartData(User, KickstartData) - Static method in class com.redhat.rhn.frontend.action.kickstart.test.ActivationKeysTest
 
addKeyToKickstart(KickstartData) - Static method in class com.redhat.rhn.domain.kickstart.crypto.test.CryptoTest
 
addKeyword(String) - Method in class com.redhat.rhn.domain.errata.AbstractErrata
Convienience method so we can add keywords logically Adds a keyword to the keywords set
addKeyword(Keyword) - Method in class com.redhat.rhn.domain.errata.AbstractErrata
Adds a keyword to the keywords set.
addKeyword(String) - Method in interface com.redhat.rhn.domain.errata.Errata
Convienience method so we can add keywords logically Adds a keyword to the keywords set
addKeyword(Keyword) - Method in interface com.redhat.rhn.domain.errata.Errata
Adds a keyword to the keywords set.
addKeyword(String) - Method in class com.redhat.rhn.domain.errata.impl.UnpublishedErrata
Convienience method so we can add keywords logically Adds a keyword to the keywords set
addKickstartPackagesToChannel(Channel, boolean) - Static method in class com.redhat.rhn.domain.kickstart.test.KickstartDataTest
Adds the minimal amount of packages to the channel for the channel to be a valid kickstart channel.
addKickstartPackageToChannel(String, Channel) - Static method in class com.redhat.rhn.manager.rhnpackage.test.PackageManagerTest
Add a kickstart package with the given name to the given channel.
addLine(String) - Method in class com.redhat.rhn.common.filediff.FileLines
 
addListener(TriggerListener) - Method in class com.redhat.rhn.taskomatic.ChainedListener
Adds a new listener to the listener chain
addLogVol(KickstartCommand) - Method in class com.redhat.rhn.domain.kickstart.KickstartData
Adds a logvol KickstartCommand object to logvols.
addManagement(Org) - Static method in class com.redhat.rhn.testing.UserTestUtils
Add provisioning to an org
addMember(String, String[]) - Method in class com.redhat.rhn.common.client.ClientCertificate
Add a member to the certificate by name and values.
addMember(String, String) - Method in class com.redhat.rhn.common.client.ClientCertificate
Add a member to the certificate by name and value.
addMember(Member) - Method in class com.redhat.rhn.common.client.ClientCertificate
Add a member to the certificate.
addMessage(HttpServletRequest, String) - Method in class com.redhat.rhn.frontend.struts.RhnAction
Add a success message to the request: Your Spacewalk requires a restart
addMonitoring(Org) - Static method in class com.redhat.rhn.testing.UserTestUtils
Add monitoring to an org
addMonitoringScoutOrg(User) - Static method in class com.redhat.rhn.testing.UserTestUtils
Add a Monitoring Scout to the org associated with the User passed in.
addNetwork(Network) - Method in class com.redhat.rhn.domain.server.Server
Adds a network to the set of networks for this server.
addNetworkInterface(NetworkInterface) - Method in class com.redhat.rhn.domain.server.Server
Adds a network interface to the set of network interfaces for this server.
addNewUser(User, Address, Long) - Method in class com.redhat.rhn.domain.user.UserFactory
Insert a new user.
addNode(NavNode) - Method in class com.redhat.rhn.frontend.nav.NavNode
Adds a child node to the current node
addNode(NavNode) - Method in class com.redhat.rhn.frontend.nav.NavTree
Adds a node to the tree
addNote(Note) - Method in class com.redhat.rhn.domain.server.Server
Adds a note to the notes set
addNote(User, String, String) - Method in class com.redhat.rhn.domain.server.Server
Adds a note to the notes set.
addNote(String, Integer, String, String) - Method in class com.redhat.rhn.frontend.xmlrpc.system.SystemHandler
Add a new note to the given server
addNotification(Date) - Method in class com.redhat.rhn.domain.errata.AbstractErrata
Add a new notification for this errata
addNotification(Date) - Method in interface com.redhat.rhn.domain.errata.Errata
Add a new notification for this errata
addNotification(Date) - Method in class com.redhat.rhn.domain.errata.impl.UnpublishedErrata
Add a new notification for this errata
ADDON_ENTITLEMENT - Static variable in class com.redhat.rhn.frontend.action.systems.entitlements.SystemEntitlementsSetupAction
 
ADDON_ENTITLEMENTS - Static variable in class com.redhat.rhn.frontend.action.systems.entitlements.SystemEntitlementsSetupAction
 
ADDON_ENTITLEMENTS - Static variable in class com.redhat.rhn.frontend.action.systems.sdc.SystemDetailsEditAction
 
addOption(KickstartCommand) - Method in class com.redhat.rhn.domain.kickstart.KickstartData
Adds a option KickstartCommand object to options set.
addOrgQuota(Long) - Method in interface com.redhat.rhn.domain.org.Org
Add a Quota to this Org
addOrgQuota(Long) - Method in class com.redhat.rhn.domain.org.OrgImpl
Add a Quota to this Org
addOrRemoveAdmins(String, String, List, boolean) - Method in class com.redhat.rhn.frontend.xmlrpc.systemgroup.ServerGroupHandler
Given a systemGroupName and a list of users this call adds or removes them as system administrators Note one needs to be an Org Admin to perform this operation..
addOrRemoveSystems(String, String, List, Boolean) - Method in class com.redhat.rhn.frontend.xmlrpc.systemgroup.ServerGroupHandler
Associates a list of servers to a given group
addOwnedChannel(Channel) - Method in interface com.redhat.rhn.domain.org.Org
Adds a new channel to the orgs set of channels
addOwnedChannel(Channel) - Method in class com.redhat.rhn.domain.org.OrgImpl
Adds a new channel to the orgs set of channels
addPackage(Package) - Method in class com.redhat.rhn.domain.channel.Channel
Adds a single package to the channel
addPackage(Package) - Method in class com.redhat.rhn.domain.errata.AbstractErrata
Adds a package to the packages set and create an ErrataFile that represents this package
addPackage(Package) - Method in interface com.redhat.rhn.domain.errata.Errata
Adds a package to the packages set.
addPackage(Package) - Method in interface com.redhat.rhn.domain.errata.ErrataFile
Add a Package to the ErrataFile
addPackage(Package) - Method in class com.redhat.rhn.domain.errata.impl.PublishedErrataFile
Add a Package to the ErrataFile
addPackageName(PackageName) - Method in class com.redhat.rhn.domain.kickstart.KickstartData
Adds a PackageName object to packageNames.
addPackageName(PackageName) - Method in class com.redhat.rhn.domain.token.ActivationKey
Add a PackageName to this ActivationKey
addPackageName(PackageName) - Method in class com.redhat.rhn.domain.token.Token
Add a PackageName to this Token
addPackageName(String) - Method in class com.redhat.rhn.frontend.dto.ErrataOverview
Adds a name to packageNames list.
addPackageName(ActivationKey, PackageName) - Method in class com.redhat.rhn.manager.token.ActivationKeyManager
Add a PackageName to an activation key.
addPackageNames(String, String, List) - Method in class com.redhat.rhn.frontend.xmlrpc.activationkey.ActivationKeyHandler
Add package names to an activation key.
addPackages(String, String, List) - Method in class com.redhat.rhn.frontend.xmlrpc.channel.software.ChannelSoftwareHandler
Adds a given list of packages to the given channel.
addPackages(User, Channel, List) - Method in class com.redhat.rhn.manager.channel.ChannelEditor
Adds a list of packages to a channel.
AddPackagesAction - Class in com.redhat.rhn.frontend.action.errata
AddPackagesAction
AddPackagesAction() - Constructor for class com.redhat.rhn.frontend.action.errata.AddPackagesAction
 
AddPackagesActionTest - Class in com.redhat.rhn.frontend.action.errata.test
AddPackagesActionTest
AddPackagesActionTest() - Constructor for class com.redhat.rhn.frontend.action.errata.test.AddPackagesActionTest
 
AddPackagesConfirmAction - Class in com.redhat.rhn.frontend.action.errata
AddPackagesConfirmAction
AddPackagesConfirmAction() - Constructor for class com.redhat.rhn.frontend.action.errata.AddPackagesConfirmAction
 
AddPackagesConfirmActionTest - Class in com.redhat.rhn.frontend.action.errata.test
AddPackagesConfirmActionTest
AddPackagesConfirmActionTest() - Constructor for class com.redhat.rhn.frontend.action.errata.test.AddPackagesConfirmActionTest
 
AddPackagesConfirmSetupAction - Class in com.redhat.rhn.frontend.action.errata
AddPackagesConfirmSetupAction
AddPackagesConfirmSetupAction() - Constructor for class com.redhat.rhn.frontend.action.errata.AddPackagesConfirmSetupAction
 
AddPackagesSetupAction - Class in com.redhat.rhn.frontend.action.errata
AddPackagesSetupAction
AddPackagesSetupAction() - Constructor for class com.redhat.rhn.frontend.action.errata.AddPackagesSetupAction
 
AddPackagesSetupActionTest - Class in com.redhat.rhn.frontend.action.errata.test
AddPackagesSetupActionTest
AddPackagesSetupActionTest() - Constructor for class com.redhat.rhn.frontend.action.errata.test.AddPackagesSetupActionTest
 
addPackagesToErrata(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.redhat.rhn.frontend.action.errata.AddPackagesConfirmAction
Adds the packages identified in the packages_to_add set to the errata.
addPackageToChannel(String, Channel) - Static method in class com.redhat.rhn.manager.rhnpackage.test.PackageManagerTest
Create a package with the given name and add it to the given channel.
addPackageToChannelNewestPackage(Package, Channel) - Static method in class com.redhat.rhn.domain.rhnpackage.test.PackageTest
 
addPackageToSystemAndChannel(String, Server, Channel) - Static method in class com.redhat.rhn.manager.rhnpackage.test.PackageManagerTest
Add a new Package to the specified Channel and associate the system with it.
addPartition(KickstartCommand) - Method in class com.redhat.rhn.domain.kickstart.KickstartData
Adds a Partition Command object to partitions.
addPatch(Patch) - Method in class com.redhat.rhn.domain.rhnpackage.PatchSet
Adds a patch to the patch set
addPath(String) - Method in class com.redhat.rhn.common.conf.Config
Add a path to the config object for parsing
addPreserveFileList(FileList) - Method in class com.redhat.rhn.domain.kickstart.KickstartData
Adds a PreserveFileList object to preserveFileLists
addPrimaryURL(String) - Method in class com.redhat.rhn.frontend.nav.NavNode
Associated a URL with this node.
addPrivateChannelFamily(PrivateChannelFamily) - Method in class com.redhat.rhn.domain.channel.ChannelFamily
Setter
addProbe(TemplateProbe, User) - Method in class com.redhat.rhn.domain.monitoring.suite.ProbeSuite
Add a ServerProbe to the suite.
addProbeParameterValue(String, CommandParameter, User) - Method in class com.redhat.rhn.domain.monitoring.Probe
Add a value to a CommandParameter for this probe.
addProbeToSatCluster(SatCluster, Server) - Method in class com.redhat.rhn.domain.monitoring.ServerProbe
Associate this probe with a SatCluster
addProvisioning(Org) - Static method in class com.redhat.rhn.testing.UserTestUtils
Add provisioning to an org
addProxy(User, Server) - Static method in class com.redhat.rhn.frontend.action.kickstart.test.ScheduleKickstartWizardTest
 
addRaid(KickstartCommand) - Method in class com.redhat.rhn.domain.kickstart.KickstartData
Adds a raid KickstartCommand object to raids.
AddRedHatErrataAction - Class in com.redhat.rhn.frontend.action.channel.manage
AddRedHatErrataAction
AddRedHatErrataAction() - Constructor for class com.redhat.rhn.frontend.action.channel.manage.AddRedHatErrataAction
 
addRedhatReleasePackageToServer(User, Server, String, String) - Static method in class com.redhat.rhn.testing.ServerTestUtils
Adds a simulated redhat-release rpm to the given server.
addRemoveUserRoles(User, List<String>, List<String>) - Static method in class com.redhat.rhn.manager.user.UserManager
Add and remove the specified roles from the user.
addRenderGuard(RenderGuard) - Method in class com.redhat.rhn.frontend.nav.RenderGuardComposite
Adds a RenderGuard to the composite.
addRepoLocations(KickstartData, String) - Method in class com.redhat.rhn.manager.kickstart.KickstartWizardHelper
Create repo specific kickstart commands.
addRequestAttributes(RequestContext, KickstartScheduleCommand) - Method in class com.redhat.rhn.frontend.action.kickstart.ScheduleKickstartWizardAction
 
addRequestParam(Mock, String, String) - Method in class com.redhat.rhn.testing.RhnJmockBaseTestCase
Add a variable to the Mocked request object
Address - Interface in com.redhat.rhn.domain.user
Class Address that reflects the DB representation of WEB_USER_SITE_INFO and ancillary tables.
ADDRESS1 - Static variable in class com.redhat.rhn.domain.server.test.LocationTest
 
ADDRESS2 - Static variable in class com.redhat.rhn.domain.server.test.LocationTest
 
ADDRESS_ONE - Static variable in class com.redhat.rhn.frontend.action.systems.sdc.SystemDetailsEditAction
 
ADDRESS_TWO - Static variable in class com.redhat.rhn.frontend.action.systems.sdc.SystemDetailsEditAction
 
AddressesAction - Class in com.redhat.rhn.frontend.action.user
AddressesAction Setup the Addresses on the Request so the AddressTag will be able to render
AddressesAction() - Constructor for class com.redhat.rhn.frontend.action.user.AddressesAction
 
AddressesActionTest - Class in com.redhat.rhn.frontend.action.user.test
LoginActionTest
AddressesActionTest() - Constructor for class com.redhat.rhn.frontend.action.user.test.AddressesActionTest
 
AddressImpl - Class in com.redhat.rhn.domain.user
Class AddressImpl that implements Address
AddressImpl() - Constructor for class com.redhat.rhn.domain.user.AddressImpl
Protect the constructor
AddressTag - Class in com.redhat.rhn.frontend.taglibs
AddressTag Displays a User's address information.
AddressTag() - Constructor for class com.redhat.rhn.frontend.taglibs.AddressTag
Constructor for Address tag.
AddressTagTest - Class in com.redhat.rhn.frontend.taglibs.test
NavMenuTagTest
AddressTagTest() - Constructor for class com.redhat.rhn.frontend.taglibs.test.AddressTagTest
 
addResult(PackageActionResult) - Method in class com.redhat.rhn.domain.action.rhnpackage.PackageActionDetails
 
addResult(ScriptResult) - Method in class com.redhat.rhn.domain.action.script.ScriptActionDetails
Add ScriptResult to the results set
addRole(Role) - Method in interface com.redhat.rhn.domain.org.Org
Add a Role to the Org.
addRole(Role) - Method in class com.redhat.rhn.domain.org.OrgImpl
Add a Role to the Org.
addRole(Role) - Method in class com.redhat.rhn.domain.user.legacy.LegacyRhnUserImpl
Add a role to this User's Role Set.
addRole(Role) - Method in interface com.redhat.rhn.domain.user.User
Add a role to this User's Role Set.
addRole(User, Role) - Method in class com.redhat.rhn.frontend.xmlrpc.test.BaseHandlerTestCase
 
addRole(String, String, String) - Method in class com.redhat.rhn.frontend.xmlrpc.user.UserHandler
Adds a role to the given user
addScript(KickstartScript) - Method in class com.redhat.rhn.domain.kickstart.KickstartData
Add a KickstartScript to the KickstartData
addScript(String, String, String, String, String, boolean) - Method in class com.redhat.rhn.frontend.xmlrpc.kickstart.KickstartHandler
Adds a script to a kickstart profile
addSelectedItem(Long) - Method in class com.redhat.rhn.testing.RhnMockStrutsTestCase
Util method to add an "ID" to be selected on a list page.
addServer(Server) - Method in class com.redhat.rhn.domain.user.legacy.LegacyRhnUserImpl
Give this user permission to manage a server.
addServer(Server) - Method in interface com.redhat.rhn.domain.user.User
Give this user permission to manage a server.
addServerAction(ServerAction) - Method in class com.redhat.rhn.domain.action.Action
Add a ServerAction to this Action
addServerGroup(ManagedServerGroup) - Method in class com.redhat.rhn.domain.token.ActivationKey
Add a ServerGroup to this ActivationKey
addServerGroup(ManagedServerGroup) - Method in class com.redhat.rhn.domain.token.Token
Add a ServerGroup to this Token
addServerGroup(ActivationKey, ManagedServerGroup) - Method in class com.redhat.rhn.manager.token.ActivationKeyManager
Add a ServerGroup to an activation key.
addServerGroups(String, String, List) - Method in class com.redhat.rhn.frontend.xmlrpc.activationkey.ActivationKeyHandler
Add server groups to an activation key.
addServerProbe(ServerProbe) - Method in class com.redhat.rhn.domain.monitoring.TemplateProbe
Add a new standard ServerProbe to this TemplateProbe.
addServers(ServerGroup, Collection, User) - Method in class com.redhat.rhn.manager.system.ServerGroupManager
Associates a bunch of servers to a server group
addServerToAction(Long, Action) - Static method in class com.redhat.rhn.domain.action.ActionFactory
Creates a ServerAction and adds it to an Action
addServerToAction(Server, Action) - Static method in class com.redhat.rhn.domain.action.ActionFactory
Creates a ServerAction and adds it to an Action
addServerToAction(Long, Action) - Static method in class com.redhat.rhn.manager.action.ActionManager
Adds a server to an action
addServerToGroup(Server, ServerGroup) - Static method in class com.redhat.rhn.domain.server.ServerFactory
Adds a Server to a group.
addServerToServerGroup(Server, ServerGroup) - Static method in class com.redhat.rhn.manager.system.SystemManager
Adds a server to a server group
addServerToSuite(SatCluster, Server, User) - Method in class com.redhat.rhn.domain.monitoring.suite.ProbeSuite
Convenience method to add a Server to this ProbeSuite.
addStateChangeToProbe(Probe) - Static method in class com.redhat.rhn.manager.monitoring.test.MonitoringManagerTest
Add an entry in the state_change table for this probe
addStateChangeToProbe(Probe, String) - Static method in class com.redhat.rhn.manager.monitoring.test.MonitoringManagerTest
Add an entry in the state_change table for this probe
addSubmitted() - Method in class com.redhat.rhn.testing.RhnMockStrutsTestCase
 
addSubscribeRole(User, Channel) - Static method in class com.redhat.rhn.manager.channel.ChannelManager
Adds the subscribe role for the passed in user for the passed in channel.
addSuccessParams(RequestContext, Map, Probe) - Method in class com.redhat.rhn.frontend.action.monitoring.ProbeSuiteProbeCreateAction
Add parameters that are needed by the created forward that we send the user to once a probe has been created successfully
addSuccessParams(RequestContext, HashMap, Probe) - Method in class com.redhat.rhn.frontend.action.monitoring.ProbeSuiteProbeEditAction
 
addSuccessParams(RequestContext, Map, Probe) - Method in class com.redhat.rhn.frontend.action.systems.monitoring.BaseProbeCreateAction
Add parameters that are needed by the created forward that we send the user to once a probe has been created successfully
addSuccessParams(RequestContext, HashMap, Probe) - Method in class com.redhat.rhn.frontend.action.systems.monitoring.BaseProbeEditAction
 
addSuccessParams(RequestContext, Map, Probe) - Method in class com.redhat.rhn.frontend.action.systems.monitoring.ProbeCreateAction
Add parameters that are needed by the created forward that we send the user to once a probe has been created successfully
addSuccessParams(RequestContext, HashMap, Probe) - Method in class com.redhat.rhn.frontend.action.systems.monitoring.ProbeEditAction
 
addSystems(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.redhat.rhn.frontend.action.monitoring.ProbeSuiteSystemsEditAction
 
addSystemToProbeSuite(ProbeSuite, Server, SatCluster, User) - Method in class com.redhat.rhn.manager.monitoring.MonitoringManager
Add a System to a ServerProbe suite.
addTestServersToSuite(ProbeSuite, User) - Static method in class com.redhat.rhn.domain.monitoring.suite.test.ProbeSuiteTest
Add some test Systems to the ProbeSuite
addTimeSeriesDataToProbe(User, Probe) - Static method in class com.redhat.rhn.manager.monitoring.test.MonitoringManagerTest
Add some test data to the probe
addTimeSeriesDataToProbe(User, Probe, int) - Static method in class com.redhat.rhn.manager.monitoring.test.MonitoringManagerTest
Add some test data to the probe
addTimeSeriesDataToProbe(User, Probe, int, String) - Static method in class com.redhat.rhn.manager.monitoring.test.MonitoringManagerTest
Add some test data to the probe
addTokensByIds(ArrayList) - Method in class com.redhat.rhn.manager.kickstart.KickstartActivationKeysCommand
Adds default regtokens from the kickstart profile.
addToMessage(ActionMessages, String, boolean, long) - Method in class com.redhat.rhn.frontend.action.common.BaseSetOperateOnSelectedItemsAction
 
addToMessage(ActionMessages, String, boolean, Object[]) - Method in class com.redhat.rhn.frontend.action.common.BaseSetOperateOnSelectedItemsAction
 
addToMessage(ActionMessages, String, boolean, long) - Method in class com.redhat.rhn.frontend.action.configuration.files.BaseCopyFileSubmitAction
 
addToSet(RhnSet) - Method in class com.redhat.rhn.frontend.dto.BaseDto
Adds the id of this object to a given set.
addToSet(RhnSet) - Method in class com.redhat.rhn.frontend.dto.IdComboDto
Overrides method in AbstractDto.
AddToSSMAction - Class in com.redhat.rhn.frontend.action.systems.sdc
SystemOverviewAction
AddToSSMAction() - Constructor for class com.redhat.rhn.frontend.action.systems.sdc.AddToSSMAction
 
AddToSSMTest - Class in com.redhat.rhn.frontend.action.systems.sdc.test
SystemChannelsActionTest
AddToSSMTest() - Constructor for class com.redhat.rhn.frontend.action.systems.sdc.test.AddToSSMTest
 
addUp2dateToSystemAndChannel(User, Server, String, Channel) - Static method in class com.redhat.rhn.manager.rhnpackage.test.PackageManagerTest
Add the up2date package to a system and a channel.
addURL(String) - Method in class com.redhat.rhn.frontend.nav.NavNode
Associated a URL with this node
addUser(User) - Method in interface com.redhat.rhn.domain.user.EnterpriseUser
Add a User to this instance.
addUserRole(User, Role) - Static method in class com.redhat.rhn.testing.UserTestUtils
Simple method to add a Role to a User.
addValue(String) - Method in class com.redhat.rhn.common.client.Member
Adds a value for this Member
addVirtSubscriptionLevel(VirtSubscriptionLevel) - Method in class com.redhat.rhn.domain.channel.ChannelFamily
Add a virt subscription level to this ChannelFamily.
addVirtualization(User, Server) - Static method in class com.redhat.rhn.testing.ServerTestUtils
Add virtualization to the server passed in.
addVirtualization(Org) - Static method in class com.redhat.rhn.testing.UserTestUtils
Add virtualization to an org
addVirtualizationPlatform(Org) - Static method in class com.redhat.rhn.testing.UserTestUtils
Add virtualization to an org
addVolGroup(KickstartCommand) - Method in class com.redhat.rhn.domain.kickstart.KickstartData
Adds a include KickstartCommand volgroup object to volgroups.
addWarning(ValidatorWarning) - Method in class com.redhat.rhn.common.validator.ValidatorResult
Add a ValidatorWarning to the list of warnings.
addWarning(String, Object...) - Method in class com.redhat.rhn.common.validator.ValidatorResult
Add a ValidatorWarning to the list of warnings.
admin - Variable in class com.redhat.rhn.frontend.xmlrpc.test.BaseHandlerTestCase
 
adminKey - Variable in class com.redhat.rhn.frontend.xmlrpc.test.BaseHandlerTestCase
 
AdminUserEditAction - Class in com.redhat.rhn.frontend.action.user
UserEditSubmitAction, edit action submit handler for user detail page
AdminUserEditAction() - Constructor for class com.redhat.rhn.frontend.action.user.AdminUserEditAction
 
AdvDataSourceDto - Class in com.redhat.rhn.common.db.datasource.test
AdvDataSourceDto
AdvDataSourceDto() - Constructor for class com.redhat.rhn.common.db.datasource.test.AdvDataSourceDto
 
AdvDataSourceTest - Class in com.redhat.rhn.common.db.datasource.test
 
AdvDataSourceTest(String) - Constructor for class com.redhat.rhn.common.db.datasource.test.AdvDataSourceTest
 
advisory - Variable in class com.redhat.rhn.frontend.dto.ClonableErrataDto
 
advisoryName - Variable in class com.redhat.rhn.frontend.dto.ClonableErrataDto
 
advisoryNameIsUnique(Long, String) - Static method in class com.redhat.rhn.manager.errata.ErrataManager
Sees if there is an errata with the same advisory name as the errata with eid
advisoryType - Variable in class com.redhat.rhn.frontend.dto.ClonableErrataDto
 
advisoryTypes() - Static method in class com.redhat.rhn.manager.errata.ErrataManager
Returns a list of advisory types available for an errata
AFFECTED_SYSTEMS_LIST - Static variable in class com.redhat.rhn.frontend.action.SetLabels
 
affectedChannels(User, Long) - Static method in class com.redhat.rhn.manager.errata.ErrataManager
Returns a list of available channels affected by an errata
AffectedSystemsAction - Class in com.redhat.rhn.frontend.action.errata
AffectedSystemsAction
AffectedSystemsAction() - Constructor for class com.redhat.rhn.frontend.action.errata.AffectedSystemsAction
 
AffectedSystemsActionTest - Class in com.redhat.rhn.frontend.action.errata.test
AffectedSystemsActionTest
AffectedSystemsActionTest() - Constructor for class com.redhat.rhn.frontend.action.errata.test.AffectedSystemsActionTest
 
AffectedSystemsSetupAction - Class in com.redhat.rhn.frontend.action.errata
AffectedSystemsSetupAction
AffectedSystemsSetupAction() - Constructor for class com.redhat.rhn.frontend.action.errata.AffectedSystemsSetupAction
 
AffectedSystemsSetupActionTest - Class in com.redhat.rhn.frontend.action.errata.test
AffectedSystemsSetupActionTest
AffectedSystemsSetupActionTest() - Constructor for class com.redhat.rhn.frontend.action.errata.test.AffectedSystemsSetupActionTest
 
after(XmlRpcInvocation, Object) - Method in class com.redhat.rhn.frontend.xmlrpc.LoggingInvocationProcessor
afterBottomPagination() - Method in class com.redhat.rhn.frontend.taglibs.list.decorators.BaseListDecorator
Notifies the decorator that bottom pagination controls have been rendered
afterBottomPagination() - Method in interface com.redhat.rhn.frontend.taglibs.list.decorators.ListDecorator
Notifies the decorator that bottom pagination controls have been rendered
afterBottomPagination() - Method in class com.redhat.rhn.frontend.taglibs.list.decorators.SelectableDecorator
Notifies the decorator that bottom pagination controls have been rendered
afterList() - Method in class com.redhat.rhn.frontend.taglibs.list.decorators.BaseListDecorator
Notifies the decorator that list rendering is complete
afterList() - Method in interface com.redhat.rhn.frontend.taglibs.list.decorators.ListDecorator
Notifies the decorator that list rendering is complete
afterList() - Method in class com.redhat.rhn.frontend.taglibs.list.decorators.SelectableDecorator
Notifies the decorator that list rendering is complete
afterTopPagination() - Method in class com.redhat.rhn.frontend.taglibs.list.decorators.BaseListDecorator
Notifies the decorator that top pagination controls have been rendered
afterTopPagination() - Method in interface com.redhat.rhn.frontend.taglibs.list.decorators.ListDecorator
Notifies the decorator that top pagination controls have been rendered
afterTopPagination() - Method in class com.redhat.rhn.frontend.taglibs.list.decorators.SelectableDecorator
Notifies the decorator that top pagination controls have been rendered
ah - Variable in class com.redhat.rhn.frontend.action.systems.monitoring.test.ProbeCreateTestCase
 
ALL_FILES_TO_ALL_SYS - Static variable in class com.redhat.rhn.frontend.action.configuration.channel.ChannelOverviewTasks
 
ALL_FILES_TO_SEL_SYS - Static variable in class com.redhat.rhn.frontend.action.configuration.channel.ChannelOverviewTasks
 
ALL_GROUP_NAME - Static variable in class com.redhat.rhn.domain.monitoring.command.CommandGroup
The name of the all pseudo-group.
ALL_PANES - Static variable in class com.redhat.rhn.domain.user.Pane
 
allChannelsTree(User) - Static method in class com.redhat.rhn.manager.channel.ChannelManager
Returns the list of all channels the user can see.
allChannelTree(User, ListControl) - Static method in class com.redhat.rhn.manager.channel.ChannelManager
Returns a list of ChannelTreeNodes containing all channels the user can see
AllChannelTreeAction - Class in com.redhat.rhn.frontend.action.channel
AllChannelTreeSetupAction
AllChannelTreeAction() - Constructor for class com.redhat.rhn.frontend.action.channel.AllChannelTreeAction
 
AllChannelTreeActionTest - Class in com.redhat.rhn.frontend.action.channel.test
AllChannelTreeSetupActionTest
AllChannelTreeActionTest() - Constructor for class com.redhat.rhn.frontend.action.channel.test.AllChannelTreeActionTest
 
allDownloadsTree(User, ListControl) - Static method in class com.redhat.rhn.manager.channel.ChannelManager
Return the list of ALL ISO channels
allErrata(User, PageControl) - Static method in class com.redhat.rhn.manager.errata.ErrataManager
Returns all of the errata.
allOrgs(User) - Static method in class com.redhat.rhn.manager.org.OrgManager
Returns the total number of orgs on this satellite.
allOrgsEntitlements() - Static method in class com.redhat.rhn.manager.org.OrgManager
 
allOrgsSingleEntitlement(String) - Static method in class com.redhat.rhn.manager.org.OrgManager
 
ALLOW_CONFIG_ACTIONS - Static variable in class com.redhat.rhn.frontend.action.satellite.BootstrapConfigAction
 
ALLOW_REMOTE_COMMANDS - Static variable in class com.redhat.rhn.frontend.action.satellite.BootstrapConfigAction
 
ALLOWED_CONFIGS - Static variable in class com.redhat.rhn.frontend.action.satellite.GeneralConfigAction
List of Config keys allowed by this Action
allServerIdsForOrg(Org) - Static method in class com.redhat.rhn.manager.errata.cache.ErrataCacheManager
Returns all Server ids for the given org.
allUsers() - Method in interface com.redhat.rhn.domain.user.EnterpriseUser
Return an iterator over all Users associated with this instance.
allUsers() - Static method in class com.redhat.rhn.manager.org.OrgManager
 
AlphaBar - Class in com.redhat.rhn.frontend.listview
AlphaBar, helper class to render a listing of letters/digits that are contained in a set.
AlphaBar(String, String) - Constructor for class com.redhat.rhn.frontend.listview.AlphaBar
Public constructor.
AlphaBarHelper - Class in com.redhat.rhn.frontend.taglibs.list
AlphaBarHelper
AlphaBarHelper() - Constructor for class com.redhat.rhn.frontend.taglibs.list.AlphaBarHelper
 
alreadyCloned - Variable in class com.redhat.rhn.frontend.dto.ClonableErrataDto
 
alterSubscriptions(User, Map<Long, List<Long>>) - Method in class com.redhat.rhn.frontend.action.channel.ssm.BaseSubscribeAction
 
AM_PM - Static variable in class com.redhat.rhn.common.util.DatePicker
 
ANY_CHANNEL - Static variable in class com.redhat.rhn.frontend.action.errata.CloneErrataActionHelper
 
ANY_LISTS_SELECTED - Static variable in class com.redhat.rhn.frontend.action.YourRhnAction
 
ApiHandler - Class in com.redhat.rhn.frontend.xmlrpc.api
ApiHandler Corresponds to API.pm in old perl code.
ApiHandler() - Constructor for class com.redhat.rhn.frontend.xmlrpc.api.ApiHandler
 
ApiHandlerTest - Class in com.redhat.rhn.frontend.xmlrpc.api.test
 
ApiHandlerTest() - Constructor for class com.redhat.rhn.frontend.xmlrpc.api.test.ApiHandlerTest
 
append(ValidatorResult) - Method in class com.redhat.rhn.common.validator.ValidatorResult
Appends the results of the passed in ValidatorResult to this result
AppletUseSatelliteAction - Class in com.redhat.rhn.domain.action
AppletUseSatelliteAction - Class representing TYPE_RHN_APPLET_USE_SATELLITE
AppletUseSatelliteAction() - Constructor for class com.redhat.rhn.domain.action.AppletUseSatelliteAction
 
applicableChannels(Long, Long, PageControl) - Static method in class com.redhat.rhn.manager.errata.ErrataManager
Get a list of channels applicable to the erratum
applicableChannels(Long, Long, PageControl, Class) - Static method in class com.redhat.rhn.manager.errata.ErrataManager
Get a list of channels applicable to the erratum
applicableToChannels(String, String) - Method in class com.redhat.rhn.frontend.xmlrpc.errata.ErrataHandler
Returns a list of channels (represented by a map) that the given erratum is applicable to.
apply(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.redhat.rhn.frontend.action.configuration.ssm.RankChannels
Updates the set and then moves the user to the confirm page.
applyAction(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.redhat.rhn.frontend.action.systems.virtualization.VirtualGuestsListAction
Called when the Apply Action button is pressed, determines the path of execution based on the action options dropdown.
applyErrata(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.redhat.rhn.frontend.action.errata.AffectedSystemsAction
Applies the selected errata
applyErrata(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.redhat.rhn.frontend.action.systems.ErrataSetupAction
Applies the selected errata
applyErrata(String, Integer, List) - Method in class com.redhat.rhn.frontend.xmlrpc.system.SystemHandler
Apply errata updates to a system.
applyPatch(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.redhat.rhn.frontend.action.rhnpackage.patches.PatchInstallAction
Applies the selected patches
applyPatch(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.redhat.rhn.frontend.action.rhnpackage.patches.PatchListAction
Applies the selected patches
applySettings(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.redhat.rhn.frontend.action.systems.virtualization.VirtualGuestsListAction
Apply requested settings change to the selected guests.
ARCH_NAME - Static variable in class com.redhat.rhn.domain.server.test.CPUTest
 
archiveAction(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.redhat.rhn.frontend.action.schedule.ScheduledActionAction
Archives the actions.
archiveActions(User, String) - Static method in class com.redhat.rhn.manager.action.ActionManager
Archives the action set with the given label.
archivedActions(User, PageControl) - Static method in class com.redhat.rhn.manager.action.ActionManager
Retrieve the list of completed actions for a particular user
ArchivedActionsAction - Class in com.redhat.rhn.frontend.action.schedule
ArchivedActionsAction
ArchivedActionsAction() - Constructor for class com.redhat.rhn.frontend.action.schedule.ArchivedActionsAction
 
ArchivedActionsSetupAction - Class in com.redhat.rhn.frontend.action.schedule
ArchivedActionsSetupAction
ArchivedActionsSetupAction() - Constructor for class com.redhat.rhn.frontend.action.schedule.ArchivedActionsSetupAction
 
ArchivedActionsSetupTest - Class in com.redhat.rhn.frontend.action.schedule.test
ArchivedActionsSetupTest
ArchivedActionsSetupTest() - Constructor for class com.redhat.rhn.frontend.action.schedule.test.ArchivedActionsSetupTest
 
ArchivedActionsTest - Class in com.redhat.rhn.frontend.action.schedule.test
ArchivedActionsSetupTest
ArchivedActionsTest() - Constructor for class com.redhat.rhn.frontend.action.schedule.test.ArchivedActionsTest
 
ArchType - Class in com.redhat.rhn.domain.common
ArchType
ArchType() - Constructor for class com.redhat.rhn.domain.common.ArchType
 
ArchTypeTest - Class in com.redhat.rhn.domain.common.test
ArchTypeTest
ArchTypeTest() - Constructor for class com.redhat.rhn.domain.common.test.ArchTypeTest
 
areCallbacksLocalToHibernateTransactions() - Method in class com.redhat.rhn.common.hibernate.NestedTransactionFactory
ARG0 - Static variable in class com.redhat.rhn.manager.configuration.ConfigurationManager
 
ARG1 - Static variable in class com.redhat.rhn.manager.configuration.ConfigurationManager
 
arraySearch(Object[], String, Object) - Static method in class com.redhat.rhn.testing.TestUtils
Search an array by calling the passsed in method name with the key as the checker
asChecksumString() - Method in class com.redhat.rhn.common.cert.Certificate
Convert this certificate into the canonical form used for signing.
asFullyVirtGuest() - Method in class com.redhat.rhn.domain.server.test.GuestBuilder
 
asGuestAndNonVirtHostView() - Method in class com.redhat.rhn.domain.server.VirtualInstance
An adapter method that transforms the virtual instance into a view.
asHostAndGuestCountView() - Method in class com.redhat.rhn.domain.server.Server
An adapter method that transforms a Server into a HostAndGuestCountView.
asParaVirtGuest() - Method in class com.redhat.rhn.domain.server.test.GuestBuilder
 
assertActionsForUser(User, int) - Method in class com.redhat.rhn.manager.action.test.ActionManagerTest
 
assertBadParamException() - Method in class com.redhat.rhn.testing.RhnMockStrutsTestCase
 
assertContains(Collection, Object) - Static method in class com.redhat.rhn.common.util.Asserts
Assert that coll contains elem
assertContains(Collection, Object) - Static method in class com.redhat.rhn.testing.RhnBaseTestCase
Assert that coll contains elem
assertContains(String, String) - Static method in class com.redhat.rhn.testing.RhnBaseTestCase
Assert that fragment is a substring of body
assertContains(String, String, String) - Static method in class com.redhat.rhn.testing.RhnBaseTestCase
Assert that fragment is a substring of body
assertEquals(Object, Object) - Static method in class com.redhat.rhn.common.util.Asserts
Verify that two values are equal (according to their equals method, unless expected is null, then according to ==).
assertEquals(Object, Object, String, String) - Static method in class com.redhat.rhn.common.util.Asserts
Verify that two values are equal (according to their equals method, unless expected is null, then according to ==).
assertEquals(int, int) - Static method in class com.redhat.rhn.common.util.Asserts
Verify that two values are equal.
assertEquals(int, int, String, String) - Static method in class com.redhat.rhn.common.util.Asserts
Verify that two values are equal.
assertException() - Method in class com.redhat.rhn.testing.RhnMockStrutsTestCase
 
assertHasRequestAttributes(ActionHelper, String) - Method in class com.redhat.rhn.frontend.action.systems.monitoring.test.ProbeCreateTestCase
 
assertKeyAbsence(String) - Static method in class com.redhat.rhn.domain.token.ActivationKeyFactory
Basically asserts that the key passed in has not been previously accounted for.
assertLookupException() - Method in class com.redhat.rhn.testing.RhnMockStrutsTestCase
 
assertNoRequestAttributes(ActionHelper, String) - Method in class com.redhat.rhn.frontend.action.systems.monitoring.test.ProbeCreateTestCase
 
assertNotBefore(Date, Date) - Static method in class com.redhat.rhn.testing.RhnBaseTestCase
Assert that the date later is after the date earlier.
assertNotBefore(String, Date, Date) - Static method in class com.redhat.rhn.testing.RhnBaseTestCase
Assert that the date later is after the date earlier.
assertNotEmpty(String) - Static method in class com.redhat.rhn.common.util.Asserts
Verify that a string is not empty and throw a runtime exception if so.
assertNotEmpty(String, String) - Static method in class com.redhat.rhn.common.util.Asserts
Verify that a string is not empty and throw a runtime exception if so.
assertNotEmpty(Collection) - Static method in class com.redhat.rhn.testing.RhnBaseTestCase
Assert that coll is not empty
assertNotEmpty(String, Collection) - Static method in class com.redhat.rhn.testing.RhnBaseTestCase
Assert that coll is not empty
assertNotNull(Object) - Static method in class com.redhat.rhn.common.util.Asserts
Verify that a parameter is not null and throw a runtime exception if so.
assertNotNull(Object, String) - Static method in class com.redhat.rhn.common.util.Asserts
Verify that a parameter is not null and throw a runtime exception if so.
assertNotOrgAdmin(User) - Static method in class com.redhat.rhn.testing.UserTestUtils
Check that user is not an org_admin, and that she can see no servers.
assertOrgAdmin(User) - Static method in class com.redhat.rhn.testing.UserTestUtils
Check that user is an org_admin, and that there is at least one server visible to her.
assertPermissionException() - Method in class com.redhat.rhn.testing.RhnMockStrutsTestCase
 
assertPropertyEquals(String, Object, Object) - Static method in class com.redhat.rhn.testing.RhnBaseTestCase
Assert that the beans exp and act have the same values for property propName
assertQueryStringEquals(String, String) - Static method in class com.redhat.rhn.testing.ServletTestUtils
Asserts that two query strings are equal.
Asserts - Class in com.redhat.rhn.common.util
Assertions that should be used to check parameters on public methods.
assertServerActionCount(Action, int) - Method in class com.redhat.rhn.manager.action.test.ActionManagerTest
 
assertServerActionCount(User, int) - Method in class com.redhat.rhn.manager.action.test.ActionManagerTest
 
assertTrue(boolean) - Static method in class com.redhat.rhn.common.util.Asserts
Assert that an arbitrary condition is true and throw an exception if the condition is false.
assertTrue(boolean, String) - Static method in class com.redhat.rhn.common.util.Asserts
Assert that an arbitrary condition is true throw an exception with message msg if the condition is false.
ASSET - Static variable in class com.redhat.rhn.domain.server.test.DmiTest
 
AssignedGroupsSetupAction - Class in com.redhat.rhn.frontend.action.user
AssignedGroupsSetupAction, edit action for assigned groups page
AssignedGroupsSetupAction() - Constructor for class com.redhat.rhn.frontend.action.user.AssignedGroupsSetupAction
 
AssignedGroupsSetupActionTest - Class in com.redhat.rhn.frontend.action.user.test
AssignedGroupsSetupActionTest
AssignedGroupsSetupActionTest() - Constructor for class com.redhat.rhn.frontend.action.user.test.AssignedGroupsSetupActionTest
 
associateAdmins(ManagedServerGroup, Collection, User) - Method in class com.redhat.rhn.manager.system.ServerGroupManager
Associates a bunch of administrators to a server group
associateOrDissociateAdminsByLoginName(ManagedServerGroup, Collection, boolean, User) - Method in class com.redhat.rhn.manager.system.ServerGroupManager
Associates/Disocciates a list of admins to a server group by using User's login name..
associateSystemToPackage(Server, PackageName, PackageEvr) - Static method in class com.redhat.rhn.manager.rhnpackage.test.PackageManagerTest
This method inserts a record into the rhnServerPackage mapping table to associate a given Server with a particular Package.
associateSystemToPackage(Server, Package) - Static method in class com.redhat.rhn.manager.rhnpackage.test.PackageManagerTest
This method inserts a record into the rhnServerPackage mapping table to associate a given Server with a particular Package.
asXml() - Method in class com.redhat.rhn.common.client.ClientCertificate
Renders the certificate as an Xml document.
asXmlString() - Method in class com.redhat.rhn.common.cert.Certificate
Returns the XML representation of the cert.
aTestChannels() - Method in class com.redhat.rhn.domain.server.test.ServerFactoryTest
 
aTestChildChanneQuery() - Method in class com.redhat.rhn.domain.channel.test.ChannelFactoryTest
TODO: create a test base channel with child channels and perform search.
aTestDeactivateProxy() - Method in class com.redhat.rhn.frontend.xmlrpc.proxy.test.ProxyHandlerTest
 
aTestExcecute() - Method in class com.redhat.rhn.task.test.DailySummaryTest
 
atestExecute() - Method in class com.redhat.rhn.frontend.action.rhnpackage.patches.test.PatchListSetupTest
 
aTestExecute() - Method in class com.redhat.rhn.task.test.ErrataCacheTaskTest
 
aTestNesting() - Method in class com.redhat.rhn.common.hibernate.test.NestedTransactionFactoryTest
 
aTestNewPackages() - Method in class com.redhat.rhn.manager.errata.cache.test.ErrataCacheManagerTest
 
aTestNewUserIntoOrgHosted() - Method in class com.redhat.rhn.frontend.action.user.test.CreateUserActionTest
 
aTestPrepareEmail() - Method in class com.redhat.rhn.task.test.DailySummaryTest
 
aTestPrepareSyncToProfile() - Method in class com.redhat.rhn.manager.profile.test.ProfileManagerTest
 
aTestRenderActionMessage() - Method in class com.redhat.rhn.task.test.DailySummaryTest
 
aTestRenderAwolServersMessage() - Method in class com.redhat.rhn.task.test.DailySummaryTest
 
aTestSchedulePackageDelta() - Method in class com.redhat.rhn.manager.action.test.ActionManagerTest
 
aTestServerHasSpecificEntitlement() - Method in class com.redhat.rhn.domain.server.test.ServerFactoryTest
Test that server has a specific entitlement.
aTestSetStatusDisplay() - Method in class com.redhat.rhn.frontend.action.systems.test.SystemListSetupActionTest
 
atestSystemAvailablePackageList() - Method in class com.redhat.rhn.manager.solarispackage.test.SolarisManagerTest
 
atestSystemAvailablePatchList() - Method in class com.redhat.rhn.manager.solarispackage.test.SolarisManagerTest
 
atestSystemPackageList() - Method in class com.redhat.rhn.manager.solarispackage.test.SolarisManagerTest
 
atestSystemPatchList() - Method in class com.redhat.rhn.manager.solarispackage.test.SolarisManagerTest
 
atestSystemUpgradablePackageList() - Method in class com.redhat.rhn.manager.solarispackage.test.SolarisManagerTest
 
aTestUpdateByChannel() - Method in class com.redhat.rhn.manager.task.test.TaskSchedulerTest
 
aTestUpdateUserRolesFromRoleLabels() - Method in class com.redhat.rhn.manager.user.test.UserManagerTest
Test to ensure functionality of translating usergroup ids to Roles
aTestWithExistingProxy() - Method in class com.redhat.rhn.frontend.xmlrpc.proxy.test.ProxyHandlerTest
 
AttributeCopyRule - Class in com.redhat.rhn.common.util
AttributeCopyRule, a simple Digester rule to copy attributes and invoke them on set(name, value) on the top object on the stack
AttributeCopyRule() - Constructor for class com.redhat.rhn.common.util.AttributeCopyRule
 
AttributeCopyRuleTest - Class in com.redhat.rhn.common.util.test
 
AttributeCopyRuleTest() - Constructor for class com.redhat.rhn.common.util.test.AttributeCopyRuleTest
 
attributeName - Variable in class com.redhat.rhn.frontend.taglibs.list.ColumnTag
 
authenticate(String) - Method in class com.redhat.rhn.domain.user.legacy.LegacyRhnUserImpl
Authenticate the user
authenticate(String) - Method in interface com.redhat.rhn.domain.user.User
Authenticate the user
AuthenticationService - Interface in com.redhat.rhn.frontend.security
An AuthenticationService is a service that encapsulates authentication logic in coarse- grained operations.
AuthenticationServiceFactory - Class in com.redhat.rhn.frontend.security
AuthenticationServiceFactory is factory for creating AuthenticationService objects.
AuthenticationServiceFactory() - Constructor for class com.redhat.rhn.frontend.security.AuthenticationServiceFactory
 
AuthenticationServiceFactoryTest - Class in com.redhat.rhn.frontend.security.test
AuthenticationServiceFactoryTest
AuthenticationServiceFactoryTest() - Constructor for class com.redhat.rhn.frontend.security.test.AuthenticationServiceFactoryTest
 
AuthenticationServiceInitializationException - Exception in com.redhat.rhn.frontend.security
Throw to indicate that a problem occurred while initializing an AuthenticationService object.
AuthenticationServiceInitializationException() - Constructor for exception com.redhat.rhn.frontend.security.AuthenticationServiceInitializationException
 
AuthenticationServiceInitializationException(String) - Constructor for exception com.redhat.rhn.frontend.security.AuthenticationServiceInitializationException
 
AuthenticationServiceInitializationException(Throwable) - Constructor for exception com.redhat.rhn.frontend.security.AuthenticationServiceInitializationException
 
AuthenticationServiceInitializationException(String, Throwable) - Constructor for exception com.redhat.rhn.frontend.security.AuthenticationServiceInitializationException
 
AuthenticationServiceTest - Class in com.redhat.rhn.frontend.security.test
AuthenticationServiceTest is a base test class for testing AuthenticationService implementations.
AuthenticationServiceTest(String) - Constructor for class com.redhat.rhn.frontend.security.test.AuthenticationServiceTest
 
AuthenticationServiceTest() - Constructor for class com.redhat.rhn.frontend.security.test.AuthenticationServiceTest
 
AuthFilter - Class in com.redhat.rhn.frontend.servlets
AuthFilter - a servlet filter to ensure authenticated user info is put at request scope properly
AuthFilter() - Constructor for class com.redhat.rhn.frontend.servlets.AuthFilter
 
AuthFilterTest - Class in com.redhat.rhn.frontend.servlets.test
AuthFilterTest
AuthFilterTest() - Constructor for class com.redhat.rhn.frontend.servlets.test.AuthFilterTest
 
AuthHandler - Class in com.redhat.rhn.frontend.xmlrpc.auth
AuthHandler Corresponds to Auth.pm in old perl code.
AuthHandler() - Constructor for class com.redhat.rhn.frontend.xmlrpc.auth.AuthHandler
 
AuthHandlerTest - Class in com.redhat.rhn.frontend.xmlrpc.auth.test
 
AuthHandlerTest() - Constructor for class com.redhat.rhn.frontend.xmlrpc.auth.test.AuthHandlerTest
 
AUTO_UPDATE - Static variable in class com.redhat.rhn.frontend.action.systems.sdc.SystemDetailsEditAction
 
AVAIL_CHILD_CHANNELS - Static variable in class com.redhat.rhn.frontend.action.kickstart.KickstartSoftwareEditAction
 
AVAIL_CHILD_CHANNELS - Static variable in class com.redhat.rhn.frontend.action.systems.sdc.SystemChannelsAction
 
availableCountries() - Method in class com.redhat.rhn.common.localization.LocalizationService
Get a SortedMap containing NAME/CODE value pairs.
availableEntitlements(String, String) - Method in class com.redhat.rhn.frontend.xmlrpc.channel.software.ChannelSoftwareHandler
Returns the number of available subscriptions for the given channel
availablePrefixes() - Method in class com.redhat.rhn.common.localization.LocalizationService
Get a list of available prefixes and ensure that it is sorted by returning a SortedSet object.
availableSystemGroups(Server, User) - Static method in class com.redhat.rhn.manager.system.SystemManager
Returns a list of available server groups for a given server
AwolServer - Class in com.redhat.rhn.frontend.dto
AwolServer
AwolServer() - Constructor for class com.redhat.rhn.frontend.dto.AwolServer
 

B

BadParameterException - Exception in com.redhat.rhn.frontend.action.common
A required parameter from the request was either missing or invalid
BadParameterException(String) - Constructor for exception com.redhat.rhn.frontend.action.common.BadParameterException
Constructor
BadParameterException(String, Throwable) - Constructor for exception com.redhat.rhn.frontend.action.common.BadParameterException
Constructor
BadParameterExceptionHandler - Class in com.redhat.rhn.common.errors
BadParameterExceptionHandler
BadParameterExceptionHandler() - Constructor for class com.redhat.rhn.common.errors.BadParameterExceptionHandler
 
BadParameterExceptionHandlerTest - Class in com.redhat.rhn.common.errors.test
BadParameterExceptionHandlerTest
BadParameterExceptionHandlerTest() - Constructor for class com.redhat.rhn.common.errors.test.BadParameterExceptionHandlerTest
 
BASE_CHANNEL_CONTENT - Static variable in class com.redhat.rhn.frontend.action.channel.ISODownloadAction
 
BASE_CHANNELS - Static variable in class com.redhat.rhn.frontend.action.systems.sdc.SystemChannelsAction
 
BASE_ENTITLEMENT - Static variable in class com.redhat.rhn.frontend.action.systems.sdc.SystemDetailsEditAction
 
BASE_ENTITLEMENT_OPTIONS - Static variable in class com.redhat.rhn.frontend.action.systems.sdc.SystemDetailsEditAction
 
BASE_ENTITLEMENT_PERMANENT - Static variable in class com.redhat.rhn.frontend.action.systems.sdc.SystemDetailsEditAction
 
BASE_PATH - Static variable in class com.redhat.rhn.frontend.action.kickstart.tree.BaseTreeAction
 
BASE_REQ_ATTRS - Static variable in class com.redhat.rhn.frontend.action.systems.monitoring.test.ProbeCreateTestCase
 
BaseAddFilesAction - Class in com.redhat.rhn.frontend.action.configuration
BaseAddFilesAction
BaseAddFilesAction() - Constructor for class com.redhat.rhn.frontend.action.configuration.BaseAddFilesAction
 
BaseAuthenticationService - Class in com.redhat.rhn.frontend.security
BaseAuthenticationService
BaseAuthenticationService() - Constructor for class com.redhat.rhn.frontend.security.BaseAuthenticationService
 
baseChannelsInSet(User) - Static method in class com.redhat.rhn.manager.channel.ChannelManager
Returns the list of all base-channels represented in the System Set.
BaseChannelTreeAction - Class in com.redhat.rhn.frontend.action.channel
BaseChannelTreeSetupAction
BaseChannelTreeAction() - Constructor for class com.redhat.rhn.frontend.action.channel.BaseChannelTreeAction
 
BaseConfigAction - Class in com.redhat.rhn.frontend.action.satellite
BaseConfigAction - contains common methods for Struts Actions needing to config a sat.
BaseConfigAction() - Constructor for class com.redhat.rhn.frontend.action.satellite.BaseConfigAction
 
BaseConfigFilter - Class in com.redhat.rhn.frontend.action.configuration
Allows us to filter config lists.
BaseConfigFilter() - Constructor for class com.redhat.rhn.frontend.action.configuration.BaseConfigFilter
 
BaseConfigureCommand - Class in com.redhat.rhn.manager.satellite
BaseConfigureCommand - abstract class to contain some logic for configuring a Spacewalk.
BaseConfigureCommand(User) - Constructor for class com.redhat.rhn.manager.satellite.BaseConfigureCommand
Create a new ConfigureSatelliteCommand class with the user requesting the config.
BaseCopyConfigFileAction - Class in com.redhat.rhn.frontend.action.configuration.files
CopyFilesCentralAction
BaseCopyConfigFileAction() - Constructor for class com.redhat.rhn.frontend.action.configuration.files.BaseCopyConfigFileAction
 
BaseCopyFileSubmitAction - Class in com.redhat.rhn.frontend.action.configuration.files
BaseCopyFileSubmitAction This is the submit action for all three 'copy config file' pages, because the actual work for copying a config file is the same no matter what type of channel you are copying from or to.
BaseCopyFileSubmitAction() - Constructor for class com.redhat.rhn.frontend.action.configuration.files.BaseCopyFileSubmitAction
 
BaseCopyToAction - Class in com.redhat.rhn.frontend.action.configuration.channel
BaseCopyToAction Copying, whether to local or global channels, looks pretty much the same.
BaseCopyToAction() - Constructor for class com.redhat.rhn.frontend.action.configuration.channel.BaseCopyToAction
 
BaseCryptoKeyCommand - Class in com.redhat.rhn.manager.kickstart.crypto
BaseCryptoKeyCommand - base for edit/create CryptKeys
BaseCryptoKeyCommand() - Constructor for class com.redhat.rhn.manager.kickstart.crypto.BaseCryptoKeyCommand
Constructor
BaseCryptoKeyEditAction - Class in com.redhat.rhn.frontend.action.keys
BaseCryptoKeyEditAction - abstract base class for cryptokeys
BaseCryptoKeyEditAction() - Constructor for class com.redhat.rhn.frontend.action.keys.BaseCryptoKeyEditAction
 
BaseDaemon - Class in com.redhat.rhn.common.daemon
This is the base implementation for all RHN Java daemons.
BaseDaemon() - Constructor for class com.redhat.rhn.common.daemon.BaseDaemon
 
BaseDeleteErrataAction - Class in com.redhat.rhn.frontend.action.errata
BaseDeleteErrataAction
BaseDeleteErrataAction() - Constructor for class com.redhat.rhn.frontend.action.errata.BaseDeleteErrataAction
 
BaseDeleteErrataActionTest - Class in com.redhat.rhn.testing
BaseDeleteActionTest
BaseDeleteErrataActionTest() - Constructor for class com.redhat.rhn.testing.BaseDeleteErrataActionTest
 
BaseDomainHelper - Class in com.redhat.rhn.domain
Class UserImpl that reflects the DB representation of web_contact and ancillary tables.
BaseDomainHelper() - Constructor for class com.redhat.rhn.domain.BaseDomainHelper
Create a new empty object
BaseDto - Class in com.redhat.rhn.frontend.dto
All dtos used for listviews should extend this class allowing us to treat dtos as a common object.
BaseDto() - Constructor for class com.redhat.rhn.frontend.dto.BaseDto
 
BaseEditAction - Class in com.redhat.rhn.frontend.action
BaseEditAction
BaseEditAction() - Constructor for class com.redhat.rhn.frontend.action.BaseEditAction
 
BaseEntitlementTestCase - Class in com.redhat.rhn.domain.entitlement.test
BaseEntitlementTestCase
BaseEntitlementTestCase() - Constructor for class com.redhat.rhn.domain.entitlement.test.BaseEntitlementTestCase
 
BaseErrataActionTestCase - Class in com.redhat.rhn.frontend.action.errata.test
BaseErrataActionTestCase
BaseErrataActionTestCase() - Constructor for class com.redhat.rhn.frontend.action.errata.test.BaseErrataActionTestCase
 
BaseErrataConfirmSetupActionTest - Class in com.redhat.rhn.frontend.action.errata.test
AddPackagesConfirmSetupActionTest
BaseErrataConfirmSetupActionTest() - Constructor for class com.redhat.rhn.frontend.action.errata.test.BaseErrataConfirmSetupActionTest
 
BaseErrataListSetupAction - Class in com.redhat.rhn.frontend.action.errata
BaseErrataListSetupAction
BaseErrataListSetupAction() - Constructor for class com.redhat.rhn.frontend.action.errata.BaseErrataListSetupAction
 
BaseErrataSetupAction - Class in com.redhat.rhn.frontend.action.errata
NotifySetupAction
BaseErrataSetupAction() - Constructor for class com.redhat.rhn.frontend.action.errata.BaseErrataSetupAction
 
BaseErrataSetupActionTest - Class in com.redhat.rhn.frontend.action.errata.test
BaseErrataSetupActionTest
BaseErrataSetupActionTest() - Constructor for class com.redhat.rhn.frontend.action.errata.test.BaseErrataSetupActionTest
 
BaseEvent - Class in com.redhat.rhn.frontend.events
BaseEvent - basic superclass that holds common event members.
BaseEvent() - Constructor for class com.redhat.rhn.frontend.events.BaseEvent
 
BaseFileListEditCommand - Class in com.redhat.rhn.manager.common
BaseFileListEditCommand - baseclass for editing a FileList class.
BaseFileListEditCommand(User) - Constructor for class com.redhat.rhn.manager.common.BaseFileListEditCommand
Construct a command with a User.
BaseFilterAction - Class in com.redhat.rhn.frontend.action
BaseFilterAction Abstract class for functionality to be shared amongst actions that perform filtering.
BaseFilterAction() - Constructor for class com.redhat.rhn.frontend.action.BaseFilterAction
 
BaseFilterEditAction - Class in com.redhat.rhn.frontend.action.monitoring.notification
BaseFilterEditAction - renders and saves a notification Filter
BaseFilterEditAction() - Constructor for class com.redhat.rhn.frontend.action.monitoring.notification.BaseFilterEditAction
 
BaseFilterListSetupAction - Class in com.redhat.rhn.frontend.action.monitoring.notification
BaseFilterListSetupAction - base class for the Active and Expired FilterSetupActions
BaseFilterListSetupAction() - Constructor for class com.redhat.rhn.frontend.action.monitoring.notification.BaseFilterListSetupAction
 
BaseFilterTst - Class in com.redhat.rhn.frontend.servlets.test
AuthFilterTest
BaseFilterTst() - Constructor for class com.redhat.rhn.frontend.servlets.test.BaseFilterTst
 
BaseFragmentRenderer - Class in com.redhat.rhn.frontend.action.renderers
Simple implementation of a fragment renderer which automates the boilerplate work done rendering a fragment
BaseFragmentRenderer() - Constructor for class com.redhat.rhn.frontend.action.renderers.BaseFragmentRenderer
 
BaseHandler - Class in com.redhat.rhn.common.security.acl
BaseHandler is the base class for all Acl handlers and should be where we put common reusable methods.
BaseHandler() - Constructor for class com.redhat.rhn.common.security.acl.BaseHandler
 
BaseHandler - Class in com.redhat.rhn.frontend.xmlrpc
A basic xmlrpc handler class.
BaseHandler() - Constructor for class com.redhat.rhn.frontend.xmlrpc.BaseHandler
 
BaseHandlerTest - Class in com.redhat.rhn.common.security.acl.test
BaseHandlerTest
BaseHandlerTest() - Constructor for class com.redhat.rhn.common.security.acl.test.BaseHandlerTest
 
BaseHandlerTest.TestHandler - Class in com.redhat.rhn.common.security.acl.test
 
BaseHandlerTest.TestHandler() - Constructor for class com.redhat.rhn.common.security.acl.test.BaseHandlerTest.TestHandler
 
BaseHandlerTestCase - Class in com.redhat.rhn.frontend.xmlrpc.test
 
BaseHandlerTestCase() - Constructor for class com.redhat.rhn.frontend.xmlrpc.test.BaseHandlerTestCase
 
BaseKickstartCommand - Class in com.redhat.rhn.manager.kickstart
BaseKickstartCommand - baseclass for editing a FileList class.
BaseKickstartCommand(Long, User) - Constructor for class com.redhat.rhn.manager.kickstart.BaseKickstartCommand
Construct a command with a Kickstart ksid.
BaseKickstartCommandTestCase - Class in com.redhat.rhn.manager.kickstart.test
 
BaseKickstartCommandTestCase() - Constructor for class com.redhat.rhn.manager.kickstart.test.BaseKickstartCommandTestCase
 
BaseKickstartEditAction - Class in com.redhat.rhn.frontend.action.kickstart
KickstartDetailsEdit extends RhnAction
BaseKickstartEditAction() - Constructor for class com.redhat.rhn.frontend.action.kickstart.BaseKickstartEditAction
 
BaseKickstartEditTestCase - Class in com.redhat.rhn.frontend.action.kickstart.test
KickstartDetailsEditTest
BaseKickstartEditTestCase() - Constructor for class com.redhat.rhn.frontend.action.kickstart.test.BaseKickstartEditTestCase
 
BaseKickstartListSetupAction - Class in com.redhat.rhn.frontend.action.kickstart
BaseKickstartListSetupAction - base class for Kickstart Details list pages that show a list of items to associate with the kickstart.
BaseKickstartListSetupAction() - Constructor for class com.redhat.rhn.frontend.action.kickstart.BaseKickstartListSetupAction
 
BaseKickstartListSubmitAction - Class in com.redhat.rhn.frontend.action.kickstart
BaseKickstartListSubmitAction
BaseKickstartListSubmitAction() - Constructor for class com.redhat.rhn.frontend.action.kickstart.BaseKickstartListSubmitAction
 
BaseKickstartScriptAction - Class in com.redhat.rhn.frontend.action.kickstart
KickstartScriptCreateAction action for creating a new kickstart script
BaseKickstartScriptAction() - Constructor for class com.redhat.rhn.frontend.action.kickstart.BaseKickstartScriptAction
 
BaseKickstartScriptCommand - Class in com.redhat.rhn.manager.kickstart
KickstartScriptCommand
BaseKickstartScriptCommand(Long, User) - Constructor for class com.redhat.rhn.manager.kickstart.BaseKickstartScriptCommand
Constructor
BaseListAction - Class in com.redhat.rhn.frontend.struts
BaseListAction - basic base class you can extend to provide functionality for generating a list with support for precondition checking, and setup for building the pageList attribute on the Request.
BaseListAction() - Constructor for class com.redhat.rhn.frontend.struts.BaseListAction
 
BaseListDecorator - Class in com.redhat.rhn.frontend.taglibs.list.decorators
General-use base class for writing decorators
BaseListDecorator() - Constructor for class com.redhat.rhn.frontend.taglibs.list.decorators.BaseListDecorator
 
BaseListDto - Interface in com.redhat.rhn.frontend.dto
BaseListDto
BaseListFilter - Class in com.redhat.rhn.frontend.taglibs.list
BaseListFilter
BaseListFilter() - Constructor for class com.redhat.rhn.frontend.taglibs.list.BaseListFilter
 
BaseMailAction - Class in com.redhat.rhn.frontend.events
BaseMailAction - basic abstract class to encapsulate some common Action logic.
BaseMailAction() - Constructor for class com.redhat.rhn.frontend.events.BaseMailAction
 
BaseManager - Class in com.redhat.rhn.manager
BaseManager - Class that contains common functionality for our Lister/Manager classes.
BaseManager() - Constructor for class com.redhat.rhn.manager.BaseManager
 
BaseMethodEditAction - Class in com.redhat.rhn.frontend.action.monitoring.notification
BaseMethodEditAction - Action for creating a notification method.
BaseMethodEditAction() - Constructor for class com.redhat.rhn.frontend.action.monitoring.notification.BaseMethodEditAction
 
BaseMode - Class in com.redhat.rhn.common.db.datasource
A cached set of query/elaborator strings and the parameterMap hash maps.
BaseMode() - Constructor for class com.redhat.rhn.common.db.datasource.BaseMode
 
basePathIsUrl() - Method in class com.redhat.rhn.domain.kickstart.KickstartableTree
Check if the tree's base path is a fully qualified URL or just a relative path.
BasePersistOperation - Class in com.redhat.rhn.manager
BasePersistOperation
BasePersistOperation() - Constructor for class com.redhat.rhn.manager.BasePersistOperation
 
BasePreservationListEditAction - Class in com.redhat.rhn.frontend.action.systems.provisioning
AbstractPreservationListEditAction - stuts action for editing/creating FileLists.
BasePreservationListEditAction() - Constructor for class com.redhat.rhn.frontend.action.systems.provisioning.BasePreservationListEditAction
 
BaseProbeAction - Class in com.redhat.rhn.frontend.action.systems.monitoring
Action for the probe details page.
BaseProbeAction() - Constructor for class com.redhat.rhn.frontend.action.systems.monitoring.BaseProbeAction
 
BaseProbeCreateAction - Class in com.redhat.rhn.frontend.action.systems.monitoring
BaseProbeCreateAction
BaseProbeCreateAction() - Constructor for class com.redhat.rhn.frontend.action.systems.monitoring.BaseProbeCreateAction
 
BaseProbeEditAction - Class in com.redhat.rhn.frontend.action.systems.monitoring
Base class for actions that edit individual probes
BaseProbeEditAction() - Constructor for class com.redhat.rhn.frontend.action.systems.monitoring.BaseProbeEditAction
 
BaseProbeSuiteEditAction - Class in com.redhat.rhn.frontend.action.monitoring
ProbeSuiteEditAction - renders and saves a ProbeSuite
BaseProbeSuiteEditAction() - Constructor for class com.redhat.rhn.frontend.action.monitoring.BaseProbeSuiteEditAction
 
BaseProfilesAction - Class in com.redhat.rhn.frontend.action.rhnpackage.profile
BaseProfilesAction is an abstract class which aids in removing duplicate code from the profile actions.
BaseProfilesAction() - Constructor for class com.redhat.rhn.frontend.action.rhnpackage.profile.BaseProfilesAction
 
BaseRankChannels - Class in com.redhat.rhn.frontend.action.configuration
BaseRankChannels, Abstract class for config channel rankings in ssm and sdc.
BaseRankChannels() - Constructor for class com.redhat.rhn.frontend.action.configuration.BaseRankChannels
 
BaseSessionTestCase - Class in com.redhat.rhn.frontend.action.systems.provisioning.kickstart.test
BaseSessionTestCase
BaseSessionTestCase() - Constructor for class com.redhat.rhn.frontend.action.systems.provisioning.kickstart.test.BaseSessionTestCase
 
BaseSetListAction - Class in com.redhat.rhn.frontend.struts
BaseSetListAction - extension of BaseListAction that includes necessary logic to provide functionality for displaying an RhnSet.
BaseSetListAction() - Constructor for class com.redhat.rhn.frontend.struts.BaseSetListAction
 
BaseSetListActionTest - Class in com.redhat.rhn.frontend.struts.test
RhnListActionTest - test RhnListAction code.
BaseSetListActionTest() - Constructor for class com.redhat.rhn.frontend.struts.test.BaseSetListActionTest
 
BaseSetListActionTest.TestSetupListAction - Class in com.redhat.rhn.frontend.struts.test
 
BaseSetListActionTest.TestSetupListAction() - Constructor for class com.redhat.rhn.frontend.struts.test.BaseSetListActionTest.TestSetupListAction
 
BaseSetOperateOnDiffAction - Class in com.redhat.rhn.frontend.action.common
BaseSetOperateOnDiffAction - extension of RhnSetAction that provides a framework for performing specified business operations on the currently selected items in the list.
BaseSetOperateOnDiffAction() - Constructor for class com.redhat.rhn.frontend.action.common.BaseSetOperateOnDiffAction
 
BaseSetOperateOnDiffActionTest - Class in com.redhat.rhn.frontend.action.common.test
BaseSetOperateOnDiffActionTest
BaseSetOperateOnDiffActionTest() - Constructor for class com.redhat.rhn.frontend.action.common.test.BaseSetOperateOnDiffActionTest
 
BaseSetOperateOnSelectedItemsAction - Class in com.redhat.rhn.frontend.action.common
BaseSetOperateOnSelectedItemsAction - extension of RhnSetAction that provides a framework for performing a specified business operation on the currently selected items in the list.
BaseSetOperateOnSelectedItemsAction() - Constructor for class com.redhat.rhn.frontend.action.common.BaseSetOperateOnSelectedItemsAction
 
BaseSubscribeAction - Class in com.redhat.rhn.frontend.action.channel.ssm
BaseSubscribeAction
BaseSubscribeAction() - Constructor for class com.redhat.rhn.frontend.action.channel.ssm.BaseSubscribeAction
 
BaseSystemEditAction - Class in com.redhat.rhn.frontend.action.systems
BaseSystemEditAction - base class for editing a System
BaseSystemEditAction() - Constructor for class com.redhat.rhn.frontend.action.systems.BaseSystemEditAction
 
BaseSystemListAction - Class in com.redhat.rhn.frontend.action.systems
BaseSystemListAction
BaseSystemListAction() - Constructor for class com.redhat.rhn.frontend.action.systems.BaseSystemListAction
 
BaseSystemListActionTestCase - Class in com.redhat.rhn.frontend.action.systems.test
BaseSystemListActionTest
BaseSystemListActionTestCase() - Constructor for class com.redhat.rhn.frontend.action.systems.test.BaseSystemListActionTestCase
 
BaseSystemListSetupAction - Class in com.redhat.rhn.frontend.action.systems
BaseSystemListSetupAction
BaseSystemListSetupAction() - Constructor for class com.redhat.rhn.frontend.action.systems.BaseSystemListSetupAction
 
BaseSystemOperation - Class in com.redhat.rhn.manager.system
BaseSystemOperation
BaseSystemOperation(Long) - Constructor for class com.redhat.rhn.manager.system.BaseSystemOperation
Construct command with passed in id to lookup a Server
BaseSystemsAction - Class in com.redhat.rhn.frontend.action.systems
BaseSystemsAction
BaseSystemsAction() - Constructor for class com.redhat.rhn.frontend.action.systems.BaseSystemsAction
 
BaseTag - Class in com.redhat.rhn.frontend.html
BaseTag
BaseTag(String) - Constructor for class com.redhat.rhn.frontend.html.BaseTag
Public constructor
BaseTag(String, boolean) - Constructor for class com.redhat.rhn.frontend.html.BaseTag
 
BaseTestableTask - Class in com.redhat.rhn.task
Base class for all Taskomatic tasks
BaseTestableTask() - Constructor for class com.redhat.rhn.task.BaseTestableTask
 
BaseTestCaseWithUser - Class in com.redhat.rhn.testing
Basic test class class with a User
BaseTestCaseWithUser() - Constructor for class com.redhat.rhn.testing.BaseTestCaseWithUser
 
BaseTestToolbarTag - Class in com.redhat.rhn.frontend.taglibs.test
BaseTestToolbarTag
BaseTestToolbarTag() - Constructor for class com.redhat.rhn.frontend.taglibs.test.BaseTestToolbarTag
 
BaseTestToolbarTag.BooleanAclHandler - Class in com.redhat.rhn.frontend.taglibs.test
 
BaseTestToolbarTag.BooleanAclHandler() - Constructor for class com.redhat.rhn.frontend.taglibs.test.BaseTestToolbarTag.BooleanAclHandler
 
BaseTestToolbarTag.MockOneAclHandler - Class in com.redhat.rhn.frontend.taglibs.test
 
BaseTestToolbarTag.MockOneAclHandler() - Constructor for class com.redhat.rhn.frontend.taglibs.test.BaseTestToolbarTag.MockOneAclHandler
 
BaseTestToolbarTag.MockTwoAclHandler - Class in com.redhat.rhn.frontend.taglibs.test
 
BaseTestToolbarTag.MockTwoAclHandler() - Constructor for class com.redhat.rhn.frontend.taglibs.test.BaseTestToolbarTag.MockTwoAclHandler
 
BaseTreeAction - Class in com.redhat.rhn.frontend.action.kickstart.tree
TreeCreate class for creating Kickstart Trees
BaseTreeAction() - Constructor for class com.redhat.rhn.frontend.action.kickstart.tree.BaseTreeAction
 
BaseTreeEditOperation - Class in com.redhat.rhn.manager.kickstart.tree
BaseTreeEditCommand
BaseTreeEditOperation(User) - Constructor for class com.redhat.rhn.manager.kickstart.tree.BaseTreeEditOperation
Constructor
BaseUpdateChannelCommand - Class in com.redhat.rhn.manager.system
BaseUpdateChannelCommand
BaseUpdateChannelCommand() - Constructor for class com.redhat.rhn.manager.system.BaseUpdateChannelCommand
 
BaseUserListSetupAction - Class in com.redhat.rhn.frontend.action.user
BaseUserListSetupAction
BaseUserListSetupAction() - Constructor for class com.redhat.rhn.frontend.action.user.BaseUserListSetupAction
 
BaseVirtualizationAction - Class in com.redhat.rhn.domain.action.virtualization
BaseVirtualizationAction - Base class representing virtualization actions
BaseVirtualizationAction() - Constructor for class com.redhat.rhn.domain.action.virtualization.BaseVirtualizationAction
 
beanify(String) - Static method in class com.redhat.rhn.common.util.StringUtil
Convert the passed in string to a valid java method name.
BeanSerializer - Class in com.redhat.rhn.frontend.xmlrpc.serializer.util
SerializerHelper
BeanSerializer() - Constructor for class com.redhat.rhn.frontend.xmlrpc.serializer.util.BeanSerializer
Constructor
BeanSerializerTest - Class in com.redhat.rhn.frontend.xmlrpc.serializer.util.test
BeanSerializerTest
BeanSerializerTest() - Constructor for class com.redhat.rhn.frontend.xmlrpc.serializer.util.test.BeanSerializerTest
 
BEFORE - Static variable in class com.redhat.rhn.frontend.action.rhnpackage.ScheduleRemoteCommand
 
before(XmlRpcInvocation) - Method in class com.redhat.rhn.frontend.xmlrpc.LoggingInvocationProcessor
beforeList() - Method in class com.redhat.rhn.frontend.taglibs.list.decorators.BaseListDecorator
Notifies the decorator that list rendering is about to begin
beforeList() - Method in interface com.redhat.rhn.frontend.taglibs.list.decorators.ListDecorator
Notifies the decorator that list rendering is about to begin
beforeList() - Method in class com.redhat.rhn.frontend.taglibs.list.decorators.SelectableDecorator
Notifies the decorator that list rendering is about to begin
beforeTopPagination() - Method in class com.redhat.rhn.frontend.taglibs.list.decorators.BaseListDecorator
Notifies the decorator that the list is about to render the top pagination control
beforeTopPagination() - Method in interface com.redhat.rhn.frontend.taglibs.list.decorators.ListDecorator
Notifies the decorator that the list is about to render the top pagination control
beforeTopPagination() - Method in class com.redhat.rhn.frontend.taglibs.list.decorators.PageSizeDecorator
Notifies the decorator that the list is about to render the top pagination control
begin(String, String, Attributes) - Method in class com.redhat.rhn.common.util.AttributeCopyRule
bestPossible() - Method in class com.redhat.rhn.common.filediff.Trace
 
bigDecimal2Int(BigDecimal) - Static method in class com.redhat.rhn.common.translation.Translator
Convert from BigDecimal to int
bigDecimal2IntObject(BigDecimal) - Static method in class com.redhat.rhn.common.translation.Translator
Convert from BigDecimal to Integer
bigDecimal2Long(BigDecimal) - Static method in class com.redhat.rhn.common.translation.Translator
Convert from BigDecimal to long
bigDecimal2LongObj(BigDecimal) - Static method in class com.redhat.rhn.common.translation.Translator
Convert from BigDecimal to Long
BigDecimalSerializer - Class in com.redhat.rhn.frontend.xmlrpc.serializer
BigDecimalSerializer
BigDecimalSerializer() - Constructor for class com.redhat.rhn.frontend.xmlrpc.serializer.BigDecimalSerializer
 
BINARY - Static variable in class com.redhat.rhn.frontend.xmlrpc.serializer.ConfigRevisionSerializer
 
BinaryFileData - Class in com.redhat.rhn.manager.configuration.file
BinaryFileData
BinaryFileData(InputStream, long) - Constructor for class com.redhat.rhn.manager.configuration.file.BinaryFileData
 
bindElaboratorTo(String, Elaborator, ServletRequest) - Static method in class com.redhat.rhn.frontend.taglibs.list.TagHelper
Stores the declaration information of an rhnSet so as to be used by the list tag while rendering a set.
bindSetDeclTo(String, RhnSetDecl, ServletRequest) - Static method in class com.redhat.rhn.frontend.taglibs.list.ListTagHelper
Stores the declaration information of an rhnSet so as to be used by the list tag while rendering a set.
BindVariableNotFoundException - Exception in com.redhat.rhn.common.db
Thrown if the named parameter you try to bind to isn't found in the prepared statement.
BindVariableNotFoundException(String) - Constructor for exception com.redhat.rhn.common.db.BindVariableNotFoundException
Constructor
BindVariableNotFoundException(String, Throwable) - Constructor for exception com.redhat.rhn.common.db.BindVariableNotFoundException
Constructor
BIOS_RELEASE - Static variable in class com.redhat.rhn.domain.server.test.DmiTest
 
BIOS_VENDOR - Static variable in class com.redhat.rhn.domain.server.test.DmiTest
 
BIOS_VERSION - Static variable in class com.redhat.rhn.domain.server.test.DmiTest
 
blobToByteArray(Blob) - Static method in class com.redhat.rhn.common.hibernate.HibernateFactory
utility to convert blob to byte array
blobToString(Blob) - Static method in class com.redhat.rhn.common.hibernate.HibernateFactory
utility to convert blob to String
BOARD - Static variable in class com.redhat.rhn.domain.server.test.DmiTest
 
boolean2boolean(Boolean) - Static method in class com.redhat.rhn.common.translation.Translator
Convert from a Boolean to a boolean
boolean2String(Boolean) - Static method in class com.redhat.rhn.common.translation.Translator
Convert from Boolean to String.
booleanValue() - Method in class com.redhat.rhn.frontend.dto.BooleanWrapper
Returns the boolean value
BooleanWrapper - Class in com.redhat.rhn.frontend.dto
BooleanWrapper
BooleanWrapper() - Constructor for class com.redhat.rhn.frontend.dto.BooleanWrapper
 
BooleanWrapperTest - Class in com.redhat.rhn.frontend.dto.test
BooleanWrapperTest
BooleanWrapperTest() - Constructor for class com.redhat.rhn.frontend.dto.test.BooleanWrapperTest
 
BOOT_IMAGE - Static variable in class com.redhat.rhn.frontend.action.kickstart.tree.BaseTreeAction
 
BOOTLOADER - Static variable in class com.redhat.rhn.frontend.action.kickstart.KickstartTroubleshootingEditAction
 
BOOTLOADER_OPTIONS - Static variable in class com.redhat.rhn.frontend.action.kickstart.KickstartTroubleshootingEditAction
 
BootstrapConfigAction - Class in com.redhat.rhn.frontend.action.satellite
BootstrapConfigAction - action to handle changing the bootstrap config file options.
BootstrapConfigAction() - Constructor for class com.redhat.rhn.frontend.action.satellite.BootstrapConfigAction
 
BootstrapConfigActionTest - Class in com.redhat.rhn.frontend.action.satellite.test
BootstrapConfigActionTest
BootstrapConfigActionTest() - Constructor for class com.redhat.rhn.frontend.action.satellite.test.BootstrapConfigActionTest
 
brokenTestExecutePublished() - Method in class com.redhat.rhn.frontend.action.errata.test.ChannelSetupActionTest
This setup action will get called with a published errata from the channels edit tab that appears in the details nav for a published errata.
brokentTestExecuteUnpublished() - Method in class com.redhat.rhn.frontend.action.errata.test.ChannelSetupActionTest
This setup action will get called with an unpublished errata during the publish process.
Bug - Interface in com.redhat.rhn.domain.errata
Bug
Bug - Class in com.redhat.rhn.frontend.dto
Simple DTO for transfering data from the DB to the UI through datasource.
Bug() - Constructor for class com.redhat.rhn.frontend.dto.Bug
 
bugsFixed(Long) - Static method in class com.redhat.rhn.manager.errata.ErrataManager
Returns a list of bugs fixed by an errata
bugzillaFixes(String, String) - Method in class com.redhat.rhn.frontend.xmlrpc.errata.ErrataHandler
Get the Bugzilla fixes for a given errata
build() - Method in class com.redhat.rhn.domain.server.test.GuestBuilder
This is the final step in building or compiling a guest.
build() - Method in class com.redhat.rhn.domain.server.test.HostBuilder
This is the final step in building or compiling a host.
buildActionlist(Map<Server, List<Channel>>, Map<Server, List<Channel>>) - Method in class com.redhat.rhn.frontend.action.channel.ssm.ChildChannelConfirmAction
 
buildCertificate(URL) - Static method in class com.redhat.rhn.common.client.ClientCertificateDigester
Creates a ClientCertificate from the given URL.
buildCertificate(InputStream) - Static method in class com.redhat.rhn.common.client.ClientCertificateDigester
Creates a ClientCertificate from the given inputstream.
buildCertificate(Reader) - Static method in class com.redhat.rhn.common.client.ClientCertificateDigester
 
buildCommands(KickstartData, List<String>, KickstartableTree, String) - Method in class com.redhat.rhn.domain.kickstart.builder.KickstartBuilder
Create KickstartCommands and associate with their KickstartData.
buildErrors(User) - Method in class com.redhat.rhn.frontend.action.channel.ssm.BaseSubscribeAction
 
BUILDING - Static variable in class com.redhat.rhn.domain.server.test.LocationTest
 
BUILDING - Static variable in class com.redhat.rhn.frontend.action.systems.sdc.SystemDetailsEditAction
 
buildMessages(User) - Method in class com.redhat.rhn.frontend.action.channel.ssm.BaseSubscribeAction
 
buildOptionsList() - Method in class com.redhat.rhn.common.daemon.BaseDaemon
Creates the "master" list of options which the daemon implementation knows about.
buildOptionsList() - Method in class com.redhat.rhn.taskomatic.TaskomaticDaemon
 
buildPackages(KickstartData, List<String>) - Method in class com.redhat.rhn.domain.kickstart.builder.KickstartBuilder
Add packages to the given KickstartData.
buildPageLink(String, String) - Method in class com.redhat.rhn.frontend.struts.RequestContext
Take a HttpServletRequest and build a self-link to the requested page and include a name/value parameter.
buildPostScripts(KickstartData, List<String>) - Method in class com.redhat.rhn.domain.kickstart.builder.KickstartBuilder
Builds the post-scripts and associates them with the given KickstartData.
buildPreScripts(KickstartData, List<String>) - Method in class com.redhat.rhn.domain.kickstart.builder.KickstartBuilder
Builds the pre-scripts and associates them with the given KickstartData.
buildTree(URL) - Static method in class com.redhat.rhn.frontend.nav.NavDigester
buildTree, method to take a url and parse the contents into a NavTree
BUS_ADB - Static variable in class com.redhat.rhn.domain.server.Device
Constants for BUS types
BUS_DDC - Static variable in class com.redhat.rhn.domain.server.Device
 
BUS_FIREWIRE - Static variable in class com.redhat.rhn.domain.server.Device
 
BUS_IDE - Static variable in class com.redhat.rhn.domain.server.Device
 
BUS_ISAPNP - Static variable in class com.redhat.rhn.domain.server.Device
 
BUS_KEYBOARD - Static variable in class com.redhat.rhn.domain.server.Device
 
BUS_MACIO - Static variable in class com.redhat.rhn.domain.server.Device
 
BUS_MISC - Static variable in class com.redhat.rhn.domain.server.Device
 
BUS_PARALLEL - Static variable in class com.redhat.rhn.domain.server.Device
 
BUS_PCI - Static variable in class com.redhat.rhn.domain.server.Device
 
BUS_PCMCIA - Static variable in class com.redhat.rhn.domain.server.Device
 
BUS_PSAUX - Static variable in class com.redhat.rhn.domain.server.Device
 
BUS_S390 - Static variable in class com.redhat.rhn.domain.server.Device
 
BUS_SBUS - Static variable in class com.redhat.rhn.domain.server.Device
 
BUS_SCSI - Static variable in class com.redhat.rhn.domain.server.Device
 
BUS_SERIAL - Static variable in class com.redhat.rhn.domain.server.Device
 
BUS_USB - Static variable in class com.redhat.rhn.domain.server.Device
 
BUS_VIO - Static variable in class com.redhat.rhn.domain.server.Device
 
byteArrayToBlob(byte[]) - Static method in class com.redhat.rhn.common.hibernate.HibernateFactory
Convert a byte[] array to a Blob object.
byteArrayToHex(byte[]) - Static method in class com.redhat.rhn.common.security.HMAC
Convert a byte array to a hex string of the format "1f 30 b7".
bytes - Variable in class com.redhat.rhn.frontend.action.CSVDownloadAction.ByteArrayStreamInfo
 

C

CachedStatement - Class in com.redhat.rhn.common.db.datasource
A cached set of query/elaborator strings and the parameterMap hash maps.
CachedStatement(String, String) - Constructor for class com.redhat.rhn.common.db.datasource.CachedStatement
Create a CachedStatement for a query
CachedStatement(String, String, CachedStatement) - Constructor for class com.redhat.rhn.common.db.datasource.CachedStatement
Create a CachedStatement for a query
CachedStatement(CachedStatement) - Constructor for class com.redhat.rhn.common.db.datasource.CachedStatement
Copy constructor
CachingOutputStream - Class in com.redhat.rhn.frontend.action.renderers.io
Caches all content written to it to be retrieved later
CachingOutputStream() - Constructor for class com.redhat.rhn.frontend.action.renderers.io.CachingOutputStream
 
CachingResponseWrapper - Class in com.redhat.rhn.frontend.action.renderers.io
Wraps a HttpServletResponse and uses a CachingOutputStream to intercept all generated content
CachingResponseWrapper(HttpServletResponse) - Constructor for class com.redhat.rhn.frontend.action.renderers.io.CachingResponseWrapper
constructor
CallableMode - Class in com.redhat.rhn.common.db.datasource
A cached set of query/elaborator strings and the parameterMap hash maps.
CallableMode() - Constructor for class com.redhat.rhn.common.db.datasource.CallableMode
 
callback(ResultSet) - Method in interface com.redhat.rhn.common.db.datasource.RowCallback
Callback method which is invoked by DataSource for each row found in the ResultSet of an elaborator query.
callback(ResultSet) - Method in class com.redhat.rhn.frontend.dto.ScheduledAction
Callback method which is invoked by DataSource for each row found in the ResultSet of an elaborator query.
callback(ResultSet) - Method in class com.redhat.rhn.frontend.dto.TimezoneDto
Callback method which is invoked by DataSource for each row found in the ResultSet of an elaborator query.
callMethod(Object, String, Object...) - Static method in class com.redhat.rhn.common.util.MethodUtil
Call the specified method with the specified arguments, converting the argument type if necessary.
canAccess(User, ServerGroup) - Method in class com.redhat.rhn.manager.system.ServerGroupManager
Returns true if the the given user can administer server groups..
cancelAction(User, Action) - Static method in class com.redhat.rhn.manager.action.ActionManager
Cancels the server actions associated with a given action, and if required deals with assicuated pending kickstart actions.
cancelActions(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.redhat.rhn.frontend.action.schedule.ScheduledActionAction
Cancels the actions.
cancelActions(User, List) - Static method in class com.redhat.rhn.manager.action.ActionManager
Cancels all actions in given list.
cancelActionsConfirm(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.redhat.rhn.frontend.action.schedule.ScheduledActionAction
Cancels the actions.
CancelKickstartSessionOperation - Class in com.redhat.rhn.manager.system
DeleteSystemFromActionOperation - deletes a system from an action
CancelKickstartSessionOperation(User, Long) - Constructor for class com.redhat.rhn.manager.system.CancelKickstartSessionOperation
Construct the Operation
CancelKickstartSessionOperationTest - Class in com.redhat.rhn.manager.system.test
CancelKickstartSessionOperationTest
CancelKickstartSessionOperationTest() - Constructor for class com.redhat.rhn.manager.system.test.CancelKickstartSessionOperationTest
 
CancelKickstartTest - Class in com.redhat.rhn.domain.kickstart.test
CancelKickstartTest - test to verify that we cancel kickstarts and the actions correctly.
CancelKickstartTest() - Constructor for class com.redhat.rhn.domain.kickstart.test.CancelKickstartTest
 
canCoexist(IpAddressRange) - Method in class com.redhat.rhn.manager.kickstart.IpAddressRange
 
canContinue() - Method in class com.redhat.rhn.task.entitlement.EntitlementQueueDriver
Logic to tell the queue when to stop running Queues will always stop when there is no more work to do.
canContinue() - Method in class com.redhat.rhn.task.errata.ErrataCacheDriver
Logic to tell the queue when to stop running Queues will always stop when there is no more work to do.
canContinue() - Method in class com.redhat.rhn.task.errata.ErrataQueueDriver
Logic to tell the queue when to stop running Queues will always stop when there is no more work to do.
canContinue() - Method in interface com.redhat.rhn.task.threaded.QueueDriver
Logic to tell the queue when to stop running Queues will always stop when there is no more work to do.
canDisplayContent(ConfigRevision) - Method in class com.redhat.rhn.frontend.action.configuration.ConfigFileForm
You can DISPLAY content IFF - It's not a directory - It's not binary - It's not "too damn big"
canEditContent(User, ConfigRevision) - Method in class com.redhat.rhn.frontend.action.configuration.ConfigFileForm
You can edit a file IFF: - You're a config-admin, and this is a GLOBAL channel - You're a system-admin, and this is a LOCAL or SANDBOX channel
canEntitleServer(Server, Entitlement) - Static method in class com.redhat.rhn.manager.system.SystemManager
Tests whether or not a given server can be entitled with a specific entitlement
canEntitleServer(Long, Entitlement) - Static method in class com.redhat.rhn.manager.system.SystemManager
Tests whether or not a given server can be entitled with a specific entitlement
canRender(NavNode, int) - Method in class com.redhat.rhn.frontend.nav.AclGuard
Returns true if the acl of the NavNode evaluates to true.
canRender(int) - Method in class com.redhat.rhn.frontend.nav.DepthGuard
Returns true if we are allowed to render at the given depth.
canRender(NavNode, int) - Method in class com.redhat.rhn.frontend.nav.DepthGuard
method called to decide if to render
canRender(NavNode, int) - Method in class com.redhat.rhn.frontend.nav.Renderable
checn to see if a given node element at a given depth can be rendered
canRender(NavNode, int) - Method in interface com.redhat.rhn.frontend.nav.RenderGuard
method called to decide if to render
canRender(NavNode, int) - Method in class com.redhat.rhn.frontend.nav.RenderGuardComposite
Returns true if all renderers return true or no renderers are configured.
canRender(NavNode, int) - Method in class com.redhat.rhn.frontend.nav.test.RendererTest.FalseRenderGuard
method called to decide if to render
canRender(NavNode, int) - Method in class com.redhat.rhn.frontend.nav.test.RendererTest.TrueRenderGuard
method called to decide if to render
canRender(NavNode, int) - Method in class com.redhat.rhn.frontend.nav.test.RenderGuardCompositeTest.FalseGuard
 
canRender(NavNode, int) - Method in class com.redhat.rhn.frontend.nav.test.RenderGuardCompositeTest.TrueGuard
 
canServerSubscribeToChannel(Org, Server, Channel) - Static method in class com.redhat.rhn.manager.system.SystemManager
Check to see if an attempt to subscribe the passed in server to the passed in channel will succeed.
CAP_CONFIGFILES_BASE64_ENC - Static variable in class com.redhat.rhn.manager.system.SystemManager
 
CAP_CONFIGFILES_DEPLOY - Static variable in class com.redhat.rhn.manager.system.SystemManager
 
CAP_CONFIGFILES_DIFF - Static variable in class com.redhat.rhn.manager.system.SystemManager
 
CAP_CONFIGFILES_MTIME_UPLOAD - Static variable in class com.redhat.rhn.manager.system.SystemManager
 
CAP_CONFIGFILES_UPLOAD - Static variable in class com.redhat.rhn.manager.system.SystemManager
 
CAP_KICKSTART_INITIATE - Static variable in class com.redhat.rhn.manager.system.SystemManager
 
CAP_OSAD_PING - Static variable in class com.redhat.rhn.manager.system.SystemManager
 
CAP_OSAD_RHNCHECK - Static variable in class com.redhat.rhn.manager.system.SystemManager
 
CAP_PACKAGES_ROLLBACK - Static variable in class com.redhat.rhn.manager.system.SystemManager
 
CAP_PACKAGES_RUNTXN - Static variable in class com.redhat.rhn.manager.system.SystemManager
 
CAP_PACKAGES_VERIFY - Static variable in class com.redhat.rhn.manager.system.SystemManager
 
CAP_PACKAGES_VERIFYALL - Static variable in class com.redhat.rhn.manager.system.SystemManager
 
CAP_REBOOT - Static variable in class com.redhat.rhn.manager.system.SystemManager
 
CAP_RHNAPPLET_USE_SAT - Static variable in class com.redhat.rhn.manager.system.SystemManager
 
CAP_SCRIPT_RUN - Static variable in class com.redhat.rhn.manager.system.SystemManager
 
Capability - Class in com.redhat.rhn.frontend.dto
Capability
Capability() - Constructor for class com.redhat.rhn.frontend.dto.Capability
 
CAT_CONTACT - Static variable in class com.redhat.rhn.domain.monitoring.notification.MatchType
 
CAT_REGEX - Static variable in class com.redhat.rhn.domain.monitoring.notification.MatchType
 
CAT_SCOPE - Static variable in class com.redhat.rhn.domain.monitoring.notification.MatchType
 
CAT_STATE - Static variable in class com.redhat.rhn.domain.monitoring.notification.MatchType
 
categorizeTime(long, int, int) - Static method in class com.redhat.rhn.common.util.StringUtil
Takes a target time (in msecs) and a maximum and minimum time-unit-of-interest and returns an I18N string in "x [maxUnits] y [units] ...
categorizeTime(long, int) - Static method in class com.redhat.rhn.common.util.StringUtil
Takes a target time (in msecs) and a time-unit-of-interest and returns an I18N string in "x {units} {ago:from now}" format.
CENRALLY_DEPLOYABLE_FILES - Static variable in class com.redhat.rhn.frontend.action.configuration.sdc.OverviewAction
 
CENRALLY_MANAGED_FILES - Static variable in class com.redhat.rhn.frontend.action.configuration.sdc.OverviewAction
 
CENTRAL_ALT_KEY - Static variable in class com.redhat.rhn.frontend.configuration.tags.ConfigChannelTag
 
CENTRAL_HEADER_ICON - Static variable in class com.redhat.rhn.frontend.configuration.tags.ConfigChannelTag
 
CENTRAL_LIST_ICON - Static variable in class com.redhat.rhn.frontend.configuration.tags.ConfigChannelTag
 
CENTRAL_TYPE - Static variable in class com.redhat.rhn.frontend.action.configuration.files.BaseCopyConfigFileAction
 
CERT_ADMIN - Static variable in class com.redhat.rhn.domain.role.RoleFactory
The constant representing cert_admin
CERT_FILE - Static variable in class com.redhat.rhn.frontend.action.satellite.CertificateConfigForm
 
CERT_TEXT - Static variable in class com.redhat.rhn.frontend.action.satellite.CertificateConfigForm
 
Certificate - Class in com.redhat.rhn.common.cert
A satellite server certificate.
CertificateConfigAction - Class in com.redhat.rhn.frontend.action.satellite
CertificateConfigAction - Struts action to process the uploaded Sat Cert.
CertificateConfigAction() - Constructor for class com.redhat.rhn.frontend.action.satellite.CertificateConfigAction
 
CertificateConfigActionTest - Class in com.redhat.rhn.frontend.action.satellite.test
CertificateConfigActionTest
CertificateConfigActionTest() - Constructor for class com.redhat.rhn.frontend.action.satellite.test.CertificateConfigActionTest
 
CertificateConfigForm - Class in com.redhat.rhn.frontend.action.satellite
CertificateConfigForm
CertificateConfigForm() - Constructor for class com.redhat.rhn.frontend.action.satellite.CertificateConfigForm
 
CertificateFactory - Class in com.redhat.rhn.common.cert
A class for parsing satellite certificates from their XML form.
CertificateFactory - Class in com.redhat.rhn.domain.satellite
SatelliteFactory
CertificateFactoryTest - Class in com.redhat.rhn.domain.satellite.test
SatelliteFactoryTest
CertificateFactoryTest() - Constructor for class com.redhat.rhn.domain.satellite.test.CertificateFactoryTest
 
CertificateManager - Class in com.redhat.rhn.manager.satellite
SatelliteManager
CertificateManager() - Constructor for class com.redhat.rhn.manager.satellite.CertificateManager
Default constructor
CertificateManagerTest - Class in com.redhat.rhn.manager.satellite.test
SatelliteManagerTest
CertificateManagerTest() - Constructor for class com.redhat.rhn.manager.satellite.test.CertificateManagerTest
 
CertificateTest - Class in com.redhat.rhn.common.cert.test
 
CertificateTest(String) - Constructor for class com.redhat.rhn.common.cert.test.CertificateTest
 
chain - Variable in class com.redhat.rhn.frontend.servlets.test.BaseFilterTst
 
ChainedListener - Class in com.redhat.rhn.taskomatic
Propagates Quartz trigger events to an internal chain of TriggerListeners
ChainedListener() - Constructor for class com.redhat.rhn.taskomatic.ChainedListener
 
changeBootloaderType(String) - Method in class com.redhat.rhn.domain.kickstart.KickstartData
Changes the bootloader
changeChannels(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.redhat.rhn.frontend.action.channel.ssm.BaseSubscribeAction
Change channels for the selected SSM systems.
ChangeEmailAction - Class in com.redhat.rhn.frontend.action.user
Change e-mail
ChangeEmailAction() - Constructor for class com.redhat.rhn.frontend.action.user.ChangeEmailAction
 
ChangeEmailActionTest - Class in com.redhat.rhn.frontend.action.user.test
ChangeEmailActionTest
ChangeEmailActionTest() - Constructor for class com.redhat.rhn.frontend.action.user.test.ChangeEmailActionTest
 
ChangeEmailSetupAction - Class in com.redhat.rhn.frontend.action.user
Change e-mail
ChangeEmailSetupAction() - Constructor for class com.redhat.rhn.frontend.action.user.ChangeEmailSetupAction
 
ChangeEmailSetupActionTest - Class in com.redhat.rhn.frontend.action.user.test
ChangeEmailSetupActionTest
ChangeEmailSetupActionTest() - Constructor for class com.redhat.rhn.frontend.action.user.test.ChangeEmailSetupActionTest
 
ChangeHunk - Class in com.redhat.rhn.common.filediff
This represents a hunk of text that is labeled as changed when diffing files.
ChangeHunk() - Constructor for class com.redhat.rhn.common.filediff.ChangeHunk
 
changeKey(String, ActivationKey) - Method in class com.redhat.rhn.manager.token.ActivationKeyManager
Renames a given key to new key.
ChangeLogEntry - Class in com.redhat.rhn.domain.rhnpackage
ChangeLogEntry
ChangeLogEntry() - Constructor for class com.redhat.rhn.domain.rhnpackage.ChangeLogEntry
 
ChangeLogEntryTest - Class in com.redhat.rhn.domain.rhnpackage.test
 
ChangeLogEntryTest() - Constructor for class com.redhat.rhn.domain.rhnpackage.test.ChangeLogEntryTest
 
changeRowColor() - Method in interface com.redhat.rhn.frontend.dto.BaseListDto
If false is returned, the unpagedListDisplay rendering the dto will use the color of the previous row when it renders the row representing this particular instance of the dto.
changeRowColor() - Method in class com.redhat.rhn.frontend.dto.ChannelTreeNode
If false is returned, the unpagedListDisplay rendering the dto will use the color of the previous row when it renders the row representing this particular instance of the dto.
Channel - Class in com.redhat.rhn.domain.channel
Channel
Channel() - Constructor for class com.redhat.rhn.domain.channel.Channel
 
CHANNEL - Static variable in class com.redhat.rhn.frontend.action.configuration.ConfigActionHelper
 
CHANNEL - Static variable in class com.redhat.rhn.frontend.action.errata.CloneErrataActionHelper
 
CHANNEL - Static variable in class com.redhat.rhn.frontend.action.kickstart.KickstartSoftwareEditAction
 
CHANNEL_ADMIN - Static variable in class com.redhat.rhn.domain.role.RoleFactory
The constant representing channel_admin
CHANNEL_EDITING - Static variable in class com.redhat.rhn.frontend.action.configuration.channel.ChannelOverviewAction
Are we editing?
CHANNEL_FILTER - Static variable in class com.redhat.rhn.frontend.action.configuration.files.BaseCopyConfigFileAction
 
CHANNEL_ID - Static variable in class com.redhat.rhn.frontend.action.channel.ISODownloadAction
 
CHANNEL_ID - Static variable in class com.redhat.rhn.frontend.action.configuration.ConfigActionHelper
 
CHANNEL_ID - Static variable in class com.redhat.rhn.frontend.action.kickstart.tree.BaseTreeAction
 
CHANNEL_MANAGEMENT_PERMS - Static variable in class com.redhat.rhn.manager.rhnset.RhnSetDecl
 
CHANNEL_NAME - Static variable in class com.redhat.rhn.frontend.action.channel.ISODownloadAction
 
CHANNEL_SUBSCRIPTION_PERMS - Static variable in class com.redhat.rhn.manager.rhnset.RhnSetDecl
 
CHANNEL_SUMMARY - Static variable in class com.redhat.rhn.frontend.action.configuration.channel.ChannelOverviewAction
Current ChannelSummary, in request/responce
CHANNEL_URL - Static variable in class com.redhat.rhn.frontend.configuration.tags.ConfigChannelTag
 
ChannelAclHandler - Class in com.redhat.rhn.common.security.acl
ChannelAclHandler - implements ACLs associated with channel_detail.xml
ChannelAclHandler() - Constructor for class com.redhat.rhn.common.security.acl.ChannelAclHandler
 
ChannelAction - Class in com.redhat.rhn.frontend.action.errata
ChannelAction
ChannelAction() - Constructor for class com.redhat.rhn.frontend.action.errata.ChannelAction
 
ChannelActionDAO - Class in com.redhat.rhn.frontend.action.channel.ssm
ChannelActionDAO - stores channel subscription/unsubscription info for a specific system
ChannelActionDAO() - Constructor for class com.redhat.rhn.frontend.action.channel.ssm.ChannelActionDAO
 
ChannelActionTest - Class in com.redhat.rhn.frontend.action.errata.test
ChannelActionTest
ChannelActionTest() - Constructor for class com.redhat.rhn.frontend.action.errata.test.ChannelActionTest
 
ChannelAddFilesAction - Class in com.redhat.rhn.frontend.action.configuration.channel
ChannelAddFilesAction extends RhnAction
ChannelAddFilesAction() - Constructor for class com.redhat.rhn.frontend.action.configuration.channel.ChannelAddFilesAction
 
ChannelAddFilesActionTest - Class in com.redhat.rhn.frontend.action.configuration.test
ChannelAddFilesActionTest
ChannelAddFilesActionTest() - Constructor for class com.redhat.rhn.frontend.action.configuration.test.ChannelAddFilesActionTest
 
ChannelArch - Class in com.redhat.rhn.domain.channel
ChannelArch
ChannelArch() - Constructor for class com.redhat.rhn.domain.channel.ChannelArch
 
ChannelArchSerializer - Class in com.redhat.rhn.frontend.xmlrpc.serializer
ChannelArchSerializer serializes ChannelArch object to XMLRPC.
ChannelArchSerializer() - Constructor for class com.redhat.rhn.frontend.xmlrpc.serializer.ChannelArchSerializer
 
ChannelArchSerializerTest - Class in com.redhat.rhn.frontend.xmlrpc.serializer.test
 
ChannelArchSerializerTest() - Constructor for class com.redhat.rhn.frontend.xmlrpc.serializer.test.ChannelArchSerializerTest
 
ChannelArchTest - Class in com.redhat.rhn.domain.channel.test
ChannelArchTest
ChannelArchTest() - Constructor for class com.redhat.rhn.domain.channel.test.ChannelArchTest
 
ChannelDeployConfirmAction - Class in com.redhat.rhn.frontend.action.configuration.channel
ChannelDeployConfirmAction
ChannelDeployConfirmAction() - Constructor for class com.redhat.rhn.frontend.action.configuration.channel.ChannelDeployConfirmAction
 
ChannelEditor - Class in com.redhat.rhn.manager.channel
ChannelEditor
ChannelEditorTest - Class in com.redhat.rhn.manager.channel.test
ChannelEditorTest
ChannelEditorTest() - Constructor for class com.redhat.rhn.manager.channel.test.ChannelEditorTest
 
ChannelEntitlementAction - Class in com.redhat.rhn.frontend.action.channel
ChannelEntitlementAction
ChannelEntitlementAction() - Constructor for class com.redhat.rhn.frontend.action.channel.ChannelEntitlementAction
 
ChannelEntitlementActionTest - Class in com.redhat.rhn.frontend.action.channel.test
ChannelEntitlementActionTest
ChannelEntitlementActionTest(String) - Constructor for class com.redhat.rhn.frontend.action.channel.test.ChannelEntitlementActionTest
 
ChannelEntitlementCounter - Class in com.redhat.rhn.manager.channel
ChannelEntitlementCounter - simple class to extract some critical business logic out into a non static method.
ChannelEntitlementCounter() - Constructor for class com.redhat.rhn.manager.channel.ChannelEntitlementCounter
 
ChannelEntitlementSetupAction - Class in com.redhat.rhn.frontend.action.channel
ChannelEntitlementSetupAction
ChannelEntitlementSetupAction() - Constructor for class com.redhat.rhn.frontend.action.channel.ChannelEntitlementSetupAction
 
ChannelEntitlementSetupActionTest - Class in com.redhat.rhn.frontend.action.channel.test
ChannelEntitlementSetupActionTest
ChannelEntitlementSetupActionTest() - Constructor for class com.redhat.rhn.frontend.action.channel.test.ChannelEntitlementSetupActionTest
 
ChannelFactory - Class in com.redhat.rhn.domain.channel
ChannelFactory
ChannelFactoryTest - Class in com.redhat.rhn.domain.channel.test
ChannelFactoryTest
ChannelFactoryTest() - Constructor for class com.redhat.rhn.domain.channel.test.ChannelFactoryTest
 
ChannelFamily - Class in com.redhat.rhn.domain.channel
ChannelFamily
ChannelFamily() - Constructor for class com.redhat.rhn.domain.channel.ChannelFamily
 
ChannelFamilyDescriptor - Class in com.redhat.rhn.common.cert
The entitlements for a channel family, consisting of the family name and a quantity.
ChannelFamilyFactory - Class in com.redhat.rhn.domain.channel
ChannelFamilyFactory
ChannelFamilyFactoryTest - Class in com.redhat.rhn.domain.channel.test
ChannelFamilyFactoryTest
ChannelFamilyFactoryTest() - Constructor for class com.redhat.rhn.domain.channel.test.ChannelFamilyFactoryTest
 
ChannelFamilyTest - Class in com.redhat.rhn.domain.channel.test
ChannelFamilyTest
ChannelFamilyTest() - Constructor for class com.redhat.rhn.domain.channel.test.ChannelFamilyTest
 
channelFamilyTree(User, Long, ListControl) - Static method in class com.redhat.rhn.manager.channel.ChannelManager
Returns a list of channels and their parents who are in a particular channel family/entitlement
ChannelFamilyTreeAction - Class in com.redhat.rhn.frontend.action.channel
ChannelFamilyTreeAction
ChannelFamilyTreeAction() - Constructor for class com.redhat.rhn.frontend.action.channel.ChannelFamilyTreeAction
 
ChannelFileDeploySetup - Class in com.redhat.rhn.frontend.action.configuration.channel
ChannelFileDeploySetup
ChannelFileDeploySetup() - Constructor for class com.redhat.rhn.frontend.action.configuration.channel.ChannelFileDeploySetup
 
ChannelFileDeploySubmit - Class in com.redhat.rhn.frontend.action.configuration.channel
ChannelFileDeploySubmit
ChannelFileDeploySubmit() - Constructor for class com.redhat.rhn.frontend.action.configuration.channel.ChannelFileDeploySubmit
 
ChannelFilesImportSetup - Class in com.redhat.rhn.frontend.action.configuration.channel
ChannelFilesImportSetup
ChannelFilesImportSetup() - Constructor for class com.redhat.rhn.frontend.action.configuration.channel.ChannelFilesImportSetup
 
ChannelFilesImportSubmit - Class in com.redhat.rhn.frontend.action.configuration.channel
ChannelFilesListSubmit
ChannelFilesImportSubmit() - Constructor for class com.redhat.rhn.frontend.action.configuration.channel.ChannelFilesImportSubmit
 
ChannelFilesImportTest - Class in com.redhat.rhn.frontend.action.configuration.test
Tests both Setup and Submit Actions ChannelFilesImportTest
ChannelFilesImportTest() - Constructor for class com.redhat.rhn.frontend.action.configuration.test.ChannelFilesImportTest
 
ChannelFilesListSetup - Class in com.redhat.rhn.frontend.action.configuration.channel
ChannelFilesListSetup
ChannelFilesListSetup() - Constructor for class com.redhat.rhn.frontend.action.configuration.channel.ChannelFilesListSetup
 
ChannelFilesListSetupTest - Class in com.redhat.rhn.frontend.action.configuration.test
 
ChannelFilesListSetupTest() - Constructor for class com.redhat.rhn.frontend.action.configuration.test.ChannelFilesListSetupTest
 
ChannelFilesListSubmit - Class in com.redhat.rhn.frontend.action.configuration.channel
ChannelFilesListSubmit
ChannelFilesListSubmit() - Constructor for class com.redhat.rhn.frontend.action.configuration.channel.ChannelFilesListSubmit
 
ChannelHandler - Class in com.redhat.rhn.frontend.xmlrpc.channel
ChannelHandler
ChannelHandler() - Constructor for class com.redhat.rhn.frontend.xmlrpc.channel.ChannelHandler
 
ChannelHandlerTest - Class in com.redhat.rhn.frontend.xmlrpc.channel.test
ChannelHandlerTest
ChannelHandlerTest() - Constructor for class com.redhat.rhn.frontend.xmlrpc.channel.test.ChannelHandlerTest
 
channelId - Variable in class com.redhat.rhn.frontend.dto.ClonableErrataDto
 
ChannelListAction - Class in com.redhat.rhn.frontend.action.configuration.sdc
ChannelListAction, for configuration in sdc
ChannelListAction() - Constructor for class com.redhat.rhn.frontend.action.configuration.sdc.ChannelListAction
 
ChannelListActionTest - Class in com.redhat.rhn.frontend.action.configuration.sdc.test
ChannelListActionTest
ChannelListActionTest() - Constructor for class com.redhat.rhn.frontend.action.configuration.sdc.test.ChannelListActionTest
 
ChannelListUnsubscribeSubmitAction - Class in com.redhat.rhn.frontend.action.configuration.sdc
ChannelListUnsubscribeSubmitAction
ChannelListUnsubscribeSubmitAction() - Constructor for class com.redhat.rhn.frontend.action.configuration.sdc.ChannelListUnsubscribeSubmitAction
 
channelManagement(User, PageControl) - Static method in class com.redhat.rhn.manager.user.UserManager
Retrieve the list of Channels the user can manage
ChannelManagementPermsSetupAction - Class in com.redhat.rhn.frontend.action.user
AddressesAction Setup the Addresses on the Request so the AddressTag will be able to render
ChannelManagementPermsSetupAction() - Constructor for class com.redhat.rhn.frontend.action.user.ChannelManagementPermsSetupAction
 
ChannelManager - Class in com.redhat.rhn.manager.channel
ChannelManager
ChannelManagerTest - Class in com.redhat.rhn.manager.channel.test
ChannelManagerTest
ChannelManagerTest() - Constructor for class com.redhat.rhn.manager.channel.test.ChannelManagerTest
 
channelName - Variable in class com.redhat.rhn.frontend.dto.ClonableErrataDto
 
ChannelOverview - Class in com.redhat.rhn.frontend.dto
ChannelOverview
ChannelOverview() - Constructor for class com.redhat.rhn.frontend.dto.ChannelOverview
Default no-arg constructor
ChannelOverview(String, Long) - Constructor for class com.redhat.rhn.frontend.dto.ChannelOverview
Constructor with name and id
ChannelOverviewAction - Class in com.redhat.rhn.frontend.action.configuration.channel
DetailsAction backs the page for managing config-channel details
ChannelOverviewAction() - Constructor for class com.redhat.rhn.frontend.action.configuration.channel.ChannelOverviewAction
 
ChannelOverviewActionTest - Class in com.redhat.rhn.frontend.action.configuration.test
 
ChannelOverviewActionTest() - Constructor for class com.redhat.rhn.frontend.action.configuration.test.ChannelOverviewActionTest
 
ChannelOverviewSerializer - Class in com.redhat.rhn.frontend.xmlrpc.serializer
ChannelOverviewSerializer
ChannelOverviewSerializer() - Constructor for class com.redhat.rhn.frontend.xmlrpc.serializer.ChannelOverviewSerializer
 
ChannelOverviewTasks - Class in com.redhat.rhn.frontend.action.configuration.channel
ChannelOverviewTasks
ChannelOverviewTasks() - Constructor for class com.redhat.rhn.frontend.action.configuration.channel.ChannelOverviewTasks
 
ChannelPerms - Class in com.redhat.rhn.frontend.dto
Simple DTO for transfering data from the DB to the UI through datasource.
ChannelPerms() - Constructor for class com.redhat.rhn.frontend.dto.ChannelPerms
 
ChannelPermsAction - Class in com.redhat.rhn.frontend.action.user
AddressesAction Setup the Addresses on the Request so the AddressTag will be able to render
ChannelPermsAction() - Constructor for class com.redhat.rhn.frontend.action.user.ChannelPermsAction
 
ChannelPermsSetupAction - Class in com.redhat.rhn.frontend.action.user
AddressesAction Setup the Addresses on the Request so the AddressTag will be able to render
ChannelPermsSetupAction() - Constructor for class com.redhat.rhn.frontend.action.user.ChannelPermsSetupAction
 
ChannelProduct - Class in com.redhat.rhn.domain.channel
ChannelProduct - Class representation of the table rhnChannelProduct.
ChannelProduct() - Constructor for class com.redhat.rhn.domain.channel.ChannelProduct
 
channels - Variable in class com.redhat.rhn.domain.errata.impl.PublishedErrataFile
 
CHANNELS - Static variable in class com.redhat.rhn.frontend.action.kickstart.CreateProfileWizardAction
 
CHANNELS - Static variable in class com.redhat.rhn.frontend.action.kickstart.KickstartSoftwareEditAction
 
CHANNELS - Static variable in class com.redhat.rhn.frontend.action.kickstart.tree.BaseTreeAction
 
CHANNELS_FOR_ERRATA - Static variable in class com.redhat.rhn.manager.rhnset.RhnSetDecl
 
ChannelSerializer - Class in com.redhat.rhn.frontend.xmlrpc.serializer
ChannelSerializer
ChannelSerializer() - Constructor for class com.redhat.rhn.frontend.xmlrpc.serializer.ChannelSerializer
 
ChannelSetupAction - Class in com.redhat.rhn.frontend.action.errata
ChannelSetupAction
ChannelSetupAction() - Constructor for class com.redhat.rhn.frontend.action.errata.ChannelSetupAction
 
ChannelSetupActionTest - Class in com.redhat.rhn.frontend.action.errata.test
ChannelSetupActionTest
ChannelSetupActionTest() - Constructor for class com.redhat.rhn.frontend.action.errata.test.ChannelSetupActionTest
 
channelsForServer(Server) - Static method in class com.redhat.rhn.manager.system.SystemManager
Returns a DataResult containing maps representing the channels a particular system is subscribed to.
channelsForUser(User) - Static method in class com.redhat.rhn.manager.channel.ChannelManager
channelsForUser returns a list containing the names of the channels that this user has permissions to.
ChannelSoftwareHandler - Class in com.redhat.rhn.frontend.xmlrpc.channel.software
ChannelSoftwareHandler
ChannelSoftwareHandler() - Constructor for class com.redhat.rhn.frontend.xmlrpc.channel.software.ChannelSoftwareHandler
 
ChannelSoftwareHandlerTest - Class in com.redhat.rhn.frontend.xmlrpc.channel.software.test
ChannelSoftwareHandlerTest
ChannelSoftwareHandlerTest() - Constructor for class com.redhat.rhn.frontend.xmlrpc.channel.software.test.ChannelSoftwareHandlerTest
 
channelsOwnedByOrg(Long, PageControl) - Static method in class com.redhat.rhn.manager.channel.ChannelManager
Returns a dataresult containing the channels in an org.
ChannelSubscriptionException - Exception in com.redhat.rhn.frontend.xmlrpc
Invalid Package Exception
ChannelSubscriptionException(String) - Constructor for exception com.redhat.rhn.frontend.xmlrpc.ChannelSubscriptionException
Constructor
ChannelSubscriptionException(String, Throwable) - Constructor for exception com.redhat.rhn.frontend.xmlrpc.ChannelSubscriptionException
Constructor
channelSubscriptions(User, PageControl) - Static method in class com.redhat.rhn.manager.user.UserManager
Retrieve the list of Channels the user can subscribe to
ChannelSummary - Class in com.redhat.rhn.manager.configuration
ChannelSummary
ChannelSystemDeploySetup - Class in com.redhat.rhn.frontend.action.configuration.channel
ChannelSystemDeploySetup
ChannelSystemDeploySetup() - Constructor for class com.redhat.rhn.frontend.action.configuration.channel.ChannelSystemDeploySetup
 
ChannelSystemDeploySubmit - Class in com.redhat.rhn.frontend.action.configuration.channel
ChannelSystemDeploySubmit
ChannelSystemDeploySubmit() - Constructor for class com.redhat.rhn.frontend.action.configuration.channel.ChannelSystemDeploySubmit
 
ChannelSystemsAction - Class in com.redhat.rhn.frontend.action.configuration.ssm
ChannelSystems, list of systems for a config channel in ssm.
ChannelSystemsAction() - Constructor for class com.redhat.rhn.frontend.action.configuration.ssm.ChannelSystemsAction
 
ChannelSystemsListSetup - Class in com.redhat.rhn.frontend.action.configuration.channel
ChannelSystemsListSetup
ChannelSystemsListSetup() - Constructor for class com.redhat.rhn.frontend.action.configuration.channel.ChannelSystemsListSetup
 
ChannelSystemsListSetupTest - Class in com.redhat.rhn.frontend.action.configuration.test
 
ChannelSystemsListSetupTest() - Constructor for class com.redhat.rhn.frontend.action.configuration.test.ChannelSystemsListSetupTest
 
ChannelSystemsListSubmit - Class in com.redhat.rhn.frontend.action.configuration.channel
ChannelSystemsListSubmit
ChannelSystemsListSubmit() - Constructor for class com.redhat.rhn.frontend.action.configuration.channel.ChannelSystemsListSubmit
 
ChannelTest - Class in com.redhat.rhn.domain.channel.test
ChannelTest
ChannelTest() - Constructor for class com.redhat.rhn.domain.channel.test.ChannelTest
 
ChannelTestUtils - Class in com.redhat.rhn.testing
ChannelTestUtils
ChannelTreeNode - Class in com.redhat.rhn.frontend.dto
ChannelTreeNode
ChannelTreeNode() - Constructor for class com.redhat.rhn.frontend.dto.ChannelTreeNode
 
ChannelVersion - Class in com.redhat.rhn.domain.channel
Simple enum class to represent the RHEL version of a channel.
ChannelVersion(String, String) - Constructor for class com.redhat.rhn.domain.channel.ChannelVersion
Private contructor, nobody should be instantiating one of these directly.
CharacterMap - Class in com.redhat.rhn.common.util
An wrapper around HashMap that ONLY acccepts java.lang.Characters and java.lang.Integers.
CharacterMap() - Constructor for class com.redhat.rhn.common.util.CharacterMap
public constructor
CharacterMapTest - Class in com.redhat.rhn.common.util.test
 
CharacterMapTest(String) - Constructor for class com.redhat.rhn.common.util.test.CharacterMapTest
 
CHECK_INTERVAL_DEFAULT - Static variable in class com.redhat.rhn.manager.monitoring.ModifyProbeCommand
 
CHECK_INTERVAL_MIN - Static variable in class com.redhat.rhn.frontend.action.systems.monitoring.BaseProbeAction
 
checkActionArchType(Action, String) - Static method in class com.redhat.rhn.domain.action.ActionFactory
Check the ActionType against the ActionArchType to see
checkAscendingValues(Metric, Transformer) - Method in class com.redhat.rhn.domain.monitoring.command.Command
Check that values for a given metric are in monotonically increasing order.
checkConstraint(Object) - Method in interface com.redhat.rhn.common.validator.Constraint
Check the field against this Constraint to see if it is in a valid state.
checkConstraint(Object) - Method in class com.redhat.rhn.common.validator.NumericConstraint
Check the field against this Constraint to see if it is in a valid state.
checkConstraint(Object) - Method in class com.redhat.rhn.common.validator.RequiredConstraint
Check the field against this Constraint to see if it is in a valid state.
checkConstraint(Object) - Method in class com.redhat.rhn.common.validator.StringConstraint
Check the field against this Constraint to see if it is in a valid state.
CHECKED - Static variable in class com.redhat.rhn.frontend.action.rhnset.SetItemSelectionAction
 
checkMonitoring(User) - Method in class com.redhat.rhn.common.security.acl.BaseHandler
 
checkOrgName(String) - Static method in class com.redhat.rhn.manager.org.OrgManager
Check if the passed in org is a valid name and raises an exception if its invalid..
checkPermissions(User) - Static method in class com.redhat.rhn.frontend.action.channel.manage.PublishErrataHelper
Perform a check to see if the user can modify channels, throws an PermissionException if the user does not have permission
checkPreConditions(RequestContext) - Method in class com.redhat.rhn.frontend.action.configuration.files.CopyFileCentralAction
Only config-admins get to copy files into central channels Override if you want to check a precondition before executing this Action.
checkPreConditions(RequestContext) - Method in class com.redhat.rhn.frontend.action.monitoring.ProbeSuiteSystemsEditSetupAction
Check to make sure this Suite has probes assigned, of not, bounce back Override if you want to check a precondition before executing this Action.
checkPreConditions(RequestContext) - Method in class com.redhat.rhn.frontend.struts.BaseListAction
Override if you want to check a precondition before executing this Action.
CheckProbeDto - Class in com.redhat.rhn.frontend.dto.monitoring
A DTO for displaying the description of a probe together with the name of the server it is associated with
CheckProbeDto() - Constructor for class com.redhat.rhn.frontend.dto.monitoring.CheckProbeDto
 
checksum - Variable in class com.redhat.rhn.domain.errata.impl.PublishedErrataFile
 
checkSysGroupAdminRole(User) - Static method in class com.redhat.rhn.domain.server.test.ServerGroupTest
 
checkTime(long, int, int, String) - Method in class com.redhat.rhn.common.util.test.StringUtilTest
 
checkTime(long, int, String) - Method in class com.redhat.rhn.common.util.test.StringUtilTest
 
checkTokens(KickstartActivationKeysCommand, ArrayList, ArrayList, int) - Method in class com.redhat.rhn.manager.kickstart.test.KickstartActivationKeysTest
Adds and removes tokens, then saves the kickstart profile, loads it again, and compares what comes out with the 'expected' value.
CHILD_CHANNELS - Static variable in class com.redhat.rhn.frontend.action.kickstart.KickstartSoftwareEditAction
 
CHILD_CHANNELS - Static variable in class com.redhat.rhn.frontend.action.systems.sdc.SystemChannelsAction
 
ChildChannelAction - Class in com.redhat.rhn.frontend.action.channel.ssm
ChildChannelAction
ChildChannelAction() - Constructor for class com.redhat.rhn.frontend.action.channel.ssm.ChildChannelAction
 
ChildChannelConfirmAction - Class in com.redhat.rhn.frontend.action.channel.ssm
ChildChannelConfirmAction
ChildChannelConfirmAction() - Constructor for class com.redhat.rhn.frontend.action.channel.ssm.ChildChannelConfirmAction
 
ChildChannelDto - Class in com.redhat.rhn.frontend.dto
ChildChannelDTO
ChildChannelDto() - Constructor for class com.redhat.rhn.frontend.dto.ChildChannelDto
Constructor
ChildChannelDto(Long, String, boolean, boolean, boolean) - Constructor for class com.redhat.rhn.frontend.dto.ChildChannelDto
Constructor
ChildChannelPreservationDto - Class in com.redhat.rhn.frontend.dto
ChildChannelPreservationDto
ChildChannelPreservationDto(Long, String, Long, String, List<Map>) - Constructor for class com.redhat.rhn.frontend.dto.ChildChannelPreservationDto
 
childrenAvailableToSet(User) - Static method in class com.redhat.rhn.manager.channel.ChannelManager
Returns the list of all child-channels in the user's System Set
CID - Static variable in class com.redhat.rhn.common.security.acl.ChannelAclHandler
 
CITY - Static variable in class com.redhat.rhn.domain.server.test.LocationTest
 
CITY - Static variable in class com.redhat.rhn.frontend.action.systems.sdc.SystemDetailsEditAction
 
clampListBounds(PageControl, HttpServletRequest, User) - Method in class com.redhat.rhn.frontend.action.systems.VirtualSystemsListSetupAction
Limit the amount of data displayed on the page
clampListBounds(PageControl, HttpServletRequest, User) - Method in class com.redhat.rhn.frontend.struts.RhnListAction
Limit the amount of data displayed on the page
CLASS_AUDIO - Static variable in class com.redhat.rhn.domain.server.Device
Constants for Device classes
CLASS_CAPTURE - Static variable in class com.redhat.rhn.domain.server.Device
 
CLASS_CDROM - Static variable in class com.redhat.rhn.domain.server.Device
 
CLASS_FIREWIRE - Static variable in class com.redhat.rhn.domain.server.Device
 
CLASS_FLOPPY - Static variable in class com.redhat.rhn.domain.server.Device
 
CLASS_HD - Static variable in class com.redhat.rhn.domain.server.Device
 
CLASS_IDE - Static variable in class com.redhat.rhn.domain.server.Device
 
CLASS_KEYBOARD - Static variable in class com.redhat.rhn.domain.server.Device
 
CLASS_MODEM - Static variable in class com.redhat.rhn.domain.server.Device
 
CLASS_MOUSE - Static variable in class com.redhat.rhn.domain.server.Device
 
CLASS_NETWORK - Static variable in class com.redhat.rhn.domain.server.Device
 
CLASS_OTHER - Static variable in class com.redhat.rhn.domain.server.Device
 
CLASS_PRINTER - Static variable in class com.redhat.rhn.domain.server.Device
 
CLASS_RAID - Static variable in class com.redhat.rhn.domain.server.Device
 
CLASS_SCANNER - Static variable in class com.redhat.rhn.domain.server.Device
 
CLASS_SCSI - Static variable in class com.redhat.rhn.domain.server.Device
 
CLASS_SOCKET - Static variable in class com.redhat.rhn.domain.server.Device
 
CLASS_TAPE - Static variable in class com.redhat.rhn.domain.server.