com.liferay.portlet.dynamicdatamapping.util
Class DefaultDDMStructureUtil
java.lang.Object
com.liferay.portlet.dynamicdatamapping.util.DefaultDDMStructureUtil
public class DefaultDDMStructureUtil
- extends Object
|
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 |
DefaultDDMStructureUtil
public DefaultDDMStructureUtil()
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