public class NewsAction extends BaseAction
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
UNREAD_NEWS_PERSONAL_KEY |
FORWARD_DEFAULT, log, mapper, setup| Constructor and Description |
|---|
NewsAction() |
| Modifier and Type | Method and Description |
|---|---|
ActionForward |
newsDelete(ActionMapping mapping,
DynActionForm form,
HttpServletRequest request,
HttpServletResponse response,
java.sql.Connection con) |
ActionForward |
newsEdit(ActionMapping mapping,
DynActionForm form,
HttpServletRequest request,
HttpServletResponse response,
java.sql.Connection con) |
ActionForward |
newsGet(ActionMapping mapping,
DynActionForm form,
HttpServletRequest request,
HttpServletResponse response,
java.sql.Connection con) |
ActionForward |
newsList(ActionMapping mapping,
DynActionForm form,
HttpServletRequest request,
HttpServletResponse response,
java.sql.Connection con) |
ActionForward |
newsSetAllRead(ActionMapping mapping,
DynActionForm form,
HttpServletRequest request,
HttpServletResponse response,
java.sql.Connection con) |
ActionForward |
newsSetRead(ActionMapping mapping,
DynActionForm form,
HttpServletRequest request,
HttpServletResponse response,
java.sql.Connection con) |
ActionForward |
newsUpdate(ActionMapping mapping,
DynActionForm form,
HttpServletRequest request,
HttpServletResponse response,
java.sql.Connection con) |
checkModifyed, dispatchMethod, getAccess, getDefaultMapper, processJsonForward, processJsonForward, processJsonForward, processJsonForward, processJsonForward, processJsonForward, processUserTypedForward, processUserTypedForward, processUserTypedForward, processUserTypedForward, unspecified, unspecified, unspecified, unspecified, unspecified, writeBytesToOutputStreampublic static final java.lang.String UNREAD_NEWS_PERSONAL_KEY
public ActionForward newsUpdate(ActionMapping mapping,
DynActionForm form,
HttpServletRequest request,
HttpServletResponse response,
java.sql.Connection con)
throws BGException
BGExceptionpublic ActionForward newsEdit(ActionMapping mapping,
DynActionForm form,
HttpServletRequest request,
HttpServletResponse response,
java.sql.Connection con)
throws java.lang.Exception
java.lang.Exceptionpublic ActionForward newsList(ActionMapping mapping,
DynActionForm form,
HttpServletRequest request,
HttpServletResponse response,
java.sql.Connection con)
throws java.lang.Exception
java.lang.Exceptionpublic ActionForward newsGet(ActionMapping mapping,
DynActionForm form,
HttpServletRequest request,
HttpServletResponse response,
java.sql.Connection con)
throws java.lang.Exception
java.lang.Exceptionpublic ActionForward newsSetRead(ActionMapping mapping,
DynActionForm form,
HttpServletRequest request,
HttpServletResponse response,
java.sql.Connection con)
throws java.lang.Exception
java.lang.Exceptionpublic ActionForward newsSetAllRead(ActionMapping mapping,
DynActionForm form,
HttpServletRequest request,
HttpServletResponse response,
java.sql.Connection con)
throws java.lang.Exception
java.lang.Exceptionpublic ActionForward newsDelete(ActionMapping mapping,
DynActionForm form,
HttpServletRequest request,
HttpServletResponse response,
java.sql.Connection con)
throws java.lang.Exception
java.lang.Exception