|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserSettings
Method Summary | |
---|---|
String |
getPeasId()
Get the peas id |
String |
getSettingsId()
For persistence in database Get this object id |
String |
getUserId()
Get the user id |
UserInfo |
getUserInfo(String name)
|
UserInfo[] |
getUserInfos()
|
boolean |
isValid()
return true if userInfos is not empty |
void |
load(DataRecord data,
RecordTemplate template)
Fill the given data record with user information |
void |
save()
Saves this settings in database |
void |
update(DataRecord data,
RecordTemplate template)
Update the settings with a given DataRecord |
Method Detail |
---|
boolean isValid()
String getSettingsId()
String getUserId()
String getPeasId()
UserInfo[] getUserInfos()
UserInfo getUserInfo(String name)
void load(DataRecord data, RecordTemplate template)
data
- the data recordtemplate
- the record templatevoid save() throws WorkflowException
WorkflowException
void update(DataRecord data, RecordTemplate template)
data
- the data recordtemplate
- the record template
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |