public class StorageEngineManagerUtil
extends Object
| Constructor and Description |
|---|
StorageEngineManagerUtil() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public static long create(long companyId,
long ddmStructureId,
DDMFormValues ddmFormValues,
ServiceContext serviceContext)
throws PortalException
PortalExceptionpublic static void deleteByClass(long classPK)
throws PortalException
PortalExceptionpublic static DDMFormValues getDDMFormValues(long classPK) throws PortalException
PortalExceptionpublic static DDMFormValues getDDMFormValues(long ddmStructureId, String fieldNamespace, ServiceContext serviceContext) throws PortalException
PortalExceptionpublic static void update(long classPK,
DDMFormValues ddmFormValues,
ServiceContext serviceContext)
throws PortalException
PortalException