|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.ws.coresoap.WsGetGroupsLiteResult
public class WsGetGroupsLiteResult
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 |
WsGetGroupsLiteResult.WsGetGroupsLiteResultCode
result code of a request |
Constructor Summary | |
---|---|
WsGetGroupsLiteResult()
empty |
|
WsGetGroupsLiteResult(WsGetGroupsResults wsGetGroupsResults)
construct from results of other |
Method Summary | |
---|---|
void |
assignResultCode(WsGetGroupsLiteResult.WsGetGroupsLiteResultCode getGroupsResultsCode)
assign the code from the enum |
void |
assignResultCodeException(WsGetGroupsLiteResult.WsGetGroupsLiteResultCode WsGetGroupsLiteResultCodeOverride,
java.lang.String theError,
java.lang.Exception e)
prcess an exception, log, etc |
WsResponseMeta |
getResponseMetadata()
get the response metadata |
WsResultMeta |
getResultMetadata()
get the result metadata |
java.lang.String[] |
getSubjectAttributeNames()
attributes of subjects returned, in same order as the data |
WsGroup[] |
getWsGroups()
results for each assignment sent in |
WsSubject |
getWsSubject()
subject that was added |
WsGetGroupsLiteResult.WsGetGroupsLiteResultCode |
retrieveResultCode()
convert the result code back to enum |
void |
setResponseMetadata(WsResponseMeta responseMetadata1)
|
void |
setResultMetadata(WsResultMeta resultMetadata1)
|
void |
setSubjectAttributeNames(java.lang.String[] attributeNamesa)
attributes of subjects returned, in same order as the data |
void |
setWsGroups(WsGroup[] results1)
results for each assignment sent in |
void |
setWsSubject(WsSubject wsSubject1)
subject that was added |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WsGetGroupsLiteResult()
public WsGetGroupsLiteResult(WsGetGroupsResults wsGetGroupsResults)
wsGetGroupsResults
- Method Detail |
---|
public void assignResultCode(WsGetGroupsLiteResult.WsGetGroupsLiteResultCode getGroupsResultsCode)
getGroupsResultsCode
- public WsGetGroupsLiteResult.WsGetGroupsLiteResultCode retrieveResultCode()
public void assignResultCodeException(WsGetGroupsLiteResult.WsGetGroupsLiteResultCode WsGetGroupsLiteResultCodeOverride, java.lang.String theError, java.lang.Exception e)
WsGetGroupsLiteResultCodeOverride
- theError
- e
- public WsResultMeta getResultMetadata()
WsResponseBean
getResultMetadata
in interface WsResponseBean
getResultMetadata
in interface ResultMetadataHolder
public java.lang.String[] getSubjectAttributeNames()
public void setSubjectAttributeNames(java.lang.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 setpublic WsGroup[] getWsGroups()
public WsSubject getWsSubject()
public void setWsGroups(WsGroup[] results1)
results1
- the results to setpublic void setWsSubject(WsSubject wsSubject1)
wsSubject1
- the wsSubject1 to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |