Uses of Class
net.pricefx.server.dto.calculation.CustomFormApi.UpdateApi
Packages that use 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
Methods in net.pricefx.server.dto.calculation that return CustomFormApi.UpdateApiModifier and TypeMethodDescriptionCustomFormApi.UpdateApi.setAttributeExtension(Map<String, Object> attributeExtension) Adds a customattributeExtension___key:valuefield to the CustomForm or replaces an existing one – performs a full replacement of theattributeExtensionmap (does not update specific keys or values).CustomFormApi.UpdateApi.setAttributeExtensionValue(String name, Object value) Updates the value of an existingattributeExtension___key:valuefield 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.