com.plumtree.portaluiinfrastructure.search
Interface ISaveSearchModel

All Known Subinterfaces:
ISearchResultModel
All Known Implementing Classes:
SearchResultModel

public interface ISaveSearchModel

Author:
CraigS

Method Summary
 void SetSavedSearchErrorCode(int code)
          Sets an int that clients can use to communicate conditions like "a saved search already exists with that name".
 void SetSavedSearchName(java.lang.String name)
          Call to set a flag to indicate that this search has been saved, and the "save this search" link no longer should be displayed.
 

Method Detail

SetSavedSearchErrorCode

void SetSavedSearchErrorCode(int code)
Sets an int that clients can use to communicate conditions like "a saved search already exists with that name".


SetSavedSearchName

void SetSavedSearchName(java.lang.String name)
Call to set a flag to indicate that this search has been saved, and the "save this search" link no longer should be displayed.




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