Class SubmissionPropertyUtils
- java.lang.Object
-
- com.avoka.fc.core.service.submission.SubmissionPropertyUtils
-
public final class SubmissionPropertyUtils extends Object
Provides service methods around submission property values- Since:
- 18.5.0
-
-
Constructor Summary
Constructors Constructor Description SubmissionPropertyUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
encode(String string)
Encodes the string provided using the class' hash saltstatic 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()
-
-
-
Method Detail
-
store
public static 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()- Parameters:
submission
- the property is in (required)property
- being updated or created, linked to the SubmissionPropertySearch created (required)
-
-