|
|||||||||
| 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.portalsettings.search.SearchSettingsModel
public class SearchSettingsModel
| Field Summary | |
|---|---|
static int |
RETURNED_CARDS
|
static int |
RETURNED_COLLAB
|
static int |
RETURNED_COMMUNITIES
|
static int |
RETURNED_CONTENT
|
static int |
RETURNED_FOLDERS
|
static int |
RETURNED_OBJTYPE_ARRAY_SIZE
|
static int |
RETURNED_PAGES
|
static int |
RETURNED_PORTLETS
|
static int |
RETURNED_USERS
|
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 | |
|---|---|
SearchSettingsModel()
|
|
| Method Summary | |
|---|---|
boolean |
CheckEditorAccessAndStart(XPHashtable formData)
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. |
protected void |
DoAfterModifyDeleteSSPEI(java.lang.String[] aSavedSearches)
|
protected void |
DoBeforeDeleteSSPEI(SavedSearchData ssd)
|
void |
Finish()
Implements code to execute when the user clicks on "Finish". |
java.lang.String |
GetName()
Returns the Class name. |
int |
GetPageSize()
|
java.lang.String[][] |
GetPossibleGroupBy()
|
java.lang.String |
GetPreferredGroupBy()
|
Redirect |
GetRedirectAfterFinish()
Returns the Redirect object (this is were we need to go at the end of the Editor). |
boolean[] |
GetReturnedObjectTypes()
|
java.lang.Object[][] |
GetSavedSearches()
|
java.lang.String[] |
GetSpecificLanguagesReturned()
|
void |
Init(AActivitySpace parent)
Inits the Model with the Activity Space. |
boolean |
IsCollabInstalled()
|
boolean |
IsRestrictedToDefaultLanguage()
|
int |
SavePage(java.lang.String pageName,
XPHashtable formData)
Calls the right save function according to the page name passed in argument. |
| Methods inherited from class com.plumtree.uiinfrastructure.editor.EditorModel |
|---|
Cancel, CleanupAllData, CleanupTempData, DoTaskAfterStore, DoTaskBeforeStore, DoTaskOnChangePage, DoTaskOnComeBackFromSubEditor, DoTaskOnStartEditor, GetAccessToEditorPriviledges, GetCloseOnDone, GetCurrentRepostAction, GetDeleteOnCancel, GetEditorType, GetEnableApplyButton, GetEnableCancelButton, GetHideLeftNav, GetIsEditorReadOnly, GetUserHasAccessToEditor, SetCloseOnDone, SetDeleteOnCancel, SetEditorType, SetEnableApplyButton, SetHideLeftNav, SetPageStatus, SetUserHasAccessToEditor |
| 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 int RETURNED_CARDS
public static final int RETURNED_FOLDERS
public static final int RETURNED_USERS
public static final int RETURNED_COMMUNITIES
public static final int RETURNED_PORTLETS
public static final int RETURNED_COLLAB
public static final int RETURNED_CONTENT
public static final int RETURNED_PAGES
public static final int RETURNED_OBJTYPE_ARRAY_SIZE
| Constructor Detail |
|---|
public SearchSettingsModel()
| Method Detail |
|---|
public boolean CheckEditorAccessAndStart(XPHashtable formData)
CheckEditorAccessAndStart in class EditorModelpublic java.lang.Object Create()
EditorModel
Create in interface IManagedObjectCreate in class EditorModelpublic void Init(AActivitySpace parent)
EditorModel
Init in interface IModelInit in class EditorModelparent - the parent Activity Spacepublic void Finish()
Finish in interface IRepostModelFinish in class EditorModelpublic java.lang.String GetName()
EditorModel
GetName in interface IMVCObjectGetName in class EditorModelpublic int GetPageSize()
GetPageSize in interface ISearchSettingsModelROpublic boolean[] GetReturnedObjectTypes()
GetReturnedObjectTypes in interface ISearchSettingsModelROpublic java.lang.String GetPreferredGroupBy()
public java.lang.String[][] GetPossibleGroupBy()
public java.lang.Object[][] GetSavedSearches()
GetSavedSearches in interface ISearchSettingsModelROpublic java.lang.String[] GetSpecificLanguagesReturned()
GetSpecificLanguagesReturned in interface ISearchSettingsModelROpublic boolean IsRestrictedToDefaultLanguage()
IsRestrictedToDefaultLanguage in interface ISearchSettingsModelROpublic boolean IsCollabInstalled()
IsCollabInstalled in interface ISearchSettingsModelRO
public int SavePage(java.lang.String pageName,
XPHashtable formData)
EditorModel
SavePage in interface IRepostModelSavePage in class EditorModelpageName - formData -
public Redirect GetRedirectAfterFinish()
EditorModel
GetRedirectAfterFinish in interface IRepostModelGetRedirectAfterFinish in class EditorModelprotected void DoBeforeDeleteSSPEI(SavedSearchData ssd)
protected void DoAfterModifyDeleteSSPEI(java.lang.String[] aSavedSearches)
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||