edu.internet2.middleware.grouper.ws.rest.member
Class WsRestGetMembersLiteRequest

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

public class WsRestGetMembersLiteRequest
extends Object
implements WsRequestBean

request bean for rest get members request


Constructor Summary
WsRestGetMembersLiteRequest()
           
 
Method Summary
 String getActAsSubjectId()
          actAsSubjectId
 String getActAsSubjectIdentifier()
          actAsSubjectIdentifier
 String getActAsSubjectSourceId()
          actAsSubjectSource
 String getAscending()
          ascending T or null for ascending, F for descending.
 String getClientVersion()
           
 String getFieldName()
          fieldName
 String getGroupName()
           
 String getGroupUuid()
           
 String getIncludeGroupDetail()
          includeGroupDetail
 String getMemberFilter()
           
 String getPageNumber()
          page number 1 indexed if paging
 String getPageSize()
          page size if paging
 String getParamName0()
          paramName0
 String getParamName1()
          paramName1
 String getParamValue0()
          paramValue0
 String getParamValue1()
          paramValue1
 String getPointInTimeFrom()
          To query members at a certain point in time or time range in the past, set this value and/or the value of pointInTimeTo.
 String getPointInTimeTo()
          To query members at a certain point in time or time range in the past, set this value and/or the value of pointInTimeFrom.
 String getRetrieveSubjectDetail()
          retrieveSubjectDetail
 String getSortString()
          sortString must be an hql query field, e.g.
 String getSourceIds()
          sourceids to limit request to, or null for all
 String getSubjectAttributeNames()
          subjectAttributeNames
 GrouperRestHttpMethod retrieveRestHttpMethod()
          see which http method this is supposed to be associated with, and override whatever was passed in
 void setActAsSubjectId(String actAsSubjectId1)
          actAsSubjectId
 void setActAsSubjectIdentifier(String actAsSubjectIdentifier1)
          actAsSubjectIdentifier
 void setActAsSubjectSourceId(String actAsSubjectSource1)
          actAsSubjectSource
 void setAscending(String ascending1)
          ascending T or null for ascending, F for descending.
 void setClientVersion(String clientVersion1)
           
 void setFieldName(String fieldName1)
          fieldName
 void setGroupName(String groupName1)
           
 void setGroupUuid(String groupUuid1)
           
 void setIncludeGroupDetail(String includeGroupDetail1)
          includeGroupDetail
 void setMemberFilter(String memberFilter1)
          memberFilter1
 void setPageNumber(String pageNumber1)
          page number 1 indexed if paging
 void setPageSize(String pageSize1)
          page size if paging
 void setParamName0(String _paramName0)
          paramName0
 void setParamName1(String _paramName1)
          paramName1
 void setParamValue0(String _paramValue0)
          _paramValue0
 void setParamValue1(String _paramValue1)
          paramValue1
 void setPointInTimeFrom(String pointInTimeFrom1)
          To query members at a certain point in time or time range in the past, set this value and/or the value of pointInTimeTo.
 void setPointInTimeTo(String pointInTimeTo1)
          To query members at a certain point in time or time range in the past, set this value and/or the value of pointInTimeFrom.
 void setRetrieveSubjectDetail(String retrieveSubjectDetail1)
          retrieveSubjectDetail1
 void setSortString(String sortString1)
          sortString must be an hql query field, e.g.
 void setSourceIds(String sourceIds1)
          sourceids to limit request to, or null for all
 void setSubjectAttributeNames(String subjectAttributeNames1)
          subjectAttributeNames
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsRestGetMembersLiteRequest

public WsRestGetMembersLiteRequest()
Method Detail

getPageSize

public String getPageSize()
page size if paging

Returns:
page size

setPageSize

public void setPageSize(String pageSize1)
page size if paging

Parameters:
pageSize1 -

getPageNumber

public String getPageNumber()
page number 1 indexed if paging

Returns:
page number

setPageNumber

public void setPageNumber(String pageNumber1)
page number 1 indexed if paging

Parameters:
pageNumber1 -

getSortString

public String getSortString()
sortString must be an hql query field, e.g. can sort on uuid, subjectId, sourceId, name, description, sortString0, sortString1, sortString2, sortString3, sortString4

Returns:
sort string

setSortString

public void setSortString(String sortString1)
sortString must be an hql query field, e.g. can sort on uuid, subjectId, sourceId, name, description, sortString0, sortString1, sortString2, sortString3, sortString4

Parameters:
sortString1 -

getAscending

public String getAscending()
ascending T or null for ascending, F for descending.

Returns:
ascending

setAscending

public void setAscending(String ascending1)
ascending T or null for ascending, F for descending.

Parameters:
ascending1 -

getSourceIds

public String getSourceIds()
sourceids to limit request to, or null for all

Returns:
the sourceIds

setSourceIds

public void setSourceIds(String sourceIds1)
sourceids to limit request to, or null for all

Parameters:
sourceIds1 - the sourceIds to set

getMemberFilter

public String getMemberFilter()
Returns:
member filter

setMemberFilter

public void setMemberFilter(String memberFilter1)
memberFilter1

Parameters:
memberFilter1 -

getRetrieveSubjectDetail

