Interface UserSettings

  • All Known Implementing Classes:
    UserSettingsImpl

    public interface UserSettings
    • Method Detail

      • isValid

        boolean isValid()
        return true if userInfos is not empty
      • getUserId

        String getUserId()
      • getComponentId

        String getComponentId()
      • getUserInfo

        UserInfo getUserInfo​(String name)
        Returns:
        UserInfo
      • load

        void load​(DataRecord data,
                  RecordTemplate template)
        Fill the given data record with user information
        Parameters:
        data - the data record
        template - the record template