|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.uiinfrastructure.editor.EditorHelperModel
com.plumtree.portalpages.admin.editors.xui.XUIHelperModel
public class XUIHelperModel
This is the Helper Model class for the XUI page.
| Field Summary | |
|---|---|
static java.lang.String |
STR_MVC_CLASS_NAME
Class Name for the Activity Space. |
static java.lang.String |
XUI_INPUT_PREFIX
Prefix for the XUI input param names. |
static java.lang.String |
XUI_INPUT_TYPE_BOOLEAN
Boolean type of value of the input. |
static java.lang.String |
XUI_INPUT_TYPE_INT
Integer type of value of the input. |
static boolean |
XUI_NOT_INITIALIZED
XUI page not initialized. |
static boolean |
XUI_PAGE_VALID
XUI page valid. |
| Fields inherited from class com.plumtree.uiinfrastructure.editor.EditorHelperModel |
|---|
m_asOwner |
| Constructor Summary | |
|---|---|
XUIHelperModel()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
Create()
This method is used by the ASManager to return new instances of managed objects. |
IXPPropertyBag |
GetFinalXUISettings()
Finalizes and returns the property bag. |
java.lang.String |
GetHelpFileName(int _nXUIPageID)
Returns the XUI page help page name. |
java.lang.String |
GetHTMLForXUIPage(int _nXUIPageID)
Returns the HTML for the XUI page. |
java.lang.String |
GetName()
Returns the Class name. |
java.lang.String |
GetPageInstructions(int _nXUIPageID)
Returns the XUI page instructions. |
java.lang.String |
GetPageTitle(int _nXUIPageID)
Returns the XUI page title. |
void |
InitializeXUIHelperModel(IXPPropertyBag _pbXUISettings,
IService _xuiService)
Inits the XUI helper model. |
int |
SaveSection(XPHashtable _htFormData)
Calls the right save function according to the page name passed in argument. |
void |
SetServiceIndex(int _nIndex)
If there are multiple XUI services for the editor, set the index for this model. |
| Methods inherited from class com.plumtree.uiinfrastructure.editor.EditorHelperModel |
|---|
CleanupAllData, CleanupTempData, Init |
| 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
public static final java.lang.String XUI_INPUT_PREFIX
public static final java.lang.String XUI_INPUT_TYPE_INT
public static final java.lang.String XUI_INPUT_TYPE_BOOLEAN
public static final boolean XUI_NOT_INITIALIZED
public static final boolean XUI_PAGE_VALID
| Constructor Detail |
|---|
public XUIHelperModel()
| Method Detail |
|---|
public java.lang.Object Create()
EditorHelperModel
Create in interface IManagedObjectCreate in class EditorHelperModelIManagedObject.Create()public IXPPropertyBag GetFinalXUISettings()
public java.lang.String GetHTMLForXUIPage(int _nXUIPageID)
GetHTMLForXUIPage in interface IXUIHelperModelRO_nXUIPageID - ID of the page to return the HTML for.
com.plumtree.portalpages.admin.editors.xui.XUIHelperModel#GetHTMLForXUIPage()public java.lang.String GetName()
GetName in interface IMVCObjectGetName in class EditorHelperModelpublic java.lang.String GetPageInstructions(int _nXUIPageID)
GetPageInstructions in interface IXUIHelperModelRO_nXUIPageID - ID of the page to return the instructions for.
com.plumtree.portalpages.admin.editors.xui.XUIHelperModel#GetPageInstructions()public java.lang.String GetPageTitle(int _nXUIPageID)
GetPageTitle in interface IXUIHelperModelRO_nXUIPageID - ID of the page to return the title for.
com.plumtree.portalpages.admin.editors.xui.XUIHelperModel#GetPageTitle()public java.lang.String GetHelpFileName(int _nXUIPageID)
_nXUIPageID - ID of the page to return the help for.
public void InitializeXUIHelperModel(IXPPropertyBag _pbXUISettings,
IService _xuiService)
_pbXUISettings - PropertyBag to store the XUI settings_xuiService - XUI Service on the remote serverpublic int SaveSection(XPHashtable _htFormData)
SaveSection in class EditorHelperModel_htFormData -
public void SetServiceIndex(int _nIndex)
_nIndex -
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||