public String getRetrieveSubjectDetail()
retrieveSubjectDetail

Returns:
retrieveSubjectDetail

setRetrieveSubjectDetail

public void setRetrieveSubjectDetail(String retrieveSubjectDetail1)
retrieveSubjectDetail1

Parameters:
retrieveSubjectDetail1 -

getActAsSubjectId

public String getActAsSubjectId()
actAsSubjectId

Returns:
actAsSubjectId

setActAsSubjectId

public void setActAsSubjectId(String actAsSubjectId1)
actAsSubjectId

Parameters:
actAsSubjectId1 -

getActAsSubjectSourceId

public String getActAsSubjectSourceId()
actAsSubjectSource

Returns:
actAsSubjectSource

setActAsSubjectSourceId

public void setActAsSubjectSourceId(String actAsSubjectSource1)
actAsSubjectSource

Parameters:
actAsSubjectSource1 -

getActAsSubjectIdentifier

public String getActAsSubjectIdentifier()
actAsSubjectIdentifier

Returns:
actAsSubjectIdentifier

setActAsSubjectIdentifier

public void setActAsSubjectIdentifier(String actAsSubjectIdentifier1)
actAsSubjectIdentifier

Parameters:
actAsSubjectIdentifier1 -

getFieldName

public String getFieldName()
fieldName

Returns:
fieldName

setFieldName

public void setFieldName(String fieldName1)
fieldName

Parameters:
fieldName1 -

getSubjectAttributeNames

public String getSubjectAttributeNames()
subjectAttributeNames

Returns:
subjectAttributeNames

setSubjectAttributeNames

public void setSubjectAttributeNames(String subjectAttributeNames1)
subjectAttributeNames

Parameters:
subjectAttributeNames1 -

getIncludeGroupDetail

public String getIncludeGroupDetail()
includeGroupDetail

Returns:
includeGroupDetail

setIncludeGroupDetail

public void setIncludeGroupDetail(String includeGroupDetail1)
includeGroupDetail

Parameters:
includeGroupDetail1 -

getParamName0

public String getParamName0()
paramName0

Returns:
paramName0

setParamName0

public void setParamName0(String _paramName0)
paramName0

Parameters:
_paramName0 -

getParamValue0

public String getParamValue0()
paramValue0

Returns:
paramValue0

setParamValue0

public void setParamValue0(String _paramValue0)
_paramValue0

Parameters:
_paramValue0 -

getParamName1

public String getParamName1()
paramName1

Returns:
paramName1

setParamName1

public void setParamName1(String _paramName1)
paramName1

Parameters:
_paramName1 -

getParamValue1

public String getParamValue1()
paramValue1

Returns:
paramValue1

setParamValue1

public void setParamValue1(String _paramValue1)
paramValue1

Parameters:
_paramValue1 -

getGroupName

public String getGroupName()
Returns:
the groupName

setGroupName

public void setGroupName(String groupName1)
Parameters:
groupName1 - the groupName to set

getGroupUuid

public String getGroupUuid()
Returns:
the groupUuid

setGroupUuid

public void setGroupUuid(String groupUuid1)
Parameters:
groupUuid1 - the groupUuid to set

getClientVersion

public String getClientVersion()
Returns:
the clientVersion

setClientVersion

public void setClientVersion(String clientVersion1)
Parameters:
clientVersion1 - the clientVersion 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()

getPointInTimeFrom

public String getPointInTimeFrom()
To query members at a certain point in time or time range in the past, set this value and/or the value of pointInTimeTo. This parameter specifies the start of the range of the point in time query. If this is specified but pointInTimeTo is not specified, then the point in time query range will be from the time specified to now. Format: yyyy/MM/dd HH:mm:ss.SSS

Returns:
the pointInTimeFrom

setPointInTimeFrom

public void setPointInTimeFrom(String pointInTimeFrom1)
To query members at a certain point in time or time range in the past, set this value and/or the value of pointInTimeTo. This parameter specifies the start of the range of the point in time query. If this is specified but pointInTimeTo is not specified, then the point in time query range will be from the time specified to now. Format: yyyy/MM/dd HH:mm:ss.SSS

Parameters:
pointInTimeFrom1 - the pointInTimeFrom to set

getPointInTimeTo

public String getPointInTimeTo()
To query members at a certain point in time or time range in the past, set this value and/or the value of pointInTimeFrom. This parameter specifies the end of the range of the point in time query. If this is the same as pointInTimeFrom, then the query will be done at a single point in time rather than a range. If this is specified but pointInTimeFrom is not specified, then the point in time query range will be from the minimum point in time to the time specified. Format: yyyy/MM/dd HH:mm:ss.SSS

Returns:
the pointInTimeTo

setPointInTimeTo

public void setPointInTimeTo(String pointInTimeTo1)
To query members at a certain point in time or time range in the past, set this value and/or the value of pointInTimeFrom. This parameter specifies the end of the range of the point in time query. If this is the same as pointInTimeFrom, then the query will be done at a single point in time rather than a range. If this is specified but pointInTimeFrom is not specified, then the point in time query range will be from the minimum point in time to the time specified. Format: yyyy/MM/dd HH:mm:ss.SSS

Parameters:
pointInTimeTo1 - the pointInTimeTo to set