|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Used to store user profile layout information in the database. A profile page consists of several profile sections, which consist of several properties. Confusingly, in the UI a profile page is called a "Section."
IPTProfileSection| Method Summary | |
java.lang.Object[] |
GetChildSections()
Returns the list of section ids on this page. |
boolean |
GetIsPrivate()
Deprecated. |
int |
GetPosition()
Returns the position of this page in the user profile editor. |
void |
SetChildSections(java.lang.Object[] Value)
Sets the list of section ids on this page. |
void |
SetIsPrivate(boolean Value)
Unused. |
void |
SetPosition(int Value)
Sets the position of this page in the user profile editor. |
| Methods inherited from interface com.plumtree.server.IPTObject |
GetAdminFolderID, GetClassID, GetCreated, GetImageUUID, GetLastModified, GetObjectProperties, SetAdminFolderID, SetImageUUID, SetLastModified |
| Methods inherited from interface com.plumtree.server.IPTLocalizable |
GetDescription, GetIsLocalized, GetLocalizedDescription, GetLocalizedDescriptions, GetLocalizedName, GetLocalizedNames, GetName, GetPrimaryLang, GetSupportsLocalization, SetDescription, SetIsLocalized, SetLocalizedDescriptions, SetLocalizedNames, SetName, SetPrimaryLang |
| Methods inherited from interface com.plumtree.server.IPTUnknown |
GetInterfaces |
| Method Detail |
public java.lang.Object[] GetChildSections()
public void SetChildSections(java.lang.Object[] Value)
Value - an array of section idspublic boolean GetIsPrivate()
public void SetIsPrivate(boolean Value)
Value - a booleanpublic int GetPosition()
public void SetPosition(int Value)
Value - the position
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||