Class DDMStorageAdapterSaveRequest.Builder
java.lang.Object
com.liferay.dynamic.data.mapping.storage.DDMStorageAdapterSaveRequest.Builder
- Enclosing class:
- DDMStorageAdapterSaveRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
newBuilder
(long userId, long scopeGroupId, DDMFormValues ddmFormValues) Deprecated.newBuilder
(long userId, DDMFormValues ddmFormValues) withClassName
(String className) withDDMFormInstance
(DDMFormInstance ddmFormInstance) withGroupId
(long groupId) withPrimaryKey
(long primaryKey) withStructureId
(long structureId)
-
Method Details
-
newBuilder
public static DDMStorageAdapterSaveRequest.Builder newBuilder(long userId, DDMFormValues ddmFormValues) -
newBuilder
@Deprecated public static DDMStorageAdapterSaveRequest.Builder newBuilder(long userId, long scopeGroupId, DDMFormValues ddmFormValues) Deprecated.As of Cavanaugh (7.4.x), replaced bynewBuilder(long, DDMFormValues)
-
build
-
withClassName
-
withDDMFormInstance
-
withGroupId
-
withPrimaryKey
-
withStructureId
-
withUuid
-
newBuilder(long, DDMFormValues)