Clearspace API (2.5.29) Core Javadocs

Uses of Class
com.jivesoftware.community.socialgroup.SocialGroup.Type

Packages that use SocialGroup.Type
com.jivesoftware.community.socialgroup   
 

Uses of SocialGroup.Type in com.jivesoftware.community.socialgroup
 

Methods in com.jivesoftware.community.socialgroup that return SocialGroup.Type
 SocialGroup.Type SocialGroup.getType()
          Returns the type of the social group.
static SocialGroup.Type SocialGroup.Type.valueOf(int id)
           
static SocialGroup.Type SocialGroup.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SocialGroup.Type[] SocialGroup.Type.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.jivesoftware.community.socialgroup with parameters of type SocialGroup.Type
 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
 void SocialGroup.setType(SocialGroup.Type type)
          Sets the type of the social group.
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.