public interface UserGroupPropertyValidator
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
validate(java.lang.String propertyValue,
SUserGroup editee,
UserGroupForm currentUserGroupData)
Returns error text if property value is not valid, null otherwise
|
@Nullable
java.lang.String validate(@NotNull
java.lang.String propertyValue,
@Nullable
SUserGroup editee,
@NotNull
UserGroupForm currentUserGroupData)
propertyValue - property valueeditee - group that is being edited (null if group is being created)currentUserGroupData - current user group data