|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProfileFieldManager
Defines methods used to create, access, update, and remove profile fields data.
All user profile data is managed via the ProfileManager
.
Method Summary | |
---|---|
ProfileField |
createProfileField(ProfileField field)
Creates a new profile field. |
void |
deleteProfileField(long fieldID)
Removes a profile field from the system. |
void |
editProfileField(ProfileField field)
Edits the profile field data. |
void |
editProfileFieldOptions(ProfileField field)
Edits the ProfileFieldOption objects for a profile field. |
ProfileField |
getProfileField(long fieldID)
Gets a profile field object by its id. |
java.util.List |
getProfileFields()
Gets the list of all profile fields in the system. |
void |
setIndex(ProfileField field,
int newIndex)
Sets the index of the profile field. |
Method Detail |
---|
ProfileField createProfileField(ProfileField field)
field
- the new profile field to create.
ProfileField getProfileField(long fieldID)
fieldID
- the id of the profile field.
void editProfileField(ProfileField field)
field
- the profile field to edit.void editProfileFieldOptions(ProfileField field)
ProfileFieldOption
objects for a profile field.
field
- the field containing the edited ProfileFieldOption
objects.void deleteProfileField(long fieldID)
ProfileFieldOption
objects associated with the field.
fieldID
- the id of the field to removejava.util.List getProfileFields()
void setIndex(ProfileField field, int newIndex)
field
- the profile field to adjust the index of.newIndex
- the new index value for the field.
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |