Interface ScreenNameValidator

All Known Implementing Classes:
DefaultScreenNameValidator, LiberalScreenNameValidator

public interface ScreenNameValidator
Author:
Brian Wing Shun Chan
  • Method Details

    • getAUIValidatorJS

      String getAUIValidatorJS()
    • getDescription

      String getDescription(Locale locale)
    • validate

      boolean validate(long companyId, String screenName)