![]() | Overloaded. Adds a preference for the current user. This information is not cached, but rather is persisted immediately. |
![]() | Overloaded. This method sets a preference on the current user. The preference can be for a specific portlet or not. |
![]() | Overloaded. Adds a session preference for the current user. This information is cached and not persisted to the database. |
![]() | Adds session preferences for the current user. This information is cached and not persisted to the database. If bCSPEncode is true, preference name and values will be CSP-encoded. |
![]() | This method sets multiple preferences on the current user. It can also delete the old preferences before adding the new preferences. The preferences can be for a specific portlet or not. |
![]() | Checks whether the current user is a member of the built-in Administrators group. |
![]() | Checks whether the current user is a guest user. |
![]() | Overloaded. Checks whether the current user has the specified activity right. |
![]() | Retrieves the current user's access level to the specified Gadget (Portlet). |
![]() | Checks whether the current user has rights to search the indicated property. The check is performed against a cached set of properties that the user can search. |
![]() | Retrieves the current user's access level to the specified Web Service. |
![]() | Purges the cache specifying the current user's activity rights. |
![]() | Purges the cache containing current user's community memberships. |
![]() | Purges the cache of the current user's MyPages. |
![]() | Purges the cache of searchable properties for the current user. |
![]() | Retrieves the current user's auth unique name. |
![]() | Retrieves the current user's Collab role memberships. |
![]() | Retrieves the current user's community memberships. |
![]() | Retrieves a cached version of one of the user's My Pages with the page ID passed in. If zero is passed in, then the user's home my page will be returned. |
![]() | Retrieves the MyPages for the current user. Note that this is different from calling IPTSession.GetMyPages(), because this is a cached version. |
![]() | Retrieves the admin folder ID where the current user's User object resides. |
![]() | Retrieves a cached IPTQueryResult of web services visible to the current user that support one or more of the 3 types of pluggable pages (personal, community, or admin). |
![]() | Retrieves the IPTSubPortalInfo for the current user. |
![]() | Retrieves the current user's group memberships as an array of group IDs. |
![]() | Retrieves the current user's ID. |
![]() | Retrieves the current user's login name. |
![]() | Retrieves the current user's display name. |
![]() | Retrieves the preferences for the current user. This information is not cached, so a roundtrip to the database is always incurred. |
![]() | This method looks up a preference set for the current user. The preference can be for a specific portlet or not. |
![]() | This method looks up preferences set for the current user. The preference can be for a specific portlet or not. |
![]() | This method looks up a preference set for the current user. |
![]() | Overloaded. This method looks up session preferences set for the current user. |
![]() | Retrieves the activity rights held by the current user. This information is not cached, and incurs a database roundtrip every time it is called. |
![]() | Queries for the header and footer for the current user. |
![]() | Removes a preference for the current user. This information is not cached, but rather is persisted immediately. |
![]() | This method removes a preference set for the current user. The preference can be for a specific portlet or not. |
![]() | This method removes multiple preferences set for the current user. The preferences can be for a specific portlet or not. |
![]() | Overloaded. Removes a session preference for the current user. This information is cached. |
![]() | Sets the subportal id of the current user for the current request |
![]() | This method sets the callback to be used when there's a new session pref being added. |
IPTSessionInfo Interface | com.plumtree.server Namespace