|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.portalpages.browsing.sessionprefs.SessionPrefsModel
public class SessionPrefsModel
| Field Summary | |
|---|---|
static java.lang.String |
STR_MVC_CLASS_NAME
|
| Constructor Summary | |
|---|---|
SessionPrefsModel()
|
|
| Method Summary | |
|---|---|
void |
CleanupAllData()
This method is called when an ActivitySpace is removed from the cache. |
void |
CleanupTempData()
This method is called at the end of every HTTP request by the Interpreter. |
java.lang.Object |
Create()
This method is used by the ASManager to return new instances of managed objects. |
java.lang.String |
GetContentType()
|
java.lang.String |
GetDisplayString()
|
java.lang.String |
GetName()
Return the name of the MVC object. |
void |
GetSessionPrefs(XPHashtable preferences)
|
void |
Init(AActivitySpace _asOwner)
This method initializes the model. |
void |
SetSessionPrefs(XPHashtable preferences)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String STR_MVC_CLASS_NAME
| Constructor Detail |
|---|
public SessionPrefsModel()
| Method Detail |
|---|
public void CleanupTempData()
IModel
CleanupTempData in interface IModelIModel.CleanupTempData()public void CleanupAllData()
IModel
CleanupAllData in interface IModelIModel.CleanupAllData()public java.lang.Object Create()
IManagedObject
Create in interface IManagedObjectIManagedObject.Create()public java.lang.String GetName()
IMVCObject
GetName in interface IMVCObjectcom.plumtree.portaluiinfrastructure.activityspace.IModelRO#GetName()public void Init(AActivitySpace _asOwner)
IModel
Init in interface IModel_asOwner - the parent Activity Spacecom.plumtree.portaluiinfrastructure.activityspace.IModel#Init(AActivitySpace)public void SetSessionPrefs(XPHashtable preferences)
SetSessionPrefs in interface ISessionPrefsModelpublic java.lang.String GetDisplayString()
GetDisplayString in interface ISessionPrefsModelROpublic java.lang.String GetContentType()
GetContentType in interface ISessionPrefsModelROpublic void GetSessionPrefs(XPHashtable preferences)
GetSessionPrefs in interface ISessionPrefsModel
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||