| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.portaluiinfrastructure.tree.template.InheritTemplateModel
public class InheritTemplateModel
| Field Summary | |
|---|---|
static java.lang.String | 
STR_MVC_CLASS_NAME
MVC object name  | 
| Constructor Summary | |
|---|---|
InheritTemplateModel()
 | 
|
| 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.  | 
 void | 
Finish()
Implement some code to execute when the user clicks on "Finish".  | 
 java.lang.String | 
GetName()
Return the name of the MVC object.  | 
 Redirect | 
GetRedirectAfterFinish()
Returns the Redirect object (this is were we need to go at the end of the Editor).  | 
 void | 
Init(AActivitySpace parent)
This method initializes the model.  | 
 boolean | 
IsTemplateInherited()
 | 
 void | 
ResetInheritTemplate()
 | 
 int | 
SavePage(java.lang.String _sPageName,
         XPHashtable _htFormData)
Calls the right save function according to the page name passed in argument.  | 
| 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 InheritTemplateModel()
| Method Detail | 
|---|
public void ResetInheritTemplate()
public boolean IsTemplateInherited()
IsTemplateInherited in interface IInheritTemplateModelROcom.plumtree.portalpages.admin.editors.page.IInheritPageTempModelRO#IsPageTemplateInherited()public void CleanupTempData()
IModel
CleanupTempData in interface IModelIModel.CleanupTempData()public void CleanupAllData()
IModel
CleanupAllData in interface IModelIModel.CleanupAllData()public void Init(AActivitySpace parent)
IModel
Init in interface IModelparent - the parent Activity SpaceIModel.Init(com.plumtree.uiinfrastructure.activityspace.AActivitySpace)public java.lang.String GetName()
IMVCObject
GetName in interface IMVCObjectIMVCObject.GetName()public java.lang.Object Create()
IManagedObject
Create in interface IManagedObjectIManagedObject.Create()public void Finish()
IRepostModel
Finish in interface IRepostModelIRepostModel.Finish()public Redirect GetRedirectAfterFinish()
IRepostModel
GetRedirectAfterFinish in interface IRepostModelIRepostModel.GetRedirectAfterFinish()
public int SavePage(java.lang.String _sPageName,
                    XPHashtable _htFormData)
IRepostModel
SavePage in interface IRepostModelcom.plumtree.uiinfrastructure.form.IRepostModel#SavePage(java.lang.String, com.plumtree.openfoundation.util.XPHashtable)
  | 
 | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||