Package com.liferay.social.bookmarks
Interface SocialBookmarksRegistry
public interface SocialBookmarksRegistry
Provides methods to read the available social bookmarks.
-
Method Summary
Modifier and TypeMethodDescriptiongetSocialBookmark
(String type) Retrieves a social bookmark given its type (e.g.,facebook
).Retrieves all available social bookmark types.
-
Method Details
-
getSocialBookmark
Retrieves a social bookmark given its type (e.g.,facebook
).- Parameters:
type
- the social bookmark's key- Returns:
- the social bookmark
-
getSocialBookmarksTypes
Retrieves all available social bookmark types. These are the keys that identify each social bookmark.- Returns:
- the social bookmark types
-