SilverStream eXtend
Director 4.0

com.sssw.fw.usermgr.api
Interface EbiGroupProfileInfo

All Superinterfaces:
Cloneable, EbiElement, EbiFrameworkElement, Serializable

public interface EbiGroupProfileInfo
extends EbiFrameworkElement

This interface is for group profile info.


Field Summary
static String EL_PORTAL_GROUPPROFILE
          Deprecated.  
 
Method Summary
 String getGroupProfileName()
          Deprecated.  
 String getMimeType()
          Deprecated.  
 String getProfileDescription()
          Deprecated.  
 String getProfilePageLayoutXML()
          Deprecated.  
 String getStyleID()
          Deprecated.  
 void setGroupProfileName(String groupProfileName)
          Deprecated.  
 void setMimeType(String mimetype)
          Deprecated.  
 void setProfileDescription(String descr)
          Deprecated.  
 void setProfilePageLayoutXML(String plXML)
          Deprecated.  
 void setStyleID(String styleID)
          Deprecated.  
 
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_PORTAL_GROUPPROFILE

public static final String EL_PORTAL_GROUPPROFILE
Deprecated.  

Group profile element type
Method Detail

getGroupProfileName

public String getGroupProfileName()
Deprecated.  

Gets group profile name.
Returns:
Group profile name for this profile.

getStyleID

public String getStyleID()
Deprecated.  

Gets style id for the profile.
Returns:
The style id for this profile.

getMimeType

public String getMimeType()
Deprecated.  

Gets mimetype for the profile.
Returns:
The mimetype for this profile.

getProfilePageLayoutXML

public String getProfilePageLayoutXML()
Deprecated.  

Gets the page layout XML.
Returns:
The page layout XML for this profile.

getProfileDescription

public String getProfileDescription()
Deprecated.  

Gets the description for the profile.
Returns:
The description for this profile.

setGroupProfileName

public void setGroupProfileName(String groupProfileName)
Deprecated.  

Sets group profile name.
Parameters:
groupProfileName - Group profile name for this profile.

setStyleID

public void setStyleID(String styleID)
Deprecated.  

Sets style id for the profile.
Parameters:
styleID - A style id for this profile.

setMimeType

public void setMimeType(String mimetype)
Deprecated.  

Sets mimetype for the profile.
Parameters:
mimetype - A mimetype for this profile.

setProfilePageLayoutXML

public void setProfilePageLayoutXML(String plXML)
Deprecated.  

Sets a page layout XML.
Parameters:
plXML - A page layout XML for this profile.

setProfileDescription

public void setProfileDescription(String descr)
Deprecated.  

Sets the description for the profile.
Parameters:
descr - A description for this profile.

SilverStream eXtend
Director 4.0