|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.ws.coresoap.WsFindGroupsResults
public class WsFindGroupsResults
returned from the group find query
Nested Class Summary | |
---|---|
static class |
WsFindGroupsResults.WsFindGroupsResultsCode
result code of a request |
Constructor Summary | |
---|---|
WsFindGroupsResults()
|
Method Summary | |
---|---|
void |
assignGroupResult(Group group,
boolean includeDetail)
put a group in the results |
void |
assignGroupResult(java.util.Set<Group> groupSet,
boolean includeDetail)
put a group in the results |
void |
assignResultCode(WsFindGroupsResults.WsFindGroupsResultsCode wsFindGroupsResultsCode)
assign the code from the enum |
void |
assignResultCodeException(WsFindGroupsResults.WsFindGroupsResultsCode wsFindGroupsResultsCodeOverride,
java.lang.String theError,
java.lang.Exception e)
prcess an exception, log, etc |
WsGroup[] |
getGroupResults()
has 0 to many groups that match the query by example |
WsResponseMeta |
getResponseMetadata()
get the response metadata |
WsResultMeta |
getResultMetadata()
get the result metadata |
void |
setGroupResults(WsGroup[] groupResults1)
basic results to the query |
void |
setResponseMetadata(WsResponseMeta responseMetadata1)
|
void |
setResultMetadata(WsResultMeta resultMetadata1)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WsFindGroupsResults()
Method Detail |
---|
public void assignResultCode(WsFindGroupsResults.WsFindGroupsResultsCode wsFindGroupsResultsCode)
wsFindGroupsResultsCode
- public void assignGroupResult(Group group, boolean includeDetail)
includeDetail
- true if the detail for each group should be includedgroup
- public void assignGroupResult(java.util.Set<Group> groupSet, boolean includeDetail)
includeDetail
- true if the detail for each group should be includedgroupSet
- public WsGroup[] getGroupResults()
public void setGroupResults(WsGroup[] groupResults1)
groupResults1
- the groupResults to setpublic void assignResultCodeException(WsFindGroupsResults.WsFindGroupsResultsCode wsFindGroupsResultsCodeOverride, java.lang.String theError, java.lang.Exception e)
wsFindGroupsResultsCodeOverride
- wsAddMemberResultsCodeOverride
- theError
- e
- public WsResultMeta getResultMetadata()
WsResponseBean
getResultMetadata
in interface WsResponseBean
getResultMetadata
in interface ResultMetadataHolder
public WsResponseMeta getResponseMetadata()
WsResponseBean
getResponseMetadata
in interface WsResponseBean
WsResponseBean.getResponseMetadata()
public void setResponseMetadata(WsResponseMeta responseMetadata1)
responseMetadata1
- the responseMetadata to setpublic void setResultMetadata(WsResultMeta resultMetadata1)
resultMetadata1
- the resultMetadata to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |