Module jp.ecuacion.splib.web
Interface SearchRecordInterface
- All Superinterfaces:
RecordInterface
Has features related web environment and search function.
-
Method Summary
Modifier and TypeMethodDescriptiondefault StringgetSearchPatternComment(Locale locale, String fieldName) Gets SearchPatternComment.default Map<String, StringMatchingConditionBean> 項目ごとのsearch patternを返す。Methods inherited from interface jp.ecuacion.splib.web.form.record.RecordInterface
getDisplayName, getHtmlField, getHtmlFields, getNotEmptyFields, isNotEmpty, mergeHtmlFields, needsCommas
-
Method Details
-
getSearchPatterns
項目ごとのsearch patternを返す。全項目を設定する必要はなく、検索で使用する項目のみで良い. -
getSearchPatternComment
Gets SearchPatternComment.- Parameters:
locale- localefieldName- fieldName- Returns:
- String
-