com.plumtree.portaluiinfrastructure.tags.common
Interface ISearchURLHelper


public interface ISearchURLHelper

This interface determines how to make URLs for search pagination.


Method Summary
 java.lang.String makeURL(AActivitySpace _asOwner, ISearchResultModelRO _model, java.lang.String sortOrder, int firstResultToDisplay, int pageSize)
          Make a search pagination URL.
 

Method Detail

makeURL

java.lang.String makeURL(AActivitySpace _asOwner,
                         ISearchResultModelRO _model,
                         java.lang.String sortOrder,
                         int firstResultToDisplay,
                         int pageSize)
Make a search pagination URL.

Parameters:
_asOwner -
_model -
sortOrder -
firstResultToDisplay -
pageSize -
Returns:



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