|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.ws.soap.WsGetGroupsResults
public class WsGetGroupsResults
results for the get groups call. result code: code of the result for this group overall SUCCESS: means everything ok EXCEPTION: something bad happened etc.
Nested Class Summary | |
---|---|
static class |
WsGetGroupsResults.WsGetGroupsResultsCode
result code of a request |
Constructor Summary | |
---|---|
WsGetGroupsResults()
|
Method Summary | |
---|---|
void |
assignResultCode(WsGetGroupsResults.WsGetGroupsResultsCode getGroupsResultsCode)
assign the code from the enum |
void |
assignResultCodeException(WsGetGroupsResults.WsGetGroupsResultsCode wsGetGroupsResultsCodeOverride,
String theError,
Exception e)
prcess an exception, log, etc |
WsResponseMeta |
getResponseMetadata()
get the response metadata |
WsResultMeta |
getResultMetadata()
get the result metadata |
WsGetGroupsResult[] |
getResults()
results for each assignment sent in |
String[] |
getSubjectAttributeNames()
attributes of subjects returned, in same order as the data |
WsGetGroupsResults.WsGetGroupsResultsCode |
retrieveResultCode()
convert the result code back to enum |
void |
setResponseMetadata(WsResponseMeta responseMetadata1)
|
void |
setResultMetadata(WsResultMeta resultMetadata1)
|
void |
setResults(WsGetGroupsResult[] results1)
results for each assignment sent in |
void |
setSubjectAttributeNames(String[] attributeNamesa)
attributes of subjects returned, in same order as the data |
void |
tallyResults(String theSummary)
make sure if there is an error, to record that as an error |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WsGetGroupsResults()
Method Detail |
---|
public void assignResultCode(WsGetGroupsResults.WsGetGroupsResultsCode getGroupsResultsCode)
getGroupsResultsCode
- public WsGetGroupsResults.WsGetGroupsResultsCode retrieveResultCode()
public void assignResultCodeException(WsGetGroupsResults.WsGetGroupsResultsCode wsGetGroupsResultsCodeOverride, String theError, Exception e)
wsGetGroupsResultsCodeOverride
- theError
- e
- public void tallyResults(String theSummary)
grouperTransactionType
- for requesttheSummary
- public WsGetGroupsResult[] getResults()
public void setResults(WsGetGroupsResult[] results1)
results1
- the results to setpublic WsResultMeta getResultMetadata()
WsResponseBean
getResultMetadata
in interface WsResponseBean
getResultMetadata
in interface ResultMetadataHolder
public String[] getSubjectAttributeNames()
public void setSubjectAttributeNames(String[] attributeNamesa)
attributeNamesa
- the attributeNames to setpublic WsResponseMeta getResponseMetadata()
WsResponseBean
getResponseMetadata
in interface WsResponseBean
WsResponseBean.getResponseMetadata()
public void setResultMetadata(WsResultMeta resultMetadata1)
resultMetadata1
- the resultMetadata to setpublic void setResponseMetadata(WsResponseMeta responseMetadata1)
responseMetadata1
- the responseMetadata to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |