|
|||||||||
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 IModel
IModel.CleanupTempData()
public void CleanupAllData()
IModel
CleanupAllData
in interface IModel
IModel.CleanupAllData()
public java.lang.Object Create()
IManagedObject
Create
in interface IManagedObject
IManagedObject#Create()
public void Finish()
Finish
in interface IRepostModel
public java.lang.String GetName()
IMVCObject
GetName
in interface IMVCObject
com.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 IRepostModel
public void Init(AActivitySpace parent)
IModel
Init
in interface IModel
parent
- the parent Activity Spacecom.plumtree.xpshared.activityspace.IModel#Init()
public int SavePage(java.lang.String _sPageName, XPHashtable _htFormData)
IRepostModel
SavePage
in interface IRepostModel
IRepostModel.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 |