public class BaseSubscribeAction extends RhnLookupDispatchAction
SUBMITTED| Constructor and Description |
|---|
BaseSubscribeAction() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
alterSubscriptions(User u,
java.util.Map<java.lang.Long,java.util.List<java.lang.Long>> chgs,
java.util.Map<java.lang.Long,java.util.List<java.lang.Long>> successes,
java.util.Map<java.lang.Long,java.util.List<java.lang.Long>> skipped) |
protected org.apache.struts.action.ActionMessages |
buildMessages(User u,
java.util.Map<java.lang.Long,java.util.List<java.lang.Long>> successes,
java.util.Map<java.lang.Long,java.util.List<java.lang.Long>> skipped) |
org.apache.struts.action.ActionForward |
changeChannels(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm formIn,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Change channels for the selected SSM systems.
|
org.apache.struts.action.ActionForward |
confirmUpdateBaseChannels(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm formIn,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Confirm the base channel changes.
|
protected SystemsPerChannelDto |
createNoneRow(DataResult noBase) |
protected SystemsPerChannelDto |
createSPCForUnbasedSystems(User user) |
protected java.util.Map<java.lang.String,java.lang.String> |
getKeyMethodMap() |
protected java.util.List<java.lang.Long> |
serversInSSMWithBase(User u,
java.lang.Long cid) |
protected java.util.List<SystemsPerChannelDto> |
setupList(User user,
javax.servlet.http.HttpServletRequest request)
Get the list of base-channels available to the System Set
|
protected void |
skip(java.lang.Long toId,
java.lang.Long srvId,
java.util.Map<java.lang.Long,java.util.List<java.lang.Long>> skipped) |
protected void |
success(java.lang.Long toId,
java.lang.Long srvId,
java.util.Map<java.lang.Long,java.util.List<java.lang.Long>> successes) |
org.apache.struts.action.ActionForward |
unspecified(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
getMethodName, 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 java.util.Map<java.lang.String,java.lang.String> getKeyMethodMap()
getKeyMethodMap in class org.apache.struts.actions.LookupDispatchActionpublic org.apache.struts.action.ActionForward unspecified(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
unspecified in class org.apache.struts.actions.DispatchActionjava.lang.Exceptionpublic org.apache.struts.action.ActionForward confirmUpdateBaseChannels(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm formIn,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
mapping - ActionMappingformIn - ActionFormrequest - ServletRequestresponse - ServletResponsepublic org.apache.struts.action.ActionForward changeChannels(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm formIn,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
mapping - ActionMappingformIn - ActionFormrequest - ServletRequestresponse - ServletResponseprotected java.util.List<SystemsPerChannelDto> setupList(User user, javax.servlet.http.HttpServletRequest request)
user - User requesting.request - Request objectprotected SystemsPerChannelDto createNoneRow(DataResult noBase)
protected SystemsPerChannelDto createSPCForUnbasedSystems(User user)
protected java.util.List<java.lang.Long> serversInSSMWithBase(User u, java.lang.Long cid)
protected void alterSubscriptions(User u, java.util.Map<java.lang.Long,java.util.List<java.lang.Long>> chgs, java.util.Map<java.lang.Long,java.util.List<java.lang.Long>> successes, java.util.Map<java.lang.Long,java.util.List<java.lang.Long>> skipped)
protected void success(java.lang.Long toId,
java.lang.Long srvId,
java.util.Map<java.lang.Long,java.util.List<java.lang.Long>> successes)
protected void skip(java.lang.Long toId,
java.lang.Long srvId,
java.util.Map<java.lang.Long,java.util.List<java.lang.Long>> skipped)
protected org.apache.struts.action.ActionMessages buildMessages(User u, java.util.Map<java.lang.Long,java.util.List<java.lang.Long>> successes, java.util.Map<java.lang.Long,java.util.List<java.lang.Long>> skipped)