Novell exteNd
Director 5.2 API

com.sssw.fw.usermgr.api
Interface EbiGroupPreferenceInfo

All Superinterfaces:
Cloneable, EbiElement, EbiFrameworkElement, Serializable

public interface EbiGroupPreferenceInfo
extends EbiFrameworkElement

This class is used to pass portal group page persistent data to/from database ProfileGroupPreferences table.


Field Summary
static String EL_PROFILE_GROUPPREF
          group preference element type
 
Method Summary
 String getElementID()
          Gets the Elements ID
 String getElementType()
          Gets the Elements Type
 String getPreferenceData()
          Gets the group preferences data.
 String getPreferenceUUID()
          Gets the UUID.
 void setElementID(String elementID)
          Sets the element id.
 void setElementType(String elementType)
          Sets the element type.
 void setPreferenceData(String prefData)
          sets the group prefernces data.
 void setPreferenceUUID(String UUID)
          sets the UUID.
 
Methods implemented from interface com.sssw.fw.api.EbiFrameworkElement
getElementUUID, getLastModified, getLastModifiedBy, isEqualTo, isReadOnly, resetReadOnly, setLastModified, setLastModifiedBy, setReadOnly
 
Methods implemented from interface com.sssw.fw.api.EbiElement
getType
 

Field Detail

EL_PROFILE_GROUPPREF

public static final String EL_PROFILE_GROUPPREF
group preference element type
Method Detail

getPreferenceUUID

public String getPreferenceUUID()
Gets the UUID.
Returns:
a UUID.

setPreferenceUUID

public void setPreferenceUUID(String UUID)
sets the UUID.

getElementID

public String getElementID()
Gets the Elements ID
Returns:
an element ID

getElementType

public String getElementType()
Gets the Elements Type
Returns:
an element Type

getPreferenceData

public String getPreferenceData()
Gets the group preferences data.
Returns:
the group preference data.

setPreferenceData

public void setPreferenceData(String prefData)
sets the group prefernces data.
Parameters:
prefData - group preferrences.

setElementID

public void setElementID(String elementID)
Sets the element id.
Parameters:
elementID -  

setElementType

public void setElementType(String elementType)
Sets the element type. You may use your own custom element types to store custom data.
Parameters:
elementType -  

Novell exteNd
Director 5.2 API