Liferay 7.0-ce-m6

com.liferay.portlet.exportimport.action
Class EditPublishConfigurationAction

java.lang.Object
  extended by org.apache.struts.action.Action
      extended by com.liferay.portal.struts.PortletAction
          extended by com.liferay.portlet.exportimport.action.EditExportConfigurationAction
              extended by com.liferay.portlet.exportimport.action.EditPublishConfigurationAction

public class EditPublishConfigurationAction
extends EditExportConfigurationAction


Field Summary
 
Fields inherited from class org.apache.struts.action.Action
defaultLocale, servlet
 
Constructor Summary
EditPublishConfigurationAction()
           
 
Method Summary
protected  void addSessionMessages(ActionRequest actionRequest)
           
 void processAction(org.apache.struts.action.ActionMapping actionMapping, org.apache.struts.action.ActionForm actionForm, PortletConfig portletConfig, ActionRequest actionRequest, ActionResponse actionResponse)
           
protected  void relaunchPublishLayoutConfiguration(long userId, ActionRequest actionRequest)
           
 org.apache.struts.action.ActionForward render(org.apache.struts.action.ActionMapping actionMapping, org.apache.struts.action.ActionForm actionForm, PortletConfig portletConfig, RenderRequest renderRequest, RenderResponse renderResponse)
           
 void serveResource(org.apache.struts.action.ActionMapping actionMapping, org.apache.struts.action.ActionForm actionForm, PortletConfig portletConfig, ResourceRequest resourceRequest, ResourceResponse resourceResponse)
           
protected  ExportImportConfiguration updatePublishConfiguration(ActionRequest actionRequest)
           
 
Methods inherited from class com.liferay.portlet.exportimport.action.EditExportConfigurationAction
deleteExportImportConfiguration, relaunchExportLayoutConfiguration, restoreTrashEntries, updateExportConfiguration
 
Methods inherited from class com.liferay.portal.struts.PortletAction
addSuccessMessage, execute, getForward, getForward, getForwardKey, getForwardKey, getModuleConfig, getResources, getResources, getResources, getStrictPortletSetup, getStrictPortletSetup, hideDefaultErrorMessage, hideDefaultSuccessMessage, hideDefaultSuccessMessage, isCheckMethodOnProcessAction, isDisplaySuccessMessage, processEvent, redirectToLogin, sendRedirect, sendRedirect, sendRedirect, setForward, strutsExecute, writeJSON, writeJSON
 
Methods inherited from class org.apache.struts.action.Action
addErrors, addMessages, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditPublishConfigurationAction

public EditPublishConfigurationAction()
Method Detail

processAction

public void processAction(org.apache.struts.action.ActionMapping actionMapping,
                          org.apache.struts.action.ActionForm actionForm,
                          PortletConfig portletConfig,
                          ActionRequest actionRequest,
                          ActionResponse actionResponse)
                   throws Exception
Overrides:
processAction in class EditExportConfigurationAction
Throws:
Exception

render

public org.apache.struts.action.ActionForward render(org.apache.struts.action.ActionMapping actionMapping,
                                                     org.apache.struts.action.ActionForm actionForm,
                                                     PortletConfig portletConfig,
                                                     RenderRequest renderRequest,
                                                     RenderResponse renderResponse)
                                              throws Exception
Overrides:
render in class EditExportConfigurationAction
Throws:
Exception

serveResource

public void serveResource(org.apache.struts.action.ActionMapping actionMapping,
                          org.apache.struts.action.ActionForm actionForm,
                          PortletConfig portletConfig,
                          ResourceRequest resourceRequest,
                          ResourceResponse resourceResponse)
                   throws Exception
Overrides:
serveResource in class EditExportConfigurationAction
Throws:
Exception

addSessionMessages

protected void addSessionMessages(ActionRequest actionRequest)
                           throws Exception
Overrides:
addSessionMessages in class EditExportConfigurationAction
Throws:
Exception

relaunchPublishLayoutConfiguration

protected void relaunchPublishLayoutConfiguration(long userId,
                                                  ActionRequest actionRequest)
                                           throws PortalException
Throws:
PortalException

updatePublishConfiguration

protected ExportImportConfiguration updatePublishConfiguration(ActionRequest actionRequest)
                                                        throws Exception
Throws:
Exception

Liferay 7.0-ce-m6