| com.liferay.portal.struts.PortletAction com.liferay.portlet.journal.action.EditArticleAction
Method Summary | |
protected void | approveArticle(ActionRequest req) | protected void | deleteArticles(ActionRequest req) | protected void | expireArticles(ActionRequest req) | protected Map | getImages(UploadPortletRequest uploadReq) | protected String | getSaveAndContinueRedirect(PortletConfig config, ActionRequest req, JournalArticle article, String redirect) | public void | processAction(ActionMapping mapping, ActionForm form, PortletConfig config, ActionRequest req, ActionResponse res) | protected void | removeArticlesLocale(ActionRequest req) | public ActionForward | render(ActionMapping mapping, ActionForm form, PortletConfig config, RenderRequest req, RenderResponse res) | protected JournalArticle | updateArticle(ActionRequest req) | protected void | updateContentSearch(ActionRequest req, String portletResource, String articleId) |
VERSION_SEPARATOR | final public static String VERSION_SEPARATOR(Code) | | |
approveArticle | protected void approveArticle(ActionRequest req) throws Exception(Code) | | |
deleteArticles | protected void deleteArticles(ActionRequest req) throws Exception(Code) | | |
expireArticles | protected void expireArticles(ActionRequest req) throws Exception(Code) | | |
processAction | public void processAction(ActionMapping mapping, ActionForm form, PortletConfig config, ActionRequest req, ActionResponse res) throws Exception(Code) | | |
removeArticlesLocale | protected void removeArticlesLocale(ActionRequest req) throws Exception(Code) | | |
render | public ActionForward render(ActionMapping mapping, ActionForm form, PortletConfig config, RenderRequest req, RenderResponse res) throws Exception(Code) | | |
updateContentSearch | protected void updateContentSearch(ActionRequest req, String portletResource, String articleId) throws Exception(Code) | | |
Methods inherited from com.liferay.portal.struts.PortletAction | public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest req, HttpServletResponse res) throws Exception(Code)(Java Doc) protected String getForward(PortletRequest req)(Code)(Java Doc) protected String getForward(PortletRequest req, String defaultValue)(Code)(Java Doc) public static String getForwardKey(HttpServletRequest req)(Code)(Java Doc) public static String getForwardKey(PortletRequest req)(Code)(Java Doc) protected ModuleConfig getModuleConfig(PortletRequest req)(Code)(Java Doc) protected MessageResources getResources()(Code)(Java Doc) protected MessageResources getResources(HttpServletRequest req)(Code)(Java Doc) protected MessageResources getResources(PortletRequest req)(Code)(Java Doc) protected boolean isCheckMethodOnProcessAction()(Code)(Java Doc) public void processAction(ActionMapping mapping, ActionForm form, PortletConfig config, ActionRequest req, ActionResponse res) throws Exception(Code)(Java Doc) protected boolean redirectToLogin(ActionRequest req, ActionResponse res) throws IOException(Code)(Java Doc) public ActionForward render(ActionMapping mapping, ActionForm form, PortletConfig config, RenderRequest req, RenderResponse res) throws Exception(Code)(Java Doc) protected void sendRedirect(ActionRequest req, ActionResponse res) throws IOException(Code)(Java Doc) protected void sendRedirect(ActionRequest req, ActionResponse res, String redirect) throws IOException(Code)(Java Doc) protected void setForward(PortletRequest req, String forward)(Code)(Java Doc) public ActionForward strutsExecute(ActionMapping mapping, ActionForm form, HttpServletRequest req, HttpServletResponse res) throws Exception(Code)(Java Doc)
|
|
|