Interface UserGroupPropertyValidator


  • public interface UserGroupPropertyValidator
    Validates group property.
    Since:
    9.0
    • Method Detail

      • validate

        @Nullable
        java.lang.String validate​(@NotNull
                                  java.lang.String propertyValue,
                                  @Nullable
                                  SUserGroup editee,
                                  @NotNull
                                  UserGroupForm currentUserGroupData)
        Returns error text if property value is not valid, null otherwise
        Parameters:
        propertyValue - property value
        editee - group that is being edited (null if group is being created)
        currentUserGroupData - current user group data
        Returns:
        see above