|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.action.Action
edu.internet2.middleware.grouper.ui.actions.LowLevelGrouperCapableAction
edu.internet2.middleware.grouper.ui.actions.GrouperCapableAction
edu.internet2.middleware.grouper.ui.actions.SearchGroupsAction
public class SearchGroupsAction
Top level Strut's action which searches groups for current browseMode.
Request Parameter | Direction | Description |
start |
IN | Used by CollectionPager |
searchTerm |
IN | The actual query (some times -if not advanced) |
searchFrom |
IN | identifies stem which scopes search results |
groupSearchResultField |
IN | The group field to display on results page |
searchInNameOrExtension=name or extension |
IN | Identifies which attribute to search |
searchInDisplayNameOrExtension=name or extension |
IN | Identifies which attribute to search |
searchIn=name or any |
IN | Indicates whether to do name or a ny attribute search |
Request Attribute | Direction | Description |
pager | OUT | CollectionPager |
queryOutTerms | OUT | List of (query,field,and / or / not) used to display what was searched for |
subjectOfInterest | OUT | SubjectAsMap - from groupSearchSubjectMap |
Session Attribute | Direction | Description |
subtitle=groups.action.search | OUT | Key resolved in nav ResourceBundle |
groupSearchResultField | OUT | Maintain user selection |
searchGroupDefault | OUT | puts searchIn into session for future default |
groupSearchSubjectMap | IN | Subject from populateSubjectSummary for who we are finding groups to display privileges |
Strut's Action Parameter | Direction | Description |
forSubject | IN | Indicates to group search machinery that results should be filtered i.e. only show groups where session subject has ADMIN and where the groupSearchSubject has at least one privilege |
Field Summary |
---|
Fields inherited from class edu.internet2.middleware.grouper.ui.actions.GrouperCapableAction |
---|
HIER_DELIM |
Constructor Summary | |
---|---|
SearchGroupsAction()
|
Method Summary | |
---|---|
ActionForward |
grouperExecute(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response,
HttpSession session,
GrouperSession grouperSession)
Action specific - must be implemented by all subclasses |
Methods inherited from class edu.internet2.middleware.grouper.ui.actions.GrouperCapableAction |
---|
clearCallerPageHistory, execute, getCallerPageData, getPageSize, grouperTransactionExecute, restoreDynaFormBean, saveAsCallerPage, saveAsCallerPage, saveDynaFormBean, setAdvancedSearchMode |
Methods inherited from class edu.internet2.middleware.grouper.ui.actions.LowLevelGrouperCapableAction |
---|
findAttribute, getAdvancedSearchMode, getBrowseMode, getBrowseNode, getCookie, getCurrentGroupOrStem, getDefaultRootStemName, getExceptionHelper, getLinkBrowseMode, getTilesAttributes, isEmpty, readDebugPrefs, saveDebugPrefs, setBrowseMode, setBrowseNode, sort |
Methods inherited from class org.apache.struts.action.Action |
---|
execute, getServlet, setServlet |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SearchGroupsAction()
Method Detail |
---|
public ActionForward grouperExecute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response, HttpSession session, GrouperSession grouperSession) throws Exception
GrouperCapableAction
grouperExecute
in class GrouperCapableAction
Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |