Interface I_CmsValidationHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void checkEmail​(java.lang.String email)
      Checks if the provided email is a valid email address.
      void checkFirstname​(java.lang.String firstname)
      Checks if the provided first name is valid.
      void checkGroupName​(java.lang.String groupName)
      Checks if the provided group name is a valid group name.
      void checkLastname​(java.lang.String lastname)
      Checks if the provided last name is valid.
      void checkUserName​(java.lang.String userName)
      Checks if the provided user name is a valid user name.
      void checkZipCode​(java.lang.String zipcode)
      Checks if the provided string is a valid zip code.