public abstract class BaseDefaultDDMStructureAction
extends com.liferay.portal.kernel.events.SimpleAction
| Constructor and Description |
|---|
BaseDefaultDDMStructureAction() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addDDMStructures(long userId,
long groupId,
long classNameId,
java.lang.String fileName,
com.liferay.portal.service.ServiceContext serviceContext) |
protected java.util.List<com.liferay.portal.kernel.xml.Element> |
getDDMStructures(java.lang.String fileName,
java.util.Locale locale) |
protected java.lang.String |
getDynamicDDMStructureXSD(java.lang.String fileName,
java.lang.String dynamicDDMStructureName,
java.util.Locale locale) |
protected void addDDMStructures(long userId,
long groupId,
long classNameId,
java.lang.String fileName,
com.liferay.portal.service.ServiceContext serviceContext)
throws java.lang.Exception
java.lang.Exceptionprotected java.util.List<com.liferay.portal.kernel.xml.Element> getDDMStructures(java.lang.String fileName,
java.util.Locale locale)
throws com.liferay.portal.kernel.xml.DocumentException
com.liferay.portal.kernel.xml.DocumentExceptionprotected java.lang.String getDynamicDDMStructureXSD(java.lang.String fileName,
java.lang.String dynamicDDMStructureName,
java.util.Locale locale)
throws com.liferay.portal.kernel.xml.DocumentException
com.liferay.portal.kernel.xml.DocumentException