Methods in org.figure8.join.control.action with parameters of type MailingListForm |
protected org.apache.struts.action.ActionForward |
MailingListActions.getSubscriptions(org.apache.struts.action.ActionMapping mapping,
MailingListForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Retrieve subscription for a given list or for a given user. |
protected org.apache.struts.action.ActionForward |
MailingListActions.loadMailingList(org.apache.struts.action.ActionMapping mapping,
MailingListForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Load a specified mailing list into request attribute for update. |
protected org.apache.struts.action.ActionForward |
MailingListActions.saveMailingList(org.apache.struts.action.ActionMapping mapping,
MailingListForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Save a mailing list within datastore (this is a create or update method). |
protected org.apache.struts.action.ActionForward |
MailingListActions.subscribeMailingLists(org.apache.struts.action.ActionMapping mapping,
MailingListForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Subscribe a user to a set of MailingLists. |