Liferay 7.0-ce-m6

com.liferay.portlet.dynamicdatamapping.storage
Class StorageEngineUtil

java.lang.Object
  extended by com.liferay.portlet.dynamicdatamapping.storage.StorageEngineUtil

public class StorageEngineUtil
extends Object


Constructor Summary
StorageEngineUtil()
           
 
Method Summary
static long create(long companyId, long ddmStructureId, DDMFormValues ddmFormValues, ServiceContext serviceContext)
           
static void deleteByClass(long classPK)
           
static void deleteByDDMStructure(long ddmStructureId)
           
static DDMFormValues getDDMFormValues(long classPK)
           
static StorageEngine getStorageEngine()
           
 void setStorageEngine(StorageEngine storageEngine)
           
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

StorageEngineUtil

public StorageEngineUtil()
Method Detail

create

public static long create(long companyId,
                          long ddmStructureId,
                          DDMFormValues ddmFormValues,
                          ServiceContext serviceContext)
                   throws StorageException
Throws:
StorageException

deleteByClass

public static void deleteByClass(long classPK)
                          throws StorageException
Throws:
StorageException

deleteByDDMStructure

public static void deleteByDDMStructure(long ddmStructureId)
                                 throws StorageException
Throws:
StorageException

getDDMFormValues

public static DDMFormValues getDDMFormValues(long classPK)
                                      throws StorageException
Throws:
StorageException

getStorageEngine

public static StorageEngine getStorageEngine()

update

public static void update(long classPK,
                          DDMFormValues ddmFormValues,
                          ServiceContext serviceContext)
                   throws StorageException
Throws:
StorageException

setStorageEngine

public void setStorageEngine(StorageEngine storageEngine)

Liferay 7.0-ce-m6