com.liferay.portal.events
Class BaseDefaultDDMStructureAction
java.lang.Object
com.liferay.portal.kernel.events.SimpleAction
com.liferay.portal.events.BaseDefaultDDMStructureAction
- Direct Known Subclasses:
- AddDefaultDDMStructuresAction, AddDefaultDocumentLibraryStructuresAction
public abstract class BaseDefaultDDMStructureAction
- extends SimpleAction
Methods inherited from class com.liferay.portal.kernel.events.SimpleAction |
run |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseDefaultDDMStructureAction
public BaseDefaultDDMStructureAction()
addDDMStructures
protected void addDDMStructures(long userId,
long groupId,
long classNameId,
String fileName,
ServiceContext serviceContext)
throws Exception
- Throws:
Exception
getDDMStructures
protected List<Element> getDDMStructures(String fileName)
throws DocumentException
- Throws:
DocumentException
getDynamicDDMStructureXSD
protected String getDynamicDDMStructureXSD(String fileName,
String dynamicDDMStructureName)
throws DocumentException
- Throws:
DocumentException