Interface UserSettings
-
- All Known Implementing Classes:
UserSettingsImpl
public interface UserSettings
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getComponentId()
String
getUserId()
UserInfo
getUserInfo(String name)
List<UserInfo>
getUserInfos()
boolean
isValid()
return true if userInfos is not emptyvoid
load(DataRecord data, RecordTemplate template)
Fill the given data record with user information
-
-
-
Method Detail
-
isValid
boolean isValid()
return true if userInfos is not empty
-
getUserId
String getUserId()
-
getComponentId
String getComponentId()
-
load
void load(DataRecord data, RecordTemplate template)
Fill the given data record with user information- Parameters:
data
- the data recordtemplate
- the record template
-
-