Class StorageEngineManagerUtil
Object
com.liferay.dynamic.data.mapping.kernel.StorageEngineManagerUtil
- Author:
- Rafael Praxedes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic longcreate(long companyId, long ddmStructureId, DDMFormValues ddmFormValues, ServiceContext serviceContext) static voiddeleteByClass(long classPK) static DDMFormValuesgetDDMFormValues(long classPK) static DDMFormValuesgetDDMFormValues(long ddmStructureId, String fieldNamespace, ServiceContext serviceContext) static voidupdate(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
-