|
|
findObject(y)
Manage the global connection pool and return the next available proxy
object. |
|
|
|
|
get_username()
Get the username of the currently logged in user. |
|
|
|
|
get_password()
Get the password of the currently logged in user. |
|
|
|
|
get_uid()
Get the user_id of the currently logged in user. |
|
|
|
|
get_user()
Get the user object of the currently logged in user. |
|
|
|
|
get_property_for_user(uid,
prop)
To get the user's preferences >>> get_property_for_user(uid,
"preferences") To get the user's tags >>>
get_property_for_user(uid, "tags") |
|
|