com.redhat.rhn.frontend.action.kickstart
Class ActivationKeysSetupAction

java.lang.Object
  extended by Action
      extended by com.redhat.rhn.frontend.struts.RhnAction
          extended by com.redhat.rhn.frontend.struts.RhnListAction
              extended by com.redhat.rhn.frontend.struts.BaseListAction
                  extended by com.redhat.rhn.frontend.struts.BaseSetListAction
                      extended by com.redhat.rhn.frontend.action.kickstart.BaseKickstartListSetupAction
                          extended by com.redhat.rhn.frontend.action.kickstart.ActivationKeysSetupAction

public class ActivationKeysSetupAction
extends BaseKickstartListSetupAction

ActivationKeysSetupAction.


Field Summary
 
Fields inherited from class com.redhat.rhn.frontend.struts.RhnAction
SUBMITTED
 
Constructor Summary
ActivationKeysSetupAction()
           
 
Method Summary
protected  java.util.Iterator getCurrentItemsIterator(KickstartData ksdata)
          Get the Iterator for a Collection of Objects that implement the Identifiable interface.
protected  DataResult getDataResult(RequestContext rctx, PageControl pc)
          Returns the list data used by the list
 RhnSetDecl getSetDecl()
          The declaration of the set we are working with, must be one of the constants from RhnSetDecl
 
Methods inherited from class com.redhat.rhn.frontend.action.kickstart.BaseKickstartListSetupAction
execute, processForm
 
Methods inherited from class com.redhat.rhn.frontend.struts.BaseSetListAction
getSelectedItemsIterator, populateNewSet, processRequestAttributes
 
Methods inherited from class com.redhat.rhn.frontend.struts.BaseListAction
checkPreConditions, getNewPageControl, processPageControl
 
Methods inherited from class com.redhat.rhn.frontend.struts.RhnListAction
clampListBounds, trackSet
 
Methods inherited from class com.redhat.rhn.frontend.struts.RhnAction
addGlobalMessage, addGlobalMessage, addMessage, createErrorMessage, createLabelValueList, createSuccessMessage, getStrutsDelegate, isSubmitted, l10n, localize, lv, lve, lvel10n, lvl10n, makeParamMap, saveMessages
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivationKeysSetupAction

public ActivationKeysSetupAction()
Method Detail

getDataResult

protected DataResult getDataResult(RequestContext rctx,
                                   PageControl pc)
Returns the list data used by the list

Specified by:
getDataResult in class BaseListAction
Parameters:
rctx - Currently active RequestContext.
pc - boundary values
Returns:
List of ProbeSuites bounded by the values of the PageControl.

getSetDecl

public RhnSetDecl getSetDecl()
Description copied from class: BaseSetListAction
The declaration of the set we are working with, must be one of the constants from RhnSetDecl

Specified by:
getSetDecl in class BaseSetListAction
Returns:
the kickstart profile security label

getCurrentItemsIterator

protected java.util.Iterator getCurrentItemsIterator(KickstartData ksdata)
Get the Iterator for a Collection of Objects that implement the Identifiable interface.

Specified by:
getCurrentItemsIterator in class BaseKickstartListSetupAction
Parameters:
ksdata - KickstartData to fetch info from
Returns:
Iterator containing Identifiable objects.