com.liferay.portlet.dynamicdatamapping.storage
Class StorageEngineUtil
java.lang.Object
com.liferay.portlet.dynamicdatamapping.storage.StorageEngineUtil
public class StorageEngineUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StorageEngineUtil
public StorageEngineUtil()
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)