public class CompareDeployedSubmitAction extends RhnSetAction
SUBMITTED| Constructor and Description | 
|---|
| CompareDeployedSubmitAction() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected DataResult | getDataResult(User userIn,
             org.apache.struts.action.ActionForm formIn,
             javax.servlet.http.HttpServletRequest requestIn) | 
| protected RhnSetDecl | getSetDecl()The declaration of the set we are working with, must be one of the
 constants from  RhnSetDecl | 
| protected void | processMethodKeys(java.util.Map<java.lang.String,java.lang.String> mapIn)This method is used to add additional buttons to a list display. | 
| protected void | processParamMap(org.apache.struts.action.ActionForm formIn,
               javax.servlet.http.HttpServletRequest requestIn,
               java.util.Map<java.lang.String,java.lang.Object> paramsIn) | 
| org.apache.struts.action.ActionForward | schedule(org.apache.struts.action.ActionMapping mapping,
        org.apache.struts.action.ActionForm formIn,
        javax.servlet.http.HttpServletRequest request,
        javax.servlet.http.HttpServletResponse response)Schedule the config diff action using the set of systems in rhnSet. | 
getKeyMethodMap, getSetName, selectall, unselectall, unspecified, updatelist, updateSetcreateSuccessMessage, filter, getForwardName, makeParamMapgetMethodName, getStrutsDelegate, isSubmitted, l10n, lvexecute, getLookupMapNamecancelled, dispatchMethod, getMethod, getParameteraddErrors, addMessages, execute, generateToken, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServletprotected DataResult getDataResult(User userIn, org.apache.struts.action.ActionForm formIn, javax.servlet.http.HttpServletRequest requestIn)
getDataResult in class RhnSetActionprotected RhnSetDecl getSetDecl()
RhnSetDeclgetSetDecl in class RhnSetActionprotected void processMethodKeys(java.util.Map<java.lang.String,java.lang.String> mapIn)
    map.put("failed.jsp.rescheduleActions", "rescheduleAll");
 
 If there are no additional actions then simply return.processMethodKeys in class RhnListDispatchActionmapIn - Mapping between method and button names.protected void processParamMap(org.apache.struts.action.ActionForm formIn,
                               javax.servlet.http.HttpServletRequest requestIn,
                               java.util.Map<java.lang.String,java.lang.Object> paramsIn)
processParamMap in class RhnListDispatchActionpublic org.apache.struts.action.ActionForward schedule(org.apache.struts.action.ActionMapping mapping,
                                                       org.apache.struts.action.ActionForm formIn,
                                                       javax.servlet.http.HttpServletRequest request,
                                                       javax.servlet.http.HttpServletResponse response)
mapping - struts ActionMappingformIn - struts ActionFormrequest - HttpServletRequestresponse - HttpServletResponse