public class EditPublishConfigurationMVCActionCommand
extends com.liferay.portal.kernel.portlet.bridges.mvc.BaseMVCActionCommand
| Constructor and Description |
|---|
EditPublishConfigurationMVCActionCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
deleteExportImportConfiguration(javax.portlet.ActionRequest actionRequest,
boolean moveToTrash) |
protected void |
doProcessAction(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
protected void |
relaunchPublishLayoutConfiguration(long userId,
javax.portlet.ActionRequest actionRequest) |
protected void |
restoreTrashEntries(javax.portlet.ActionRequest actionRequest) |
protected void |
setExportImportConfigurationLocalService(com.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService exportImportConfigurationLocalService) |
protected void |
setExportImportConfigurationService(com.liferay.exportimport.kernel.service.ExportImportConfigurationService exportImportConfigurationService) |
protected void |
setGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService) |
protected void |
setLayoutIdMap(javax.portlet.ActionRequest actionRequest) |
protected void |
setTrashEntryService(com.liferay.trash.kernel.service.TrashEntryService trashEntryService) |
protected void |
unsetExportImportConfigurationLocalService(com.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService exportImportConfigurationLocalService) |
protected com.liferay.exportimport.kernel.model.ExportImportConfiguration |
updatePublishConfiguration(javax.portlet.ActionRequest actionRequest) |
public EditPublishConfigurationMVCActionCommand()
protected void deleteExportImportConfiguration(javax.portlet.ActionRequest actionRequest,
boolean moveToTrash)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionprotected void doProcessAction(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws java.lang.Exception
doProcessAction in class com.liferay.portal.kernel.portlet.bridges.mvc.BaseMVCActionCommandjava.lang.Exceptionprotected void relaunchPublishLayoutConfiguration(long userId,
javax.portlet.ActionRequest actionRequest)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionprotected void restoreTrashEntries(javax.portlet.ActionRequest actionRequest)
throws java.lang.Exception
java.lang.Exceptionprotected void setExportImportConfigurationLocalService(com.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService exportImportConfigurationLocalService)
protected void setExportImportConfigurationService(com.liferay.exportimport.kernel.service.ExportImportConfigurationService exportImportConfigurationService)
protected void setGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService)
protected void setLayoutIdMap(javax.portlet.ActionRequest actionRequest)
protected void setTrashEntryService(com.liferay.trash.kernel.service.TrashEntryService trashEntryService)
protected void unsetExportImportConfigurationLocalService(com.liferay.exportimport.kernel.service.ExportImportConfigurationLocalService exportImportConfigurationLocalService)
protected com.liferay.exportimport.kernel.model.ExportImportConfiguration updatePublishConfiguration(javax.portlet.ActionRequest actionRequest)
throws java.lang.Exception
java.lang.Exception