public class SSMGroupManageAction extends RhnAction implements Listable<SystemGroupOverview>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Long |
ADD |
static java.lang.Long |
NO_CHANGE |
static java.lang.Long |
REMOVE |
| Constructor and Description |
|---|
SSMGroupManageAction() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.struts.action.ActionForward |
execute(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
java.util.List<SystemGroupOverview> |
getResult(RequestContext context)
Returns the data to display on the web page.
|
addGlobalMessage, 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.Long ADD
public static final java.lang.Long REMOVE
public static final java.lang.Long NO_CHANGE
public org.apache.struts.action.ActionForward execute(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
execute in class org.apache.struts.action.Actionjava.lang.Exceptionpublic java.util.List<SystemGroupOverview> getResult(RequestContext context)
ListablegetResult in interface Listable<SystemGroupOverview>context - the request context; will not be nullSelectable or
Identifiable objects.