|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IInterestedInResultsFilter
Implemented by a plugin to mark if it is interested in filtering results. Give the sytstem the ability to decide which results to show to users.
Method Summary | |
---|---|
ISearchResult |
filterAndSortSearchResults(ISearchResult someInfo)
Gives the class a chance to update |
int |
preferredFilterOrder()
What order we prefer the filter to be called in. |
Methods inherited from interface net.firstpartners.rp.plugins.IPlugin |
---|
onLoad |
Method Detail |
---|
ISearchResult filterAndSortSearchResults(ISearchResult someInfo) throws RpException
someInfo
-
RpException
- Error occur in adding the informationint preferredFilterOrder() throws RpException
RpException
- Error occur in adding the information
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |