|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.ws.rest.group.WsRestFindGroupsLiteRequest
public class WsRestFindGroupsLiteRequest
lite bean that will be the data from rest request
for lite method
Constructor Summary | |
---|---|
WsRestFindGroupsLiteRequest()
|
Method Summary | |
---|---|
String |
getActAsSubjectId()
field |
String |
getActAsSubjectIdentifier()
field |
String |
getActAsSubjectSourceId()
field |
String |
getAscending()
true or null for ascending, false for descending. |
String |
getClientVersion()
field |
String |
getGroupAttributeName()
field |
String |
getGroupAttributeValue()
field |
String |
getGroupName()
field |
String |
getGroupTypeName()
|
String |
getGroupUuid()
field |
String |
getIncludeGroupDetail()
field |
String |
getPageNumber()
page number 1 indexed if paging |
String |
getPageSize()
page size if paging |
String |
getParamName0()
field |
String |
getParamName1()
field |
String |
getParamValue0()
field |
String |
getParamValue1()
field |
String |
getQueryFilterType()
field |
String |
getSortString()
must be an hql query field, e.g. |
String |
getStemName()
field |
String |
getStemNameScope()
field |
String |
getTypeOfGroups()
comma separated type of groups can be an enum of TypeOfGroup, e.g. |
GrouperRestHttpMethod |
retrieveRestHttpMethod()
see which http method this is supposed to be associated with, and override whatever was passed in |
void |
setActAsSubjectId(String actAsSubjectId1)
field |
void |
setActAsSubjectIdentifier(String actAsSubjectIdentifier1)
field |
void |
setActAsSubjectSourceId(String actAsSubjectSource1)
field |
void |
setAscending(String ascending1)
true or null for ascending, false for descending. |
void |
setClientVersion(String clientVersion1)
field |
void |
setGroupAttributeName(String groupAttributeName1)
field |
void |
setGroupAttributeValue(String groupAttributeValue1)
field |
void |
setGroupName(String groupName1)
field |
void |
setGroupTypeName(String groupTypeName1)
field |
void |
setGroupUuid(String groupUuid1)
field |
void |
setIncludeGroupDetail(String includeGroupDetail1)
field |
void |
setPageNumber(String pageNumber1)
page number 1 indexed if paging |
void |
setPageSize(String pageSize1)
page size if paging |
void |
setParamName0(String _paramName0)
field |
void |
setParamName1(String _paramName1)
field |
void |
setParamValue0(String _paramValue0)
field |
void |
setParamValue1(String _paramValue1)
field |
void |
setQueryFilterType(String queryFilterType1)
|
void |
setSortString(String sortString1)
must be an hql query field, e.g. |
void |
setStemName(String stemName1)
field |
void |
setStemNameScope(String stemNameScope1)
field |
void |
setTypeOfGroups(String typeOfGroups1)
comma separated type of groups can be an enum of TypeOfGroup, e.g. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WsRestFindGroupsLiteRequest()
Method Detail |
---|
public String getClientVersion()
public void setClientVersion(String clientVersion1)
clientVersion1
- public String getActAsSubjectId()
public void setActAsSubjectId(String actAsSubjectId1)
actAsSubjectId1
- public String getActAsSubjectSourceId()
public void setActAsSubjectSourceId(String actAsSubjectSource1)
actAsSubjectSource1
- public String getActAsSubjectIdentifier()
public void setActAsSubjectIdentifier(String actAsSubjectIdentifier1)
actAsSubjectIdentifier1
- public String getIncludeGroupDetail()
public void setIncludeGroupDetail(String includeGroupDetail1)
includeGroupDetail1
- public String getParamName0()
public void setParamName0(String _paramName0)
_paramName0
- public String getParamValue0()
public void setParamValue0(String _paramValue0)
_paramValue0
- public String getParamName1()
public void setParamName1(String _paramName1)
_paramName1
- public String getParamValue1()
public void setParamValue1(String _paramValue1)
_paramValue1
- public GrouperRestHttpMethod retrieveRestHttpMethod()
WsRequestBean
retrieveRestHttpMethod
in interface WsRequestBean
WsRequestBean.retrieveRestHttpMethod()
public String getQueryFilterType()
public void setQueryFilterType(String queryFilterType1)
queryFilterType1
- the queryFilterType to setpublic String getGroupName()
public void setGroupName(String groupName1)
groupName1
- the groupName to setpublic String getStemName()
public void setStemName(String stemName1)
stemName1
- the stemName to setpublic String getStemNameScope()
public void setStemNameScope(String stemNameScope1)
stemNameScope1
- the stemNameScope to setpublic String getGroupUuid()
public void setGroupUuid(String groupUuid1)
groupUuid1
- the groupUuid to setpublic String getGroupAttributeName()
public void setGroupAttributeName(String groupAttributeName1)
groupAttributeName1
- the groupAttributeName to setpublic String getGroupAttributeValue()
public void setGroupAttributeValue(String groupAttributeValue1)
groupAttributeValue1
- the groupAttributeValue to setpublic String getGroupTypeName()
public void setGroupTypeName(String groupTypeName1)
groupTypeName1
- the groupTypeName to setpublic String getAscending()
public String getPageNumber()
public String getPageSize()
public String getSortString()
public void setAscending(String ascending1)
ascending1
- the ascending to setpublic void setPageNumber(String pageNumber1)
pageNumber1
- the pageNumber to setpublic void setPageSize(String pageSize1)
pageSize1
- the pageSize to setpublic void setSortString(String sortString1)
sortString1
- the sortString to setpublic String getTypeOfGroups()
public void setTypeOfGroups(String typeOfGroups1)
typeOfGroups1
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |