com.plumtree.portalpages.admin.objsearch
Interface IAdminSearchModelRO

All Superinterfaces:
IModelRO, IMVCObject
All Known Implementing Classes:
AdminSearchModel

public interface IAdminSearchModelRO
extends IModelRO

Author:
Matt Fryer

Method Summary
 ISearchResultModelRO GetSearchModel()
          Get the SearchResultModel associated with this Admin Search.
 void SetSearchModel(ISearchResultModelRO model)
          Set the SearchResultModel associated with this Admin Search.
 
Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IMVCObject
GetName
 

Method Detail

SetSearchModel

void SetSearchModel(ISearchResultModelRO model)
Set the SearchResultModel associated with this Admin Search.


GetSearchModel

ISearchResultModelRO GetSearchModel()
Get the SearchResultModel associated with this Admin Search.

Returns:
SearchResultModel.



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