|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface class for protected attribute get/set interface for objects: requests include TWGUser object of user requesting action, allowing rejection of unauthorized requests.
Method Summary | |
---|---|
DataValue |
getAttributeValue(java.lang.String id,
java.util.Locale loc,
TWGUser usr)
Get value of attribute with given ID |
boolean |
setAttributeValue(java.lang.String id,
DataValue val,
TWGUser usr)
Set value of attribute with given ID |
Methods inherited from interface com.tivoli.twg.engine.TWGGetSetInterface |
---|
getAttributeIDList, getAttributeType, getAttributeValue, setAttributeValue |
Method Detail |
public DataValue getAttributeValue(java.lang.String id, java.util.Locale loc, TWGUser usr) throws UserNotAuthorizedException
id
- - attribute ID requestedloc
- - locale to use for value, if applicableusr
- - user requesting attribute
UserNotAuthorizedException
- if request not allowedpublic boolean setAttributeValue(java.lang.String id, DataValue val, TWGUser usr) throws UserNotAuthorizedException
id
- - attribute ID to be setval
- - attribute value to be setusr
- - user setting attribute
UserNotAuthorizedException
- if request not allowed
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |