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
PortalException
public static void deleteByClass(long classPK) throws PortalException
PortalException
public static DDMFormValues getDDMFormValues(long classPK) throws PortalException
PortalException
public static DDMFormValues getDDMFormValues(long ddmStructureId, String fieldNamespace, ServiceContext serviceContext) throws PortalException
PortalException
public static void update(long classPK, DDMFormValues ddmFormValues, ServiceContext serviceContext) throws PortalException
PortalException