Uses of Class
net.pricefx.server.dto.calculation.CustomFormApi.CustomFormBuilder
Package
Description
Defines set of data transfer object (DTO) classes related to Calculations.
-
Uses of CustomFormApi.CustomFormBuilder in net.pricefx.server.dto.calculation
Modifier and TypeMethodDescriptionCustomFormApi.newCustomForm()
Initiates a builder object to create a new Custom Form.CustomFormApi.CustomFormBuilder.setAttributeExtension
(Map<String, Object> attributeExtension) Adds a customattributeExtension___key:value
field to the CustomForm.CustomFormApi.CustomFormBuilder.setAttributeExtensionValue
(String name, Object value) Updates the value of an existingattributeExtension___key:value
field or creates a new one.CustomFormApi.CustomFormBuilder.setAttributeValue
(String attributeName, Object value) Sets the value of the specified 'attributeXX' column of the CustomForm class.
Example:Sets the Custom Form label.
Example:Sets the Custom Form name.Sets the Custom Form Type id.CustomFormApi.CustomFormBuilder.setUserGroupEdit
(String userGroupEdit) Sets the Custom Form User Group Edit.CustomFormApi.CustomFormBuilder.setUserGroupViewDetails
(String userGroupViewDetails) Sets the Custom Form User Group View Details.