Uses of Class
net.pricefx.server.dto.calculation.CustomFormApi.UpdateApi
Package
Description
Defines set of data transfer object (DTO) classes related to Calculations.
-
Uses of CustomFormApi.UpdateApi in net.pricefx.server.dto.calculation
Modifier and TypeMethodDescriptionCustomFormApi.UpdateApi.setAttributeExtension
(Map<String, Object> attributeExtension) Adds a customattributeExtension___key:value
field to the CustomForm or replaces an existing one – performs a full replacement of theattributeExtension
map (does not update specific keys or values).CustomFormApi.UpdateApi.setAttributeExtensionValue
(String name, Object value) Updates the value of an existingattributeExtension___key:value
field or creates a new one.CustomFormApi.UpdateApi.setAttributeValue
(String attributeName, Object value) Updates the value of the specified 'attributeXX' column of the CustomForm class.
Example:CustomFormApi.UpdateApi.setInputValue
(String name, Object value) Sets the value for an input.CustomFormApi.UpdateApi.setUserGroupEdit
(String userGroups) Updates the value ofuserGroupEdit
.CustomFormApi.UpdateApi.setUserGroupViewDetails
(String userGroups) Updates the value ofUserGroupViewDetails
.CustomFormApi.OperationsApi.updateData()
Initiates an update operation.