|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.netweaver.bc.uwl.connect.UserInfo
UserInfo contains user and his locale information. This object is stored in the Pull Channels. UserInfo is immutable object.
IPullChannel.getUserInfo(java.lang.String)| Constructor Summary | |
UserInfo(IUser usr,
Locale loc)
|
|
| Method Summary | |
String |
getBackEndUser()
If Back end has a different user, it could be mapped and stored here. |
Locale |
getLocale()
Method to return users locale. |
IUser |
getUser()
Returns the IUser object. |
String |
getUserId()
Returns users unique identifer. |
void |
setBackEndUser(String beUser)
If Back end has a different user, it could be mapped and stored here. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public UserInfo(IUser usr,
Locale loc)
| Method Detail |
public Locale getLocale()
public String getUserId()
public IUser getUser()
public String getBackEndUser()
public void setBackEndUser(String beUser)
beUser - not null
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||