com.plumtree.portaluiinfrastructure.tips
Class PortalTipsModel

java.lang.Object
  extended by com.plumtree.uiinfrastructure.tips.TipsModel
      extended by com.plumtree.portaluiinfrastructure.tips.PortalTipsModel
All Implemented Interfaces:
IManagedObject, IModel, IModelRO, IMVCObject, ITipsModelRO

public class PortalTipsModel
extends TipsModel

This is an abstract model extended by various concrete error model.

Author:
Beng

Field Summary
protected  AActivitySpace m_asOwner
           
static java.lang.String STR_MVC_CLASS_NAME
           
 
Fields inherited from class com.plumtree.uiinfrastructure.tips.TipsModel
STR_508_HELP_DIR, STR_STANDARD_HELP_DIR
 
Constructor Summary
PortalTipsModel()
           
 
Method Summary
 java.lang.Object Create()
          This method is used by the ASManager to return new instances of managed objects.
 boolean GetDoDisplayTipsBox()
           
 java.lang.String GetName()
          Return the name of the MVC object.
 void SetDoDisplayTipsBox(boolean b)
           
 
Methods inherited from class com.plumtree.uiinfrastructure.tips.TipsModel
CleanupAllData, CleanupTempData, DisableTips, GetDefaultTip, GetDefaultTipTitle, GetDisplayGeneratingClass, GetGeneratingClass, GetSecondaryTip, GetSecondaryTipTitle, GetTip, GetTipTitle, Init, SetDefaultTip, SetDefaultTipTitle, SetDisplayGeneratingClass, SetGeneratingClass, SetSecondarTip, SetSecondarTipTitle, SetTip, SetTipTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STR_MVC_CLASS_NAME

public static final java.lang.String STR_MVC_CLASS_NAME
See Also:
Constant Field Values

m_asOwner

protected AActivitySpace m_asOwner
Constructor Detail

PortalTipsModel

public PortalTipsModel()
Method Detail

Create

public java.lang.Object Create()
Description copied from interface: IManagedObject
This method is used by the ASManager to return new instances of managed objects.

Specified by:
Create in interface IManagedObject
Overrides:
Create in class TipsModel
Returns:
A new instance of the managed class (i.e. return new Foo();)
See Also:
IManagedObject.Create()

GetDoDisplayTipsBox

public boolean GetDoDisplayTipsBox()
Specified by:
GetDoDisplayTipsBox in interface ITipsModelRO
Overrides:
GetDoDisplayTipsBox in class TipsModel
Returns:

GetName

public java.lang.String GetName()
Description copied from interface: IMVCObject
Return the name of the MVC object.

Specified by:
GetName in interface IMVCObject
Overrides:
GetName in class TipsModel
Returns:
the name of the object.
See Also:
com.plumtree.xpshared.activityspace.IModel#GetName()

SetDoDisplayTipsBox

public void SetDoDisplayTipsBox(boolean b)
Overrides:
SetDoDisplayTipsBox in class TipsModel
Parameters:
b -



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.