public class CopyStructureMVCActionCommand extends DDMBaseMVCActionCommand
| Constructor and Description |
|---|
CopyStructureMVCActionCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected com.liferay.dynamic.data.mapping.model.DDMStructure |
copyStructure(javax.portlet.ActionRequest actionRequest) |
protected void |
copyTemplates(javax.portlet.ActionRequest actionRequest,
long oldClassPK,
long newClassPK) |
protected void |
doProcessAction(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
protected java.lang.String |
getSaveAndContinueRedirect(javax.portlet.ActionRequest actionRequest,
com.liferay.dynamic.data.mapping.model.DDMStructure structure,
java.lang.String redirect) |
protected void |
setDDMStructureService(com.liferay.dynamic.data.mapping.service.DDMStructureService ddmStructureService) |
protected void |
setDDMTemplateService(com.liferay.dynamic.data.mapping.service.DDMTemplateService ddmTemplateService) |
getRedirect, getSaveAndContinueRedirect, getStrictPortletSetup, getStrictPortletSetup, setRedirectAttribute, setRedirectAttribute, setRedirectAttribute, updatePortletPreferencesprotected com.liferay.dynamic.data.mapping.model.DDMStructure copyStructure(javax.portlet.ActionRequest actionRequest)
throws java.lang.Exception
java.lang.Exceptionprotected void copyTemplates(javax.portlet.ActionRequest actionRequest,
long oldClassPK,
long newClassPK)
throws java.lang.Exception
java.lang.Exceptionprotected 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 java.lang.String getSaveAndContinueRedirect(javax.portlet.ActionRequest actionRequest,
com.liferay.dynamic.data.mapping.model.DDMStructure structure,
java.lang.String redirect)
throws java.lang.Exception
getSaveAndContinueRedirect in class DDMBaseMVCActionCommandjava.lang.Exceptionprotected void setDDMStructureService(com.liferay.dynamic.data.mapping.service.DDMStructureService ddmStructureService)
protected void setDDMTemplateService(com.liferay.dynamic.data.mapping.service.DDMTemplateService ddmTemplateService)