Class PluginVRuleModel
java.lang.Object
de.xima.fc.plugin.models.validation.PluginVRuleModel
- All Implemented Interfaces:
IPluginVRuleModel, Serializable
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()getRegex()booleanWhether this validation rule is deprecated.booleanGets whether this validation rule has custom server-side validation logic, in addition to theIPluginVRuleModel.getRegex().
-
Constructor Details
-
PluginVRuleModel
-
-
Method Details
-
getKey
- Specified by:
getKeyin interfaceIPluginVRuleModel
-
getKeyDisplayName
- Specified by:
getKeyDisplayNamein interfaceIPluginVRuleModel
-
getLocale
- Specified by:
getLocalein interfaceIPluginVRuleModel
-
getRegex
- Specified by:
getRegexin interfaceIPluginVRuleModel
-
getValidationErrorMsg
- Specified by:
getValidationErrorMsgin interfaceIPluginVRuleModel
-
isDeprecated
public boolean isDeprecated()Description copied from interface:IPluginVRuleModelWhether this validation rule is deprecated. When true, the validation rule is visually shown as deprecated. Defaults to false.- Specified by:
isDeprecatedin interfaceIPluginVRuleModel- Returns:
- true if this validation rule is deprecated, false otherwise.
-
isHasCustomValidationLogic
public boolean isHasCustomValidationLogic()Description copied from interface:IPluginVRuleModelGets whether this validation rule has custom server-side validation logic, in addition to theIPluginVRuleModel.getRegex().- Specified by:
isHasCustomValidationLogicin interfaceIPluginVRuleModel- Returns:
- Whether this rule has custom server-side validation logic.
-