|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.uiinfrastructure.editor.EditorModel
com.plumtree.portalpages.browsing.search.advanced.AdvancedSearchModel
public class AdvancedSearchModel
| Field Summary | |
|---|---|
protected java.lang.String |
_mode
|
static java.lang.String |
HTML_SELECT_NUMRESULTS
|
static java.lang.String |
STR_MVC_CLASS_NAME
|
| Fields inherited from class com.plumtree.uiinfrastructure.editor.EditorModel |
|---|
isReadAccessAvailable, m_asOwner, m_bCloseOnDone, m_bDeleteOnCancel, m_bEnableApplyButton, m_bEnableCancelButton, m_bHideLeftNav, m_bIsEditorReadOnly, m_bUserHasAccessToEditor, m_nEditorType |
| Constructor Summary | |
|---|---|
AdvancedSearchModel()
|
|
| Method Summary | |
|---|---|
boolean |
CheckEditorAccessAndStart(XPHashtable _htFormData)
Implements some actions to perform on start. |
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". |
IPTFilter |
GetFilter()
|
IFilterIteratorRO |
GetFilterIterator()
Returns the current filter iterator. |
java.lang.String |
GetMode()
|
protected java.lang.String |
GetModelMode(XPHashtable formdata)
|
java.lang.String |
GetName()
Returns the Class name. |
IPTSession |
GetSession()
|
boolean |
GetShowPotentialErrors()
Whether to flag items that will cause errors if the search is submitted. |
int |
SavePage(java.lang.String pageName,
XPHashtable formData)
Calls the right save function according to the page name passed in argument. |
void |
SetShowPotentialErrors()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.plumtree.uiinfrastructure.editor.IEditorModelRO |
|---|
GetEditorType, GetEnableApplyButton, GetEnableCancelButton, GetHideLeftNav, GetIsEditorReadOnly |
| Field Detail |
|---|
public static final java.lang.String STR_MVC_CLASS_NAME
public static final java.lang.String HTML_SELECT_NUMRESULTS
protected java.lang.String _mode
| Constructor Detail |
|---|
public AdvancedSearchModel()
| Method Detail |
|---|
public IPTFilter GetFilter()
public IPTSession GetSession()
public IFilterIteratorRO GetFilterIterator()
GetFilterIterator in interface IFilterIteratorContainerROpublic boolean CheckEditorAccessAndStart(XPHashtable _htFormData)
CheckEditorAccessAndStart in class EditorModel_htFormData -
public java.lang.Object Create()
EditorModel
Create in interface IManagedObjectCreate in class EditorModelpublic void Finish()
EditorModel
Finish in interface IRepostModelFinish in class EditorModelpublic java.lang.String GetName()
EditorModel
GetName in interface IMVCObjectGetName in class EditorModelpublic boolean GetShowPotentialErrors()
IAdvancedSearchModelRO
GetShowPotentialErrors in interface IAdvancedSearchModelRO
public int SavePage(java.lang.String pageName,
XPHashtable formData)
SavePage in interface IRepostModelSavePage in class EditorModel_sPageName - _htFormData -
public void SetShowPotentialErrors()
protected java.lang.String GetModelMode(XPHashtable formdata)
public java.lang.String GetMode()
GetMode in interface IAdvancedSearchModelRO
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||