Class StorageEngineManagerUtil
Object
com.liferay.dynamic.data.mapping.kernel.StorageEngineManagerUtil
- Author:
- Rafael Praxedes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
Constructor Details
-
StorageEngineManagerUtil
public StorageEngineManagerUtil()
-
-
Method Details
-
create
public static long create(long companyId, long ddmStructureId, DDMFormValues ddmFormValues, ServiceContext serviceContext) throws PortalException - Throws:
PortalException
-
deleteByClass
- Throws:
PortalException
-
getDDMFormValues
- Throws:
PortalException
-
getDDMFormValues
public static DDMFormValues getDDMFormValues(long ddmStructureId, String fieldNamespace, ServiceContext serviceContext) throws PortalException - Throws:
PortalException
-
update
public static void update(long classPK, DDMFormValues ddmFormValues, ServiceContext serviceContext) throws PortalException - Throws:
PortalException
-