com.liferay.portlet.dynamicdatamapping
Class StorageEngineManagerUtil
java.lang.Object
com.liferay.portlet.dynamicdatamapping.StorageEngineManagerUtil
public class StorageEngineManagerUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StorageEngineManagerUtil
public StorageEngineManagerUtil()
create
public static long create(long companyId,
long ddmStructureId,
DDMFormValues ddmFormValues,
ServiceContext serviceContext)
throws PortalException
- Throws:
PortalException
deleteByClass
public static void deleteByClass(long classPK)
throws PortalException
- Throws:
PortalException
getDDMFormValues
public static DDMFormValues getDDMFormValues(long classPK)
throws PortalException
- Throws:
PortalException
getDDMFormValues
public static DDMFormValues getDDMFormValues(long ddmStructureId,
String fieldNamespace,
ServiceContext serviceContext)
throws PortalException
- Throws:
PortalException
update
public static void update(long classPK,
DDMFormValues ddmFormValues,
ServiceContext serviceContext)
throws PortalException
- Throws:
PortalException