Liferay 7.0-ce-b4

com.liferay.portlet.dynamicdatamapping
Class StorageEngineManagerUtil

java.lang.Object
  extended by com.liferay.portlet.dynamicdatamapping.StorageEngineManagerUtil

public class StorageEngineManagerUtil
extends Object


Constructor Summary
StorageEngineManagerUtil()
           
 
Method Summary
static long create(long companyId, long ddmStructureId, DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
static void deleteByClass(long classPK)
           
static DDMFormValues getDDMFormValues(long classPK)
           
static DDMFormValues getDDMFormValues(long ddmStructureId, String fieldNamespace, ServiceContext serviceContext)
           
static void update(long classPK, DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StorageEngineManagerUtil

public StorageEngineManagerUtil()
Method Detail

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

Liferay 7.0-ce-b4