| Methods in com.liferay.portlet.dynamicdatamapping.storage that throw StorageException |
long |
StorageAdapter.create(long companyId,
long ddmStructureId,
DDMFormValues ddmFormValues,
ServiceContext serviceContext)
|
long |
BaseStorageAdapter.create(long companyId,
long ddmStructureId,
DDMFormValues ddmFormValues,
ServiceContext serviceContext)
|
static long |
StorageEngineUtil.create(long companyId,
long ddmStructureId,
DDMFormValues ddmFormValues,
ServiceContext serviceContext)
|
void |
StorageAdapter.deleteByClass(long classPK)
|
void |
BaseStorageAdapter.deleteByClass(long classPK)
|
static void |
StorageEngineUtil.deleteByClass(long classPK)
|
void |
StorageAdapter.deleteByDDMStructure(long ddmStructureId)
|
void |
BaseStorageAdapter.deleteByDDMStructure(long ddmStructureId)
|
static void |
StorageEngineUtil.deleteByDDMStructure(long ddmStructureId)
|
DDMFormValues |
StorageAdapter.getDDMFormValues(long classPK)
|
DDMFormValues |
BaseStorageAdapter.getDDMFormValues(long classPK)
|
static DDMFormValues |
StorageEngineUtil.getDDMFormValues(long classPK)
|
void |
StorageAdapter.update(long classPK,
DDMFormValues ddmFormValues,
ServiceContext serviceContext)
|
void |
BaseStorageAdapter.update(long classPK,
DDMFormValues ddmFormValues,
ServiceContext serviceContext)
|
static void |
StorageEngineUtil.update(long classPK,
DDMFormValues ddmFormValues,
ServiceContext serviceContext)
|