Uses of Class
com.avoka.fc.core.entity.SubmissionExtractSearch
-
Packages that use SubmissionExtractSearch Package Description com.avoka.fc.core.entity.auto Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne. -
-
Uses of SubmissionExtractSearch in com.avoka.fc.core.entity.auto
Fields in com.avoka.fc.core.entity.auto with type parameters of type SubmissionExtractSearch Modifier and Type Field Description static org.apache.cayenne.exp.Property<List<SubmissionExtractSearch>>
_Submission. EXTRACT_SEARCH
Provides the 'EXTRACT_SEARCH' property.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type SubmissionExtractSearch Modifier and Type Method Description List<SubmissionExtractSearch>
_Submission. getExtractSearch()
Return the ExtractSearch.Methods in com.avoka.fc.core.entity.auto with parameters of type SubmissionExtractSearch Modifier and Type Method Description void
_Submission. addToExtractSearch(SubmissionExtractSearch obj)
Add the ExtractSearch object.void
_Submission. removeFromExtractSearch(SubmissionExtractSearch obj)
Remove the ExtractSearch object.
-