|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.portalpages.browsing.sitemap.editweblink.EditWebLinkModel
public class EditWebLinkModel
File: EditWebLinkModel.java ---------------------------
| Field Summary | |
|---|---|
protected IPTSession |
m_ptSession
Store session and catalog to retrieve data |
static java.lang.String |
STR_MVC_CLASS_NAME
Activity space name |
| Constructor Summary | |
|---|---|
EditWebLinkModel()
|
|
| 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. |
java.lang.String |
GetOriginalDescription()
|
java.lang.String |
GetOriginalName()
|
java.lang.String |
GetOriginalURL()
|
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. |
int |
SavePage(java.lang.String _sPageName,
XPHashtable _htFormData)
Calls the right save function according to the page name passed in argument. |
void |
SetLinkAndFolderIDs(int nLinkID,
int nFolderID)
|
| 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
protected IPTSession m_ptSession
| Constructor Detail |
|---|
public EditWebLinkModel()
| 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 void Finish()
Finish in interface IRepostModelpublic java.lang.String GetName()
IMVCObject
GetName in interface IMVCObjectcom.plumtree.xpshared.activityspace.IModel#GetName()public java.lang.String GetOriginalDescription()
public java.lang.String GetOriginalName()
public java.lang.String GetOriginalURL()
public Redirect GetRedirectAfterFinish()
GetRedirectAfterFinish in interface IRepostModelpublic void Init(AActivitySpace parent)
IModel
Init in interface IModelparent - the parent Activity Spacecom.plumtree.xpshared.activityspace.IModel#Init()
public int SavePage(java.lang.String _sPageName,
XPHashtable _htFormData)
IRepostModel
SavePage in interface IRepostModelIRepostModel.SavePage(String, XPHashtable)
public void SetLinkAndFolderIDs(int nLinkID,
int nFolderID)
nLinkID - nFolderID -
java.lang.Exception
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||