com.plumtree.portalpages.portlets.savedsearch
Interface ISavedSearchPortletModelRO

All Superinterfaces:
IIntrinsicPortletModelRO, IModelRO, IMVCObject
All Known Implementing Classes:
SavedSearchPortletModel

public interface ISavedSearchPortletModelRO
extends IIntrinsicPortletModelRO

Author:
mikesample

Method Summary
 Redirect ConvertSearchToQueryString()
           
 JSDateTimePickerMgr GetDatePickerMgr()
           
 IPTSearchResponse GetFollowupResponse()
           
 PageMgr GetPageMgr()
           
 FilterIterator GetParametericFilterIterator()
           
 java.lang.String GetPortletName()
           
 java.lang.Object[][] GetReturnedPropertyInfo()
           
 IPTSearchResponse GetSearchResponseObject()
           
 java.lang.Object[] GetSearchSettings()
           
 java.lang.String GetSortOrder()
           
 int GetTotalMatches()
           
 boolean HasParametericResults()
           
 boolean IsPaginationEnabled()
           
 boolean IsParameterized()
           
 boolean IsSubscriptionEnabled()
           
 boolean IsUserSubscribed()
           
 
Methods inherited from interface com.plumtree.portaluiinfrastructure.intrinsicportlets.IIntrinsicPortletModelRO
ControlExists, GetPortletID
 
Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IMVCObject
GetName
 

Method Detail

GetSearchSettings

java.lang.Object[] GetSearchSettings()
Returns:

GetPortletName

java.lang.String GetPortletName()
Returns:

GetSearchResponseObject

IPTSearchResponse GetSearchResponseObject()
Returns:

IsSubscriptionEnabled

boolean IsSubscriptionEnabled()
Returns:

IsUserSubscribed

boolean IsUserSubscribed()
Returns:

ConvertSearchToQueryString

Redirect ConvertSearchToQueryString()
Returns:

GetParametericFilterIterator

FilterIterator GetParametericFilterIterator()
Returns:

IsParameterized

boolean IsParameterized()
Returns:

HasParametericResults

boolean HasParametericResults()
Returns:

GetFollowupResponse

IPTSearchResponse GetFollowupResponse()
Returns:

GetTotalMatches

int GetTotalMatches()
Returns:

GetPageMgr

PageMgr GetPageMgr()
Returns:

GetDatePickerMgr

JSDateTimePickerMgr GetDatePickerMgr()
Returns:

GetReturnedPropertyInfo

java.lang.Object[][] GetReturnedPropertyInfo()
Returns:

GetSortOrder

java.lang.String GetSortOrder()
Returns:

IsPaginationEnabled

boolean IsPaginationEnabled()
Returns:



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.