Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- ACTIVITY_STREAM_TAB_SELECTED_COOKIED - Static variable in class org.exoplatform.social.webui.Utils
-
.
- ACTIVITY_STREAM_VISITED_PREFIX_COOKIED - Static variable in class org.exoplatform.social.webui.Utils
- appRes(String) - Static method in class org.exoplatform.social.webui.Utils
-
Get Resource bundle.
C
- canEdit(String, Identity) - Method in class io.meeds.social.portlet.CMSPortlet
- centerTrunc(String, int, int) - Static method in class org.exoplatform.social.webui.Utils
-
Truncates large Strings showing a portion of the String's head and tail with the center cut out and replaced with '...'.
- CMSPortlet - Class in io.meeds.social.portlet
- CMSPortlet() - Constructor for class io.meeds.social.portlet.CMSPortlet
- contentType - Variable in class io.meeds.social.portlet.CMSPortlet
D
- DATA_INIT_PREFERENCE_NAME - Static variable in class io.meeds.social.portlet.CMSPortlet
- doView(RenderRequest, RenderResponse) - Method in class io.meeds.social.portlet.CMSPortlet
F
G
- getActivityID() - Static method in class org.exoplatform.social.webui.Utils
-
Get activity's id
- getActivityManager() - Static method in class org.exoplatform.social.webui.Utils
-
Gets activityManager
- getCommentID() - Static method in class org.exoplatform.social.webui.Utils
-
Get focused comment's id
- getCookies(String) - Static method in class org.exoplatform.social.webui.Utils
- getCurrentUser() - Static method in class org.exoplatform.social.webui.URLUtils
- getEnableUsers(String[]) - Static method in class org.exoplatform.social.webui.Utils
-
Get only users who are enable
- getExoRouter() - Static method in class org.exoplatform.social.webui.Utils
-
Gets ExoRouter
- getHeader(String) - Static method in class org.exoplatform.social.webui.Utils
-
Gets the header parameter
- getIdentityManager() - Static method in class org.exoplatform.social.webui.Utils
-
Gets identityManager
- getLastVisited(String, String) - Static method in class org.exoplatform.social.webui.Utils
- getOwnerFriends() - Static method in class org.exoplatform.social.webui.Utils
-
Gets list of friends of owner user
- getOwnerIdentity() - Static method in class org.exoplatform.social.webui.Utils
-
Gets identity of owner user.
- getOwnerIdentity(boolean) - Static method in class org.exoplatform.social.webui.Utils
-
Gets identity of owner user.
- getOwnerIdentityId() - Static method in class org.exoplatform.social.webui.Utils
- getOwnerRemoteId() - Static method in class org.exoplatform.social.webui.Utils
-
Gets remote id of owner user (depends on URL: .../remoteId).
- getOwnerSpaceIdentity() - Static method in class org.exoplatform.social.webui.Utils
-
Gets space identity of the owner space (from remote id)
- getRelationship(Identity) - Static method in class org.exoplatform.social.webui.Utils
- getRelationshipManager() - Static method in class org.exoplatform.social.webui.Utils
-
Gets relationshipManager
- getSelectedNode() - Static method in class org.exoplatform.social.webui.Utils
-
Gets selected node name.
- getSpaceByContext() - Static method in class org.exoplatform.social.webui.Utils
- getSpaceHomeURL(Space) - Static method in class org.exoplatform.social.webui.Utils
-
Gets the space home url of a space.
- getSpaceIdByContext() - Static method in class org.exoplatform.social.webui.Utils
- getSpaceIdentity(String, boolean) - Static method in class org.exoplatform.social.webui.Utils
-
Gets identity from the remote id (space name)
- getSpaceService() - Static method in class org.exoplatform.social.webui.Utils
-
Gets spaceService
- getSpaceURL(UserNode) - Static method in class org.exoplatform.social.webui.Utils
-
Get the space url.
- getSpaceUrlByContext() - Static method in class org.exoplatform.social.webui.Utils
-
Gets the space url based on the current context.
- getURI(String) - Static method in class org.exoplatform.social.webui.Utils
-
Get the uri.
- getUserIdentity(String) - Static method in class org.exoplatform.social.webui.Utils
-
Retrieve Social Identity of user
- getUserIdentity(String, boolean) - Static method in class org.exoplatform.social.webui.Utils
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getValueFromRequestParam(String) - Static method in class org.exoplatform.social.webui.Utils
- getViewerFriends() - Static method in class org.exoplatform.social.webui.Utils
-
Gets list of friends of viewer user
- getViewerIdentity() - Static method in class org.exoplatform.social.webui.Utils
-
Gets identity of viewer user (logged-in user).
- getViewerIdentity(boolean) - Static method in class org.exoplatform.social.webui.Utils
-
Gets identity of viewer user (logged-in user).
- getViewerIdentityId() - Static method in class org.exoplatform.social.webui.Utils
- getViewerRemoteId() - Static method in class org.exoplatform.social.webui.Utils
-
Gets remote id of viewer user.
- getViewerTimezone() - Static method in class org.exoplatform.social.webui.Utils
- getViewerTimezoneDSTSavings() - Static method in class org.exoplatform.social.webui.Utils
H
- hasCookies(String) - Static method in class org.exoplatform.social.webui.Utils
I
- init(PortletConfig) - Method in class io.meeds.social.portlet.CMSPortlet
- io.meeds.social.portlet - package io.meeds.social.portlet
- isEnableUser(String) - Static method in class org.exoplatform.social.webui.Utils
-
Check if an user is enable/disable from the remote id (user name)
- isExpandLikers() - Static method in class org.exoplatform.social.webui.Utils
-
Check the request param of url to verify if need expand all likers
- isExternal(Identity) - Static method in class org.exoplatform.social.webui.Utils
-
Check if the user is external
- isFocusCommentBox() - Static method in class org.exoplatform.social.webui.Utils
-
Check the request param of url to verify if need focus to comment box
- isFocusCommentReplyBox() - Static method in class org.exoplatform.social.webui.Utils
-
Check the request param of url to verify if need focus to comment reply box
- isHomePage() - Static method in class org.exoplatform.social.webui.Utils
-
Determines current displayed page is Home or not base on selected node.
- isOwner() - Static method in class org.exoplatform.social.webui.Utils
-
Checks if the owner user is the viewer user.
- isSettingNameExists(String) - Method in class io.meeds.social.portlet.CMSPortlet
-
Checks whether the setting name exists or not in internal Portlet API store
- isSpaceContext() - Static method in class org.exoplatform.social.webui.Utils
-
Check whether is being in a space context or not.
- isSpacesManager(Identity) - Static method in class org.exoplatform.social.webui.Utils
L
- LAST_UPDATED_ACTIVITIES_NUM - Static variable in class org.exoplatform.social.webui.Utils
- listToString(List<String>, String) - Static method in class org.exoplatform.social.webui.Utils
N
- NAME - Static variable in class io.meeds.social.portlet.CMSPortlet
- normalizeString(String) - Static method in class org.exoplatform.social.webui.Utils
-
Trim space characters at the beginning and end of string.
- NOT_SEEN_ACTIVITIES_COOKIES - Static variable in class org.exoplatform.social.webui.Utils
-
.
O
- OLD_FROM - Static variable in class org.exoplatform.social.webui.Utils
- org.exoplatform.social.webui - package org.exoplatform.social.webui
P
- postSettingInit(PortletPreferences, String) - Method in class io.meeds.social.portlet.CMSPortlet
- preSettingInit(PortletPreferences, String) - Method in class io.meeds.social.portlet.CMSPortlet
S
- savePreference(String, String) - Method in class io.meeds.social.portlet.CMSPortlet
- saveSettingName(String, String, long) - Method in class io.meeds.social.portlet.CMSPortlet
-
Saves associated portlet setting unique identifier (name) in specific Portlet associated API store with the associated page reference
- SEEN_ACTIVITIES_COOKIES - Static variable in class org.exoplatform.social.webui.Utils
- setCookies(String, String) - Static method in class org.exoplatform.social.webui.Utils
- setLastVisited(String) - Static method in class org.exoplatform.social.webui.Utils
- setViewRequestAttributes(String, RenderRequest, RenderResponse) - Method in class io.meeds.social.portlet.CMSPortlet
T
- TO - Static variable in class org.exoplatform.social.webui.Utils
- trunc(String, int) - Static method in class org.exoplatform.social.webui.Utils
-
Truncates large Strings showing a portion of the String's head and tail with the head cut out and replaced with '...'.
U
- updateWorkingWorkSpace() - Static method in class org.exoplatform.social.webui.Utils
-
Updates working work space.
- URLUtils - Class in org.exoplatform.social.webui
-
Processes url and returns the some type of result base on url.
- URLUtils() - Constructor for class org.exoplatform.social.webui.URLUtils
- Utils - Class in org.exoplatform.social.webui
-
Contains some common methods for using as utility.
- Utils() - Constructor for class org.exoplatform.social.webui.Utils
All Classes and Interfaces|All Packages|Constant Field Values
getUserIdentity(String)