Liferay 7.0-ce-m6

com.liferay.portlet.dynamicdatamapping.util
Class DefaultDDMStructureUtil

java.lang.Object
  extended by com.liferay.portlet.dynamicdatamapping.util.DefaultDDMStructureUtil

public class DefaultDDMStructureUtil
extends Object


Constructor Summary
DefaultDDMStructureUtil()
           
 
Method Summary
static void addDDMStructures(long userId, long groupId, long classNameId, ClassLoader classLoader, String fileName, ServiceContext serviceContext)
           
protected static List<Element> getDDMStructures(ClassLoader classLoader, String fileName, Locale locale)
           
static String getDynamicDDMStructureDefinition(ClassLoader classLoader, String fileName, String dynamicDDMStructureName, Locale locale)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDDMStructureUtil

public DefaultDDMStructureUtil()
Method Detail

addDDMStructures

public static void addDDMStructures(long userId,
                                    long groupId,
                                    long classNameId,
                                    ClassLoader classLoader,
                                    String fileName,
                                    ServiceContext serviceContext)
                             throws Exception
Throws:
Exception

getDynamicDDMStructureDefinition

public static String getDynamicDDMStructureDefinition(ClassLoader classLoader,
                                                      String fileName,
                                                      String dynamicDDMStructureName,
                                                      Locale locale)
                                               throws Exception
Throws:
Exception

getDDMStructures

protected static List<Element> getDDMStructures(ClassLoader classLoader,
                                                String fileName,
                                                Locale locale)
                                         throws Exception
Throws:
Exception

Liferay 7.0-ce-m6