public abstract class BaseSystemListSetupAction extends RhnListAction
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SHOW_NO_SYSTEMS |
| Constructor and Description |
|---|
BaseSystemListSetupAction() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.struts.action.ActionForward |
execute(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm formIn,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected abstract DataResult |
getDataResult(User user,
PageControl pc,
org.apache.struts.action.ActionForm formIn) |
protected RhnSetDecl |
getSetDecl()
Retrives the set declation item
where the contents of the page control
are to be set.
|
void |
setStatusDisplay(DataResult dr,
User user)
Sets the status and entitlementLevel variables of each System Overview
|
clampListBounds, trackSetaddGlobalMessage, addGlobalMessage, addMessage, createErrorMessage, createErrorMessageWithMultipleArgs, createLabelValueList, createMessage, createSuccessMessage, getStrutsDelegate, isSubmitted, l10n, localize, lv, lve, lvel10n, lvl10n, makeParamMap, saveMessagesaddErrors, addMessages, execute, generateToken, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveToken, setLocale, setServletpublic static final java.lang.String SHOW_NO_SYSTEMS
public org.apache.struts.action.ActionForward execute(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm formIn,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
execute in class org.apache.struts.action.Actionprotected RhnSetDecl getSetDecl()
public void setStatusDisplay(DataResult dr, User user)
dr - The list of System Overviewsuser - The user viewing the System Listprotected abstract DataResult getDataResult(User user, PageControl pc, org.apache.struts.action.ActionForm formIn)