Clearspace API (1.7.0) Core Javadocs

Uses of Class
com.jivesoftware.community.ProfileField

Packages that use ProfileField
com.jivesoftware.community Core interfaces and classes for Clearspace. 
 

Uses of ProfileField in com.jivesoftware.community
 

Methods in com.jivesoftware.community that return ProfileField
 ProfileField ProfileFieldManager.createProfileField(ProfileField field)
          Creates a new profile field.
 ProfileField ProfileFieldManager.getProfileField(long fieldID)
          Gets a profile field object by its id.
 

Methods in com.jivesoftware.community that return types with arguments of type ProfileField
 java.util.List<ProfileField> ProfileFieldManager.getProfileFields()
          Gets the list of all profile fields in the system.
 

Methods in com.jivesoftware.community with parameters of type ProfileField
 ProfileField ProfileFieldManager.createProfileField(ProfileField field)
          Creates a new profile field.
 void ProfileFieldManager.editProfileField(ProfileField field)
          Edits the profile field data.
 void ProfileFieldManager.editProfileFieldOptions(ProfileField field)
          Edits the ProfileFieldOption objects for a profile field.
 void ProfileFieldManager.setIndex(ProfileField field, int newIndex)
          Sets the index of the profile field.
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.