Class SubmissionPropertyUtils
java.lang.Object
com.avoka.fc.core.service.submission.SubmissionPropertyUtils
Provides service methods around submission property values
- Since:
- 18.5.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic final String
Encodes the string provided using the class' hash saltstatic final void
store
(Submission submission, SubmissionProperty property) Creates or Updates a SubmissionPropertySearch record when a submission property value is set Search hash is set for the SubmissionPropertySearch This is called in SubmissionProperty.setPropertyValue()
-
Constructor Details
-
SubmissionPropertyUtils
public SubmissionPropertyUtils()
-
-
Method Details
-
store
Creates or Updates a SubmissionPropertySearch record when a submission property value is set Search hash is set for the SubmissionPropertySearch This is called in SubmissionProperty.setPropertyValue()- Parameters:
submission
- the property is in (required)property
- being updated or created, linked to the SubmissionPropertySearch created (required)
-
encode
Encodes the string provided using the class' hash salt- Parameters:
string
- to encode (required)- Returns:
- encoded string
-