com.plumtree.server
Interface IPTProfileSection

All Superinterfaces:
IPTLocalizable, IPTObject, IPTUnknown

public interface IPTProfileSection
extends IPTObject

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 section is called a "Category."

See Also:
IPTProfilePage

Method Summary
 java.lang.Object[] GetChildProperties()
          Returns the properties in this section.
 void SetChildProperties(java.lang.Object[] Value)
          Returns the properties in this section.
 
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

GetChildProperties

public java.lang.Object[] GetChildProperties()
Returns the properties in this section.
Returns:
an array of property ids

SetChildProperties

public void SetChildProperties(java.lang.Object[] Value)
Returns the properties in this section.
Parameters:
Value - an array of property ids


Copyright © 2003 Plumtree Software Inc. All Rights Reserved.