public class ChannelFileDeploySubmit extends BaseSetOperateOnSelectedItemsAction
SUBMITTED| Constructor and Description | 
|---|
| ChannelFileDeploySubmit() | 
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.struts.action.ActionForward | doAll(org.apache.struts.action.ActionMapping mapping,
     org.apache.struts.action.ActionForm formIn,
     javax.servlet.http.HttpServletRequest request,
     javax.servlet.http.HttpServletResponse response)User has pushed the "submit all" button | 
| org.apache.struts.action.ActionForward | doSelected(org.apache.struts.action.ActionMapping mapping,
          org.apache.struts.action.ActionForm formIn,
          javax.servlet.http.HttpServletRequest request,
          javax.servlet.http.HttpServletResponse response)User has pushed the "submit selected" button | 
| protected DataResult | getDataResult(User user,
             org.apache.struts.action.ActionForm formIn,
             javax.servlet.http.HttpServletRequest req) | 
| 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> map)This method is used to add additional buttons to a list display. | 
| protected void | processParamMap(org.apache.struts.action.ActionForm form,
               javax.servlet.http.HttpServletRequest request,
               java.util.Map<java.lang.String,java.lang.Object> m) | 
addToMessage, addToMessage, getEmptySelectionMessage, getNoScriptMessage, handleEmptySelection, handleNoScript, operateOnElement, operateOnSelectedSet, operateOnSelectedSet, processMessagegetKeyMethodMap, 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 RhnSetDecl getSetDecl()
RhnSetActionRhnSetDeclgetSetDecl in class RhnSetActionprotected DataResult getDataResult(User user, org.apache.struts.action.ActionForm formIn, javax.servlet.http.HttpServletRequest req)
getDataResult in class RhnSetActionprotected void processParamMap(org.apache.struts.action.ActionForm form,
                               javax.servlet.http.HttpServletRequest request,
                               java.util.Map<java.lang.String,java.lang.Object> m)
processParamMap in class RhnListDispatchActionprotected void processMethodKeys(java.util.Map<java.lang.String,java.lang.String> map)
RhnListDispatchAction
    map.put("failed.jsp.rescheduleActions", "rescheduleAll");
 
 If there are no additional actions then simply return.processMethodKeys in class RhnListDispatchActionmap - Mapping between method and button names.public org.apache.struts.action.ActionForward doAll(org.apache.struts.action.ActionMapping mapping,
                                                    org.apache.struts.action.ActionForm formIn,
                                                    javax.servlet.http.HttpServletRequest request,
                                                    javax.servlet.http.HttpServletResponse response)
mapping - Struts action-mappingformIn - associated formrequest - incoming requestresponse - outgoing responsepublic org.apache.struts.action.ActionForward doSelected(org.apache.struts.action.ActionMapping mapping,
                                                         org.apache.struts.action.ActionForm formIn,
                                                         javax.servlet.http.HttpServletRequest request,
                                                         javax.servlet.http.HttpServletResponse response)
mapping - Struts action-mappingformIn - associated formrequest - incoming requesresponse - outgoing response