|
|
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_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") |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| alert(o,
image="/resources/skins/default/images/alert.gif") |
|
|
|
|
| error(o,
image="/resources/skins/default/images/error.gif") |
|
|
|
|
|
|
|
| permissions(allow=None,
deny=None) |
|
|
|
|
|