edu.internet2.middleware.grouper.ws.rest.group
Class WsRestFindGroupsRequest

java.lang.Object
  extended by edu.internet2.middleware.grouper.ws.rest.group.WsRestFindGroupsRequest
All Implemented Interfaces:
WsRequestBean

public class WsRestFindGroupsRequest
extends java.lang.Object
implements WsRequestBean

bean that will be the data from rest request

See Also:
for method

Constructor Summary
WsRestFindGroupsRequest()
           
 
Method Summary
 WsSubjectLookup getActAsSubjectLookup()
           
 java.lang.String getClientVersion()
           
 java.lang.String getIncludeGroupDetail()
           
 WsParam[] getParams()
           
 WsGroupLookup[] getWsGroupLookups()
          wsGroupLookups if you want to just pass in a list of uuids and/or names.
 WsQueryFilter getWsQueryFilter()
          query filter for request
 GrouperRestHttpMethod retrieveRestHttpMethod()
          see which http method this is supposed to be associated with, and override whatever was passed in
 void setActAsSubjectLookup(WsSubjectLookup actAsSubjectLookup1)
           
 void setClientVersion(java.lang.String clientVersion1)
           
 void setIncludeGroupDetail(java.lang.String includeGroupDetail1)
           
 void setParams(WsParam[] params1)
           
 void setWsGroupLookups(WsGroupLookup[] wsGroupLookups1)
          wsGroupLookups if you want to just pass in a list of uuids and/or names.
 void setWsQueryFilter(WsQueryFilter wsQueryFilter1)
          query filter for request
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsRestFindGroupsRequest

public WsRestFindGroupsRequest()
Method Detail

getWsGroupLookups

public WsGroupLookup[] getWsGroupLookups()
wsGroupLookups if you want to just pass in a list of uuids and/or names. Note the groups are returned in alphabetical order

Returns:
group lookups

setWsGroupLookups

public void setWsGroupLookups(WsGroupLookup[] wsGroupLookups1)
wsGroupLookups if you want to just pass in a list of uuids and/or names. Note the groups are returned in alphabetical order

Parameters:
wsGroupLookups1 -

getClientVersion

public java.lang.String getClientVersion()
Returns:
the clientVersion

setClientVersion

public void setClientVersion(java.lang.String clientVersion1)
Parameters:
clientVersion1 - the clientVersion to set

getActAsSubjectLookup

public WsSubjectLookup getActAsSubjectLookup()
Returns:
the actAsSubjectLookup

setActAsSubjectLookup

public void setActAsSubjectLookup(WsSubjectLookup actAsSubjectLookup1)
Parameters:
actAsSubjectLookup1 - the actAsSubjectLookup to set

getIncludeGroupDetail

public java.lang.String getIncludeGroupDetail()
Returns:
the includeGroupDetail

setIncludeGroupDetail

public void setIncludeGroupDetail(java.lang.String includeGroupDetail1)
Parameters:
includeGroupDetail1 - the includeGroupDetail to set

getParams

public WsParam[] getParams()
Returns:
the params

setParams

public void setParams(WsParam[] params1)
Parameters:
params1 - the params to set

retrieveRestHttpMethod

public GrouperRestHttpMethod retrieveRestHttpMethod()
Description copied from interface: WsRequestBean
see which http method this is supposed to be associated with, and override whatever was passed in

Specified by:
retrieveRestHttpMethod in interface WsRequestBean
Returns:
the method
See Also:
WsRequestBean.retrieveRestHttpMethod()

getWsQueryFilter

public WsQueryFilter getWsQueryFilter()
query filter for request

Returns:
the wsQueryFilter

setWsQueryFilter

public void setWsQueryFilter(WsQueryFilter wsQueryFilter1)
query filter for request

Parameters:
wsQueryFilter1 - the wsQueryFilter to set