Liferay 6.2-ce-ga5

com.liferay.portal.events
Class BaseDefaultDDMStructureAction

java.lang.Object
  extended by com.liferay.portal.kernel.events.SimpleAction
      extended by com.liferay.portal.events.BaseDefaultDDMStructureAction
Direct Known Subclasses:
AddDefaultDDMStructuresAction, AddDefaultDocumentLibraryStructuresAction

public abstract class BaseDefaultDDMStructureAction
extends SimpleAction


Constructor Summary
BaseDefaultDDMStructureAction()
           
 
Method Summary
protected  void addDDMStructures(long userId, long groupId, long classNameId, String fileName, ServiceContext serviceContext)
           
protected  List<Element> getDDMStructures(String fileName, Locale locale)
           
protected  String getDynamicDDMStructureXSD(String fileName, String dynamicDDMStructureName, Locale locale)
           
 
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
 

Constructor Detail

BaseDefaultDDMStructureAction

public BaseDefaultDDMStructureAction()
Method Detail

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,
                                         Locale locale)
                                  throws DocumentException
Throws:
DocumentException

getDynamicDDMStructureXSD

protected String getDynamicDDMStructureXSD(String fileName,
                                           String dynamicDDMStructureName,
                                           Locale locale)
                                    throws DocumentException
Throws:
DocumentException

Liferay 6.2-ce-ga5