Clearspace API (2.5.29) Core Javadocs

Uses of Interface
com.jivesoftware.community.socialgroup.SocialGroup

Packages that use SocialGroup
com.jivesoftware.community Core interfaces and classes for Clearspace. 
com.jivesoftware.community.action Clearspace WebWork actions. 
com.jivesoftware.community.socialgroup   
 

Uses of SocialGroup in com.jivesoftware.community
 

Methods in com.jivesoftware.community with parameters of type SocialGroup
 void SearchManager.addToIndex(SocialGroup socialGroup)
          Adds an individual socialGroup to the index.
 SearchQueryCriteria SearchQueryManager.createSearchQueryCriteria(SocialGroup group)
          Returns a SearchQueryCriteria that can be used to query for social groups that are deemed similar to the provided group.
 void SearchManager.removeFromIndex(SocialGroup socialGroup)
          Removes a social group from the index.
 void SearchManager.updateIndex(SocialGroup socialGroup)
          Update an individual social group in the index.
 

Uses of SocialGroup in com.jivesoftware.community.action
 

Methods in com.jivesoftware.community.action that return types with arguments of type SocialGroup
 Iterator<SocialGroup> JiveActionSupport.getUserGroups()
           
 

Uses of SocialGroup in com.jivesoftware.community.socialgroup
 

Methods in com.jivesoftware.community.socialgroup that return SocialGroup
 SocialGroup SocialGroupManager.create(String name, SocialGroup.Type type, String description, User user, ContentRetrieval.ContentType... types)
          Creates a new Social Group
 SocialGroup SocialGroupManager.create(String name, String displayName, SocialGroup.Type type, String description, User user, ContentRetrieval.ContentType... types)
          Creates a new Social Group
 SocialGroup SocialGroupManager.getSocialGroup(long socialGroupID)
          Gets the social group with the given id
 SocialGroup SocialGroupManager.getSocialGroup(String socialGroupDisplayName)
          Gets the social group with the given display name
 

Methods in com.jivesoftware.community.socialgroup that return types with arguments of type SocialGroup
 JiveIterator<SocialGroup> SocialGroupManager.getSocialGroups()
          Returns all groups viewable by the currently authenticated user (as specified by the default group filter)
 JiveIterator<SocialGroup> SocialGroupManager.getSocialGroups(com.jivesoftware.community.socialgroup.SocialGroupResultFilter socialGroupResultFilter)
          Returns all groups viewable by the currently authenticated user (as specified by the default group filter)
 

Methods in com.jivesoftware.community.socialgroup with parameters of type SocialGroup
 void SocialGroupManager.addMember(SocialGroup socialGroup, User memberToAdd, com.jivesoftware.community.socialgroup.SocialGroupMember.Type memberType)
          Adds a user to a social group
 void SocialGroupManager.delete(SocialGroup socialGroup)
          Deletes the passed social group
 void SocialGroupManager.deleteSocialGroupImage(SocialGroup socialGroup)
          Deletes the social groups image
 InputStream SocialGroupManager.getSocialGroupImage(SocialGroup socialGroup, int size)
          Returns the profile image for a user.
 long SocialGroupManager.getSocialGroupImageID(SocialGroup socialGroup, int size)
          Returns the profile image for a user.
 JiveIterator<com.jivesoftware.community.socialgroup.SocialGroupMember> SocialGroupManager.getSocialGroupMembers(SocialGroup socialGroup)
          Gets all users, excluding invited users, that are members of the given social group.
 int SocialGroupManager.getTotalUsersInGroup(SocialGroup socialGroup)
          Returns the total number of owners and members in this social group
 boolean SocialGroupManager.isBanned(SocialGroup socialGroup, User member)
          Returns true if the user has been banned from participating in the group (as defined by SocialGroupMember.Type) false otherwise.
 boolean SocialGroupManager.isPendingApproval(SocialGroup socialGroup, User member)
          Returns true if the user is pending approval to have access to the group (as defined by SocialGroupMember.Type) false otherwise.
 boolean SocialGroupManager.isSocialGroupMember(SocialGroup socialGroup, User member)
          Returns true if the user is a member (as defined by SocialGroupMember.Type) of the social group false otherwise.
 boolean SocialGroupManager.isSocialGroupOwner(SocialGroup socialGroup, User owner)
          Returns true if the user is an owner (as defined by SocialGroupMember.Type) of the social group false otherwise.
 void SocialGroupManager.removeMember(SocialGroup socialGroup, User memberToRemove)
          Removes a member from a social group and deletes the membership details.
 void SocialGroupManager.setSocialGroupImage(SocialGroup socialGroup, String mimeType, InputStream smallImage, InputStream medImage, InputStream largeImage)
          Set a new social group image for the specified social group.
 void SocialGroupManager.update(SocialGroup socialGroup)
          Updates the passed social group
 void SocialGroupManager.updateMember(SocialGroup socialGroup, com.jivesoftware.community.socialgroup.SocialGroupMember member, com.jivesoftware.community.socialgroup.SocialGroupMember.Type memberType)
          Updates the membership of the user in the group to have the given membership type
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.