|
Clearspace API (2.5.29) Core Javadocs | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProfileField | |
|---|---|
| com.jivesoftware.community.event | Provides mechanisms to be notified of actions in the system such as new messages being created. |
| com.jivesoftware.community.user.profile | |
| Uses of ProfileField in com.jivesoftware.community.event |
|---|
| Methods in com.jivesoftware.community.event that return ProfileField | |
|---|---|
ProfileField |
ProfileFieldEvent.getProfileField()
|
| Constructors in com.jivesoftware.community.event with parameters of type ProfileField | |
|---|---|
ProfileFieldEvent(ProfileFieldEvent.Type type,
ProfileField profileField,
Map<String,Object> params)
|
|
| Uses of ProfileField in com.jivesoftware.community.user.profile |
|---|
| Methods in com.jivesoftware.community.user.profile 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. |
ProfileField |
ProfileFieldManager.getProfileField(String profileFieldName)
Gets a profile field object by its name or null if the field name is not found. |
ProfileField |
ProfileField.setRegistrationIndex(int index)
|
| Methods in com.jivesoftware.community.user.profile that return types with arguments of type ProfileField | |
|---|---|
List<ProfileField> |
ProfileFieldManager.getCustomFields()
Returns a list of all profile fields added by the administrator. |
List<ProfileField> |
ProfileFieldManager.getDefaultFields()
Returns a list of all default profile fields. |
List<ProfileField> |
ProfileFieldManager.getExternallyManagedFields()
Returns a list of all profile fields whose values are pulled from an external system such as LDAP. |
List<ProfileField> |
ProfileFieldManager.getFilterableFields()
Returns a list of all filterable profile fields. |
List<ProfileField> |
ProfileFieldManager.getProfileFields()
Gets the list of all profile fields in the system. |
| Methods in com.jivesoftware.community.user.profile 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 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||